.container{width:100%;max-width:1300px;margin:0 auto;padding:0 35px}header{width:100%;height:90px;padding-top:30px}header .header-wrapper{width:100%;height:100%;justify-content:space-between;padding:0 20px;border:1px solid var(--Border);border-radius:100px}header .header-wrapper,header .logo{display:flex;align-items:center}header .logo h3{font-size:23px}header .login a{background:var(--gradient);color:#fff;font-size:15px;margin-left:10px;border-radius:100px;padding:10px 30px}section.hero{width:100%;height:525px;margin-top:100px;background:linear-gradient(0,transparent,rgba(0,0,0,.1) 0,transparent)}section.hero .hero-wrapper{height:100%;width:100%;display:flex;justify-content:center;flex-direction:row;overflow:hidden;border-radius:20px}section.hero .hero-wrapper .call{width:50%;padding-top:40px}section.hero .hero-wrapper .call h1{font-size:50px;line-height:50px;font-weight:700;background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}section.hero .hero-wrapper .call h3{font-size:16px;line-height:24px;font-weight:100;opacity:.8;margin-top:30px;max-width:500px}section.hero .hero-wrapper .call .links{margin-top:30px;display:flex;gap:10px;flex-direction:row;align-items:center}section.hero .hero-wrapper .call a.planos{border:2px dotted var(--Border);background:transparent;color:var(--font-color);padding:9px 20px}section.hero .hero-wrapper .call a{padding:10px 20px;border-radius:20px;cursor:pointer;background:var(--gradient);font-size:16px;font-weight:700;color:#fff}section.hero .hero-wrapper .image-wrapper{width:50%}section.hero .hero-wrapper .icon-wrapper{display:flex;width:100%;margin-bottom:15px;gap:10px;opacity:.9}section.video{padding-top:100px;background:linear-gradient(0,transparent,rgba(0,0,0,.1) 100%,transparent 0)}section.video h2{font-size:35px;line-height:30px;font-weight:700;margin-bottom:15px}section.video .container>p{font-size:16px;line-height:24px;margin-bottom:30px;opacity:.8}section.video video{border-radius:20px;width:75%;height:100%;border:.5px solid var(--Border);border-left:2px solid var(--Primary);border-bottom:2px solid var(--Primary)}section.video .video-container{display:flex;flex-direction:row;gap:10px}section.video .video-container .boxes-wrapper{width:25%;display:flex;flex-direction:column;gap:10px}section.video .video-container .boxes-wrapper .box-details{border:1px solid var(--Border);border-radius:20px;padding:20px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px;height:calc(100% / 3)}section.video .video-container .boxes-wrapper .box-details svg{width:65px;height:65px;font-size:65px;fill:var(--font-color);animation:animationIcon 2s ease-in-out infinite;opacity:.8}section.video .video-container .boxes-wrapper .box-details p{font-size:14px;line-height:18px;opacity:.5;font-weight:700;letter-spacing:.5px}@keyframes animationIcon{0%{transform:scale(1) rotate(0)}50%{transform:scale(1.08)}to{transform:scale(1) rotate(0)}}section.depoimentos{width:100%;padding-top:100px}section.depoimentos h2{font-size:35px;line-height:30px;font-weight:700;margin-bottom:15px;text-align:center}section.depoimentos .container>p{font-size:16px;line-height:24px;margin-bottom:30px;opacity:.8;text-align:center}section.depoimentos .container .depoimentos-wrapper{display:flex;flex-direction:row;gap:10px}section.depoimentos .container .depoimentos-wrapper .depoimento{display:flex;flex-direction:column;gap:30px;border:1px solid var(--Border);border-radius:20px;padding:30px;max-width:calc(100% / 3);width:calc(100% / 3);background:linear-gradient(0,transparent,rgba(0,0,0,.05) 0,transparent);transition:all .7s;&:hover{background:linear-gradient(0,transparent,rgba(0,0,0,.2) 0,transparent);border-color:var(--Primary);transition:all .7s}}section.depoimentos .container .depoimentos-wrapper .depoimento .icone-wrapper{width:40px;height:40px;border-radius:100%;display:flex;justify-content:center;align-items:center;background-color:var(--Primary-Opacity-25)}section.depoimentos .container .depoimentos-wrapper .depoimento .icone-wrapper *{color:var(--Primary)}section.depoimentos .container .depoimentos-wrapper .depoimento .icone-wrapper svg{width:30px;height:18px;font-size:30px}section.depoimentos .container .depoimentos-wrapper .depoimento .depoimento-text p{font-size:16px;line-height:24px;opacity:.75}section.depoimentos .container .depoimentos-wrapper .depoimento .infos-pessoa{display:flex;flex-direction:row;gap:10px;border-top:1px solid var(--Border);padding-top:20px;align-items:center}section.depoimentos .container .depoimentos-wrapper .depoimento .infos-pessoa img{border-radius:100%}footer{margin-top:50px;width:100%;color:#fff;text-align:center;border:1px solid var(--Border);padding:10px 0}footer .container{display:flex;flex-direction:row;justify-content:space-between;align-items:center}footer .container .infos-container{display:flex;flex-direction:column;gap:10px;padding:10px;border:1px solid var(--Border);border-radius:10px;justify-content:center;align-items:center}footer .container .infos-container img{background-color:var(--Primary-Opacity-25);border-radius:100%;padding:1px}footer .container .infos-container .socials{display:flex;gap:10px;flex-direction:row}footer .container .infos-container .socials a{border-radius:100%;padding:10px;color:var(--Primary)}footer .container p{text-align:center}@media screen and (max-width:800px){header .logo h3{font-size:19px}header .logo img{width:48px;height:48px}header .header-wrapper{padding:0 10px}header .login a{font-size:13px}header{padding-top:30px}section.hero .hero-wrapper{flex-direction:column}section.hero .hero-wrapper .call{width:100%;padding:0;display:flex;justify-content:center;align-items:center;flex-direction:column}.hero .hero-wrapper .call h1,section.hero .hero-wrapper .call h3{text-align:center}section.hero .hero-wrapper .call .icon-wrapper{justify-content:center}section.hero .hero-wrapper .image-wrapper{padding-top:30px;width:100%}section.hero{height:auto;margin-top:30px}section.video .video-container{flex-direction:column}section.video video{width:100%}section.video .video-container .boxes-wrapper{width:100%;flex-direction:row}section.video .video-container .boxes-wrapper .box-details{padding:15px;width:100%;height:150px}section.video .video-container .boxes-wrapper .box-details svg{width:50px;height:50px;font-size:50px}section.video .video-container .boxes-wrapper .box-details p{font-size:13px;line-height:15px;text-align:center}section.planos .container .boxes-wrapper{flex-direction:column;align-items:center}section.planos .container .boxes-wrapper .box-plano{width:auto}section.depoimentos .container .depoimentos-wrapper{flex-direction:column;gap:10px}section.depoimentos .container .depoimentos-wrapper .depoimento{width:100%;max-width:none;gap:10px}footer .container{flex-direction:column;gap:30px}}@media screen and (max-width:550px){section.video .video-container .boxes-wrapper{gap:5px}section.video .video-container .boxes-wrapper .box-details{padding:5px;width:100%;height:130px;gap:10px}section.video .video-container .boxes-wrapper .box-details svg{width:40px;height:40px;font-size:40px}section.video .video-container .boxes-wrapper .box-details p{font-size:11px;line-height:12px;letter-spacing:.7px;text-align:center}}