.counter{display:flex;gap:5rem}.counter-block{width:1rem;background-color:var(--color-lightblue)}.counter-text{font-size:20px;text-align:center;width:8rem}.counter-text>p:first-child{color:var(--color-darkblue);font-size:40px;line-height:1.2}@media screen and (max-width:800px){.counter{gap:3rem}}.cont-iconServices{padding:4rem 15%;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}.iconService{width:14rem;display:flex;flex-direction:column;align-items:center;padding:1rem 2rem;border-radius:15px;transition:1s ease}.iconService:hover{transform:scale(1.05)}.iconService>p{margin-top:1rem;font-weight:700}.pink>p{color:var(--color-pink)}.blue>p{color:var(--color-darkblue)}.purple>p{color:var(--color-darkpurple)}.lightPurple>p{color:var(--color-lightPurple)}.darkblue:hover>p{color:var(--color-darkblue);transition:color 1s ease}.darkblue:hover,.darkblue:hover>svg path{fill:var(--color-darkblue);box-shadow:0 4px 4px rgba(77,198,204,.25),10px 13px 7px rgba(77,198,204,.01),6px 8px 6px rgba(77,198,204,.05);transition:fill .5s ease}.lightblue:hover>p{color:var(--color-lightblue);transition:color 1s ease}.lightblue:hover,.lightblue:hover>svg path{fill:var(--color-lightblue);transition:fill .5s ease;box-shadow:0 4px 4px rgba(77,198,204,.25),10px 13px 7px rgba(77,198,204,.01),6px 8px 6px rgba(77,198,204,.05)}.pinkIcon:hover,.pinkIcon:hover>svg path{fill:var(--color-pink);transition:fill .5s ease;box-shadow:0 4px 4px rgba(222,15,132,.25),10px 13px 7px rgba(222,15,132,.01),6px 8px 6px rgba(222,15,132,.05)}.darkPurpleIcon:hover>p{color:var(--color-darkPurple);transition:color 1s ease}.darkPurpleIcon:hover,.darkPurpleIcon:hover>svg path{fill:var(--color-darkPurple);box-shadow:0 4px 4px rgba(126,78,202,.25),10px 13px 7px rgba(126,78,202,.01),6px 8px 6px rgba(126,78,202,.05);transition:fill .5s ease}@media screen and (max-width:600px){.cont-iconServices{justify-content:center}}.cont-text-solutions{width:100%;padding:4rem 0;display:flex;justify-content:center;background-color:hsla(0,0%,100%,.8)}.solutions{width:80%;text-align:center}.first{font-size:25px;letter-spacing:5px}.first,.second{text-transform:uppercase}.second{font-size:40px}@media screen and (max-width:800px){.first{font-size:18px}.second{font-size:25px}}.button-64{align-items:center;background-image:linear-gradient(144deg,var(--color-darkPurple),var(--color-pink));border:0;border-radius:30px;box-shadow:0 15px 30px -5px rgba(151,65,252,.2);box-sizing:border-box;color:var(--color-pink);display:flex;font-size:14px;justify-content:center;line-height:1.2em;max-width:100%;min-width:140px;padding:0 12px;text-decoration:none;cursor:pointer;text-transform:uppercase;font-weight:700;min-height:48px;height:auto;text-align:center}.button-64:active,.button-64:hover{outline:0;color:#fff}.button-64 span{background-color:#fff;padding:8px 12px;border-radius:25px;width:100%;transition:.3s;line-height:1.3em;word-break:normal;white-space:normal;text-align:center}.button-64:hover span{background:none}.button-64:disabled{background-image:linear-gradient(144deg,#dec8f9,#dec8f9);cursor:default;color:grey}.empowerit{color:var(--color-darkblue);background-image:linear-gradient(155deg,#66c3ce,#1f7eaa)}@media (max-width:640px){.button-64{font-size:13px}.button-64 span{padding:6px 10px;font-size:13px;line-height:1.2em}}.slogan-container{width:100%;margin:0;padding:.5rem;display:flex;text-align:center;justify-content:center;text-transform:uppercase;flex-direction:column}.slogan-container>p{font-size:30px;margin:1rem 0}.slogan-container.blue{background-color:#0284ac}.slogan-container.purple{background-color:#7d4eca}.slogan-container.light-purple{background-color:#dec8f9}.slogan-container.light-purple>p{color:#7d4eca}.slogan-container.pink{background-color:#df0f86}.slogan-container>p{color:#fff}@media screen and (max-width:600px){.slogan-container>p{font-size:20px}}.cont-video{position:relative;width:100%}.video-home{width:100%}@keyframes show-text{0%{opacity:0}to{opacity:1}}@keyframes hide-text{0%{opacity:1}to{opacity:0}}.text-video-home{position:absolute;z-index:10;top:4rem;right:5rem;text-align:end;width:60%;animation:show-text 1s ease}.text-video-home.fade-out{animation:hide-text .5s ease-in-out}.text-video-home>h3{font-size:3vw}.text-video-home>p{color:#fff;font-size:2vw}@media screen and (max-width:900px){.text-video-home{width:75%}}@media screen and (max-width:700px){.cont-video{overflow:hidden}.video-home{max-width:180%;width:180%}.text-video-home{top:2rem;right:2rem;text-align:end;width:80%;animation:show-text 1s ease}.text-video-home>h3{font-size:18px}.text-video-home>p{color:#fff;font-size:16px}}.container-chart{height:35rem;width:100%;display:flex;align-items:center;flex-direction:column;position:relative}.chart-titles{position:absolute;top:5rem;display:flex;justify-content:center;-moz-column-gap:5.5rem;column-gap:5.5rem;width:5rem}.chart-titles>h4{font-weight:700;color:#0184ac;font-size:18px}.chart-text{position:absolute;bottom:10rem;width:30rem;padding:.5rem 1rem;border:2px solid var(--color-darkblue);animation:jello 1.5s}.title-message{color:var(--color-darkblue)}.cont-button-chart{position:absolute;bottom:3rem}.svg-chart:hover path{cursor:pointer;fill:var(--color-pink);transform:scale(1.2);transition:1s ease}@keyframes jello{0%{animation-timing-function:ease-in;opacity:1;transform:translateY(-45px)}24%{opacity:1}40%{animation-timing-function:ease-in;transform:translateY(-24px)}65%{animation-timing-function:ease-in;transform:translateY(-12px)}82%{animation-timing-function:ease-in;transform:translateY(-6px)}93%{animation-timing-function:ease-in;transform:translateY(-4px)}25%,55%,75%,87%{animation-timing-function:ease-out;transform:translateY(0)}to{animation-timing-function:ease-out;opacity:1;transform:translateY(0)}}@media screen and (max-width:900px){.chart-titles{gap:3rem}}@media screen and (max-width:700px){.chart-titles{gap:.5rem}.chart-titles>h4{font-size:11px}.chart-text{width:22rem;bottom:7rem}}.home-portada{max-width:100%;height:80vh;color:#fff;position:relative;overflow:hidden}.video-portada{width:100%}@keyframes change-color{0%{background-color:hsla(0,0%,50%,.7)}to{background-color:rgba(126,78,202,.7)}}.hipaas{width:100%;height:80vh;position:absolute;display:flex;justify-content:space-between;align-items:center;top:0}.portada-left{filter:none;position:relative;margin:7rem 0 7rem 7rem}.portada-left>h1{font-size:48px;line-height:1.2;color:#fff!important;text-shadow:2px 2px 4px rgba(0,0,0,.4)}.portada-left>h3{font-weight:400;max-width:90%;margin-bottom:1rem;padding:0}.bold{font-weight:700;display:block}.portada-hipaa{position:relative;margin-right:10rem;padding:0 1rem}.portada-hipaa>img{width:12rem;min-width:12rem}.portada-left a,.portada-left h1,.portada-left h3{color:#fff}@media screen and (max-width:800px){.hipaa{flex-direction:column;height:75vh;justify-content:flex-start}.video-portada{max-width:250%;width:250%}.portada-left>h1{font-size:22px;max-width:100%}.portada-left>h3{padding:0}.home-portada{height:70vh}.portada-left{margin:3rem}.portada-hipaa{margin:0 auto}.portada-hipaa>img{width:6rem;min-width:6rem}.video-portada{max-width:330%;width:330%}}.productivity{padding:7rem;display:flex;justify-content:space-between}.cont-counters{display:flex;flex-wrap:wrap;-moz-column-gap:7rem;column-gap:7rem;row-gap:2rem;width:50%;justify-content:center}.prod-text{width:40%}.prod-text>h2{font-size:25px;font-weight:400}@media screen and (max-width:800px){.productivity{flex-direction:column-reverse;padding:3rem}.prod-text{width:100%}.prod-text>h2{font-size:18px}.cont-counters{width:100%;margin-top:2rem}}.cumplimiento-hipaa{background-image:url(/seguridad-hipaa.png);width:100%;background-position:50%;background-size:cover;padding:5rem;display:flex;justify-content:space-between;align-items:center;height:25rem}.security-title{width:40%}.security-title>h5{font-size:40px;font-weight:300;text-transform:uppercase}.security-body{width:50%}.security-body>p{color:#fff;font-size:25px}@media screen and (max-width:800px){.security-title>h5{font-size:20px}.security-body>p{font-size:15px}.cumplimiento-hipaa{flex-direction:column}.security-body,.security-title{width:100%}}