.btn{display:inline-flex;align-items:center;justify-content:center;text-align:center;vertical-align:middle;cursor:pointer;user-select:none;text-decoration:none;border:none;outline:none;transition:all .2s ease-in-out;gap:4px;width:fit-content}.btn .btn-icon{display:inline-flex;align-items:center;flex-shrink:0}.btn.btn-icon-only{padding:0 !important;border-radius:1000px !important}.btn.btn-icon-only.btn-xs{width:24px;height:24px}.btn.btn-icon-only.btn-sm{width:28px;height:28px}.btn.btn-icon-only.btn-md{width:32px;height:32px}.btn.btn-icon-only.btn-lg{width:36px;height:36px}.btn.btn-icon-only.btn-xl{width:40px;height:40px}.btn:disabled,.btn.disabled{opacity:.6;cursor:not-allowed;pointer-events:none}.btn-xs{padding:4px 8px;height:24px;color:#fff;border-radius:4px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:12px;font-weight:500;letter-spacing:0;line-height:150%}.btn-xs .btn-icon svg{width:12px;height:12px}.btn-sm{padding:4px 8px;height:28px;color:#fff;border-radius:4px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.btn-sm .btn-icon svg{width:14px;height:14px}.btn-md{padding:6px 10px;height:32px;color:#fff;border-radius:6px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.btn-md .btn-icon svg{width:16px;height:16px}.btn-lg{padding:8px 12px;height:36px;color:#fff;border-radius:6px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.btn-lg .btn-icon svg{width:18px;height:18px}.btn-xl{padding:10px 14px;height:40px;color:#fff;border-radius:6px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.btn-xl .btn-icon svg{width:20px;height:20px}.btn-primary{background-color:#091a47}.btn-primary:hover{background-color:#3f5183}.btn-primary:active,.btn-primary:focus{background-color:#172a5c}.btn-primary-outline{border:solid 1px #091a47;color:#091a47;background-color:#fff}.btn-primary-outline:hover{background-color:#091a47;color:#fff;border:solid 1px rgba(0,0,0,0)}.btn-primary-outline:active,.btn-primary-outline:focus{background-color:#172a5c;color:#fff;border:solid 1px rgba(0,0,0,0)}.btn-secondary{background-color:#015de3}.btn-secondary:hover{background-color:#619aed}.btn-secondary:active,.btn-secondary:focus{background-color:#174d9c}.btn-secondary-outline{border:solid 1px #015de3;color:#015de3;background-color:#fff}.btn-secondary-outline:hover{background-color:#015de3;color:#fff;border:solid 1px rgba(0,0,0,0)}.btn-secondary-outline:active,.btn-secondary-outline:focus{background-color:#174d9c;color:#fff;border:solid 1px rgba(0,0,0,0)}.btn-tertiary{background-color:#ffcc26;color:#091a47}.btn-tertiary:hover{background-color:#e7b925}.btn-tertiary:active,.btn-tertiary:focus{background-color:#e7b925;color:#091a47}.btn-tertiary-outline{border:solid 1px #ffcc26;color:#091a47;background-color:#fff}.btn-tertiary-outline:hover{background-color:#ffcc26;border:solid 1px #ffcc26;color:#091a47}.btn-tertiary-outline:active,.btn-tertiary-outline:focus{background-color:#d3a718;color:#091a47;border:solid 1px rgba(0,0,0,0)}.btn-quaternary{background-color:#038332}.btn-quaternary:hover{background-color:#0b7030;color:#fff}.btn-quaternary:active,.btn-quaternary:focus{background-color:#0b5e29;color:#fff}.btn-quaternary-outline{border:solid 1px #038332;color:#038332;background-color:#fff}.btn-quaternary-outline:hover{background-color:#038332;border:solid 1px #038332;color:#fff}.btn-quaternary-outline:active,.btn-quaternary-outline:focus{background-color:#0b5e29;color:#fff;border:solid 1px rgba(0,0,0,0)}.btn-primary-light{background-color:#ecf7ff;color:#091a47}.btn-primary-light:hover{background-color:#d6ecfc;color:#091a47}.btn-primary-light:active,.btn-primary-light:focus{background-color:#bfe3fd;color:#091a47}.btn-primary-light-outline{border:solid 1px #ecf7ff;color:#091a47;background-color:#fff}.btn-primary-light-outline:hover{background-color:#ecf7ff;color:#091a47;border:solid 1px rgba(0,0,0,0)}.btn-primary-light-outline:active,.btn-primary-light-outline:focus{background-color:#bfe3fd;color:#091a47;border:solid 1px rgba(0,0,0,0)}.btn-destructive{background-color:#c10007;color:#fff}.btn-destructive:hover{background-color:#ff6467;color:#fff}.btn-destructive:active,.btn-destructive:focus{background-color:#e7000b;color:#fff}.btn-destructive-outline{border:solid 1px #c10007;color:#c10007;background-color:#fff}.btn-destructive-outline:hover{background-color:#c10007;color:#fff;border:solid 1px rgba(0,0,0,0)}.btn-destructive-outline:active,.btn-destructive-outline:focus{background-color:#e7000b;color:#fff;border:solid 1px rgba(0,0,0,0)}.btn-primary-invert{background-color:#fff;border:1px solid var(--Color-Surface-Borders-border, #D1D5DC);color:#101828}.btn-primary-invert:hover{background-color:#e9e9e9;color:#101828;border:1px solid var(--Color-Surface-Borders-border, #D1D5DC)}.btn-primary-invert:active,.btn-primary-invert:focus{background-color:#d8d8d8;color:#101828;border:1px solid var(--Color-Surface-Borders-border, #D1D5DC)}.btn-loading{position:relative;pointer-events:none}.btn-loading .btn-text{visibility:hidden}.btn-loading .btn-icon{visibility:hidden}.btn-loading .btn-loader{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);display:block}.btn-block{display:flex;width:100%}.btn-group{display:inline-flex}.btn-group .btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .btn:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0;border-right:1px solid rgba(0,0,0,.1)}@media(max-width: 360px){.xs\:btn-xs{padding:4px 8px;min-height:24px;color:#fff;border-radius:4px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:12px;font-weight:500;letter-spacing:0;line-height:150%}.xs\:btn-xs .btn-icon svg{width:12px;height:12px}.xs\:btn-xs.btn-icon-only{width:24px;height:24px;padding:0 !important;border-radius:1000px !important}.xs\:btn-sm{padding:4px 8px;min-height:28px;color:#fff;border-radius:4px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.xs\:btn-sm .btn-icon svg{width:14px;height:14px}.xs\:btn-sm.btn-icon-only{width:28px;height:28px;padding:0 !important;border-radius:1000px !important}.xs\:btn-md{padding:6px 10px;min-height:32px;color:#fff;border-radius:6px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.xs\:btn-md .btn-icon svg{width:16px;height:16px}.xs\:btn-md.btn-icon-only{width:32px;height:32px;padding:0 !important;border-radius:1000px !important}.xs\:btn-lg{padding:8px 12px;min-height:36px;color:#fff;border-radius:6px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.xs\:btn-lg .btn-icon svg{width:18px;height:18px}.xs\:btn-lg.btn-icon-only{width:36px;height:36px;padding:0 !important;border-radius:1000px !important}.xs\:btn-xl{padding:10px 14px;min-height:40px;color:#fff;border-radius:6px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.xs\:btn-xl .btn-icon svg{width:20px;height:20px}.xs\:btn-xl.btn-icon-only{width:40px;height:40px;padding:0 !important;border-radius:1000px !important}.xs\:btn-block{display:flex;width:100%}.xs\:btn-inline{width:auto}}@media(max-width: 768px){.sm\:btn-xs{padding:4px 8px;min-height:24px;color:#fff;border-radius:4px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:12px;font-weight:500;letter-spacing:0;line-height:150%}.sm\:btn-xs .btn-icon svg{width:12px;height:12px}.sm\:btn-xs.btn-icon-only{width:24px;height:24px;padding:0 !important;border-radius:1000px !important}.sm\:btn-sm{padding:4px 8px;min-height:28px;color:#fff;border-radius:4px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.sm\:btn-sm .btn-icon svg{width:14px;height:14px}.sm\:btn-sm.btn-icon-only{width:28px;height:28px;padding:0 !important;border-radius:1000px !important}.sm\:btn-md{padding:6px 10px;min-height:32px;color:#fff;border-radius:6px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.sm\:btn-md .btn-icon svg{width:16px;height:16px}.sm\:btn-md.btn-icon-only{width:32px;height:32px;padding:0 !important;border-radius:1000px !important}.sm\:btn-lg{padding:8px 12px;min-height:36px;color:#fff;border-radius:6px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.sm\:btn-lg .btn-icon svg{width:18px;height:18px}.sm\:btn-lg.btn-icon-only{width:36px;height:36px;padding:0 !important;border-radius:1000px !important}.sm\:btn-xl{padding:10px 14px;min-height:40px;color:#fff;border-radius:6px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.sm\:btn-xl .btn-icon svg{width:20px;height:20px}.sm\:btn-xl.btn-icon-only{width:40px;height:40px;padding:0 !important;border-radius:1000px !important}.sm\:btn-block{display:flex;width:100%}.sm\:btn-inline{width:auto}}@media(max-width: 1024px){.md\:btn-xs{padding:4px 8px;min-height:24px;color:#fff;border-radius:4px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:12px;font-weight:500;letter-spacing:0;line-height:150%}.md\:btn-xs .btn-icon svg{width:12px;height:12px}.md\:btn-xs.btn-icon-only{width:24px;height:24px;padding:0 !important;border-radius:1000px !important}.md\:btn-sm{padding:4px 8px;min-height:28px;color:#fff;border-radius:4px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.md\:btn-sm .btn-icon svg{width:14px;height:14px}.md\:btn-sm.btn-icon-only{width:28px;height:28px;padding:0 !important;border-radius:1000px !important}.md\:btn-md{padding:6px 10px;min-height:32px;color:#fff;border-radius:6px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.md\:btn-md .btn-icon svg{width:16px;height:16px}.md\:btn-md.btn-icon-only{width:32px;height:32px;padding:0 !important;border-radius:1000px !important}.md\:btn-lg{padding:8px 12px;min-height:36px;color:#fff;border-radius:6px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.md\:btn-lg .btn-icon svg{width:18px;height:18px}.md\:btn-lg.btn-icon-only{width:36px;height:36px;padding:0 !important;border-radius:1000px !important}.md\:btn-xl{padding:10px 14px;min-height:40px;color:#fff;border-radius:6px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.md\:btn-xl .btn-icon svg{width:20px;height:20px}.md\:btn-xl.btn-icon-only{width:40px;height:40px;padding:0 !important;border-radius:1000px !important}.md\:btn-block{display:flex;width:100%}.md\:btn-inline{width:auto}}@media(max-width: 1280px){.lg\:btn-xs{padding:4px 8px;min-height:24px;color:#fff;border-radius:4px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:12px;font-weight:500;letter-spacing:0;line-height:150%}.lg\:btn-xs .btn-icon svg{width:12px;height:12px}.lg\:btn-xs.btn-icon-only{width:24px;height:24px;padding:0 !important;border-radius:1000px !important}.lg\:btn-sm{padding:4px 8px;min-height:28px;color:#fff;border-radius:4px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.lg\:btn-sm .btn-icon svg{width:14px;height:14px}.lg\:btn-sm.btn-icon-only{width:28px;height:28px;padding:0 !important;border-radius:1000px !important}.lg\:btn-md{padding:6px 10px;min-height:32px;color:#fff;border-radius:6px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.lg\:btn-md .btn-icon svg{width:16px;height:16px}.lg\:btn-md.btn-icon-only{width:32px;height:32px;padding:0 !important;border-radius:1000px !important}.lg\:btn-lg{padding:8px 12px;min-height:36px;color:#fff;border-radius:6px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.lg\:btn-lg .btn-icon svg{width:18px;height:18px}.lg\:btn-lg.btn-icon-only{width:36px;height:36px;padding:0 !important;border-radius:1000px !important}.lg\:btn-xl{padding:10px 14px;min-height:40px;color:#fff;border-radius:6px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.lg\:btn-xl .btn-icon svg{width:20px;height:20px}.lg\:btn-xl.btn-icon-only{width:40px;height:40px;padding:0 !important;border-radius:1000px !important}.lg\:btn-block{display:flex;width:100%}.lg\:btn-inline{width:auto}}@media(max-width: 1440px){.xlg\:btn-xs{padding:4px 8px;min-height:24px;color:#fff;border-radius:4px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:12px;font-weight:500;letter-spacing:0;line-height:150%}.xlg\:btn-xs .btn-icon svg{width:12px;height:12px}.xlg\:btn-xs.btn-icon-only{width:24px;height:24px;padding:0 !important;border-radius:1000px !important}.xlg\:btn-sm{padding:4px 8px;min-height:28px;color:#fff;border-radius:4px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.xlg\:btn-sm .btn-icon svg{width:14px;height:14px}.xlg\:btn-sm.btn-icon-only{width:28px;height:28px;padding:0 !important;border-radius:1000px !important}.xlg\:btn-md{padding:6px 10px;min-height:32px;color:#fff;border-radius:6px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.xlg\:btn-md .btn-icon svg{width:16px;height:16px}.xlg\:btn-md.btn-icon-only{width:32px;height:32px;padding:0 !important;border-radius:1000px !important}.xlg\:btn-lg{padding:8px 12px;min-height:36px;color:#fff;border-radius:6px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.xlg\:btn-lg .btn-icon svg{width:18px;height:18px}.xlg\:btn-lg.btn-icon-only{width:36px;height:36px;padding:0 !important;border-radius:1000px !important}.xlg\:btn-xl{padding:10px 14px;min-height:40px;color:#fff;border-radius:6px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.xlg\:btn-xl .btn-icon svg{width:20px;height:20px}.xlg\:btn-xl.btn-icon-only{width:40px;height:40px;padding:0 !important;border-radius:1000px !important}.xlg\:btn-block{display:flex;width:100%}.xlg\:btn-inline{width:auto}}.home-empresas{font-family:"Poppins",sans-serif;line-height:150%;color:#6a7282}.home-empresas img{max-width:max-content;width:100%;height:auto}.home-empresas .container{max-width:1280px;box-sizing:content-box;margin:0 auto;padding:0 64px}@media(max-width: 1023px){.home-empresas .container{padding:0 64px}}@media(max-width: 767px){.home-empresas .container{padding:0 16px}}.home-empresas .hero-section{background:radial-gradient(50% 50% at 50% 0%, #d5ebff 0%, #FFFFFF 80%);padding:102px 0;text-align:center}@media(max-width: 1023px){.home-empresas .hero-section{padding:64px 0}}@media(max-width: 767px){.home-empresas .hero-section{padding:32px 0}}.home-empresas .hero-section .section-header{margin-bottom:56px}.home-empresas .hero-section .section-header .section-highlight{position:relative;max-width:896px;width:100%;margin:0 auto}@media(max-width: 1023px){.home-empresas .hero-section .section-header .section-highlight{max-width:640px}}@media(max-width: 767px){.home-empresas .hero-section .section-header .section-highlight{max-width:328px}}.home-empresas .hero-section .section-header .section-highlight .section-title{position:relative;color:#091a47;text-align:center;font-family:"Noka",sans-serif;font-size:64px;font-style:normal;font-weight:600;line-height:110%;z-index:2;margin-bottom:24px}@media(max-width: 1023px){.home-empresas .hero-section .section-header .section-highlight .section-title{font-size:48px}}@media(max-width: 767px){.home-empresas .hero-section .section-header .section-highlight .section-title{font-size:32px}}.home-empresas .hero-section .section-header .section-highlight svg{position:absolute;right:43px;top:74px;z-index:1}@media(max-width: 1023px){.home-empresas .hero-section .section-header .section-highlight svg{right:1px;top:46px}}@media(max-width: 767px){.home-empresas .hero-section .section-header .section-highlight svg{width:62px;height:40px;right:63px;top:73px}}.home-empresas .hero-section .section-header .section-description{color:#6a7282;text-align:center;font-family:"Poppins",sans-serif;font-size:20px;line-height:150%;margin:0 auto;margin-bottom:40px;max-width:444px}.home-empresas .hero-section .companies-section{margin-top:64px;display:grid;grid-template-columns:294px 1fr;gap:32px;align-items:center}@media(max-width: 1023px){.home-empresas .hero-section .companies-section{grid-template-columns:1fr}}.home-empresas .hero-section .companies-section .companies-title{color:#101828;font-family:"Noka",sans-serif;font-size:24px;font-weight:500;line-height:110%;text-align:left}@media(max-width: 1023px){.home-empresas .hero-section .companies-section .companies-title{text-align:center}}.home-empresas .hero-section .companies-section .pattners-logo{position:relative;overflow:hidden;max-width:1280px;width:100%;margin:0 auto}.home-empresas .hero-section .companies-section .pattners-logo::before,.home-empresas .hero-section .companies-section .pattners-logo::after{content:"";position:absolute;top:0;bottom:0;width:64px;pointer-events:none;z-index:1}.home-empresas .hero-section .companies-section .pattners-logo::before{left:0;background:linear-gradient(to right, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%)}.home-empresas .hero-section .companies-section .pattners-logo::after{right:0;background:linear-gradient(to left, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%)}.home-empresas .hero-section .companies-section .pattners-logo ul{display:flex;gap:24px 48px;padding:0;margin:0;width:max-content;animation:scroll 50s linear infinite}@keyframes scroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}.home-empresas .hero-section .companies-section .pattners-logo img{margin:0;flex-shrink:0}.home-empresas .candidates-section{background:#fff;padding:102px 0}@media(max-width: 1023px){.home-empresas .candidates-section{padding:64px 0}}@media(max-width: 767px){.home-empresas .candidates-section{padding:32px 0}}.home-empresas .candidates-section .candidates-content{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}@media(max-width: 1023px){.home-empresas .candidates-section .candidates-content{gap:40px}}@media(max-width: 767px){.home-empresas .candidates-section .candidates-content{grid-template-columns:1fr;gap:64px}}.home-empresas .candidates-section .candidates-content .candidates-image{margin:0 auto}.home-empresas .candidates-section .candidates-content .candidates-text .section-title{color:#101828;font-family:"Noka",sans-serif;font-size:40px;font-weight:600;line-height:110%;margin-bottom:16px}@media(max-width: 767px){.home-empresas .candidates-section .candidates-content .candidates-text .section-title{font-size:24px}}.home-empresas .candidates-section .candidates-content .candidates-text .section-description{color:#6a7282;font-family:"Poppins",sans-serif;font-size:16px;line-height:150%;margin-bottom:32px}@media(max-width: 767px){.home-empresas .candidates-section .candidates-content .candidates-text a{width:100%}}.home-empresas .announce-jobs-section{background:#fff;padding:102px 0}@media(max-width: 1023px){.home-empresas .announce-jobs-section{padding:64px 0}}@media(max-width: 767px){.home-empresas .announce-jobs-section{padding:32px 0}}.home-empresas .announce-jobs-section .announce-jobs-content{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}@media(max-width: 1023px){.home-empresas .announce-jobs-section .announce-jobs-content{gap:40px}}@media(max-width: 767px){.home-empresas .announce-jobs-section .announce-jobs-content{grid-template-columns:1fr;gap:64px}}.home-empresas .announce-jobs-section .announce-jobs-content .announce-jobs-image{margin:0 auto}@media(max-width: 767px){.home-empresas .announce-jobs-section .announce-jobs-content .announce-jobs-text{order:-1}}.home-empresas .announce-jobs-section .announce-jobs-content .announce-jobs-text .section-title{color:#101828;font-family:"Noka",sans-serif;font-size:40px;font-weight:600;line-height:110%;margin-bottom:16px}@media(max-width: 767px){.home-empresas .announce-jobs-section .announce-jobs-content .announce-jobs-text .section-title{font-size:24px}}.home-empresas .announce-jobs-section .announce-jobs-content .announce-jobs-text .section-description{color:#6a7282;font-family:"Poppins",sans-serif;font-size:16px;line-height:150%;margin-bottom:32px}@media(max-width: 767px){.home-empresas .announce-jobs-section .announce-jobs-content .announce-jobs-text a{width:100%}}.home-empresas .stats-section{background:radial-gradient(201.92% 58.47% at 50% 50%, var(--Color-Primary-Backgrounds-primary-default, #091A47) 0%, var(--Color-Surface-Backgrounds-background-inverse-primary, #101828) 100%);color:#fff;padding:102px 0}@media(max-width: 1023px){.home-empresas .stats-section{padding:64px 0}}@media(max-width: 767px){.home-empresas .stats-section{padding:32px 0}}.home-empresas .stats-section .stats-header{text-align:center;margin-bottom:64px}.home-empresas .stats-section .stats-header .stats-badge{max-width:max-content;margin:0 auto;display:flex;height:32px;min-height:32px;max-height:32px;padding:6px 10px;justify-content:center;align-items:center;gap:6px;border-radius:1000px;border:1px solid #e5e7eb;background:#fff;margin-bottom:16px;color:#091a47;font-family:"Poppins",sans-serif;font-size:12px;font-weight:500;line-height:150%;letter-spacing:0}.home-empresas .stats-section .stats-header .stats-title{color:#fff;text-align:center;font-family:"Noka",sans-serif;font-size:32px;font-weight:600;line-height:110%}@media(max-width: 767px){.home-empresas .stats-section .stats-header .stats-title{font-size:24px}}.home-empresas .stats-section .stats-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:40px}@media(max-width: 1023px){.home-empresas .stats-section .stats-grid{grid-template-columns:1fr}}@media(max-width: 767px){.home-empresas .stats-section .stats-grid{gap:32px}}.home-empresas .stats-section .stats-grid .stat-item{text-align:center}.home-empresas .stats-section .stats-grid .stat-item .stat-number{text-align:center;font-family:"Noka",sans-serif;font-size:120px;font-weight:600;line-height:110%;letter-spacing:0;margin-bottom:8px}@media(max-width: 767px){.home-empresas .stats-section .stats-grid .stat-item .stat-number{font-size:64px}}.home-empresas .stats-section .stats-grid .stat-item .stat-number .stat-unit{color:#fff;font-family:"Noka",sans-serif;font-size:32px;font-weight:500;line-height:110%;letter-spacing:0}.home-empresas .stats-section .stats-grid .stat-item .stat-description{color:#fff;text-align:center;font-family:"Poppins",sans-serif;font-size:20px;font-weight:500;line-height:150%}.home-empresas .features-section{background:#fff;padding:102px 0}@media(max-width: 1023px){.home-empresas .features-section{padding:64px 0}}@media(max-width: 767px){.home-empresas .features-section{padding:32px 0}}.home-empresas .features-section .features-content{display:flex;border-radius:32px;overflow:hidden}@media(max-width: 1023px){.home-empresas .features-section .features-content{flex-direction:column}}.home-empresas .features-section .features-content .features-text{background-image:url("/assets/img/pages/home-empresas/pattern/Pattern.svg");background-repeat:no-repeat;background-position:left bottom;background-color:#f5f5f4;flex:1 0 0}@media(max-width: 1023px){.home-empresas .features-section .features-content .features-text{min-height:706px}}@media(max-width: 767px){.home-empresas .features-section .features-content .features-text{min-height:671px}}.home-empresas .features-section .features-content .features-text .brand-section{padding:80px 64px;position:relative;height:100%}@media(max-width: 767px){.home-empresas .features-section .features-content .features-text .brand-section{padding:40px 16px}}.home-empresas .features-section .features-content .features-text .brand-section .brand-logo{margin-bottom:24px}.home-empresas .features-section .features-content .features-text .brand-section .brand-subtitle{color:#091a47;font-family:"Poppins",sans-serif;font-size:20px;font-weight:600;line-height:150%;margin-bottom:8px}.home-empresas .features-section .features-content .features-text .brand-section .brand-description{color:#030712;font-family:"Poppins",sans-serif;line-height:150%;margin-bottom:48px}@media(max-width: 1023px){.home-empresas .features-section .features-content .features-text .brand-section a{width:100%}}.home-empresas .features-section .features-content .features-list{background:#101828;padding:80px 64px;display:grid;grid-template-columns:1fr;flex-direction:column;gap:56px;flex:1 0 0}@media(max-width: 1023px){.home-empresas .features-section .features-content .features-list{grid-template-columns:1fr 1fr 1fr;align-items:start;padding:80px 32px;gap:32px}}@media(max-width: 767px){.home-empresas .features-section .features-content .features-list{padding:32px 16px;grid-template-columns:1fr}}.home-empresas .features-section .features-content .features-list .feature-item{display:flex;gap:32px;align-items:flex-start}@media(max-width: 1280px){.home-empresas .features-section .features-content .features-list .feature-item{flex-wrap:wrap}}.home-empresas .features-section .features-content .features-list .feature-item img{flex-shrink:0;border-radius:32px;overflow:hidden;max-width:200px;height:auto}@media(max-width: 1023px){.home-empresas .features-section .features-content .features-list .feature-item img{max-width:100%}}.home-empresas .features-section .features-content .features-list .feature-item .feature-content .feature-title{color:#fff;font-family:"Poppins",sans-serif;font-size:18px;font-weight:900;line-height:150%;margin-bottom:8px}.home-empresas .features-section .features-content .features-list .feature-item .feature-content .feature-description{color:#fff;font-family:"Poppins",sans-serif;font-size:16px;line-height:150%;margin-bottom:32px}.home-empresas .features-section .features-content .features-list .feature-item .feature-content .feature-link{color:#fff;font-family:"Poppins",sans-serif;text-decoration-line:underline}.home-empresas .features-section .features-content .features-list .feature-item .feature-content .feature-link:hover{color:#d1d5dc}.home-empresas .cta-section{background:#fff;padding:64px 0}@media(max-width: 1023px){.home-empresas .cta-section{padding:48px 0}}@media(max-width: 767px){.home-empresas .cta-section{padding:24px 0}}.home-empresas .cta-section .cta-content{display:grid;grid-template-columns:1fr auto;align-items:center;justify-content:space-between;gap:32px;padding:64px;border-radius:24px;background:linear-gradient(90deg, #091a47 0%, #101828 100%)}@media(max-width: 1023px){.home-empresas .cta-section .cta-content{padding:48px 64px;grid-template-columns:1fr}}@media(max-width: 767px){.home-empresas .cta-section .cta-content{padding:32px 16px}}.home-empresas .cta-section .cta-content .cta-text{color:#fff;font-family:"Noka",sans-serif;font-size:24px;font-weight:600;line-height:110%}@media(max-width: 1023px){.home-empresas .cta-section .cta-content .cta-text{text-align:center}}.home-empresas .cta-section .cta-content .cta-buttons{display:flex;flex-direction:row;gap:32px}@media(max-width: 1023px){.home-empresas .cta-section .cta-content .cta-buttons{flex-direction:column}.home-empresas .cta-section .cta-content .cta-buttons a{width:100%}}@media(max-width: 767px){.home-empresas .cta-section .cta-content .cta-buttons{gap:16px}}.home-empresas .testimonials-section{background:#f5f5f4;padding:102px 0}@media(max-width: 1023px){.home-empresas .testimonials-section{padding:64px 0}}@media(max-width: 767px){.home-empresas .testimonials-section{padding:32px 0}}.home-empresas .testimonials-section .testimonials-header{text-align:center;margin-bottom:56px}@media(max-width: 767px){.home-empresas .testimonials-section .testimonials-header{margin-bottom:32px}}.home-empresas .testimonials-section .testimonials-header .testimonials-badge{max-width:max-content;margin:0 auto;display:flex;height:32px;min-height:32px;max-height:32px;padding:6px 10px;justify-content:center;align-items:center;gap:6px;border-radius:1000px;border:1px solid #e5e7eb;background:#fff;margin-bottom:16px;color:#101828;font-family:"Poppins",sans-serif;font-size:12px;font-weight:500;line-height:150%;letter-spacing:0}.home-empresas .testimonials-section .testimonials-header .testimonials-title{color:#101828;text-align:center;font-family:"Noka",sans-serif;font-size:32px;font-weight:600;line-height:110%;max-width:574px;margin:0 auto}@media(max-width: 767px){.home-empresas .testimonials-section .testimonials-header .testimonials-title{font-size:24px}}.home-empresas .testimonials-section .testimonials-slider{position:relative;margin-bottom:48px}@media(max-width: 767px){.home-empresas .testimonials-section .testimonials-slider{margin-bottom:0}}.home-empresas .testimonials-section .testimonials-slider .active-company-logo{display:none}@media(max-width: 767px){.home-empresas .testimonials-section .testimonials-slider .active-company-logo{display:flex;justify-content:center;margin:0 auto;margin-bottom:32px;margin-top:8px}}.home-empresas .testimonials-section .testimonials-slider .mobile-navigation{display:none;justify-content:center;align-items:center;gap:24px;margin-top:32px}@media(max-width: 767px){.home-empresas .testimonials-section .testimonials-slider .mobile-navigation{display:flex}}.home-empresas .testimonials-section .testimonials-slider .mobile-navigation .nav-button{min-width:36px;min-height:36px;border-radius:1000px;border:1px solid #d1d5dc;background:#fff;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.home-empresas .testimonials-section .testimonials-slider .mobile-navigation .nav-button:hover{background:#e9e9e9}.home-empresas .testimonials-section .testimonials-slider .mobile-navigation .dots-navigation{display:flex;gap:8px;align-items:center}.home-empresas .testimonials-section .testimonials-slider .mobile-navigation .dots-navigation .dot-indicator{width:16px;height:16px;border-radius:var(--Border-Radius-rounded-3xl, 24px);border:1px solid var(--Gray-200, #E5E7EB);background:var(--Color-Surface-Backgrounds-background-primary, #FFF);cursor:pointer;transition:all .3s ease}.home-empresas .testimonials-section .testimonials-slider .mobile-navigation .dots-navigation .dot-indicator.active,.home-empresas .testimonials-section .testimonials-slider .mobile-navigation .dots-navigation .dot-indicator:hover{border:1px solid var(--Gray-200, #091A47);background:var(--Color-Primary-Backgrounds-primary-default, #091A47)}.home-empresas .testimonials-section .testimonials-slider .testimonials-track{overflow:hidden;position:relative;display:flex;gap:72px;align-items:center}.home-empresas .testimonials-section .testimonials-slider .testimonials-track .nav-button{pointer-events:auto;min-width:36px;max-width:36px;min-height:36px;max-height:36px;border-radius:1000px;border:1px solid #d1d5dc;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}@media(max-width: 767px){.home-empresas .testimonials-section .testimonials-slider .testimonials-track .nav-button{display:none}}.home-empresas .testimonials-section .testimonials-slider .testimonials-track .nav-button:hover{background:#e9e9e9}.home-empresas .testimonials-section .testimonials-slider .testimonials-track .testimonial-item{display:none;opacity:0;transition:all .5s ease-out}.home-empresas .testimonials-section .testimonials-slider .testimonials-track .testimonial-item.active{display:block;opacity:1}.home-empresas .testimonials-section .testimonials-slider .testimonials-track .testimonial-item .testimonial-content{display:grid;grid-template-columns:auto minmax(360px, 1fr);gap:64px;align-items:center;margin:0 auto}@media(max-width: 1023px){.home-empresas .testimonials-section .testimonials-slider .testimonials-track .testimonial-item .testimonial-content{grid-template-columns:1fr;text-align:center}}@media(max-width: 767px){.home-empresas .testimonials-section .testimonials-slider .testimonials-track .testimonial-item .testimonial-content{gap:32px}}.home-empresas .testimonials-section .testimonials-slider .testimonials-track .testimonial-item picture{border-radius:24px;overflow:hidden;margin:0}@media(max-width: 1023px){.home-empresas .testimonials-section .testimonials-slider .testimonials-track .testimonial-item picture{max-width:150px;margin:0 auto}}.home-empresas .testimonials-section .testimonials-slider .testimonials-track .testimonial-item picture img{width:100%;height:auto;transition:transform .3s ease-out}.home-empresas .testimonials-section .testimonials-slider .testimonials-track .testimonial-item .testimonial-text .testimonial-quote{color:#030712;font-family:"Noka",sans-serif;font-size:32px;font-weight:500;line-height:110%;letter-spacing:0;transition:transform .3s ease-out;margin-bottom:32px}@media(max-width: 1023px){.home-empresas .testimonials-section .testimonials-slider .testimonials-track .testimonial-item .testimonial-text .testimonial-quote{font-size:24px}}.home-empresas .testimonials-section .testimonials-slider .testimonials-track .testimonial-item .testimonial-text .testimonial-author{transition:transform .3s ease-out}.home-empresas .testimonials-section .testimonials-slider .testimonials-track .testimonial-item .testimonial-text .testimonial-author .author-name{display:block;color:#091a47;font-family:"Poppins",sans-serif;font-size:20px;font-weight:600;line-height:150%;letter-spacing:0;font-style:normal;transition:transform .3s ease-out;margin-bottom:8px}.home-empresas .testimonials-section .testimonials-slider .testimonials-track .testimonial-item .testimonial-text .testimonial-author .author-title{color:#364153;font-family:"Poppins",sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:150%;transition:transform .3s ease-out}@media(max-width: 767px){.home-empresas .testimonials-section .company-logos-testimonials{display:none}}.home-empresas .testimonials-section .company-logos-testimonials .company-indicators{display:grid;grid-template-columns:1fr 1fr 1fr;justify-content:center;align-items:center}.home-empresas .testimonials-section .company-logos-testimonials .company-indicators .company-indicator{border:none;background:none;padding:16px 16px 0 16px;cursor:pointer;transition:all .3s ease;border-top:2px solid #d1d5dc}.home-empresas .testimonials-section .company-logos-testimonials .company-indicators .company-indicator img{filter:grayscale(1);opacity:50%}.home-empresas .testimonials-section .company-logos-testimonials .company-indicators .company-indicator:hover,.home-empresas .testimonials-section .company-logos-testimonials .company-indicators .company-indicator.active{border-top:2px solid #091a47}.home-empresas .testimonials-section .company-logos-testimonials .company-indicators .company-indicator:hover img,.home-empresas .testimonials-section .company-logos-testimonials .company-indicators .company-indicator.active img{filter:grayscale(0);opacity:100%}.home-empresas .testimonials-section .company-logos-testimonials .company-indicators .company-indicator img{transition:transform .3s ease-out}.home-empresas .testimonials-section .company-logos-testimonials .company-indicators .company-indicator:hover img{transform:scale(1.05)}.home-empresas .faq-section{background:#fff;padding:102px 0}@media(max-width: 1023px){.home-empresas .faq-section{padding:64px 0}}@media(max-width: 767px){.home-empresas .faq-section{padding:32px 0}}.home-empresas .faq-section .faq-content{display:flex;justify-content:space-between}@media(max-width: 767px){.home-empresas .faq-section .faq-content{flex-direction:column;gap:40px}}.home-empresas .faq-section .faq-content .faq-header{max-width:416px;flex:1 0 0}@media(max-width: 767px){.home-empresas .faq-section .faq-content .faq-header{max-width:100%}}.home-empresas .faq-section .faq-content .faq-header .faq-title{color:#101828;font-family:"Noka",sans-serif;font-size:48px;font-weight:600;line-height:110%;text-align:left}@media(max-width: 767px){.home-empresas .faq-section .faq-content .faq-header .faq-title{font-size:32px;text-align:center}}.home-empresas .faq-section .faq-content .faq-list{max-width:740px;flex:1 0 0;display:flex;flex-direction:column;gap:24px}@media(max-width: 767px){.home-empresas .faq-section .faq-content .faq-list{max-width:100%}}.home-empresas .faq-section .faq-content .faq-item{border-bottom:1px solid #e5e7eb}.home-empresas .faq-section .faq-content .faq-question{display:grid;grid-template-columns:1fr auto;align-items:center;gap:16px;font-weight:600;font-size:16px;line-height:150%;color:#101828;padding-bottom:24px;transition:background-color .3s ease;cursor:pointer}.home-empresas .faq-section .faq-content .faq-question::after{content:"";width:24px;height:24px;background-repeat:no-repeat;background-position:center;background-size:contain;transition:all .3s ease;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 3.78027C12.4142 3.78027 12.75 4.11606 12.75 4.53027V11.2803H19.5C19.9142 11.2803 20.25 11.6161 20.25 12.0303C20.25 12.4445 19.9142 12.7803 19.5 12.7803H12.75V19.5303C12.75 19.9445 12.4142 20.2803 12 20.2803C11.5858 20.2803 11.25 19.9445 11.25 19.5303V12.7803H4.5C4.08579 12.7803 3.75 12.4445 3.75 12.0303C3.75 11.6161 4.08579 11.2803 4.5 11.2803H11.25V4.53027C11.25 4.11606 11.5858 3.78027 12 3.78027Z' fill='%23101828'/%3E%3C/svg%3E")}.home-empresas .faq-section .faq-content details[open] .faq-question::after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.24927 12.0195C4.24927 11.6053 4.58505 11.2695 4.99927 11.2695H18.9993C19.4135 11.2695 19.7493 11.6053 19.7493 12.0195C19.7493 12.4337 19.4135 12.7695 18.9993 12.7695H4.99927C4.58505 12.7695 4.24927 12.4337 4.24927 12.0195Z' fill='%23101828'/%3E%3C/svg%3E")}.home-empresas .faq-section .faq-content .faq-answer p{margin-bottom:24px;font-size:16px;line-height:150%;color:#4a5565}.home-empresas .faq-section .faq-content .faq-answer a{color:inherit;text-decoration:underline}.home-empresas .faq-section .faq-content .faq-answer strong{font-weight:500}.home-empresas .final-cta-section{background:#fff;padding:102px 0}@media(max-width: 1023px){.home-empresas .final-cta-section{padding:64px 0}}@media(max-width: 767px){.home-empresas .final-cta-section{padding:32px 0}}.home-empresas .final-cta-section .final-cta-content{text-align:center;height:604px;display:flex;justify-content:center;align-items:center;background:url("/assets/img/pages/home-empresas/logos-empresas-parceiras-trabalha-brasil.png") #d3d3d3 50%/cover no-repeat;border-radius:var(--Border-Radius-rounded-3xl, 24px);padding:32px 16px}@media(max-width: 1023px){.home-empresas .final-cta-section .final-cta-content{height:378px}}@media(max-width: 767px){.home-empresas .final-cta-section .final-cta-content{height:max-content}}.home-empresas .final-cta-section .final-cta-content .final-cta-title{color:#101828;text-align:center;font-family:"Noka",sans-serif;font-size:32px;font-weight:600;line-height:110%;margin-bottom:8px}.home-empresas .final-cta-section .final-cta-content .final-cta-description{color:#364153;text-align:center;font-family:"Poppins",sans-serif;font-size:20px;font-weight:400;line-height:150%;margin-bottom:32px;max-width:630px}