*{font-family:"Work Sans", sans-serif}body{min-height:100vh;width:100vw;background:linear-gradient(180deg, #fff 0%, #f4f0f8 100%);overflow-x:hidden;padding-inline:50px}body .container-fluid{padding-inline:16px;min-height:100vh}@media screen and (max-width: 960px){body{padding-inline:0px}}.regular{font-weight:400}.medium{font-weight:500}.semi-bold{font-weight:600}.bold{font-weight:700}.italic{font-style:italic}h1{font-size:40px;line-height:1.5}h2{font-size:30px;line-height:1.5}h3{font-size:25px;line-height:1.5}h4{font-size:18px;line-height:1.5}p{font-size:15px}.primary300{color:#5a189a}.caption{font-size:12px}.disclaimer{font-size:10px}button{border:none;outline:none;background-color:transparent}.gap80{gap:80px}.gap24{gap:24px}.hidden{opacity:0;transform:translateX(0)}.header-background{position:relative;width:100vw;margin-left:-50px;margin-right:-50px;min-height:160px;padding-inline:50px;padding-top:50px}.header-background.landing-page::before{display:none}@media screen and (max-width: 960px){.header-background{margin-left:0;margin-right:0;padding-inline:0px}}.header-background::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background:url(/assets/imagenes-landing/carrusel1-4e2cdc050b22ccb3a23ff80af9e0abb121ca749f9f9b9ddc47b1477e20a38a65.png) center/cover no-repeat,linear-gradient(180deg, rgba(178,132,218,0.5) 0%, rgba(178,132,218,0.3) 100%);opacity:0.7;z-index:1;pointer-events:none}.header-background.no-background{min-height:0;padding-top:0;padding-inline:0;margin-left:0;margin-right:0;width:100%}.header-background.no-background::before{display:none}.header-background nav{position:relative;z-index:10}.navbar{background-color:#5a189a;display:flex;justify-content:space-between;align-items:center;padding:15px 40px;border-radius:10px;box-shadow:0px 0px 30px 0px rgba(90,24,154,0.2);z-index:10;margin-top:0;position:relative;gap:20px;opacity:1;background-clip:padding-box;flex-wrap:nowrap}@media screen and (max-width: 1400px){.navbar{padding:15px 25px;gap:12px}}@media screen and (max-width: 1200px){.navbar{padding:12px 20px;gap:10px}}.navbar .nav-logo{height:40px;width:auto;flex-shrink:0}@media screen and (max-width: 1200px){.navbar .nav-logo{height:35px}}.navbar .nav-menu{width:24px;height:24px}.navbar .desktop-links{display:flex;gap:20px;align-items:center;flex:1;justify-content:flex-end !important;margin-right:15px;flex-wrap:nowrap}@media screen and (max-width: 1400px){.navbar .desktop-links{gap:12px;margin-right:10px}}@media screen and (max-width: 1200px){.navbar .desktop-links{gap:8px;margin-right:8px}}.navbar .desktop-links .nav-link{color:#ffffff;font-size:16px;font-weight:500;line-height:25px;letter-spacing:0.5px;text-decoration:none;padding:8px 12px;border-radius:5px;transition:all 0.3s ease;white-space:nowrap}@media screen and (max-width: 1400px){.navbar .desktop-links .nav-link{font-size:14px;padding:6px 8px;letter-spacing:0.3px}}@media screen and (max-width: 1200px){.navbar .desktop-links .nav-link{font-size:13px;padding:5px 6px;letter-spacing:0.2px}}.navbar .desktop-links .nav-link:hover{background-color:rgba(255,255,255,0.1)}.navbar .offcanvas{background-color:#5a189a !important;border-left:2px solid #5a189a}.navbar .offcanvas .offcanvas-header{display:flex;justify-content:flex-end}.navbar .offcanvas .offcanvas-header .close-menu{color:#ffffff;font-size:24px}.navbar .offcanvas .offcanvas-body{display:flex;flex-direction:column;gap:40px;margin-top:30px;align-items:flex-end}.navbar .offcanvas .offcanvas-body .nav-link{padding:8px 16px;color:#ffffff;font-size:15px;font-weight:400;line-height:25px;letter-spacing:0.75px;border-radius:5px;transition:all 0.2s ease}.navbar .offcanvas .offcanvas-body .nav-link:hover{background-color:rgba(255,255,255,0.15)}.navbar .offcanvas .offcanvas-body .nav-link:active{background-color:rgba(255,255,255,0.25)}.navbar .offcanvas .offcanvas-body .dropdown-menu{background-color:rgba(255,255,255,0.1);border:none}.navbar .offcanvas .offcanvas-body .dropdown-menu .dropdown-item{color:#ffffff;padding:10px 16px;border-radius:5px;transition:all 0.2s ease}.navbar .offcanvas .offcanvas-body .dropdown-menu .dropdown-item:hover{background-color:rgba(255,255,255,0.2);color:#ffffff}.navbar .offcanvas .offcanvas-body .dropdown-menu .dropdown-item:active{background-color:rgba(255,255,255,0.3)}.navbar .offcanvas .offcanvas-body .mobile-user-menu{width:100%}.navbar .offcanvas .offcanvas-body .mobile-user-menu .mobile-user-button{width:100%;display:flex;align-items:center;justify-content:flex-end;gap:10px;padding:12px 16px;background-color:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.2);border-radius:10px;color:#ffffff;font-size:15px;font-weight:500;transition:all 0.2s ease;cursor:pointer}.navbar .offcanvas .offcanvas-body .mobile-user-menu .mobile-user-button svg{flex-shrink:0}.navbar .offcanvas .offcanvas-body .mobile-user-menu .mobile-user-button span{flex:1;text-align:right}.navbar .offcanvas .offcanvas-body .mobile-user-menu .mobile-user-button .chevron{transition:transform 0.2s ease}.navbar .offcanvas .offcanvas-body .mobile-user-menu .mobile-user-button:hover{background-color:rgba(255,255,255,0.15)}.navbar .offcanvas .offcanvas-body .mobile-user-menu .mobile-user-button[aria-expanded="true"]{background-color:rgba(255,255,255,0.2)}.navbar .offcanvas .offcanvas-body .mobile-user-menu .mobile-user-button[aria-expanded="true"] .chevron{transform:rotate(180deg)}.navbar .offcanvas .offcanvas-body .mobile-user-menu .mobile-user-items{margin-top:8px;padding:8px 0;display:flex;flex-direction:column;gap:4px}.navbar .offcanvas .offcanvas-body .mobile-user-menu .mobile-user-items .mobile-user-item{display:flex;align-items:center;justify-content:flex-end;gap:8px;padding:12px 20px;color:#ffffff;font-size:14px;font-weight:400;text-decoration:none;border-radius:8px;background-color:rgba(255,255,255,0.05);transition:all 0.2s ease}.navbar .offcanvas .offcanvas-body .mobile-user-menu .mobile-user-items .mobile-user-item svg{width:14px;height:14px;color:#ffffff}.navbar .offcanvas .offcanvas-body .mobile-user-menu .mobile-user-items .mobile-user-item:hover{background-color:rgba(255,255,255,0.15)}.navbar .offcanvas .offcanvas-body .mobile-user-menu .mobile-user-items .mobile-user-item.logout{margin-top:4px;border-top:1px solid rgba(255,255,255,0.1);padding-top:16px}.nav-user{display:inline-flex;align-items:center;border-radius:5px;border:1px solid #5a189a;background:#ffffff;box-shadow:0px 5px 15px 0px rgba(0,0,0,0.05);padding:10px 20px;gap:8px;min-width:180px;max-width:250px;height:30px;justify-content:center;flex-shrink:0;margin-left:auto}@media screen and (max-width: 1400px){.nav-user{padding:8px 12px;min-width:150px;max-width:200px;gap:6px}}@media screen and (max-width: 1200px){.nav-user{padding:6px 10px;min-width:140px;max-width:180px}}.nav-user a{text-decoration:none;color:#5a189a !important;display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center;font-family:"Work Sans", sans-serif;font-size:15px;font-style:normal;font-weight:700;line-height:normal}@media screen and (max-width: 1400px){.nav-user a{font-size:13px}}@media screen and (max-width: 1200px){.nav-user a{font-size:12px}}.nav-user svg{margin-right:0.5rem;min-width:17px;min-height:17px}.nav-user.dropdown{position:relative;z-index:1000;border-radius:20px}.nav-user.dropdown .dropdown-menu{width:100%;min-width:auto;box-sizing:border-box;text-align:right;z-index:1001;position:absolute;border-radius:20px;background-color:#ffffff}@media screen and (max-width: 960px){.nav-user.dropdown .dropdown-menu{width:220px;right:0;left:auto;padding:10px;border-radius:15px;box-shadow:0px 10px 40px 0px rgba(90,24,154,0.25);margin-top:8px}}.nav-user.dropdown .dropdown-menu .dropdown-item{text-align:right;display:flex;align-items:center;justify-content:flex-end;border-radius:5px;color:#5a189a;transition:all 0.2s ease;padding:10px 15px;font-size:15px;font-weight:500}@media screen and (max-width: 960px){.nav-user.dropdown .dropdown-menu .dropdown-item{padding:14px 18px;font-size:15px;margin-bottom:6px;min-height:48px;font-weight:600}.nav-user.dropdown .dropdown-menu .dropdown-item:last-child{margin-bottom:0}}.nav-user.dropdown .dropdown-menu .dropdown-item:hover{background-color:#ded1eb;color:#2d0c4d}.nav-user.dropdown .dropdown-menu .dropdown-item:active{background-color:#ac8bcd}main{display:flex;flex-direction:column;gap:100px;margin-top:0px;align-items:center}main .title{border-radius:15px;background:#e9e0f2;display:flex;padding:10px 15px;justify-content:center;align-items:center;color:#5a189a;text-align:center;font-size:15px;line-height:15px;font-weight:400;letter-spacing:0.75px;width:-moz-max-content;width:max-content}@media screen and (max-width: 960px){main .title{font-size:12px}}main section{width:100%;display:flex;flex-direction:column;align-items:center}main #nosotros{position:relative;margin-bottom:146px}main #nosotros .nosotros-bg{width:100%;height:673px}@media screen and (max-width: 960px){main #nosotros .nosotros-bg{height:586px}}main #nosotros .nosotros-bg .carousel-inner{width:100%;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:100%;overflow:hidden}main #nosotros .nosotros-bg .carousel-inner :nth-child(1){background-image:url(/assets/imagenes-landing/carrusel1-4e2cdc050b22ccb3a23ff80af9e0abb121ca749f9f9b9ddc47b1477e20a38a65.png)}main #nosotros .nosotros-bg .carousel-inner :nth-child(2){background-image:url(/assets/imagenes-landing/carrusel2-a2d8ca86f21677357916e702c50c4fe2ada5cb38fff69c04957a2b1d97e5b206.png)}main #nosotros .nosotros-bg .carousel-inner :nth-child(3){background-image:url(/assets/imagenes-landing/carrusel3-705bb4c32ab6f1be6307544c11c56a0b80859e99c73929ff1de00ec440d66f2f.png)}main #nosotros .nosotros-bg .carousel-inner :nth-child(4){background-image:url(/assets/imagenes-landing/carrusel4-c6536ee265b3ca19678fd8425a2f9d6a4697e3eb1e360ea03cb2910471b1e04d.png)}main #nosotros .nosotros-bg .carousel-inner .carousel-item{width:100%;height:673px;display:flex;flex-direction:column;align-items:center;justify-content:center;background-size:cover;background-position:center;background-repeat:no-repeat;overflow:hidden;padding-bottom:150px;border-radius:10px}@media screen and (max-width: 960px){main #nosotros .nosotros-bg .carousel-inner .carousel-item{height:586px;padding-bottom:156px}}main #nosotros .nosotros-bg .carousel-inner .carousel-item .nobg{background-image:none}main #nosotros .nosotros-bg .carousel-inner .carousel-item .big-title{font-size:65px;line-height:1.2;color:#ffffff;font-weight:500;text-align:center;background-image:none;margin-top:25px;margin-bottom:40px;max-width:732px}@media screen and (max-width: 960px){main #nosotros .nosotros-bg .carousel-inner .carousel-item .big-title{margin-top:15px;margin-bottom:15px;font-size:35px;line-height:45px;max-width:98%}}main #nosotros .nosotros-bg .carousel-inner .carousel-item .big-title .accent{color:#00d4ad;background-image:none}@media screen and (max-width: 960px){main #nosotros .nosotros-bg .carousel-inner .carousel-item .fs35{font-size:35px}}main #nosotros .nosotros-bg .carousel-inner .carousel-item .sub-title{font-size:25px;line-height:30px;color:#ffffff;text-align:center;background-image:none;margin:0;max-width:732px}@media screen and (max-width: 960px){main #nosotros .nosotros-bg .carousel-inner .carousel-item .sub-title{max-width:95%;font-size:16px;line-height:20px;text-wrap:pretty}}main #nosotros .nosotros-bg .carousel-inner .carousel-item .reverse{color:#ffffff;background-color:rgba(124,63,183,0.5);background-image:none}main #nosotros .about-us{position:absolute;bottom:0;z-index:1;transform:translateY(50%);border-radius:10px;background:#ffffff;box-shadow:0px 5px 30px 0px rgba(90,24,154,0.1);min-width:90%;display:flex;flex-direction:column;align-items:center;gap:20px;padding:36px;max-width:930px}@media screen and (max-width: 960px){main #nosotros .about-us{max-width:80%;padding:32px 16px}}main #nosotros .about-us p{max-width:930px;font-size:20px;line-height:35px;color:#333333;text-align:center}@media screen and (max-width: 960px){main #nosotros .about-us p{font-size:15px;line-height:20px;text-wrap:pretty}}main #nosotros .about-us p strong{font-weight:600;color:#009479}main #productos h1{color:#5a189a;margin-top:10px;margin-bottom:40px}@media screen and (max-width: 960px){main #productos h1{font-size:20px;margin-bottom:30px;text-align:center}}main #productos .container-fluid{width:90%;min-height:unset}main #productos .product-card{position:relative;display:flex;flex-direction:column;align-items:center}main #productos .product-card .product-card__image{width:100%;margin-top:18px}@media screen and (max-width: 960px){main #productos .product-card .product-card__image{margin-top:10px}}main #productos .product-card .product-card__image img{width:100%}main #productos .product-card .title-container{width:100%}main #productos .product-card .title-container>h2{font-size:24px}@media screen and (max-width: 960px){main #productos .product-card .title-container>h2{font-size:18px}}main #productos .product-card .title-container>h4{font-size:18px}@media screen and (max-width: 960px){main #productos .product-card .title-container>h4{font-size:15px}}main #productos .product-card .product-card__content{border-radius:10px;background:#fff;box-shadow:0px 5px 30px 0px rgba(90,24,154,0.1);padding:48px 24px;display:flex;flex-direction:column;gap:20px;width:90%;margin-top:-100px}@media screen and (max-width: 960px){main #productos .product-card .product-card__content{padding:20px 18px;margin-top:-50px}}main #productos .product-card .product-card__content>h4{color:#333333;font-size:18px;font-weight:500;line-height:25px}@media screen and (max-width: 960px){main #productos .product-card .product-card__content>h4{font-size:15px;line-height:20px}}main #productos .product-card .product-card__content>h4 .accent{color:#009479}main #productos .product-card .product-card__content ul{padding:0px 20px;margin:0;display:flex;flex-direction:column;gap:10px}@media screen and (max-width: 960px){main #productos .product-card .product-card__content ul{padding:0px 15px}}main #productos .product-card .product-card__content ul li{color:#333333;font-size:15px;font-weight:400;line-height:22px}@media screen and (max-width: 960px){main #productos .product-card .product-card__content ul li{font-size:12px;line-height:15px}}main #testimonios h1{color:#5a189a;margin-top:10px;margin-bottom:40px}@media screen and (max-width: 960px){main #testimonios h1{font-size:20px;margin-bottom:30px;text-align:center}}main #testimonios .mb24{margin-bottom:24px}main #testimonios .review-card{display:flex;flex-direction:column;gap:20px;border-radius:10px;background:#ffffff;padding:22px 26px;box-shadow:0px 0px 30px 0px rgba(90,24,154,0.1);flex:1;height:100%}main #testimonios .review-card>p{color:#333333;font-size:15px;font-weight:400;line-height:22px;margin:0}main #testimonios .review-card .name{color:#5a189a;font-size:18px;font-weight:600;line-height:24px}main #testimonios .review-card .position{color:#ac8bcd;font-size:16px;font-weight:600;line-height:22px;margin-top:-10px}main #testimonios .stats{background:rgba(52,8,94,0.7) url(/assets/imagenes-landing/imagen-metricas-c4c4a71610618766822cda1fd42d1f41fb92b237435f5ae4a807e5377c894e2e.png) center/cover;width:100%;height:100%;border-radius:10px;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end;padding:50px 23px;gap:60px}main #testimonios .stats .stat{display:flex;flex-direction:column}main #testimonios .stats .stat .stat-number{color:#f1f3f7;font-size:50px;font-weight:600;line-height:50px}main #testimonios .stats .stat .stat-name{color:#f1f3f7;font-size:20px;font-weight:400;line-height:22px}@media screen and (max-width: 960px){main #testimonios h1{font-size:20px;margin-bottom:30px;text-align:center}main #testimonios .container-lg .mb24{margin-bottom:0px !important}main #testimonios .container-lg .row .col-lg{margin-bottom:24px;padding:0px}main #testimonios .container-lg .row .col-lg-4{padding:0}main #testimonios .review-card{padding:20px 26px}main #testimonios .review-card>p{font-size:12px;line-height:18px}main #testimonios .review-card .name{font-size:15px;line-height:15px}main #testimonios .review-card .position{font-size:12px;line-height:12px}main #testimonios .stats{padding:36px 22px;gap:20px}}main #socios{position:relative;padding-bottom:80px}main #socios h1{color:#5a189a;margin-top:10px;margin-bottom:40px}@media screen and (max-width: 960px){main #socios h1{font-size:20px;margin-bottom:30px;text-align:center}}main #socios .slider{width:100vw;height:auto;margin:auto;overflow:hidden;position:absolute;bottom:0px}main #socios .slider .slide-track{display:flex;gap:40px;animation:scroll 30s linear infinite;padding-block:10px;-webkit-animation:scroll 30s linear infinite;width:calc(170px * 18)}@keyframes scroll{0%{transform:translateX(0)}100%{transform:translateX(calc(-170px * 9))}}main #socios .partner-card{border-radius:10px;background:#ffffff;box-shadow:0px 1px 4px 0px rgba(0,0,0,0.15);display:flex;justify-content:center;align-items:center;padding:9px 49px;width:170px}main #socios .partner-card img{height:47px;max-width:120px;width:auto}footer{margin-top:100px;margin-bottom:16px}footer>div{display:flex;flex-direction:column;align-items:center}footer>div .terms{color:#ac8bcd;line-height:1.5;padding-bottom:15px;border-bottom:1px solid;border-color:#ac8bcd}footer>div .terms strong{font-weight:600}@media screen and (max-width: 960px){footer>div .terms{font-size:10px}}footer>div .footer-logo{height:72px;width:auto;margin-bottom:50px}@media screen and (max-width: 960px){footer>div .footer-logo{height:40px;margin-bottom:30px}}footer>div .copyright-container{display:flex;align-items:center;gap:10px}footer>div .copyright-container .copyright{color:#ac8bcd;font-size:16px;line-height:22px;margin:0}footer>div .copyright-container .slash{color:#ded1eb;font-size:16px;line-height:22px}footer>div .copyright-container .terms-link{color:#009479;font-size:16px;line-height:22px}@media screen and (max-width: 960px){footer>div .copyright-container{flex-direction:column;gap:5px}footer>div .copyright-container .copyright,footer>div .copyright-container .slash,footer>div .copyright-container .terms-link{font-size:10px;line-height:15px}}
