@import"https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Rethink+Sans:ital,wght@0,400..800;1,400..800&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";:root{--width-container: 1440px;--width-container-transparencia: 1920px;--weight-negative_maximum: -99999;--weight-negative_high: -9999;--weight-negative_medium: -999;--weight-negative_low: -99;--weight-negative_normal: -9;--weight-minimum: 0;--weight-normal: 9;--weight-low: 99;--weight-medium: 999;--weight-high: 9999;--weight-maximum: 99999;--fontfamily-main: "Inter", sans-serif;--color-bluedark-100: #E8E9EC;--color-bluedark-200: #BFC2CA;--color-bluedark-300: #969CA8;--color-bluedark-400: #6D7585;--color-bluedark-500: #444E63;--color-bluedark-600: #19253F;--color-bluedark-700: #151F35;--color-bluedark-800: #101829;--color-bluedark-900: #0C121E;--color-bluedark-1000: #080B13;--color-bluemedium-50: #EEF8FE;--color-bluemedium-100: #E8F2FD;--color-bluemedium-200: #C0DCF8;--color-bluemedium-300: #98C6F4;--color-bluemedium-400: #6FAFF0;--color-bluemedium-500: #4799EC;--color-bluemedium-600: #1C81E7;--color-bluemedium-700: #176CC1;--color-bluemedium-800: #125597;--color-bluemedium-900: #0D3E6E;--color-bluemedium-1000: #082745;--color-bluedark-100: #E8FEFF;--color-bluedark-200: #BEFBFF;--color-bluedark-300: #94F8FF;--color-bluedark-400: #6AF5FF;--color-bluedark-500: #40F3FF;--color-bluedark-600: #14F0FF;--color-bluedark-700: #11C8D5;--color-bluedark-800: #0D9DA7;--color-bluedark-900: #0A737A;--color-bluedark-1000: #06484D;--primarycolor-main: #223155;--primarycolor-additional: #283F79;--secondarycolor-main: #2171BB;--secondarycolor-additional: #1393EE;--neutralcolor-main: #6B747C;--neutralcolor-additional: #DBDBDB;--neutralcolor-alternative: #D9DFF0;--neutralcolor-detail: #F1F3F9;--contrastcolor-background: #000000;--contrastcolor-text: #FFFFFF;--contrastcolor-hover: #FFF333;--statuscolor-neutral: var(--neutralcolor-additional);--statuscolor-success-dark: #006A20;--statuscolor-success: #23B567;--statuscolor-success-light: #EAFFF4;--statuscolor-success-extralight: #EAFFF4;--statuscolor-alert-dark: #DAA000;--statuscolor-alert: #FFBC00;--statuscolor-alert-light: #FFDC7B;--statuscolor-alert-extralight: #FFF6E7;--statuscolor-critical-dark: #A6000D;--statuscolor-critical: #E32739;--statuscolor-critical-light: #F87576;--statuscolor-critical-extralight: #F9DDDC;--color-dark: #2B2B2B;--color-dark-2: #1F1F1F;--color-blue-light: #BFC9F8;--color-blue-medium: #2CA0F4;--color-blue-normal: #3251EA;--color-blue-normal-2: #668EF3;--color-blue-normal-3: #C9E2FF;--color-blue-normal-4: #88BCF7;--color-blue-dark: #121C52;--color-blue-dark-secondary: #263DB0;--color-blue-dark-primary: #021639;--color-blue-dark-primary-1: #0A102D;--color-blue-dark-primary-2: #111B4C;--color-blue-dark-third: #444E63;--color-blue-normal-hover: #2D49D3;--color-blue-normal-active: #2841BB;--color-gray-normal: #9C9B9B;--color-gray-medium: #585858;--color-gray-darker: #0A0A0A;--color-grey-dark-hover: #5E5D5D;--color-gray-dark-active: #464646;--color-grey-light: #DDE1F1;--color-grey-light-active: #E0E0E0;--color-grey-light-secondary: #F5F5F5;--color-grey-light-hover: #F0F0F0;--color-grey-darker-2: #5B5B5B;--color-grey-darker-3: #D9D9D9;--color-grey-darker-4: #979797;--color-green: #00BEC1;--color-green-hover: #00E5E9;--color-blue-light-2: #37ABFF;--color-blue-darker-5: #283578}*{margin:0;padding:0;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;font-family:var(--fontfamily-main)}html{font-size:62.5%}body{font-size:1.2rem}img,object,embed,video{max-width:100%;height:auto}a{text-decoration:none;color:inherit}a:hover{text-decoration:none}ul,ul li{list-style:none}p{margin:0}.popupcookies .popupcookies__alert{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:15px;width:95%;max-width:calc(var(--width-container) - 100px);padding:20px 15px;margin:0 55px;background-color:var(--neutralcolor-detail);border-radius:5px;border:1px solid var(--neutralcolor-detail);position:fixed;bottom:20px;left:calc(50% - 55px);transform:translateX(-50%);opacity:0;z-index:-99;transition:all .3s;box-shadow:0px 4px 4px 0px rgba(34,49,85,.28)}@media all and (min-width: 750px){.popupcookies .popupcookies__alert{flex-direction:row}}.popupcookies .popupcookies__alert .popupcookies__alert--info{display:flex;flex-direction:column;gap:15px;width:100%}@media all and (min-width: 750px){.popupcookies .popupcookies__alert .popupcookies__alert--info{width:calc(100% - 230px - 15px)}}.popupcookies .popupcookies__alert .popupcookies__alert--info .title{display:flex;flex-direction:column;position:relative;width:100%;margin-bottom:15px}.popupcookies .popupcookies__alert .popupcookies__alert--info .title::before,.popupcookies .popupcookies__alert .popupcookies__alert--info .title::after{content:"";position:absolute;left:0}.popupcookies .popupcookies__alert .popupcookies__alert--info .title::before{width:55px;height:5px;background-color:var(--secondarycolor-additional);bottom:-15px}.popupcookies .popupcookies__alert .popupcookies__alert--info .title::after{width:100%;height:1px;background-color:var(--neutralcolor-alternative);bottom:-15px}.popupcookies .popupcookies__alert .popupcookies__alert--info .title h2{font-size:1.6rem;font-weight:700;color:var(--primarycolor-main)}.popupcookies .popupcookies__alert .popupcookies__alert--info .info p{font-size:1.4rem;font-weight:400;color:var(--neutralcolor-main)}.popupcookies .popupcookies__alert .popupcookies__alert--info .info p a{text-decoration:underline;font-weight:700}.popupcookies .popupcookies__alert .popupcookies__alert--info .info p a:visited{color:var(--neutralcolor-main);text-decoration:underline;transition:all .3s}.popupcookies .popupcookies__alert .popupcookies__alert--info .info p a:hover{color:var(--secondarycolor-additional);text-decoration:underline;transition:all .3s}.popupcookies .popupcookies__alert .popupcookies__alert--info .info p a:active{color:var(--secondarycolor-main);text-decoration:underline;transition:all .3s}.popupcookies .popupcookies__alert .popupcookies__alert--buttons{display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center;align-items:center;gap:15px;width:100%}@media all and (min-width: 500px){.popupcookies .popupcookies__alert .popupcookies__alert--buttons{flex-direction:row}}@media all and (min-width: 750px){.popupcookies .popupcookies__alert .popupcookies__alert--buttons{flex-direction:column;align-items:center;width:230px}}.popupcookies .popupcookies__alert .popupcookies__alert--buttons button{display:flex;justify-content:center;align-items:center;border:0;background-color:rgba(0,0,0,0);outline:none;border-radius:5px;cursor:pointer;font-weight:700;font-size:1.2rem;transition:all .3s;padding:10px 5px}.popupcookies .popupcookies__alert .popupcookies__alert--buttons button.accept,.popupcookies .popupcookies__alert .popupcookies__alert--buttons button.reject{width:100%;text-decoration:none}@media all and (min-width: 500px){.popupcookies .popupcookies__alert .popupcookies__alert--buttons button.accept,.popupcookies .popupcookies__alert .popupcookies__alert--buttons button.reject{width:calc(50% - 15px)}}@media all and (min-width: 640px){.popupcookies .popupcookies__alert .popupcookies__alert--buttons button.accept,.popupcookies .popupcookies__alert .popupcookies__alert--buttons button.reject{max-width:230px}}@media all and (min-width: 750px){.popupcookies .popupcookies__alert .popupcookies__alert--buttons button.accept,.popupcookies .popupcookies__alert .popupcookies__alert--buttons button.reject{width:100%}}.popupcookies .popupcookies__alert .popupcookies__alert--buttons button.accept{order:1;background-color:var(--primarycolor-main);border:1px solid var(--primarycolor-main);color:var(--neutralcolor-detail)}@media all and (min-width: 500px){.popupcookies .popupcookies__alert .popupcookies__alert--buttons button.accept{order:2}}@media all and (min-width: 640px){.popupcookies .popupcookies__alert .popupcookies__alert--buttons button.accept{order:3}}@media all and (min-width: 750px){.popupcookies .popupcookies__alert .popupcookies__alert--buttons button.accept{order:1}}.popupcookies .popupcookies__alert .popupcookies__alert--buttons button.accept:hover{background-color:var(--secondarycolor-main);border:1px solid var(--secondarycolor-main);color:var(--neutralcolor-detail);transition:all .3s}.popupcookies .popupcookies__alert .popupcookies__alert--buttons button.accept:active{background-color:var(--secondarycolor-main);border:1px solid var(--secondarycolor-main);color:var(--neutralcolor-detail);box-shadow:0px 4px 4px 0px rgba(34,49,85,.28) inset;transition:all .3s}.popupcookies .popupcookies__alert .popupcookies__alert--buttons button.reject{order:2;background-color:rgba(0,0,0,0);border:1px solid var(--neutralcolor-main);color:var(--neutralcolor-main)}@media all and (min-width: 500px){.popupcookies .popupcookies__alert .popupcookies__alert--buttons button.reject{order:1}}@media all and (min-width: 640px){.popupcookies .popupcookies__alert .popupcookies__alert--buttons button.reject{order:2}}@media all and (min-width: 750px){.popupcookies .popupcookies__alert .popupcookies__alert--buttons button.reject{order:2}}.popupcookies .popupcookies__alert .popupcookies__alert--buttons button.reject:hover{background-color:rgba(0,0,0,0);border:1px solid var(--secondarycolor-additional);color:var(--secondarycolor-additional);transition:all .3s}.popupcookies .popupcookies__alert .popupcookies__alert--buttons button.reject:active{background-color:rgba(0,0,0,0);border:1px solid var(--secondarycolor-main);color:var(--secondarycolor-main);transition:all .3s}.popupcookies .popupcookies__alert .popupcookies__alert--buttons button.config{order:3;width:max-content;text-decoration:underline;color:var(--primarycolor-main)}@media all and (min-width: 640px){.popupcookies .popupcookies__alert .popupcookies__alert--buttons button.config{order:1}}@media all and (min-width: 750px){.popupcookies .popupcookies__alert .popupcookies__alert--buttons button.config{order:3}}.popupcookies .popupcookies__alert .popupcookies__alert--buttons button.config:hover{color:var(--secondarycolor-additional);transition:all .3s}.popupcookies .popupcookies__alert .popupcookies__alert--buttons button.config:active{color:var(--secondarycolor-main);transition:all .3s}.popupcookies .popupcookies__config{display:flex;justify-content:center;align-items:center;position:fixed;width:100%;height:100vh;top:0;left:0;opacity:0;z-index:-99;background-color:rgba(0,0,0,.7);transition:all .3s}.popupcookies .popupcookies__config .popupcookies__config--window{display:flex;justify-content:center;align-items:center;width:100%;max-width:600px;height:100%;max-height:450px;background-color:#fff;border:1px solid var(--neutralcolor-alternative);border-radius:5px;padding:20px 5px 20px 25px}.popupcookies .popupcookies__config .popupcookies__config--window .window{display:flex;flex-direction:column;gap:20px;width:100%;height:100%;padding:0 20px 0 0;overflow-y:auto;overflow-x:hidden}.popupcookies .popupcookies__config .popupcookies__config--window .window::-webkit-scrollbar{width:8px}.popupcookies .popupcookies__config .popupcookies__config--window .window::-webkit-scrollbar-track{background-color:#f1f1f1;border-radius:0}.popupcookies .popupcookies__config .popupcookies__config--window .window::-webkit-scrollbar-thumb{border:1px solid rgba(0,0,0,0);border-radius:100px;background-color:#2c3338;background-clip:content-box}.popupcookies .popupcookies__config .popupcookies__config--window .window .header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;position:relative;margin-bottom:35px;width:100%}.popupcookies .popupcookies__config .popupcookies__config--window .window .header span{display:flex;height:50px}.popupcookies .popupcookies__config .popupcookies__config--window .window .header span img{object-fit:contain;height:100%;object-position:center}.popupcookies .popupcookies__config .popupcookies__config--window .window .header>div{display:flex;justify-content:center;align-items:center;width:35px;height:35px;border-radius:50%;overflow:hidden}.popupcookies .popupcookies__config .popupcookies__config--window .window .header>div i{color:var(--neutralcolor-main);font-size:3rem;cursor:pointer}.popupcookies .popupcookies__config .popupcookies__config--window .window .header::before,.popupcookies .popupcookies__config .popupcookies__config--window .window .header::after{content:"";position:absolute;left:0}.popupcookies .popupcookies__config .popupcookies__config--window .window .header::before{width:55px;height:5px;background-color:var(--secondarycolor-additional);bottom:-35px}.popupcookies .popupcookies__config .popupcookies__config--window .window .header::after{width:100%;height:1px;background-color:var(--neutralcolor-alternative);bottom:-35px}.popupcookies .popupcookies__config .popupcookies__config--window .window .intro{display:flex;flex-direction:column;gap:5px;width:100%}.popupcookies .popupcookies__config .popupcookies__config--window .window .intro h3{font-size:1.6rem;font-weight:700;color:var(--primarycolor-main)}.popupcookies .popupcookies__config .popupcookies__config--window .window .intro p{font-size:1.4rem;font-weight:400;color:var(--neutralcolor-main)}.popupcookies .popupcookies__config .popupcookies__config--window .window .intro p a{text-decoration:underline;font-weight:700}.popupcookies .popupcookies__config .popupcookies__config--window .window .intro p a:visited{color:var(--neutralcolor-main);text-decoration:underline;transition:all .3s}.popupcookies .popupcookies__config .popupcookies__config--window .window .intro p a:hover{color:var(--secondarycolor-additional);text-decoration:underline;transition:all .3s}.popupcookies .popupcookies__config .popupcookies__config--window .window .intro p a:active{color:var(--secondarycolor-main);text-decoration:underline;transition:all .3s}.popupcookies .popupcookies__config .popupcookies__config--window .window .list{display:flex;flex-direction:column;gap:10px}.popupcookies .popupcookies__config .popupcookies__config--window .window .list .item{display:flex;flex-direction:row;align-items:stretch;padding:15px 10px;border-radius:5px;background-color:var(--neutralcolor-detail);gap:10px}.popupcookies .popupcookies__config .popupcookies__config--window .window .list .item .toggle{display:flex;justify-content:center;align-items:center;position:relative;width:50px}.popupcookies .popupcookies__config .popupcookies__config--window .window .list .item .toggle::after{content:"";position:absolute;width:1px;height:100%;background-color:var(--neutralcolor-alternative);top:0;right:-5px}.popupcookies .popupcookies__config .popupcookies__config--window .window .list .item .toggle .switch__container{width:100%;position:relative;overflow:hidden;transition:all .3s}.popupcookies .popupcookies__config .popupcookies__config--window .window .list .item .toggle .switch__container .switch{visibility:hidden;position:absolute;margin-left:-9999px;transition:all .3s}.popupcookies .popupcookies__config .popupcookies__config--window .window .list .item .toggle .switch__container .switch+label{display:block;position:relative;cursor:pointer;outline:none;user-select:none;padding:2px;width:100%;height:25px;background-color:var(--neutralcolor-main);border-radius:20px;transition:all .3s;border:1px solid rgba(0,0,0,0)}.popupcookies .popupcookies__config .popupcookies__config--window .window .list .item .toggle .switch__container .switch+label::before,.popupcookies .popupcookies__config .popupcookies__config--window .window .list .item .toggle .switch__container .switch+label::after{display:block;position:absolute;content:"";transition:all .3s}.popupcookies .popupcookies__config .popupcookies__config--window .window .list .item .toggle .switch__container .switch+label::before{top:2px;left:2px;bottom:2px;right:2px;border-radius:60px}.popupcookies .popupcookies__config .popupcookies__config--window .window .list .item .toggle .switch__container .switch+label::after{top:3px;left:4px;bottom:4px;width:17px;height:17px;background-color:#fff;border-radius:50%}.popupcookies .popupcookies__config .popupcookies__config--window .window .list .item .toggle .switch__container .switch:checked+label{background-color:var(--secondarycolor-additional);border-color:var(--secondarycolor-additional)}.popupcookies .popupcookies__config .popupcookies__config--window .window .list .item .toggle .switch__container .switch:checked+label::before{background-color:var(--secondarycolor-additional)}.popupcookies .popupcookies__config .popupcookies__config--window .window .list .item .toggle .switch__container .switch:checked+label::after{left:calc(100% - 21px);background-color:#fff;transition:all .3s}.popupcookies .popupcookies__config .popupcookies__config--window .window .list .item .description{display:flex;justify-content:center;align-items:center;width:calc(100% - 50px - 10px);font-size:1.4rem;font-weight:400;color:var(--neutralcolor-main)}.popupcookies .popupcookies__config .popupcookies__config--window .window .list .item .description span{font-weight:700}.popupcookies .popupcookies__config .popupcookies__config--window .window .button{display:flex;justify-content:flex-end}.popupcookies .popupcookies__config .popupcookies__config--window .window .button button{display:flex;justify-content:center;align-items:center;background-color:var(--primarycolor-main);color:var(--neutralcolor-detail);font-size:1.2rem;font-weight:700;text-decoration:none;padding:12px 25px;min-width:170px;max-width:max-content;border:0;border-radius:5px;outline:none;cursor:pointer;transition:all .3s}.popupcookies .popupcookies__config .popupcookies__config--window .window .button button:visited{background-color:var(--primarycolor-main);color:var(--neutralcolor-detail);transition:all .3s}.popupcookies .popupcookies__config .popupcookies__config--window .window .button button:hover{background-color:var(--secondarycolor-main);color:var(--neutralcolor-detail);transition:all .3s}.popupcookies .popupcookies__config .popupcookies__config--window .window .button button:active{box-shadow:0px 4px 4px 0px rgba(34,49,85,.28) inset;background-color:var(--secondarycolor-main);color:var(--neutralcolor-detail);transition:all .3s}.popupcookies.popupCookiesAlertOpened .popupcookies__alert{opacity:1;z-index:99;transition:all .3s}.popupcookies.popupCookiesWindowOpened .popupcookies__config{opacity:1;z-index:999;transition:all .3s}body header{display:flex;justify-content:center;align-items:center;width:100%;padding:0;background-color:#fff;position:fixed;top:0;z-index:999}body header .header{display:flex;justify-content:space-between;flex-direction:row;flex-wrap:nowrap;width:100%;max-width:var(--width-container-transparencia);transition:all .3s}@media all and (min-width: 1024px){body header .header{padding:15px 40px;max-width:1024px}}@media all and (min-width: 1440px){body header .header{padding:24px 80px;max-width:var(--width-container)}}@media all and (min-width: 1920px){body header .header{padding:24px 160px;max-width:var(--width-container-transparencia)}}body header .header .header__logo{display:flex;justify-content:space-between;align-items:center;overflow:hidden;width:100%;padding:15px}@media all and (min-width: 768px){body header .header .header__logo{padding:15px 32px}}@media all and (min-width: 1024px){body header .header .header__logo{width:225px;padding:0}}body header .header .header__logo .logo{display:flex;justify-content:flex-start;align-items:center;width:100%;max-width:150px;height:40px;-webkit-user-select:none;-ms-user-select:none;user-select:none}body header .header .header__logo .logo img{object-fit:contain;object-position:left center}body header .header .header__logo .logo .logotipo-light{display:none}body header .header .header__logo .ctaBtn{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:center;gap:25px}body header .header .header__logo .ctaBtn a{display:none;gap:8px;justify-content:center;align-items:center;padding:10px 15px;transition:all .3s}@media all and (min-width: 768px){body header .header .header__logo .ctaBtn a{display:flex;border-radius:2px;border:1px solid var(--color-blue-normal);transition:all .3s}}body header .header .header__logo .ctaBtn a p,body header .header .header__logo .ctaBtn a i{font-size:1.4rem;color:var(--color-blue-normal)}@media all and (min-width: 1024px){body header .header .header__logo .ctaBtn a{display:none}}body header .header .header__logo .ctaBtn a:hover{background-color:var(--color-blue-normal-hover);color:#fff;transition:all .3s}body header .header .header__logo .ctaBtn a:active{background-color:var(--color-blue-normal-active);color:#fff;transition:all .3s}body header .header .header__logo .ctaBtn span a{color:var(--color-blue-normal);border:1px solid var(--color-blue-normal)}body header .header .header__logo .ctaBtn .btnMenu{display:flex;justify-content:center;align-items:center;width:36px;height:36px;border-radius:2px;background-color:var(--color-blue-normal);cursor:pointer}@media all and (min-width: 1024px){body header .header .header__logo .ctaBtn .btnMenu{display:none}}body header .header .header__logo .ctaBtn .btnMenu i{font-size:1.6rem;color:#fff;-webkit-user-select:none;-ms-user-select:none;user-select:none}body header .header .header__menu{display:flex;flex-direction:column;position:fixed;padding:15px;gap:72px;top:0;left:-100%;opacity:0;z-index:-999;width:100%;height:100vh;background-color:#fff;transition:all .3s}@media all and (min-width: 1024px){body header .header .header__menu{flex-direction:row;justify-content:flex-end;align-items:center;position:initial;height:max-content;width:100%;background-color:rgba(0,0,0,0);padding:0;opacity:1;z-index:9}}body header .header .header__menu .header__menu--logo{display:flex;justify-content:space-between;align-items:center;position:relative;height:40px;-webkit-user-select:none;-ms-user-select:none;user-select:none}@media all and (min-width: 1024px){body header .header .header__menu .header__menu--logo{display:none}}body header .header .header__menu .header__menu--logo::after{content:"";position:absolute;bottom:-36px;left:0;width:100%;height:1px;background-color:var(--color-blue-light)}body header .header .header__menu .header__menu--logo .logo{display:flex;justify-content:flex-start;align-items:center;width:100%;max-width:150px;height:40px}body header .header .header__menu .header__menu--logo .logo img{object-fit:contain;object-position:left center}body header .header .header__menu .header__menu--logo .logo .logotipo-colorful{display:flex}body header .header .header__menu .header__menu--logo .logo .logotipo-light{display:none}body header .header .header__menu .header__menu--logo .btnMenu{display:flex;justify-content:center;align-items:center;padding:10px;border-radius:2px;border:1px solid var(--color-blue-normal);cursor:pointer}body header .header .header__menu .header__menu--logo .btnMenu i{font-size:1rem;color:var(--color-blue-normal);-webkit-user-select:none;-ms-user-select:none;user-select:none}body header .header .header__menu .header__menu--logo .btnMenu:hover{background:var(--color-blue-normal)}body header .header .header__menu .header__menu--logo .btnMenu:hover i{color:#fff}body header .header .header__menu .header__menu--links{display:flex;width:100%;height:calc(100% - 40px - 200px - 25px - 25px)}@media all and (min-width: 600px){body header .header .header__menu .header__menu--links{height:calc(100% - 40px - 140px - 25px - 25px)}}@media all and (min-width: 1024px){body header .header .header__menu .header__menu--links{height:max-content;width:calc(100% - 200px - 25px)}}body header .header .header__menu .header__menu--links .menu{display:flex;justify-content:flex-start;flex-direction:column;align-items:flex-start;gap:36px;height:100%;width:100%;overflow:auto}@media all and (min-width: 1024px){body header .header .header__menu .header__menu--links .menu{flex-direction:row;align-items:center;justify-content:center;gap:20px;width:100%}}@media all and (min-width: 1440px){body header .header .header__menu .header__menu--links .menu{gap:60px}}body header .header .header__menu .header__menu--links .menu li{display:flex}body header .header .header__menu .header__menu--links .menu li a{display:flex;padding:5px 0;font-size:1.6rem;color:var(--color-blue-dark);position:relative;transition:all .3s}@media all and (min-width: 1024px){body header .header .header__menu .header__menu--links .menu li a{color:var(--color-blue-dark);padding:0}}body header .header .header__menu .header__menu--links .menu li a::after{content:"";position:absolute;width:100%;bottom:0;height:2px;background-color:rgba(0,0,0,0);transition:all .3s}body header .header .header__menu .header__menu--links .menu li a:hover::after{background-color:var(--color-blue-normal);transition:all .3s}@media all and (min-width: 1024px){body header .header .header__menu .header__menu--links .menu li a:hover::after{background-color:var(--color-blue-normal)}}body header .header .header__menu .header__menu--links .menu li a:active{color:var(--color-blue-normal);transition:all .3s}@media all and (min-width: 1024px){body header .header .header__menu .header__menu--links .menu li a:active{color:var(--color-blue-normal)}}body header .header .header__menu .header__menu--links .menu li a:active::after{background-color:rgba(0,0,0,0);transition:all .3s}@media all and (min-width: 1024px){body header .header .header__menu .header__menu--links .menu li a:active::after{background-color:rgba(0,0,0,0)}}body header .header .header__menu .header__menu--links .menu li.current-menu-item a{color:var(--color-blue-normal);font-weight:600}@media all and (min-width: 1024px){body header .header .header__menu .header__menu--links .menu li.current-menu-item a{color:var(--color-blue-normal)}}body header .header .header__menu .header__menu--links .menu li.current-menu-item a::after{background-color:rgba(0,0,0,0)}@media all and (min-width: 1024px){body header .header .header__menu .header__menu--links .menu li.current-menu-item a::after{background-color:rgba(0,0,0,0)}}body header .header .header__menu .header__menu--links .menu li.current-menu-item a:hover,body header .header .header__menu .header__menu--links .menu li.current-menu-item a:active{color:var(--color-blue-normal)}@media all and (min-width: 1024px){body header .header .header__menu .header__menu--links .menu li.current-menu-item a:hover,body header .header .header__menu .header__menu--links .menu li.current-menu-item a:active{color:var(--color-blue-normal)}}body header .header .header__menu .header__menu--links .menu li.current-menu-item a:hover::after,body header .header .header__menu .header__menu--links .menu li.current-menu-item a:active::after{background-color:rgba(0,0,0,0)}@media all and (min-width: 1024px){body header .header .header__menu .header__menu--links .menu li.current-menu-item a:hover::after,body header .header .header__menu .header__menu--links .menu li.current-menu-item a:active::after{background-color:rgba(0,0,0,0)}}body header .header .header__menu .header__menu--cta{display:flex;justify-content:space-between;flex-direction:column;align-items:center;position:relative;gap:20px}@media all and (min-width: 1024px){body header .header .header__menu .header__menu--cta{height:max-content;flex-direction:row}}body header .header .header__menu .header__menu--cta::before{content:"";position:absolute;top:-12.5px;left:0;width:100%;height:1px;background-color:var(--color-blue-light)}@media all and (min-width: 1024px){body header .header .header__menu .header__menu--cta::before{display:none}}body header .header .header__menu .header__menu--cta .menu{display:flex;justify-content:flex-start;flex-direction:column;align-items:flex-start;gap:20px;width:100%}@media all and (min-width: 1024px){body header .header .header__menu .header__menu--cta .menu{display:none}}body header .header .header__menu .header__menu--cta .menu li{display:flex}body header .header .header__menu .header__menu--cta .menu li a{display:flex;padding:5px 0;font-size:1.6rem;color:var(--color-blue-dark);transition:all .3s}body header .header .header__menu .header__menu--cta .menu li a:visited{color:var(--color-blue-dark);transition:all .3s}body header .header .header__menu .header__menu--cta .menu li a:hover,body header .header .header__menu .header__menu--cta .menu li a:active{color:var(--color-blue-dark);transition:all .3s}body header .header .header__menu .header__menu--cta .cta{display:flex;width:100%;justify-content:center}@media all and (min-width: 768px){body header .header .header__menu .header__menu--cta .cta{display:none}}@media all and (min-width: 1024px){body header .header .header__menu .header__menu--cta .cta{display:flex}}body header .header .header__menu .header__menu--cta .cta a{display:flex;gap:8px;justify-content:center;align-items:center;width:max-content;border-radius:2px;padding:10px 15px;font-size:1.4rem;color:var(--color-blue-normal);border:1px solid var(--color-blue-normal);transition:all .3s}body header .header .header__menu .header__menu--cta .cta a:visited{background-color:#fff;color:var(--color-blue-normal);border-color:var(--color-blue-normal);transition:all .3s}body header .header .header__menu .header__menu--cta .cta a:hover{color:#fff;transition:all .3s;background:var(--foundation-blue-normal-hover, #2D49D3)}body header .header .header__menu .header__menu--cta .cta a:active{background-color:var(--color-blue-normal-active);color:#fff;transition:all .3s}body header .header .header__menu .header__menu--cta .socialmedia{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:center;gap:16px;width:100%}@media all and (min-width: 768px){body header .header .header__menu .header__menu--cta .socialmedia{justify-content:flex-start}}@media all and (min-width: 1024px){body header .header .header__menu .header__menu--cta .socialmedia{display:none}}body header .header .header__menu .header__menu--cta .socialmedia span{display:flex;justify-content:center;align-items:center;width:auto;height:32px;-webkit-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden;transition:all .3s}body header .header .header__menu .header__menu--cta .socialmedia span a{display:flex;justify-content:center;align-items:center;width:100%;height:100%;background-color:#fff;transition:all .3s}body header .header .header__menu .header__menu--cta .socialmedia span a i{color:var(--color-blue-dark);font-size:2.5rem;transition:all .3s}@media all and (min-width: 768px){body header .header .header__menu .header__menu--cta .socialmedia span a i{font-size:3rem}}body header .header .header__menu .header__menu--cta .socialmedia span a:visited{background-color:#fff;transition:all .3s}body header .header .header__menu .header__menu--cta .socialmedia span a:visited i{color:var(--color-blue-dark);transition:all .3s}body header .header .header__menu .header__menu--cta .socialmedia span a:hover{background-color:#fff;transition:all .3s}body header .header .header__menu .header__menu--cta .socialmedia span a:hover i{color:var(--color-blue-dark);transition:all .3s}body header .header .header__menu .header__menu--cta .socialmedia span a:active{background-color:#fff;transition:all .3s}body header .header .header__menu .header__menu--cta .socialmedia span a:active i{color:var(--color-blue-dark);transition:all .3s}body header.mainMenuOpened .header .header__menu{top:0;left:0;opacity:1;z-index:9;transition:all .3s}body.templatepage-funcionalidades header{background-color:var(--color-bluedark-800)}body.templatepage-funcionalidades header .header .header__logo .logo .logotipo-colorful{display:none}body.templatepage-funcionalidades header .header .header__logo .logo .logotipo-light{display:flex}body.templatepage-funcionalidades header .header .header__logo .ctaBtn a{color:#000;transition:all .3s}body.templatepage-funcionalidades header .header .header__logo .ctaBtn a:visited{color:var(--color-blue-dark);transition:all .3s}body.templatepage-funcionalidades header .header .header__logo .ctaBtn a:hover{background-color:var(--color-bluelight-700);border-color:var(--color-bluelight-700);color:var(--color-bluedark-800);transition:all .3s}body.templatepage-funcionalidades header .header .header__logo .ctaBtn a:active{background-color:var(--color-bluelight-800);border-color:var(--color-bluelight-800);color:var(--color-bluedark-800);transition:all .3s}body.templatepage-funcionalidades header .header .header__logo .ctaBtn .btnMenu{background-color:#000}body.templatepage-funcionalidades header .header .header__logo .ctaBtn .btnMenu i{color:#000}body.templatepage-funcionalidades header .header .header__menu{background-color:var(--color-bluemedium-50)}@media all and (min-width: 1024px){body.templatepage-funcionalidades header .header .header__menu{background-color:rgba(0,0,0,0)}}body.templatepage-funcionalidades header .header .header__menu .header__menu--logo::after{background-color:var(--color-bluemedium-300)}body.templatepage-funcionalidades header .header .header__menu .header__menu--logo .logo .logotipo-colorful{display:flex}body.templatepage-funcionalidades header .header .header__menu .header__menu--logo .logo .logotipo-light{display:none}body.templatepage-funcionalidades header .header .header__menu .header__menu--logo .btnMenu{border-color:var(--color-bluemedium-300)}body.templatepage-funcionalidades header .header .header__menu .header__menu--logo .btnMenu i{color:#000}body.templatepage-funcionalidades header .header .header__menu .header__menu--links .menu li a{color:var(--color-blue-normal)}@media all and (min-width: 1024px){body.templatepage-funcionalidades header .header .header__menu .header__menu--links .menu li a{color:#fff}}body.templatepage-funcionalidades header .header .header__menu .header__menu--links .menu li a:hover::after{background-color:var(--color-blue-normal);transition:all .3s}@media all and (min-width: 1024px){body.templatepage-funcionalidades header .header .header__menu .header__menu--links .menu li a:hover::after{background-color:var(--color-blue-normal)}}body.templatepage-funcionalidades header .header .header__menu .header__menu--links .menu li a:active{color:var(--color-blue-normal);transition:all .3s}@media all and (min-width: 1024px){body.templatepage-funcionalidades header .header .header__menu .header__menu--links .menu li a:active{color:var(--color-blue-normal)}}body.templatepage-funcionalidades header .header .header__menu .header__menu--links .menu li a:active::after{background-color:rgba(0,0,0,0);transition:all .3s}@media all and (min-width: 1024px){body.templatepage-funcionalidades header .header .header__menu .header__menu--links .menu li a:active::after{background-color:rgba(0,0,0,0)}}body.templatepage-funcionalidades header .header .header__menu .header__menu--links .menu li.current-menu-item a{color:var(--color-bluemedium-700)}@media all and (min-width: 1024px){body.templatepage-funcionalidades header .header .header__menu .header__menu--links .menu li.current-menu-item a{color:var(--color-bluelight-600)}}body.templatepage-funcionalidades header .header .header__menu .header__menu--links .menu li.current-menu-item a::after{background-color:rgba(0,0,0,0)}@media all and (min-width: 1024px){body.templatepage-funcionalidades header .header .header__menu .header__menu--links .menu li.current-menu-item a::after{background-color:rgba(0,0,0,0)}}body.templatepage-funcionalidades header .header .header__menu .header__menu--links .menu li.current-menu-item a:hover,body.templatepage-funcionalidades header .header .header__menu .header__menu--links .menu li.current-menu-item a:active{color:var(--color-bluemedium-700)}@media all and (min-width: 1024px){body.templatepage-funcionalidades header .header .header__menu .header__menu--links .menu li.current-menu-item a:hover,body.templatepage-funcionalidades header .header .header__menu .header__menu--links .menu li.current-menu-item a:active{color:var(--color-bluelight-600)}}body.templatepage-funcionalidades header .header .header__menu .header__menu--links .menu li.current-menu-item a:hover::after,body.templatepage-funcionalidades header .header .header__menu .header__menu--links .menu li.current-menu-item a:active::after{background-color:rgba(0,0,0,0)}@media all and (min-width: 1024px){body.templatepage-funcionalidades header .header .header__menu .header__menu--links .menu li.current-menu-item a:hover::after,body.templatepage-funcionalidades header .header .header__menu .header__menu--links .menu li.current-menu-item a:active::after{background-color:rgba(0,0,0,0)}}body.templatepage-funcionalidades header .header .header__menu .header__menu--cta::before{background-color:var(--color-bluemedium-300)}body.templatepage-funcionalidades header .header .header__menu .header__menu--cta .menu li a{color:var(--color-bluemedium-700)}body.templatepage-funcionalidades header .header .header__menu .header__menu--cta .menu li a:visited{color:var(--color-bluemedium-700);transition:all .3s}body.templatepage-funcionalidades header .header .header__menu .header__menu--cta .menu li a:hover,body.templatepage-funcionalidades header .header .header__menu .header__menu--cta .menu li a:active{color:var(--color-bluedark-600);transition:all .3s}body.templatepage-funcionalidades header .header .header__menu .header__menu--cta .cta a{background-color:#fff;border-color:var(--color-bluemedium-700);color:var(--color-bluemedium-700);transition:all .3s}@media all and (min-width: 1024px){body.templatepage-funcionalidades header .header .header__menu .header__menu--cta .cta a{border-color:var(--color-bluelight-600);background-color:var(--color-bluelight-600);color:var(--color-bluedark-600)}}body.templatepage-funcionalidades header .header .header__menu .header__menu--cta .cta a:visited{background-color:#fff;border-color:var(--color-bluemedium-700);color:var(--color-bluemedium-700);transition:all .3s}@media all and (min-width: 1024px){body.templatepage-funcionalidades header .header .header__menu .header__menu--cta .cta a:visited{border-color:var(--color-bluelight-600);background-color:var(--color-bluelight-600);color:var(--color-bluedark-600)}}body.templatepage-funcionalidades header .header .header__menu .header__menu--cta .cta a:hover{border-color:var(--color-blue-dark);color:var(--color-blue-dark);transition:all .3s}@media all and (min-width: 1024px){body.templatepage-funcionalidades header .header .header__menu .header__menu--cta .cta a:hover{border-color:var(--color-blue-dark);color:var(--color-blue-dark)}}body.templatepage-funcionalidades header .header .header__menu .header__menu--cta .cta a:active{background-color:var(--color-bluemedium-100);border-color:var(--color-bluemedium-700);color:var(--color-bluemedium-700);transition:all .3s}@media all and (min-width: 1024px){body.templatepage-funcionalidades header .header .header__menu .header__menu--cta .cta a:active{background-color:var(--color-bluelight-800);border-color:var(--color-bluelight-800);color:var(--color-bluedark-800)}}body footer{display:flex;justify-content:center;align-items:center;width:100%;padding:0;background-color:#0d0d0d}body footer .footer{display:flex;flex-direction:column;width:100%;gap:30px;padding:25px 15px;max-width:var(--width-container)}@media all and (min-width: 768px){body footer .footer{padding:40px 50px}}@media all and (min-width: 1024px){body footer .footer{max-width:1024px}}@media all and (min-width: 1440px){body footer .footer{padding:40px 80px;max-width:var(--width-container)}}@media all and (min-width: 1920px){body footer .footer{padding:40px 160px;max-width:var(--width-container-transparencia)}}body footer .footer .footer__top{display:flex;flex-direction:row;justify-content:space-between;width:100%;position:relative}body footer .footer .footer__top .footer__top--logo .logo{display:flex;justify-content:flex-start;align-items:center;width:100%;max-width:150px;height:40px;-webkit-user-select:none;-ms-user-select:none;user-select:none}body footer .footer .footer__top .footer__top--logo .logo img{object-fit:contain;object-position:left center}@media all and (min-width: 768px){body footer .footer .footer__top .footer__top--socialmedia{display:none}}body footer .footer .footer__top .footer__top--socialmedia .socialmedia{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:center;gap:10px;width:100%}body footer .footer .footer__top .footer__top--socialmedia .socialmedia span{display:flex;justify-content:center;align-items:center;width:20px;height:20px;-webkit-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden;transition:all .3s}body footer .footer .footer__top .footer__top--socialmedia .socialmedia span a{display:flex;justify-content:center;align-items:center;width:100%;height:100%;transition:all .3s}body footer .footer .footer__top .footer__top--socialmedia .socialmedia span a i{color:#fff;font-size:2rem;transition:all .3s}body footer .footer .footer__top .footer__top--menu{display:none}@media all and (min-width: 768px){body footer .footer .footer__top .footer__top--menu{display:flex}}body footer .footer .footer__top .footer__top--menu .menu{display:flex;flex-direction:row;flex-wrap:nowrap;gap:40px}body footer .footer .footer__top .footer__top--menu .menu li{display:flex;align-items:center}body footer .footer .footer__top .footer__top--menu .menu li a{display:flex;padding:0;font-size:1.4rem;color:var(--color-gray-normal);position:relative;transition:all .3s}body footer .footer .footer__top .footer__top--menu .menu li a::after{content:"";position:absolute;width:100%;bottom:0;height:2px;background-color:rgba(0,0,0,0);transition:all .3s}body footer .footer .footer__top .footer__top--menu .menu li a:hover::after{background-color:#fff;transition:all .3s}body footer .footer .footer__top .footer__top--menu .menu li a:active{color:#fff;transition:all .3s}body footer .footer .footer__top .footer__top--menu .menu li a:active::after{background-color:rgba(0,0,0,0);transition:all .3s}body footer .footer .footer__top .footer__top--menu .menu li.current-menu-item a{color:#fff}body footer .footer .footer__top .footer__top--menu .menu li.current-menu-item a::after{background-color:rgba(0,0,0,0)}body footer .footer .footer__top .footer__top--menu .menu li.current-menu-item a:hover,body footer .footer .footer__top .footer__top--menu .menu li.current-menu-item a:active{color:#fff}body footer .footer .footer__top .footer__top--menu .menu li.current-menu-item a:hover::after,body footer .footer .footer__top .footer__top--menu .menu li.current-menu-item a:active::after{background-color:rgba(0,0,0,0)}body footer .footer .footer__bottom{display:flex;flex-direction:column;gap:10px;width:100%}@media all and (min-width: 768px){body footer .footer .footer__bottom{flex-direction:row;flex-wrap:nowrap;justify-content:space-between}}body footer .footer .footer__bottom .footer__bottom--copyrights{display:flex;flex-direction:column;gap:15px}@media all and (min-width: 1440px){body footer .footer .footer__bottom .footer__bottom--copyrights{flex-direction:row;width:calc(100% - 350px)}}body footer .footer .footer__bottom .footer__bottom--copyrights .socialmedia{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:center;gap:10px;width:100%;display:none}body footer .footer .footer__bottom .footer__bottom--copyrights .socialmedia span{display:flex;justify-content:center;align-items:center;width:20px;height:20px;-webkit-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden;transition:all .3s}body footer .footer .footer__bottom .footer__bottom--copyrights .socialmedia span a{display:flex;justify-content:center;align-items:center;width:100%;height:100%;transition:all .3s}body footer .footer .footer__bottom .footer__bottom--copyrights .socialmedia span a i{color:#fff;font-size:2rem;transition:all .3s}@media all and (min-width: 768px){body footer .footer .footer__bottom .footer__bottom--copyrights .socialmedia{display:flex;width:max-content}}@media all and (min-width: 1440px){body footer .footer .footer__bottom .footer__bottom--copyrights .socialmedia{width:150px;justify-content:flex-start}}body footer .footer .footer__bottom .footer__bottom--copyrights .copyrights{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;width:100%}@media all and (min-width: 768px){body footer .footer .footer__bottom .footer__bottom--copyrights .copyrights{width:max-content;flex-direction:row;flex-wrap:nowrap}}@media all and (min-width: 1440px){body footer .footer .footer__bottom .footer__bottom--copyrights .copyrights{width:calc(100% - 150px - 15px);justify-content:flex-end;align-items:center}}body footer .footer .footer__bottom .footer__bottom--copyrights .copyrights p{text-align:center;font-weight:400;font-size:1.4rem;color:var(--color-gray-normal)}@media all and (min-width: 768px){body footer .footer .footer__bottom .footer__bottom--copyrights .copyrights p{text-align:left}}body footer .footer .footer__bottom .footer__bottom--submenu{display:none}@media all and (min-width: 768px){body footer .footer .footer__bottom .footer__bottom--submenu{display:flex;flex-direction:column;align-items:center;justify-content:center}}@media all and (min-width: 1440px){body footer .footer .footer__bottom .footer__bottom--submenu{width:350px;align-items:flex-end}}body footer .footer .footer__bottom .footer__bottom--submenu .menu{display:flex;flex-direction:column;align-items:flex-end;justify-content:center;gap:15px}@media all and (min-width: 1440px){body footer .footer .footer__bottom .footer__bottom--submenu .menu{flex-direction:row;gap:37px}}body footer .footer .footer__bottom .footer__bottom--submenu .menu li a{font-weight:400;font-size:1.4rem;color:var(--color-gray-normal);position:relative}@media all and (min-width: 1440px){body footer .footer .footer__bottom .footer__bottom--submenu .menu li a{font-size:1.6rem}}body footer .footer .footer__bottom .footer__bottom--submenu .menu li a::after{content:"";position:absolute;width:100%;bottom:0;left:0;height:1px;background-color:rgba(0,0,0,0);transition:all .3s}body footer .footer .footer__bottom .footer__bottom--submenu .menu li a:hover::after{background-color:#fff;transition:all .3s}body footer .footer .footer__bottom .footer__bottom--submenu .menu li a:active{color:#fff;transition:all .3s}body footer .footer .footer__bottom .footer__bottom--submenu .menu li a:active::after{background-color:rgba(0,0,0,0);transition:all .3s}body footer .footer .footer__bottom .footer__bottom--submenu .menu li.current-menu-item a{color:var(--color-bluemedium-700)}body footer .footer .footer__bottom .footer__bottom--submenu .menu li.current-menu-item a::after{background-color:rgba(0,0,0,0)}body footer .footer .footer__bottom .footer__bottom--submenu .menu li.current-menu-item a:hover,body footer .footer .footer__bottom .footer__bottom--submenu .menu li.current-menu-item a:active{color:var(--color-bluemedium-700)}body footer .footer .footer__bottom .footer__bottom--submenu .menu li.current-menu-item a:hover::after,body footer .footer .footer__bottom .footer__bottom--submenu .menu li.current-menu-item a:active::after{background-color:rgba(0,0,0,0)}@media all and (min-width: 1024px){body.pageScrolled header .header{padding:10px 40px;transition:all .3s}}@media all and (min-width: 1440px){body.pageScrolled header .header{padding:10px 160px}}@media all and (min-width: 1920px){body.pageScrolled header .header{padding:10px 280px}}body.templatepage-home main{margin-top:70px}@media all and (min-width: 1024px){body.templatepage-home main{margin-top:90px}}body.templatepage-home main .homepage{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}body.templatepage-home main .homepage .homepage__specialistHeader{display:flex;padding:36px 15px;flex-direction:column;align-items:center;gap:36px;align-items:flex-end;width:100%;max-width:var(--width-container-transparencia)}@media all and (min-width: 768px){body.templatepage-home main .homepage .homepage__specialistHeader{flex-direction:row;padding:32px 40px}}@media all and (min-width: 1024px){body.templatepage-home main .homepage .homepage__specialistHeader{padding:40px;max-width:1024px}}@media all and (min-width: 1440px){body.templatepage-home main .homepage .homepage__specialistHeader{padding:91px 160px;max-width:var(--width-container)}}@media all and (min-width: 1920px){body.templatepage-home main .homepage .homepage__specialistHeader{padding:0px 280px;gap:0;max-width:var(--width-container-transparencia)}}body.templatepage-home main .homepage .homepage__specialistHeader .homepage__specialistHeader--intro{display:flex;flex-direction:column;align-items:flex-start;gap:24px;align-self:stretch}@media all and (min-width: 768px){body.templatepage-home main .homepage .homepage__specialistHeader .homepage__specialistHeader--intro{width:calc(100% - 438px)}}@media all and (min-width: 1024px){body.templatepage-home main .homepage .homepage__specialistHeader .homepage__specialistHeader--intro{position:relative;top:-30px;width:calc(100% - 450px)}}@media all and (min-width: 1440px){body.templatepage-home main .homepage .homepage__specialistHeader .homepage__specialistHeader--intro{top:auto;width:calc(100% - 596px)}}@media all and (min-width: 1920px){body.templatepage-home main .homepage .homepage__specialistHeader .homepage__specialistHeader--intro{align-self:center}}body.templatepage-home main .homepage .homepage__specialistHeader .homepage__specialistHeader--intro .title h2{font-size:28px;color:var(--color-dark);font-weight:400}@media all and (min-width: 1024px){body.templatepage-home main .homepage .homepage__specialistHeader .homepage__specialistHeader--intro .title h2{font-size:48px}}body.templatepage-home main .homepage .homepage__specialistHeader .homepage__specialistHeader--intro .title h2 span{color:var(--color-blue-normal)}body.templatepage-home main .homepage .homepage__specialistHeader .homepage__specialistHeader--intro .description p{font-size:14px;color:var(--color-gray-medium)}@media all and (min-width: 1024px){body.templatepage-home main .homepage .homepage__specialistHeader .homepage__specialistHeader--intro .description p{font-size:20px}}body.templatepage-home main .homepage .homepage__specialistHeader .homepage__specialistHeader--intro .cta{display:flex;height:38px;padding:16px 25px;justify-content:center;align-items:center;gap:8px;background-color:var(--color-blue-normal)}@media all and (min-width: 1024px){body.templatepage-home main .homepage .homepage__specialistHeader .homepage__specialistHeader--intro .cta{height:48px}}body.templatepage-home main .homepage .homepage__specialistHeader .homepage__specialistHeader--intro .cta p{font-size:14px;color:#fff}@media all and (min-width: 1024px){body.templatepage-home main .homepage .homepage__specialistHeader .homepage__specialistHeader--intro .cta p{font-size:16px}}body.templatepage-home main .homepage .homepage__specialistHeader .homepage__specialistHeader--intro .cta span i{display:flex;width:10px;height:10px;font-size:1.2rem;color:#fff}body.templatepage-home main .homepage .homepage__specialistHeader .homepage__specialistHeader--intro .cta:hover{background-color:var(--color-blue-dark);transition:all .3s}body.templatepage-home main .homepage .homepage__specialistHeader .homepage__specialistHeader--intro .cta:active{background-color:var(--color-blue-dark-secondary);transition:all .3s}body.templatepage-home main .homepage .homepage__specialistHeader .homepage__specialistHeader--image{display:flex;justify-content:center;align-items:center;width:100%}@media all and (min-width: 768px){body.templatepage-home main .homepage .homepage__specialistHeader .homepage__specialistHeader--image{position:absolute;width:auto;right:0}}@media all and (min-width: 1920px){body.templatepage-home main .homepage .homepage__specialistHeader .homepage__specialistHeader--image{position:relative;width:100%}}body.templatepage-home main .homepage .homepage__specialistHeader .homepage__specialistHeader--image span{display:flex;justify-content:center;align-items:center;max-width:370px}@media all and (min-width: 768px){body.templatepage-home main .homepage .homepage__specialistHeader .homepage__specialistHeader--image span{max-width:470px;height:272px}}@media all and (min-width: 1024px){body.templatepage-home main .homepage .homepage__specialistHeader .homepage__specialistHeader--image span{position:relative;top:36px;max-width:653px;height:391px}}@media all and (min-width: 1440px){body.templatepage-home main .homepage .homepage__specialistHeader .homepage__specialistHeader--image span{top:91px;max-width:869px;height:505px}}@media all and (min-width: 1920px){body.templatepage-home main .homepage .homepage__specialistHeader .homepage__specialistHeader--image span{top:0px}}body.templatepage-home main .homepage .homepage__specialistHeader .homepage__specialistHeader--image span img{max-width:100%;height:100%}body.templatepage-home main .homepage .homepage__functions{display:flex;padding:36px 15px;flex-direction:column;align-items:center;max-width:var(--width-container-transparencia)}@media all and (min-width: 768px){body.templatepage-home main .homepage .homepage__functions{padding:56px 32px}}@media all and (min-width: 1024px){body.templatepage-home main .homepage .homepage__functions{padding:56px 40px;max-width:1024px}}@media all and (min-width: 1440px){body.templatepage-home main .homepage .homepage__functions{gap:56px;padding:80px 160px;max-width:var(--width-container)}}@media all and (min-width: 1920px){body.templatepage-home main .homepage .homepage__functions{gap:56px;padding:80px 280px;max-width:var(--width-container-transparencia)}}body.templatepage-home main .homepage .homepage__functions .homepage__functions--intro{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:24px}body.templatepage-home main .homepage .homepage__functions .homepage__functions--intro .title{display:flex}@media all and (min-width: 768px){body.templatepage-home main .homepage .homepage__functions .homepage__functions--intro .title{max-width:480px}}@media all and (min-width: 1024px){body.templatepage-home main .homepage .homepage__functions .homepage__functions--intro .title{max-width:780px}}body.templatepage-home main .homepage .homepage__functions .homepage__functions--intro .title h2{text-align:center;font-weight:400;font-size:24px;color:var(--color-dark)}@media all and (min-width: 1024px){body.templatepage-home main .homepage .homepage__functions .homepage__functions--intro .title h2{font-size:40px}}body.templatepage-home main .homepage .homepage__functions .homepage__functions--intro .description{display:flex}@media all and (min-width: 768px){body.templatepage-home main .homepage .homepage__functions .homepage__functions--intro .description{max-width:520px}}@media all and (min-width: 1024px){body.templatepage-home main .homepage .homepage__functions .homepage__functions--intro .description{max-width:620px}}body.templatepage-home main .homepage .homepage__functions .homepage__functions--intro .description p{text-align:center;font-size:14px;color:var(--color-gray-medium)}@media all and (min-width: 1024px){body.templatepage-home main .homepage .homepage__functions .homepage__functions--intro .description p{font-size:16px}}body.templatepage-home main .homepage .homepage__functions .homepage__functions--topics{display:flex;flex-direction:column;justify-content:center;align-items:center}@media all and (min-width: 1440px){body.templatepage-home main .homepage .homepage__functions .homepage__functions--topics{flex-direction:row;column-gap:15px}}@media all and (min-width: 1920px){body.templatepage-home main .homepage .homepage__functions .homepage__functions--topics{column-gap:66px}}body.templatepage-home main .homepage .homepage__functions .homepage__functions--topics .image{padding:24px 0;max-width:347px;height:277px}@media all and (min-width: 1024px){body.templatepage-home main .homepage .homepage__functions .homepage__functions--topics .image{max-width:468px;height:375px;padding:24px 0 0}}@media all and (min-width: 1440px){body.templatepage-home main .homepage .homepage__functions .homepage__functions--topics .image{padding:unset;width:calc(50% - 8px);max-width:598px;height:520px}}@media all and (min-width: 1920px){body.templatepage-home main .homepage .homepage__functions .homepage__functions--topics .image{width:50%}}body.templatepage-home main .homepage .homepage__functions .homepage__functions--topics .image img{max-width:100%;height:100%}body.templatepage-home main .homepage .homepage__functions .homepage__functions--topics .list{display:flex;align-items:center;flex-direction:column}@media all and (min-width: 1440px){body.templatepage-home main .homepage .homepage__functions .homepage__functions--topics .list{gap:46px;width:calc(50% - 8px)}}@media all and (min-width: 1920px){body.templatepage-home main .homepage .homepage__functions .homepage__functions--topics .list{width:50%}}body.templatepage-home main .homepage .homepage__functions .homepage__functions--topics .list .list--itens{display:flex;gap:32px;flex-direction:column;padding:20px 0}@media all and (min-width: 1024px){body.templatepage-home main .homepage .homepage__functions .homepage__functions--topics .list .list--itens{padding:unset}}@media all and (min-width: 1440px){body.templatepage-home main .homepage .homepage__functions .homepage__functions--topics .list .list--itens{gap:46px}}body.templatepage-home main .homepage .homepage__functions .homepage__functions--topics .list .list--itens .item{display:flex;gap:14px}body.templatepage-home main .homepage .homepage__functions .homepage__functions--topics .list .list--itens .item .icon span i{display:flex;font-size:3rem;width:30px;height:24px;color:var(--color-blue-normal)}body.templatepage-home main .homepage .homepage__functions .homepage__functions--topics .list .list--itens .item .details{display:flex;flex-direction:column;gap:10px}body.templatepage-home main .homepage .homepage__functions .homepage__functions--topics .list .list--itens .item .details .title p{font-size:20px;color:var(--color-gray-darker)}body.templatepage-home main .homepage .homepage__functions .homepage__functions--topics .list .list--itens .item .details .subtitle p{font-size:14px;color:var(--color-grey-dark-hover)}body.templatepage-home main .homepage .homepage__functions .homepage__functions--topics .list .cta{display:flex;height:38px;padding:16px 25px;justify-content:center;align-items:center;gap:8px;border-radius:2px;background:var(--color-blue-normal);margin-top:24px;max-width:235px}@media all and (min-width: 1024px){body.templatepage-home main .homepage .homepage__functions .homepage__functions--topics .list .cta{align-self:flex-start;height:48px;margin-top:32px;max-width:261px}}@media all and (min-width: 1440px){body.templatepage-home main .homepage .homepage__functions .homepage__functions--topics .list .cta{margin-top:auto}}body.templatepage-home main .homepage .homepage__functions .homepage__functions--topics .list .cta p{font-size:14px;color:#fff}@media all and (min-width: 1024px){body.templatepage-home main .homepage .homepage__functions .homepage__functions--topics .list .cta p{font-size:16px}}body.templatepage-home main .homepage .homepage__functions .homepage__functions--topics .list .cta span i{display:flex;height:10px;width:10px;font-size:1.2rem;color:#fff}body.templatepage-home main .homepage .homepage__functions .homepage__functions--topics .list .cta:hover{background-color:var(--color-blue-dark);transition:all .3s}body.templatepage-home main .homepage .homepage__functions .homepage__functions--topics .list .cta:active{background-color:var(--color-blue-dark-secondary);transition:all .3s}body.templatepage-home main .homepage .homepage__data{display:flex;width:100%;padding:36px 38px;background:var(--color-blue-dark)}@media all and (min-width: 768px){body.templatepage-home main .homepage .homepage__data{padding:58px 32px}}@media all and (min-width: 1024px){body.templatepage-home main .homepage .homepage__data{padding:58px 80px;gap:24px}}@media all and (min-width: 1440px){body.templatepage-home main .homepage .homepage__data{padding:64px 160px;gap:81px}}@media all and (min-width: 1920px){body.templatepage-home main .homepage .homepage__data{justify-content:center}}body.templatepage-home main .homepage .homepage__data .homepage__data--infos{display:flex;width:100%;flex-wrap:wrap;align-items:start;column-gap:14px;row-gap:32px;max-width:var(--width-container-transparencia)}@media all and (min-width: 768px){body.templatepage-home main .homepage .homepage__data .homepage__data--infos{gap:50px;flex-direction:row;flex-wrap:nowrap;justify-content:center}}@media all and (min-width: 1024px){body.templatepage-home main .homepage .homepage__data .homepage__data--infos{gap:100px}}@media all and (min-width: 1920px){body.templatepage-home main .homepage .homepage__data .homepage__data--infos{width:auto;justify-content:center}}body.templatepage-home main .homepage .homepage__data .homepage__data--infos .info{display:flex;align-items:start;width:calc(50% - 7px);flex-direction:column;gap:14px}@media all and (min-width: 768px){body.templatepage-home main .homepage .homepage__data .homepage__data--infos .info{align-items:center;width:auto;gap:20px}}@media all and (min-width: 1024px){body.templatepage-home main .homepage .homepage__data .homepage__data--infos .info{gap:40px}}body.templatepage-home main .homepage .homepage__data .homepage__data--infos .info:nth-child(3){width:100%}@media all and (min-width: 768px){body.templatepage-home main .homepage .homepage__data .homepage__data--infos .info:nth-child(3){width:auto}}body.templatepage-home main .homepage .homepage__data .homepage__data--infos .info .title p{font-size:38px;line-height:.8;color:var(--color-blue-medium)}@media all and (min-width: 1024px){body.templatepage-home main .homepage .homepage__data .homepage__data--infos .info .title p{font-size:64px}}body.templatepage-home main .homepage .homepage__data .homepage__data--infos .info .subtitle{display:flex}@media all and (min-width: 1024px){body.templatepage-home main .homepage .homepage__data .homepage__data--infos .info .subtitle{max-width:192px}}@media all and (min-width: 1440px){body.templatepage-home main .homepage .homepage__data .homepage__data--infos .info .subtitle{max-width:220px}}@media all and (min-width: 1920px){body.templatepage-home main .homepage .homepage__data .homepage__data--infos .info .subtitle{max-width:276px}}body.templatepage-home main .homepage .homepage__data .homepage__data--infos .info .subtitle p{font-size:14px;color:var(--color-grey-light)}@media all and (min-width: 768px){body.templatepage-home main .homepage .homepage__data .homepage__data--infos .info .subtitle p{text-align:center}}body.templatepage-home main .homepage .homepage__servicesTabs{display:flex;width:100%;padding:38px 16px;gap:50px;flex-direction:column;justify-content:center;align-items:center;position:relative;overflow:hidden;max-width:var(--width-container-transparencia)}@media all and (min-width: 768px){body.templatepage-home main .homepage .homepage__servicesTabs{padding:80px 32px 0px}}@media all and (min-width: 1024px){body.templatepage-home main .homepage .homepage__servicesTabs{padding:80px 40px 0px;max-width:1024px}}@media all and (min-width: 1440px){body.templatepage-home main .homepage .homepage__servicesTabs{padding:80px 160px 0px;max-width:var(--width-container)}}@media all and (min-width: 1920px){body.templatepage-home main .homepage .homepage__servicesTabs{padding:80px 280px 0px;max-width:var(--width-container-transparencia)}}body.templatepage-home main .homepage .homepage__servicesTabs .homepage__services--intro{display:flex;align-items:center;flex-direction:column;gap:24px;padding-bottom:50px}@media all and (min-width: 768px){body.templatepage-home main .homepage .homepage__servicesTabs .homepage__services--intro{padding:unset}}body.templatepage-home main .homepage .homepage__servicesTabs .homepage__services--intro h2{text-align:center;font-weight:400;font-size:24px;max-width:715px;color:var(--color-dark)}@media all and (min-width: 1024px){body.templatepage-home main .homepage .homepage__servicesTabs .homepage__services--intro h2{font-size:40px}}body.templatepage-home main .homepage .homepage__servicesTabs .homepage__services--intro p{text-align:center;font-size:14px;max-width:612px;color:var(--color-gray-medium)}@media all and (min-width: 1024px){body.templatepage-home main .homepage .homepage__servicesTabs .homepage__services--intro p{font-size:16px}}body.templatepage-home main .homepage .homepage__servicesTabs .homepage__services--tabs{display:flex;position:absolute;bottom:0;left:10px;transition:all .4s ease;overflow:hidden}@media all and (min-width: 600px){body.templatepage-home main .homepage .homepage__servicesTabs .homepage__services--tabs{left:auto;width:-webkit-fill-available;justify-content:space-evenly}}@media all and (min-width: 768px){body.templatepage-home main .homepage .homepage__servicesTabs .homepage__services--tabs{position:relative;justify-content:space-between}}@media all and (min-width: 1920px){body.templatepage-home main .homepage .homepage__servicesTabs .homepage__services--tabs{justify-content:center;gap:20px}}body.templatepage-home main .homepage .homepage__servicesTabs .homepage__services--tabs .link{all:unset;text-transform:uppercase;padding:10px;font-size:16px;cursor:pointer;color:var(--color-gray-normal);transition:all .3s}@media all and (min-width: 1024px){body.templatepage-home main .homepage .homepage__servicesTabs .homepage__services--tabs .link{padding:10px 35px}}body.templatepage-home main .homepage .homepage__servicesTabs .homepage__services--tabs .link:hover{color:var(--color-gray-darker);transition:all .3s}body.templatepage-home main .homepage .homepage__servicesTabs .homepage__services--tabs .link.linkActive{position:relative;cursor:default;color:var(--color-blue-normal);font-weight:500;transition:all .3s}body.templatepage-home main .homepage .homepage__servicesTabs .homepage__services--tabs .link.linkActive::after{position:absolute;content:"";width:100%;height:3px;bottom:0;left:0;background-color:var(--color-blue-normal);transition:all .3s}body.templatepage-home main .homepage .homepage__servicesTabs .homepage__services--tabs::after{position:absolute;content:"";bottom:0;width:100%;height:1px;background-color:var(--color-gray-normal)}@media all and (min-width: 1920px){body.templatepage-home main .homepage .homepage__servicesTabs .homepage__services--tabs::after{width:70%}}body.templatepage-home main .homepage .homepage__servicesTabs .homepage__services--tabs:active{cursor:grabbing}body.templatepage-home main .homepage .homepage__servicesContent{display:flex;flex-direction:column;padding:40px 16px;max-width:var(--width-container-transparencia)}@media all and (min-width: 768px){body.templatepage-home main .homepage .homepage__servicesContent{padding:38px 32px 80px}}@media all and (min-width: 1024px){body.templatepage-home main .homepage .homepage__servicesContent{padding:38px 40px 80px;max-width:1024px}}@media all and (min-width: 1440px){body.templatepage-home main .homepage .homepage__servicesContent{padding:80px 160px 80px;max-width:var(--width-container)}}@media all and (min-width: 1920px){body.templatepage-home main .homepage .homepage__servicesContent{padding:80px 280px 80px;max-width:var(--width-container-transparencia)}}body.templatepage-home main .homepage .homepage__servicesContent .homepage__services--content .tab{display:flex;flex-direction:column}@media all and (min-width: 768px){body.templatepage-home main .homepage .homepage__servicesContent .homepage__services--content .tab{gap:36px}}@media all and (min-width: 1024px){body.templatepage-home main .homepage .homepage__servicesContent .homepage__services--content .tab{flex-direction:row;gap:24px}}@media all and (min-width: 1440px){body.templatepage-home main .homepage .homepage__servicesContent .homepage__services--content .tab{gap:50px}}body.templatepage-home main .homepage .homepage__servicesContent .homepage__services--content .tab .intro{display:flex;flex-direction:column;gap:36px}@media all and (min-width: 768px){body.templatepage-home main .homepage .homepage__servicesContent .homepage__services--content .tab .intro{flex-direction:row}}@media all and (min-width: 1024px){body.templatepage-home main .homepage .homepage__servicesContent .homepage__services--content .tab .intro{gap:24px}}@media all and (min-width: 1440px){body.templatepage-home main .homepage .homepage__servicesContent .homepage__services--content .tab .intro{gap:50px}}@media all and (min-width: 768px){body.templatepage-home main .homepage .homepage__servicesContent .homepage__services--content .tab .intro .image{display:flex;width:calc(50% - 10px)}}@media all and (min-width: 1440px){body.templatepage-home main .homepage .homepage__servicesContent .homepage__services--content .tab .intro .image{display:flex;width:auto}}body.templatepage-home main .homepage .homepage__servicesContent .homepage__services--content .tab .intro .image span{display:flex;height:217px}@media all and (min-width: 768px){body.templatepage-home main .homepage .homepage__servicesContent .homepage__services--content .tab .intro .image span{width:100%;height:100%}}@media all and (min-width: 1024px){body.templatepage-home main .homepage .homepage__servicesContent .homepage__services--content .tab .intro .image span{height:287px}}@media all and (min-width: 1440px){body.templatepage-home main .homepage .homepage__servicesContent .homepage__services--content .tab .intro .image span{height:374px;max-width:376px}}body.templatepage-home main .homepage .homepage__servicesContent .homepage__services--content .tab .intro .image span img{height:100%;width:100%;object-fit:cover;object-position:top}body.templatepage-home main .homepage .homepage__servicesContent .homepage__services--content .tab .intro .resume{display:flex;flex-direction:column;gap:24px}@media all and (min-width: 768px){body.templatepage-home main .homepage .homepage__servicesContent .homepage__services--content .tab .intro .resume{display:flex;width:calc(50% - 10px)}}@media all and (min-width: 1440px){body.templatepage-home main .homepage .homepage__servicesContent .homepage__services--content .tab .intro .resume{display:flex;width:356px}}body.templatepage-home main .homepage .homepage__servicesContent .homepage__services--content .tab .intro .resume .title{display:flex}body.templatepage-home main .homepage .homepage__servicesContent .homepage__services--content .tab .intro .resume .title h2{font-size:20px;font-weight:400;color:var(--color-dark)}body.templatepage-home main .homepage .homepage__servicesContent .homepage__services--content .tab .intro .resume .detailsList{display:flex;gap:24px;flex-direction:column}body.templatepage-home main .homepage .homepage__servicesContent .homepage__services--content .tab .intro .resume .detailsList .item{display:flex;gap:15px}body.templatepage-home main .homepage .homepage__servicesContent .homepage__services--content .tab .intro .resume .detailsList .item .icon span{display:flex;height:22px;width:22px}body.templatepage-home main .homepage .homepage__servicesContent .homepage__services--content .tab .intro .resume .detailsList .item .icon span img{width:100%;height:100%}body.templatepage-home main .homepage .homepage__servicesContent .homepage__services--content .tab .intro .resume .detailsList .item .description p{font-size:14px;color:var(--color-grey-dark-hover)}body.templatepage-home main .homepage .homepage__servicesContent .homepage__services--content .tab .intro .cta{display:flex;align-self:center;height:38px;max-width:224px;padding:16px 25px;justify-content:center;align-items:center;gap:8px;margin-top:25px;border-radius:2px;background-color:var(--color-blue-normal)}@media all and (min-width: 768px){body.templatepage-home main .homepage .homepage__servicesContent .homepage__services--content .tab .intro .cta{align-self:flex-start;margin-top:unset}}@media all and (min-width: 1024px){body.templatepage-home main .homepage .homepage__servicesContent .homepage__services--content .tab .intro .cta{height:48px;width:248px}}@media all and (min-width: 1440px){body.templatepage-home main .homepage .homepage__servicesContent .homepage__services--content .tab .intro .cta{margin-top:auto;width:255px;height:51px}}body.templatepage-home main .homepage .homepage__servicesContent .homepage__services--content .tab .intro .cta p{font-size:14px;color:#fff}body.templatepage-home main .homepage .homepage__servicesContent .homepage__services--content .tab .intro .cta span{font-size:1.2rem;width:10px;height:10px;color:#fff}body.templatepage-home main .homepage .homepage__servicesContent .homepage__services--content .tab .intro .cta:hover{background-color:var(--color-blue-dark);transition:all .3s}body.templatepage-home main .homepage .homepage__servicesContent .homepage__services--content .tab .intro .cta:active{background-color:var(--color-blue-dark-secondary);transition:all .3s}body.templatepage-home main .homepage .homepage__servicesContent .homepage__services--content .tab .otherServices{display:none;flex-direction:column;gap:24px}@media all and (min-width: 1024px){body.templatepage-home main .homepage .homepage__servicesContent .homepage__services--content .tab .otherServices{width:calc(80% - 5px)}}@media all and (min-width: 1440px){body.templatepage-home main .homepage .homepage__servicesContent .homepage__services--content .tab .otherServices{width:392px}}body.templatepage-home main .homepage .homepage__servicesContent .homepage__services--content .tab .otherServices p{color:var(--color-dark);font-size:20px}@media all and (min-width: 1440px){body.templatepage-home main .homepage .homepage__servicesContent .homepage__services--content .tab .otherServices p{max-width:323px}}body.templatepage-home main .homepage .homepage__servicesContent .homepage__services--content .tab .otherServices .list{display:flex;flex-direction:column;gap:5px}body.templatepage-home main .homepage .homepage__servicesContent .homepage__services--content .tab .otherServices .list p{padding:15px 20px;font-size:14px;text-transform:uppercase;border-bottom:1px solid var(--color-grey-light-active)}@media all and (min-width: 768px){body.templatepage-home main .homepage .homepage__servicesContent .homepage__services--content .tab .otherServices{display:flex}}body.templatepage-home main .homepage .homepage__organizations{display:flex;justify-content:center;width:100%;background-color:var(--color-grey-light-secondary)}body.templatepage-home main .homepage .homepage__organizations .homepage__organizationsContainer{display:flex;flex-direction:column;width:100%;align-items:center;padding:40px 16px;position:relative;overflow:hidden;max-width:var(--width-container-transparencia)}@media all and (min-width: 768px){body.templatepage-home main .homepage .homepage__organizations .homepage__organizationsContainer{padding:40px 32px}}@media all and (min-width: 1024px){body.templatepage-home main .homepage .homepage__organizations .homepage__organizationsContainer{max-width:1024px}}@media all and (min-width: 1440px){body.templatepage-home main .homepage .homepage__organizations .homepage__organizationsContainer{max-width:var(--width-container)}}@media all and (min-width: 1920px){body.templatepage-home main .homepage .homepage__organizations .homepage__organizationsContainer{max-width:var(--width-container-transparencia)}}body.templatepage-home main .homepage .homepage__organizations .homepage__organizationsContainer .homepage__organizations--intro .title{padding-bottom:120px}body.templatepage-home main .homepage .homepage__organizations .homepage__organizationsContainer .homepage__organizations--intro .title h2{max-width:595px;text-align:center;font-size:24px;font-weight:400;color:var(--color-dark)}body.templatepage-home main .homepage .homepage__organizations .homepage__organizationsContainer .homepage__organizations--logos{display:flex;align-items:center;position:absolute;left:10px;gap:32px;overflow:hidden;bottom:0;padding:40px 16px}@media all and (min-width: 768px){body.templatepage-home main .homepage .homepage__organizations .homepage__organizationsContainer .homepage__organizations--logos{padding:40px 32px}}@media all and (min-width: 860px){body.templatepage-home main .homepage .homepage__organizations .homepage__organizationsContainer .homepage__organizations--logos{width:-webkit-fill-available;justify-content:center}}@media all and (min-width: 1024px){body.templatepage-home main .homepage .homepage__organizations .homepage__organizationsContainer .homepage__organizations--logos{gap:56px}}@media all and (min-width: 1440px){body.templatepage-home main .homepage .homepage__organizations .homepage__organizationsContainer .homepage__organizations--logos{gap:64px}}body.templatepage-home main .homepage .homepage__organizations .homepage__organizationsContainer .homepage__organizations--logos .logo span{display:flex;width:133px}body.templatepage-home main .homepage .homepage__organizations .homepage__organizationsContainer .homepage__organizations--logos .logo span img{width:100%;height:100%}body.templatepage-home main .homepage .homepage__specialistFooter{display:flex;justify-content:center;width:100%;overflow:hidden;position:relative;background-color:var(--color-blue-dark)}body.templatepage-home main .homepage .homepage__specialistFooter .homepage__specialistFooterContainer{display:flex;width:100%;padding:53px 16px;align-items:center;overflow:hidden;max-width:var(--width-container-transparencia)}@media all and (min-width: 768px){body.templatepage-home main .homepage .homepage__specialistFooter .homepage__specialistFooterContainer{padding:53px 64px}}@media all and (min-width: 1024px){body.templatepage-home main .homepage .homepage__specialistFooter .homepage__specialistFooterContainer{padding:67px 40px;max-width:1024px}}@media all and (min-width: 1440px){body.templatepage-home main .homepage .homepage__specialistFooter .homepage__specialistFooterContainer{padding:67px 280px;justify-content:center;max-width:var(--width-container)}}@media all and (min-width: 1920px){body.templatepage-home main .homepage .homepage__specialistFooter .homepage__specialistFooterContainer{max-width:var(--width-container-transparencia)}}body.templatepage-home main .homepage .homepage__specialistFooter .homepage__specialistFooterContainer .homepage__specialistFooter--intro{display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px;width:100%}@media all and (min-width: 768px){body.templatepage-home main .homepage .homepage__specialistFooter .homepage__specialistFooterContainer .homepage__specialistFooter--intro{align-items:start;text-align:left;width:calc(100% - 200px)}}@media all and (min-width: 1024px){body.templatepage-home main .homepage .homepage__specialistFooter .homepage__specialistFooterContainer .homepage__specialistFooter--intro{width:calc(100% - 256px)}}@media all and (min-width: 1440px){body.templatepage-home main .homepage .homepage__specialistFooter .homepage__specialistFooterContainer .homepage__specialistFooter--intro{text-align:center;align-items:center}}body.templatepage-home main .homepage .homepage__specialistFooter .homepage__specialistFooterContainer .homepage__specialistFooter--intro .title h2{font-size:24px;font-weight:400;color:#fff}@media all and (min-width: 1024px){body.templatepage-home main .homepage .homepage__specialistFooter .homepage__specialistFooterContainer .homepage__specialistFooter--intro .title h2{font-size:40px}}body.templatepage-home main .homepage .homepage__specialistFooter .homepage__specialistFooterContainer .homepage__specialistFooter--intro .title h2 span{color:var(--color-blue-medium)}body.templatepage-home main .homepage .homepage__specialistFooter .homepage__specialistFooterContainer .homepage__specialistFooter--intro .description{padding-bottom:16px}body.templatepage-home main .homepage .homepage__specialistFooter .homepage__specialistFooterContainer .homepage__specialistFooter--intro .description p{font-size:14px;color:#fff}@media all and (min-width: 1024px){body.templatepage-home main .homepage .homepage__specialistFooter .homepage__specialistFooterContainer .homepage__specialistFooter--intro .description p{font-size:16px;max-width:542px}}body.templatepage-home main .homepage .homepage__specialistFooter .homepage__specialistFooterContainer .homepage__specialistFooter--intro .cta{display:flex;padding:14px 16px;justify-content:center;align-items:center;gap:16px;background-color:var(--color-blue-normal);width:300px;border:1px solid rgba(0,0,0,0)}@media all and (min-width: 768px){body.templatepage-home main .homepage .homepage__specialistFooter .homepage__specialistFooterContainer .homepage__specialistFooter--intro .cta{max-width:max-content}}@media all and (min-width: 1024px){body.templatepage-home main .homepage .homepage__specialistFooter .homepage__specialistFooterContainer .homepage__specialistFooter--intro .cta{font-size:18px}}body.templatepage-home main .homepage .homepage__specialistFooter .homepage__specialistFooterContainer .homepage__specialistFooter--intro .cta p{font-size:16px;color:#fff;border-radius:2px}body.templatepage-home main .homepage .homepage__specialistFooter .homepage__specialistFooterContainer .homepage__specialistFooter--intro .cta span i{display:flex;font-size:1.2rem;height:10px;width:10px;color:#fff}body.templatepage-home main .homepage .homepage__specialistFooter .homepage__specialistFooterContainer .homepage__specialistFooter--intro .cta:hover{background-color:var(--color-blue-dark);transition:all .3s;border-color:#fff}body.templatepage-home main .homepage .homepage__specialistFooter .homepage__specialistFooterContainer .homepage__specialistFooter--intro .cta:active{background-color:var(--color-blue-dark-secondary);transition:all .3s;border-color:#fff}body.templatepage-home main .homepage .homepage__specialistFooter .homepage__specialistFooterContainer .homepage__specialistFooter--image{display:none;position:absolute;right:-20px}@media all and (min-width: 768px){body.templatepage-home main .homepage .homepage__specialistFooter .homepage__specialistFooterContainer .homepage__specialistFooter--image{display:flex}}body.templatepage-home main .homepage .homepage__specialistFooter .homepage__specialistFooterContainer .homepage__specialistFooter--image span{display:flex;height:195px}@media all and (min-width: 768px){body.templatepage-home main .homepage .homepage__specialistFooter .homepage__specialistFooterContainer .homepage__specialistFooter--image span{height:300px}}@media all and (min-width: 1024px){body.templatepage-home main .homepage .homepage__specialistFooter .homepage__specialistFooterContainer .homepage__specialistFooter--image span{height:398px}}body.templatepage-home main .homepage .homepage__specialistFooter .homepage__specialistFooterContainer .homepage__specialistFooter--image span img{width:100%;height:100%}body.templatepage-contato main{margin-top:70px}@media all and (min-width: 1024px){body.templatepage-contato main{margin-top:90px}}body.templatepage-contato main .contact{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}body.templatepage-contato main .contact .contact__form{display:flex;flex-direction:column;padding:36px 16px;gap:40px;width:100%;max-width:var(--width-container-transparencia)}@media all and (min-width: 768px){body.templatepage-contato main .contact .contact__form{flex-direction:row;gap:24px;padding:56px 32px}}@media all and (min-width: 1024px){body.templatepage-contato main .contact .contact__form{gap:32px;padding:56px 40px}}@media all and (min-width: 1440px){body.templatepage-contato main .contact .contact__form{gap:56px;padding:64px 160px 80px 160px;max-width:var(--width-container)}}@media all and (min-width: 1920px){body.templatepage-contato main .contact .contact__form{padding:64px 280px 80px 280px;max-width:var(--width-container-transparencia)}}body.templatepage-contato main .contact .contact__form .contact__form--intro{display:flex;flex-direction:column;gap:24px}@media all and (min-width: 768px){body.templatepage-contato main .contact .contact__form .contact__form--intro{width:calc(100% - 24px - 340px)}}@media all and (min-width: 1024px){body.templatepage-contato main .contact .contact__form .contact__form--intro{width:calc(100% - 32px - 456px)}}@media all and (min-width: 1440px){body.templatepage-contato main .contact .contact__form .contact__form--intro{width:calc(100% - 56px - 532px)}}@media all and (min-width: 1920px){body.templatepage-contato main .contact .contact__form .contact__form--intro{width:calc(100% - 56px - 652px)}}body.templatepage-contato main .contact .contact__form .contact__form--intro .image{margin-bottom:16px}@media all and (min-width: 768px){body.templatepage-contato main .contact .contact__form .contact__form--intro .image{order:3;margin-bottom:unset}}body.templatepage-contato main .contact .contact__form .contact__form--intro .image picture{display:flex;justify-content:center;align-items:center;width:100%}body.templatepage-contato main .contact .contact__form .contact__form--intro .image picture img{width:100%;height:100%}@media all and (min-width: 768px){body.templatepage-contato main .contact .contact__form .contact__form--intro .title{order:1}}body.templatepage-contato main .contact .contact__form .contact__form--intro .title h2{font-size:28px;font-weight:500;color:var(--color-dark)}@media all and (min-width: 1024px){body.templatepage-contato main .contact .contact__form .contact__form--intro .title h2{font-size:36px}}body.templatepage-contato main .contact .contact__form .contact__form--intro .title h2 span{color:var(--color-blue-normal)}@media all and (min-width: 768px){body.templatepage-contato main .contact .contact__form .contact__form--intro .description{order:2}}body.templatepage-contato main .contact .contact__form .contact__form--intro .description p{font-size:14px;color:var(--color-gray-medium)}@media all and (min-width: 768px){body.templatepage-contato main .contact .contact__form .contact__form--intro .description p{font-size:16px}}body.templatepage-contato main .contact .contact__form #tensaiContactForm{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;background-color:#fff;border-radius:15px;border:1px solid var(--color-bluedark-100);overflow:hidden;z-index:99;border:none;border-radius:0%}@media all and (min-width: 768px){body.templatepage-contato main .contact .contact__form #tensaiContactForm{width:340px}}@media all and (min-width: 1024px){body.templatepage-contato main .contact .contact__form #tensaiContactForm{width:456px}}@media all and (min-width: 1440px){body.templatepage-contato main .contact .contact__form #tensaiContactForm{width:532px}}@media all and (min-width: 1920px){body.templatepage-contato main .contact .contact__form #tensaiContactForm{width:652px}}body.templatepage-contato main .contact .contact__form #tensaiContactForm .main{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}body.templatepage-contato main .contact .contact__form #tensaiContactForm .main>section{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}body.templatepage-contato main .contact .contact__form #tensaiContactForm .main>section>div{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}body.templatepage-contato main .contact .contact__form #tensaiContactForm .main>section>div .bricks--component{display:flex !important;flex-direction:column;justify-content:center;align-items:center;width:100%;padding:0 !important;margin:0 !important}body.templatepage-contato main .contact .contact__form #tensaiContactForm .main>section>div .bricks--component .bricks--section{display:flex !important;flex-direction:column;justify-content:center;align-items:center;width:100%;background-color:rgba(0,0,0,0) !important}body.templatepage-contato main .contact .contact__form #tensaiContactForm .main>section>div .bricks--component .bricks--section .bricks--row{display:flex !important;flex-direction:column;justify-content:center;align-items:center;width:100%}body.templatepage-contato main .contact .contact__form #tensaiContactForm .main>section>div .bricks--component .bricks--section .bricks--row .bricks--column{display:flex !important;flex-direction:column;justify-content:center;align-items:center;width:100%}body.templatepage-contato main .contact .contact__form #tensaiContactForm .main>section>div .bricks--component .bricks--section .bricks--row .bricks--column>div{display:flex !important;flex-direction:column;justify-content:center;align-items:center;width:100%;background-color:rgba(0,0,0,0) !important;padding:0 !important;margin:0 !important}body.templatepage-contato main .contact .contact__form #tensaiContactForm .main>section>div .bricks--component .bricks--section .bricks--row .bricks--column>div .bricks-form{display:flex !important;flex-direction:column;justify-content:center;align-items:center;width:100%}body.templatepage-contato main .contact .contact__form #tensaiContactForm .main>section>div .bricks--component .bricks--section .bricks--row .bricks--column>div .bricks-form form{display:flex !important;flex-direction:column;justify-content:center;align-items:center;width:100%}body.templatepage-contato main .contact .contact__form #tensaiContactForm .main>section>div .bricks--component .bricks--section .bricks--row .bricks--column>div .bricks-form form .bricks-form__fieldset{display:flex !important;flex-direction:column !important;justify-content:center;align-items:center;width:100%;margin:0 !important;gap:20px}body.templatepage-contato main .contact .contact__form #tensaiContactForm .main>section>div .bricks--component .bricks--section .bricks--row .bricks--column>div .bricks-form form .bricks-form__fieldset .bricks-form__field{display:flex !important;flex-direction:column;justify-content:center;align-items:center;width:100% !important;margin:0 !important;gap:5px}body.templatepage-contato main .contact .contact__form #tensaiContactForm .main>section>div .bricks--component .bricks--section .bricks--row .bricks--column>div .bricks-form form .bricks-form__fieldset .bricks-form__field.bricks-form__terms p span{font-size:1.4rem !important;font-weight:400;font-family:var(--fontfamily-main) !important;color:var(--color-gray-dark-active)}body.templatepage-contato main .contact .contact__form #tensaiContactForm .main>section>div .bricks--component .bricks--section .bricks--row .bricks--column>div .bricks-form form .bricks-form__fieldset .bricks-form__field.bricks-form__terms p span a{color:var(--color-blue-normal)}body.templatepage-contato main .contact .contact__form #tensaiContactForm .main>section>div .bricks--component .bricks--section .bricks--row .bricks--column>div .bricks-form form .bricks-form__fieldset .bricks-form__field .phone-input-group{display:flex !important;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:center;width:100% !important;margin:0 !important;gap:5px}body.templatepage-contato main .contact .contact__form #tensaiContactForm .main>section>div .bricks--component .bricks--section .bricks--row .bricks--column>div .bricks-form form .bricks-form__fieldset .bricks-form__field .phone-input-group>.select2-container{width:60px;background-color:#fff}body.templatepage-contato main .contact .contact__form #tensaiContactForm .main>section>div .bricks--component .bricks--section .bricks--row .bricks--column>div .bricks-form form .bricks-form__fieldset .bricks-form__field .phone-input-group>.select2-container a{justify-content:flex-start;margin:0;padding:0;background-color:rgba(0,0,0,0);border-radius:0px !important}body.templatepage-contato main .contact .contact__form #tensaiContactForm .main>section>div .bricks--component .bricks--section .bricks--row .bricks--column>div .bricks-form form .bricks-form__fieldset .bricks-form__field .phone-input-group>.select2-container a span img{margin:0 !important;-webkit-user-select:none;-ms-user-select:none;user-select:none}body.templatepage-contato main .contact .contact__form #tensaiContactForm .main>section>div .bricks--component .bricks--section .bricks--row .bricks--column>div .bricks-form form .bricks-form__fieldset .bricks-form__field .phone-input-group .bricks-form__input{width:calc(100% - 60px - 5px)}body.templatepage-contato main .contact .contact__form #tensaiContactForm .main>section>div .bricks--component .bricks--section .bricks--row .bricks--column>div .bricks-form form .bricks-form__fieldset .bricks-form__field label{display:flex;justify-content:flex-start;align-items:center;width:100%;padding:0 !important;margin:0 !important;height:max-content !important;font-size:1.4rem;font-weight:400;color:var(--color-gray-dark-active);font-family:var(--fontfamily-main)}@media all and (min-width: 1440px){body.templatepage-contato main .contact .contact__form #tensaiContactForm .main>section>div .bricks--component .bricks--section .bricks--row .bricks--column>div .bricks-form form .bricks-form__fieldset .bricks-form__field label{font-size:1.4rem}}body.templatepage-contato main .contact .contact__form #tensaiContactForm .main>section>div .bricks--component .bricks--section .bricks--row .bricks--column>div .bricks-form form .bricks-form__fieldset .bricks-form__field input,body.templatepage-contato main .contact .contact__form #tensaiContactForm .main>section>div .bricks--component .bricks--section .bricks--row .bricks--column>div .bricks-form form .bricks-form__fieldset .bricks-form__field select,body.templatepage-contato main .contact .contact__form #tensaiContactForm .main>section>div .bricks--component .bricks--section .bricks--row .bricks--column>div .bricks-form form .bricks-form__fieldset .bricks-form__field textarea{display:flex;justify-content:center;align-items:center;width:100%;padding:14px 16px !important;margin:0 !important;height:max-content !important;min-height:36px;border-radius:2px;font-size:1.4rem;line-height:1;color:var(--color-gray-normal);border:1px solid var(--color-grey-light-active)}@media all and (min-width: 1440px){body.templatepage-contato main .contact .contact__form #tensaiContactForm .main>section>div .bricks--component .bricks--section .bricks--row .bricks--column>div .bricks-form form .bricks-form__fieldset .bricks-form__field input,body.templatepage-contato main .contact .contact__form #tensaiContactForm .main>section>div .bricks--component .bricks--section .bricks--row .bricks--column>div .bricks-form form .bricks-form__fieldset .bricks-form__field select,body.templatepage-contato main .contact .contact__form #tensaiContactForm .main>section>div .bricks--component .bricks--section .bricks--row .bricks--column>div .bricks-form form .bricks-form__fieldset .bricks-form__field textarea{padding:15px 15px !important;font-size:1.6rem}}body.templatepage-contato main .contact .contact__form #tensaiContactForm .main>section>div .bricks--component .bricks--section .bricks--row .bricks--column>div .bricks-form form .bricks-form__fieldset .bricks-form__field input::-ms-input-placeholder,body.templatepage-contato main .contact .contact__form #tensaiContactForm .main>section>div .bricks--component .bricks--section .bricks--row .bricks--column>div .bricks-form form .bricks-form__fieldset .bricks-form__field select::-ms-input-placeholder,body.templatepage-contato main .contact .contact__form #tensaiContactForm .main>section>div .bricks--component .bricks--section .bricks--row .bricks--column>div .bricks-form form .bricks-form__fieldset .bricks-form__field textarea::-ms-input-placeholder{font-size:1.4rem;color:var(--color-gray-normal);transition:all .3s}body.templatepage-contato main .contact .contact__form #tensaiContactForm .main>section>div .bricks--component .bricks--section .bricks--row .bricks--column>div .bricks-form form .bricks-form__fieldset .bricks-form__field input::placeholder,body.templatepage-contato main .contact .contact__form #tensaiContactForm .main>section>div .bricks--component .bricks--section .bricks--row .bricks--column>div .bricks-form form .bricks-form__fieldset .bricks-form__field select::placeholder,body.templatepage-contato main .contact .contact__form #tensaiContactForm .main>section>div .bricks--component .bricks--section .bricks--row .bricks--column>div .bricks-form form .bricks-form__fieldset .bricks-form__field textarea::placeholder{font-size:1.4rem;color:var(--color-gray-normal);transition:all .3s}body.templatepage-contato main .contact .contact__form #tensaiContactForm .main>section>div .bricks--component .bricks--section .bricks--row .bricks--column>div .bricks-form form .bricks-form__fieldset .bricks-form__field input:focus,body.templatepage-contato main .contact .contact__form #tensaiContactForm .main>section>div .bricks--component .bricks--section .bricks--row .bricks--column>div .bricks-form form .bricks-form__fieldset .bricks-form__field input:focus-visible,body.templatepage-contato main .contact .contact__form #tensaiContactForm .main>section>div .bricks--component .bricks--section .bricks--row .bricks--column>div .bricks-form form .bricks-form__fieldset .bricks-form__field select:focus,body.templatepage-contato main .contact .contact__form #tensaiContactForm .main>section>div .bricks--component .bricks--section .bricks--row .bricks--column>div .bricks-form form .bricks-form__fieldset .bricks-form__field select:focus-visible,body.templatepage-contato main .contact .contact__form #tensaiContactForm .main>section>div .bricks--component .bricks--section .bricks--row .bricks--column>div .bricks-form form .bricks-form__fieldset .bricks-form__field textarea:focus,body.templatepage-contato main .contact .contact__form #tensaiContactForm .main>section>div .bricks--component .bricks--section .bricks--row .bricks--column>div .bricks-form form .bricks-form__fieldset .bricks-form__field textarea:focus-visible{outline:none}body.templatepage-contato main .contact .contact__form #tensaiContactForm .main>section>div .bricks--component .bricks--section .bricks--row .bricks--column>div .bricks-form form .bricks-form__fieldset .bricks-form__field select{-webkit-appearance:none;-moz-appearance:none;background:rgba(0,0,0,0);background-image:url("../icons/arrow-down-regular-2.svg");background-repeat:no-repeat;background-size:14px;background-position-x:calc(100% - 15px);background-position-y:15px}body.templatepage-contato main .contact .contact__form #tensaiContactForm .main>section>div .bricks--component .bricks--section .bricks--row .bricks--column>div .bricks-form form .bricks-form__fieldset .bricks-form__field textarea{min-height:125px}body.templatepage-contato main .contact .contact__form #tensaiContactForm .main>section>div .bricks--component .bricks--section .bricks--row .bricks--column>div .bricks-form form .bricks-form__fieldset .bricks-form__field .select2-container{display:flex;min-height:50px;padding:10px 15px !important;border:1px solid var(--color-grey-light-active)}@media all and (min-width: 1440px){body.templatepage-contato main .contact .contact__form #tensaiContactForm .main>section>div .bricks--component .bricks--section .bricks--row .bricks--column>div .bricks-form form .bricks-form__fieldset .bricks-form__field .select2-container{padding:15px 15px !important}}body.templatepage-contato main .contact .contact__form #tensaiContactForm .main>section>div .bricks--component .bricks--section .bricks--row .bricks--column>div .bricks-form form .bricks-form__fieldset .bricks-form__field .select2-container a{display:flex;justify-content:flex-start;align-items:center;width:100%;padding:0 !important;margin:0 !important;height:initial !important;border-radius:10px;font-size:1.4rem;line-height:1;color:var(--color-gray-normal);box-shadow:none !important}@media all and (min-width: 1440px){body.templatepage-contato main .contact .contact__form #tensaiContactForm .main>section>div .bricks--component .bricks--section .bricks--row .bricks--column>div .bricks-form form .bricks-form__fieldset .bricks-form__field .select2-container a{font-size:1.6rem}}body.templatepage-contato main .contact .contact__form #tensaiContactForm .main>section>div .bricks--component .bricks--section .bricks--row .bricks--column>div .bricks-form form .bricks-form__fieldset .bricks-form__field .select2-container a::-ms-input-placeholder{color:var(--color-gray-normal);transition:all .3s}body.templatepage-contato main .contact .contact__form #tensaiContactForm .main>section>div .bricks--component .bricks--section .bricks--row .bricks--column>div .bricks-form form .bricks-form__fieldset .bricks-form__field .select2-container a::placeholder{color:var(--color-gray-normal);transition:all .3s}body.templatepage-contato main .contact .contact__form #tensaiContactForm .main>section>div .bricks--component .bricks--section .bricks--row .bricks--column>div .bricks-form form .bricks-form__fieldset .bricks-form__field .select2-container a:focus,body.templatepage-contato main .contact .contact__form #tensaiContactForm .main>section>div .bricks--component .bricks--section .bricks--row .bricks--column>div .bricks-form form .bricks-form__fieldset .bricks-form__field .select2-container a:focus-visible{outline:none}body.templatepage-contato main .contact .contact__form #tensaiContactForm .main>section>div .bricks--component .bricks--section .bricks--row .bricks--column>div .bricks-form form .bricks-form__fieldset .bricks-form__field .select2-container a span{line-height:1 !important}body.templatepage-contato main .contact .contact__form #tensaiContactForm .main>section>div .bricks--component .bricks--section .bricks--row .bricks--column>div .bricks-form form .bricks-form__fieldset .bricks-form__field .select2-container a .select2-chosen{color:var(--color-gray-normal);font-family:var(--fontfamily-main) !important;font-size:1.4rem}@media all and (min-width: 1440px){body.templatepage-contato main .contact .contact__form #tensaiContactForm .main>section>div .bricks--component .bricks--section .bricks--row .bricks--column>div .bricks-form form .bricks-form__fieldset .bricks-form__field .select2-container a .select2-chosen{font-size:1.6rem}}body.templatepage-contato main .contact .contact__form #tensaiContactForm .main>section>div .bricks--component .bricks--section .bricks--row .bricks--column>div .bricks-form form .bricks-form__fieldset .bricks-form__field .select2-container a .select2-arrow{display:none}body.templatepage-contato main .contact .contact__form #tensaiContactForm .main>section>div .bricks--component .bricks--section .bricks--row .bricks--column>div .bricks-form form .bricks-form__submit{display:flex !important;flex-direction:column !important;justify-content:center;align-items:center;width:100%;align-self:flex-start;margin-top:20px}body.templatepage-contato main .contact .contact__form #tensaiContactForm .main>section>div .bricks--component .bricks--section .bricks--row .bricks--column>div .bricks-form form .bricks-form__submit button{display:flex;justify-content:center;align-items:center;width:100%;padding:10px 15px !important;margin:0 !important;height:max-content !important;border-radius:2px;line-height:1;min-height:38px;font-weight:400;font-size:1.4rem;background-color:var(--color-blue-normal);border:1px solid var(--color-blue-normal);color:#fff;transition:all .3s}@media all and (min-width: 1440px){body.templatepage-contato main .contact .contact__form #tensaiContactForm .main>section>div .bricks--component .bricks--section .bricks--row .bricks--column>div .bricks-form form .bricks-form__submit button{font-size:1.6rem;padding:16px 25px !important}}body.templatepage-contato main .contact .contact__form #tensaiContactForm .main>section>div .bricks--component .bricks--section .bricks--row .bricks--column>div .bricks-form form .bricks-form__submit button:hover{background-color:var(--color-blue-dark);border:1px solid var(--color-blue-dark);color:#fff;transition:all .3s}body.templatepage-contato main .contact .contact__form #tensaiContactForm .main>section>div .bricks--component .bricks--section .bricks--row .bricks--column>div .bricks-form form .bricks-form__submit button:active{background-color:var(--color-blue-dark-secondary);border:1px solid var(--color-blue-dark-secondary);color:#fff;transition:all .3s}body.templatepage-contato main .contact .contact__form #tensaiContactForm .main>section>div .bricks--component .bricks--section .bricks--row .bricks--column>div .bricks--component-text{display:none !important}body.templatepage-contato main .contact .contact__organizations{display:flex;width:100%;justify-content:center;background-color:var(--color-grey-light-secondary)}body.templatepage-contato main .contact .contact__organizations .contact__organizationsContainer{display:flex;flex-direction:column;width:100%;align-items:center;padding:36px 16px;position:relative;overflow:hidden;max-width:var(--width-container-transparencia)}@media all and (min-width: 768px){body.templatepage-contato main .contact .contact__organizations .contact__organizationsContainer{padding:36px 32px}}body.templatepage-contato main .contact .contact__organizations .contact__organizationsContainer .contact__organizations--intro .title{padding-bottom:120px}body.templatepage-contato main .contact .contact__organizations .contact__organizationsContainer .contact__organizations--intro .title h2{max-width:595px;text-align:center;font-size:24px;font-weight:400;color:var(--color-dark)}body.templatepage-contato main .contact .contact__organizations .contact__organizationsContainer .contact__organizations--logos{display:flex;position:absolute;align-items:center;left:10px;gap:20px;overflow:hidden;bottom:0;padding:40px 16px}@media all and (min-width: 768px){body.templatepage-contato main .contact .contact__organizations .contact__organizationsContainer .contact__organizations--logos{padding:40px 32px}}@media all and (min-width: 860px){body.templatepage-contato main .contact .contact__organizations .contact__organizationsContainer .contact__organizations--logos{width:-webkit-fill-available;justify-content:center}}@media all and (min-width: 1024px){body.templatepage-contato main .contact .contact__organizations .contact__organizationsContainer .contact__organizations--logos{gap:56px}}@media all and (min-width: 1440px){body.templatepage-contato main .contact .contact__organizations .contact__organizationsContainer .contact__organizations--logos{gap:80px}}body.templatepage-contato main .contact .contact__organizations .contact__organizationsContainer .contact__organizations--logos .logo span{display:flex;width:133px}body.templatepage-contato main .contact .contact__organizations .contact__organizationsContainer .contact__organizations--logos .logo span img{width:100%;height:100%}body.templatepage-sobre main{margin-top:70px}@media all and (min-width: 1024px){body.templatepage-sobre main{margin-top:90px}}body.templatepage-sobre main .about{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}body.templatepage-sobre main .about .about__hero{display:flex;width:100%;background-color:var(--color-blue-dark-primary);justify-content:center}body.templatepage-sobre main .about .about__hero .about__heroContainer{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:24px;padding:48px 16px;width:100%;min-height:406px;position:relative;max-width:var(--width-container-transparencia)}@media all and (min-width: 768px){body.templatepage-sobre main .about .about__hero .about__heroContainer{padding:88px 32px;min-height:unset}}@media all and (min-width: 1024px){body.templatepage-sobre main .about .about__hero .about__heroContainer{padding:112px 32px;max-width:1024px}}@media all and (min-width: 1440px){body.templatepage-sobre main .about .about__hero .about__heroContainer{padding:200px 32px;max-width:var(--width-container)}}@media all and (min-width: 1920px){body.templatepage-sobre main .about .about__hero .about__heroContainer{padding:200px 32px;max-width:var(--width-container-transparencia)}}body.templatepage-sobre main .about .about__hero .about__heroContainer .title h2{font-size:24px;font-weight:400;text-align:center;color:#fff}@media all and (min-width: 768px){body.templatepage-sobre main .about .about__hero .about__heroContainer .title h2{font-size:28px}}@media all and (min-width: 1024px){body.templatepage-sobre main .about .about__hero .about__heroContainer .title h2{font-size:40px}}body.templatepage-sobre main .about .about__hero .about__heroContainer .title h2 span{color:var(--color-blue-medium)}body.templatepage-sobre main .about .about__hero .about__heroContainer .subtitle p{text-align:center;font-size:14px;color:#fff;max-width:396px}@media all and (min-width: 1024px){body.templatepage-sobre main .about .about__hero .about__heroContainer .subtitle p{font-size:16px}}body.templatepage-sobre main .about .about__hero .about__heroContainer .image{display:flex;position:absolute}body.templatepage-sobre main .about .about__hero .about__heroContainer .image[data-order="1"]{bottom:27px;left:40px}@media all and (min-width: 768px){body.templatepage-sobre main .about .about__hero .about__heroContainer .image[data-order="1"]{top:30px;left:32px;bottom:unset}}@media all and (min-width: 1024px){body.templatepage-sobre main .about .about__hero .about__heroContainer .image[data-order="1"]{top:33px;left:37px}}@media all and (min-width: 1440px){body.templatepage-sobre main .about .about__hero .about__heroContainer .image[data-order="1"]{top:57px;left:67px}}@media all and (min-width: 1920px){body.templatepage-sobre main .about .about__hero .about__heroContainer .image[data-order="1"]{left:349px}}body.templatepage-sobre main .about .about__hero .about__heroContainer .image[data-order="1"] span{max-width:69px;height:46px}@media all and (min-width: 768px){body.templatepage-sobre main .about .about__hero .about__heroContainer .image[data-order="1"] span{max-width:76px;height:50px}}@media all and (min-width: 1024px){body.templatepage-sobre main .about .about__hero .about__heroContainer .image[data-order="1"] span{max-width:103px;height:67px}}@media all and (min-width: 1440px){body.templatepage-sobre main .about .about__hero .about__heroContainer .image[data-order="1"] span{max-width:182px;height:117px}}body.templatepage-sobre main .about .about__hero .about__heroContainer .image[data-order="2"]{bottom:42px;right:55px}@media all and (min-width: 768px){body.templatepage-sobre main .about .about__hero .about__heroContainer .image[data-order="2"]{top:22px;right:20px;bottom:unset}}@media all and (min-width: 1024px){body.templatepage-sobre main .about .about__hero .about__heroContainer .image[data-order="2"]{top:24px;right:22px}}@media all and (min-width: 1440px){body.templatepage-sobre main .about .about__hero .about__heroContainer .image[data-order="2"]{top:57px;right:53px}}@media all and (min-width: 1920px){body.templatepage-sobre main .about .about__hero .about__heroContainer .image[data-order="2"]{top:45px;right:281px}}body.templatepage-sobre main .about .about__hero .about__heroContainer .image[data-order="2"] span{max-width:119px;height:62px}@media all and (min-width: 768px){body.templatepage-sobre main .about .about__hero .about__heroContainer .image[data-order="2"] span{max-width:108px;height:65px}}@media all and (min-width: 1024px){body.templatepage-sobre main .about .about__hero .about__heroContainer .image[data-order="2"] span{max-width:146px;height:88px}}@media all and (min-width: 1440px){body.templatepage-sobre main .about .about__hero .about__heroContainer .image[data-order="2"] span{max-width:257px;height:155px}}body.templatepage-sobre main .about .about__hero .about__heroContainer .image[data-order="3"]{top:30px;right:10px}@media all and (min-width: 768px){body.templatepage-sobre main .about .about__hero .about__heroContainer .image[data-order="3"]{top:unset;right:unset;left:32px;bottom:30px}}@media all and (min-width: 1024px){body.templatepage-sobre main .about .about__hero .about__heroContainer .image[data-order="3"]{left:37px;bottom:35px}}@media all and (min-width: 1440px){body.templatepage-sobre main .about .about__hero .about__heroContainer .image[data-order="3"]{left:110px;bottom:72px}}@media all and (min-width: 1920px){body.templatepage-sobre main .about .about__hero .about__heroContainer .image[data-order="3"]{left:311px}}body.templatepage-sobre main .about .about__hero .about__heroContainer .image[data-order="3"] span{max-width:69px;height:46px}@media all and (min-width: 768px){body.templatepage-sobre main .about .about__hero .about__heroContainer .image[data-order="3"] span{max-width:117px;height:78px}}@media all and (min-width: 1024px){body.templatepage-sobre main .about .about__hero .about__heroContainer .image[data-order="3"] span{max-width:158px;height:105px}}@media all and (min-width: 1440px){body.templatepage-sobre main .about .about__hero .about__heroContainer .image[data-order="3"] span{max-width:278px;height:185px}}body.templatepage-sobre main .about .about__hero .about__heroContainer .image[data-order="4"]{top:32px;left:40px}@media all and (min-width: 768px){body.templatepage-sobre main .about .about__hero .about__heroContainer .image[data-order="4"]{top:unset;left:unset;right:96px;bottom:58px}}@media all and (min-width: 1024px){body.templatepage-sobre main .about .about__hero .about__heroContainer .image[data-order="4"]{right:108px;bottom:84px}}@media all and (min-width: 1440px){body.templatepage-sobre main .about .about__hero .about__heroContainer .image[data-order="4"]{right:223px;bottom:128px}}@media all and (min-width: 1920px){body.templatepage-sobre main .about .about__hero .about__heroContainer .image[data-order="4"]{right:409px}}body.templatepage-sobre main .about .about__hero .about__heroContainer .image[data-order="4"] span{max-width:119px;height:61px}@media all and (min-width: 768px){body.templatepage-sobre main .about .about__hero .about__heroContainer .image[data-order="4"] span{max-width:74px;height:48px}}@media all and (min-width: 1024px){body.templatepage-sobre main .about .about__hero .about__heroContainer .image[data-order="4"] span{max-width:100px;height:65px}}@media all and (min-width: 1440px){body.templatepage-sobre main .about .about__hero .about__heroContainer .image[data-order="4"] span{max-width:174px;height:114px}}body.templatepage-sobre main .about .about__hero .about__heroContainer .image span{display:flex}body.templatepage-sobre main .about .about__hero .about__heroContainer .image span img{width:100%;height:100%}body.templatepage-sobre main .about .about__whoAreWe{display:flex;justify-content:center;width:100%;background-color:var(--color-grey-light-hover);position:relative;overflow:hidden}body.templatepage-sobre main .about .about__whoAreWe .about__whoAreWeContainer{display:flex;flex-direction:column;width:100%;padding:40px 16px;overflow:hidden;max-width:var(--width-container-transparencia)}@media all and (min-width: 768px){body.templatepage-sobre main .about .about__whoAreWe .about__whoAreWeContainer{padding:56px 32px}}@media all and (min-width: 1024px){body.templatepage-sobre main .about .about__whoAreWe .about__whoAreWeContainer{padding:56px 40px;min-height:350px;max-width:1024px}}@media all and (min-width: 1440px){body.templatepage-sobre main .about .about__whoAreWe .about__whoAreWeContainer{padding:80px 160px;min-height:350px;max-width:var(--width-container)}}@media all and (min-width: 1920px){body.templatepage-sobre main .about .about__whoAreWe .about__whoAreWeContainer{padding:80px 280px;max-width:var(--width-container-transparencia)}}body.templatepage-sobre main .about .about__whoAreWe .about__whoAreWeContainer .about__whoAreWe--intro{display:flex;flex-direction:column;gap:32px;width:100%}@media all and (min-width: 768px){body.templatepage-sobre main .about .about__whoAreWe .about__whoAreWeContainer .about__whoAreWe--intro{flex-direction:row}}@media all and (min-width: 1440px){body.templatepage-sobre main .about .about__whoAreWe .about__whoAreWeContainer .about__whoAreWe--intro{gap:48px}}@media all and (min-width: 768px){body.templatepage-sobre main .about .about__whoAreWe .about__whoAreWeContainer .about__whoAreWe--intro .description{width:calc(38% - 16px)}}@media all and (min-width: 1440px){body.templatepage-sobre main .about .about__whoAreWe .about__whoAreWeContainer .about__whoAreWe--intro .description{width:calc(38% - 24px)}}@media all and (min-width: 1920px){body.templatepage-sobre main .about .about__whoAreWe .about__whoAreWeContainer .about__whoAreWe--intro .description{width:calc(35% - 24px)}}@media all and (min-width: 2600px){body.templatepage-sobre main .about .about__whoAreWe .about__whoAreWeContainer .about__whoAreWe--intro .description{width:calc(50% - 24px)}}body.templatepage-sobre main .about .about__whoAreWe .about__whoAreWeContainer .about__whoAreWe--intro .description p{font-size:16px;color:var(--color-dark)}@media all and (min-width: 1024px){body.templatepage-sobre main .about .about__whoAreWe .about__whoAreWeContainer .about__whoAreWe--intro .description p{font-size:24px}}body.templatepage-sobre main .about .about__whoAreWe .about__whoAreWeContainer .about__whoAreWe--intro .description p span{color:var(--color-blue-normal)}body.templatepage-sobre main .about .about__whoAreWe .about__whoAreWeContainer .about__whoAreWe--intro .details{display:flex;flex-direction:column;gap:15px}@media all and (min-width: 768px){body.templatepage-sobre main .about .about__whoAreWe .about__whoAreWeContainer .about__whoAreWe--intro .details{width:calc(38% - 16px)}}@media all and (min-width: 1440px){body.templatepage-sobre main .about .about__whoAreWe .about__whoAreWeContainer .about__whoAreWe--intro .details{width:calc(38% - 24px)}}@media all and (min-width: 1440px){body.templatepage-sobre main .about .about__whoAreWe .about__whoAreWeContainer .about__whoAreWe--intro .details{width:calc(50% - 24px)}}body.templatepage-sobre main .about .about__whoAreWe .about__whoAreWeContainer .about__whoAreWe--intro .details p{font-size:14px;color:var(--color-gray-medium)}@media all and (min-width: 1024px){body.templatepage-sobre main .about .about__whoAreWe .about__whoAreWeContainer .about__whoAreWe--intro .details p{font-size:16px}}body.templatepage-sobre main .about .about__whoAreWe .about__whoAreWeContainer .about__whoAreWe--image{display:none}@media all and (min-width: 768px){body.templatepage-sobre main .about .about__whoAreWe .about__whoAreWeContainer .about__whoAreWe--image{display:flex;position:absolute;right:0;top:50%;transform:translateY(-50%)}}@media all and (min-width: 1024px){body.templatepage-sobre main .about .about__whoAreWe .about__whoAreWeContainer .about__whoAreWe--image{top:0;transform:unset}}body.templatepage-sobre main .about .about__whoAreWe .about__whoAreWeContainer .about__whoAreWe--image picture{height:273px}@media all and (min-width: 1024px){body.templatepage-sobre main .about .about__whoAreWe .about__whoAreWeContainer .about__whoAreWe--image picture{height:365px}}@media all and (min-width: 1440px){body.templatepage-sobre main .about .about__whoAreWe .about__whoAreWeContainer .about__whoAreWe--image picture{height:365px}}body.templatepage-sobre main .about .about__whoAreWe .about__whoAreWeContainer .about__whoAreWe--image picture img{width:100%;height:100%}body.templatepage-sobre main .about .about__marketDiff{display:flex;width:100%;justify-content:center}body.templatepage-sobre main .about .about__marketDiff .about__marketDiffContainer{display:flex;flex-direction:column;gap:24px;padding:40px 16px;max-width:var(--width-container-transparencia)}@media all and (min-width: 768px){body.templatepage-sobre main .about .about__marketDiff .about__marketDiffContainer{padding:56px 32px}}@media all and (min-width: 1024px){body.templatepage-sobre main .about .about__marketDiff .about__marketDiffContainer{padding:64px 40px;max-width:1024px}}@media all and (min-width: 1440px){body.templatepage-sobre main .about .about__marketDiff .about__marketDiffContainer{padding:80px 160px;max-width:var(--width-container)}}@media all and (min-width: 1920px){body.templatepage-sobre main .about .about__marketDiff .about__marketDiffContainer{padding:80px 280px;max-width:var(--width-container-transparencia)}}body.templatepage-sobre main .about .about__marketDiff .about__marketDiffContainer .about__marketDiff--intro{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px}body.templatepage-sobre main .about .about__marketDiff .about__marketDiffContainer .about__marketDiff--intro .title p{text-transform:uppercase;font-weight:600;font-size:14px;color:var(--color-blue-normal)}body.templatepage-sobre main .about .about__marketDiff .about__marketDiffContainer .about__marketDiff--intro .slogan{display:flex;padding-bottom:16px}body.templatepage-sobre main .about .about__marketDiff .about__marketDiffContainer .about__marketDiff--intro .slogan p{font-size:24px;color:var(--color-dark)}@media all and (min-width: 1024px){body.templatepage-sobre main .about .about__marketDiff .about__marketDiffContainer .about__marketDiff--intro .slogan p{font-size:40px}}body.templatepage-sobre main .about .about__marketDiff .about__marketDiffContainer .about__marketDiff--intro .description p{font-size:14px;color:var(--color-gray-medium)}@media all and (min-width: 768px){body.templatepage-sobre main .about .about__marketDiff .about__marketDiffContainer .about__marketDiff--intro .description p{max-width:650px}}@media all and (min-width: 1024px){body.templatepage-sobre main .about .about__marketDiff .about__marketDiffContainer .about__marketDiff--intro .description p{font-size:16px}}body.templatepage-sobre main .about .about__marketDiff .about__marketDiffContainer .about__marketDiff--servicesList{display:flex;flex-direction:column;gap:16px}@media all and (min-width: 768px){body.templatepage-sobre main .about .about__marketDiff .about__marketDiffContainer .about__marketDiff--servicesList{flex-direction:row}}@media all and (min-width: 1024px){body.templatepage-sobre main .about .about__marketDiff .about__marketDiffContainer .about__marketDiff--servicesList{gap:64px}}body.templatepage-sobre main .about .about__marketDiff .about__marketDiffContainer .about__marketDiff--servicesList .item{display:flex;flex-direction:column;gap:24px;text-align:center;align-items:center;padding:24px}@media all and (min-width: 1024px){body.templatepage-sobre main .about .about__marketDiff .about__marketDiffContainer .about__marketDiff--servicesList .item{max-width:250px}}body.templatepage-sobre main .about .about__marketDiff .about__marketDiffContainer .about__marketDiff--servicesList .item .icon span{display:flex;width:30px;height:32px}body.templatepage-sobre main .about .about__marketDiff .about__marketDiffContainer .about__marketDiff--servicesList .item .icon span img{width:100%;height:100%}body.templatepage-sobre main .about .about__marketDiff .about__marketDiffContainer .about__marketDiff--servicesList .item .details{display:flex;flex-direction:column;align-items:center;gap:15px}body.templatepage-sobre main .about .about__marketDiff .about__marketDiffContainer .about__marketDiff--servicesList .item .details .title p{font-size:14px;color:var(--color-gray-darker)}body.templatepage-sobre main .about .about__marketDiff .about__marketDiffContainer .about__marketDiff--servicesList .item .details .description p{font-size:14px;color:var(--color-gray-medium)}body.templatepage-sobre main .about .about__specialistFooter{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:40px 16px;width:100%;background-color:var(--color-blue-dark-primary)}@media all and (min-width: 768px){body.templatepage-sobre main .about .about__specialistFooter{padding:56px 32px}}@media all and (min-width: 1024px){body.templatepage-sobre main .about .about__specialistFooter{padding:80px 40px}}@media all and (min-width: 1440px){body.templatepage-sobre main .about .about__specialistFooter{padding:88px 160px}}@media all and (min-width: 1920px){body.templatepage-sobre main .about .about__specialistFooter{padding:88px 280px}}body.templatepage-sobre main .about .about__specialistFooter .about__specialistFooter--intro{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:32px;width:100%;max-width:var(--width-container-transparencia)}body.templatepage-sobre main .about .about__specialistFooter .about__specialistFooter--intro .description{display:flex}@media all and (min-width: 1024px){body.templatepage-sobre main .about .about__specialistFooter .about__specialistFooter--intro .description{max-width:950px}}body.templatepage-sobre main .about .about__specialistFooter .about__specialistFooter--intro .description p{text-align:center;font-size:16px;color:var(--color-grey-light)}@media all and (min-width: 768px){body.templatepage-sobre main .about .about__specialistFooter .about__specialistFooter--intro .description p{font-size:24px}}body.templatepage-sobre main .about .about__specialistFooter .about__specialistFooter--intro .description p span{color:var(--color-blue-medium)}body.templatepage-sobre main .about .about__specialistFooter .about__specialistFooter--intro .cta{display:flex;height:38px;padding:16px 25px;justify-content:center;align-items:center;gap:8px;background-color:var(--color-blue-normal);border:1px solid rgba(0,0,0,0)}@media all and (min-width: 768px){body.templatepage-sobre main .about .about__specialistFooter .about__specialistFooter--intro .cta{height:48px}}@media all and (min-width: 1024px){body.templatepage-sobre main .about .about__specialistFooter .about__specialistFooter--intro .cta{height:38px}}body.templatepage-sobre main .about .about__specialistFooter .about__specialistFooter--intro .cta p{font-size:14px;color:#fff}@media all and (min-width: 768px){body.templatepage-sobre main .about .about__specialistFooter .about__specialistFooter--intro .cta p{font-size:16px}}@media all and (min-width: 1024px){body.templatepage-sobre main .about .about__specialistFooter .about__specialistFooter--intro .cta p{font-size:14px}}body.templatepage-sobre main .about .about__specialistFooter .about__specialistFooter--intro .cta span i{display:flex;width:10px;height:10px;font-size:1.2rem;color:#fff}@media all and (min-width: 768px){body.templatepage-sobre main .about .about__specialistFooter .about__specialistFooter--intro .cta span i{font-size:1.4rem}}@media all and (min-width: 1024px){body.templatepage-sobre main .about .about__specialistFooter .about__specialistFooter--intro .cta span i{font-size:1.2rem}}body.templatepage-sobre main .about .about__specialistFooter .about__specialistFooter--intro .cta:hover{background-color:var(--color-blue-dark);border-color:#fff;transition:all .3s}body.templatepage-sobre main .about .about__specialistFooter .about__specialistFooter--intro .cta:active{background-color:var(--color-blue-dark-secondary);border-color:#fff;transition:all .3s}body.templatepage-como-funciona main{margin-top:70px}@media all and (min-width: 1024px){body.templatepage-como-funciona main{margin-top:90px}}body.templatepage-como-funciona main .features{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}body.templatepage-como-funciona main .features .features__hero{display:flex;justify-content:center;width:100%;position:relative;overflow:hidden;background-color:var(--color-blue-dark-primary)}body.templatepage-como-funciona main .features .features__hero .features__heroContainer{display:flex;padding:48px 16px;gap:40px;align-self:stretch;width:100%;max-width:var(--width-container-transparencia)}@media all and (min-width: 768px){body.templatepage-como-funciona main .features .features__hero .features__heroContainer{min-height:275px;max-width:768px;padding:unset}}@media all and (min-width: 1024px){body.templatepage-como-funciona main .features .features__hero .features__heroContainer{gap:26px;padding-left:40px;min-height:375px;max-width:1024px}}@media all and (min-width: 1440px){body.templatepage-como-funciona main .features .features__hero .features__heroContainer{gap:105px;padding-left:160px;min-height:517px;max-width:var(--width-container)}}@media all and (min-width: 1920px){body.templatepage-como-funciona main .features .features__hero .features__heroContainer{gap:204px;padding-left:280px;min-height:585px;max-width:var(--width-container-transparencia)}}body.templatepage-como-funciona main .features .features__hero .features__heroContainer .features__hero--intro{display:flex;text-align:center;justify-content:center;flex-direction:column;gap:24px}@media all and (min-width: 420px){body.templatepage-como-funciona main .features .features__hero .features__heroContainer .features__hero--intro{width:calc(100% - 135px);text-align:unset}}@media all and (min-width: 768px){body.templatepage-como-funciona main .features .features__hero .features__heroContainer .features__hero--intro{width:calc(100% - 422px);padding:0 40px 0 32px}}@media all and (min-width: 1024px){body.templatepage-como-funciona main .features .features__hero .features__heroContainer .features__hero--intro{width:calc(100% - 572px);padding:0;padding-right:26px}}@media all and (min-width: 1440px){body.templatepage-como-funciona main .features .features__hero .features__heroContainer .features__hero--intro{width:calc(100% - 788px);padding:0;padding-right:105px}}@media all and (min-width: 1920px){body.templatepage-como-funciona main .features .features__hero .features__heroContainer .features__hero--intro{width:calc(100% - 893px);padding:0;padding-right:204px}}body.templatepage-como-funciona main .features .features__hero .features__heroContainer .features__hero--intro .title h2{font-weight:400;font-size:24px;color:#fff}@media all and (min-width: 1024px){body.templatepage-como-funciona main .features .features__hero .features__heroContainer .features__hero--intro .title h2{font-size:40px}}body.templatepage-como-funciona main .features .features__hero .features__heroContainer .features__hero--intro .title h2 span{color:var(--color-blue-medium)}body.templatepage-como-funciona main .features .features__hero .features__heroContainer .features__hero--intro .description p{font-size:14px;color:var(--color-grey-light)}@media all and (min-width: 1024px){body.templatepage-como-funciona main .features .features__hero .features__heroContainer .features__hero--intro .description p{font-size:16px}}body.templatepage-como-funciona main .features .features__hero .features__heroContainer .features__hero--image{display:none;position:absolute;top:0;right:0;height:100%}@media all and (min-width: 420px){body.templatepage-como-funciona main .features .features__hero .features__heroContainer .features__hero--image{display:flex}}body.templatepage-como-funciona main .features .features__hero .features__heroContainer .features__hero--image picture{display:flex;height:100%}@media all and (min-width: 768px){body.templatepage-como-funciona main .features .features__hero .features__heroContainer .features__hero--image picture{max-width:422px}}@media all and (min-width: 1024px){body.templatepage-como-funciona main .features .features__hero .features__heroContainer .features__hero--image picture{max-width:572px}}@media all and (min-width: 1440px){body.templatepage-como-funciona main .features .features__hero .features__heroContainer .features__hero--image picture{max-width:788px}}@media all and (min-width: 1920px){body.templatepage-como-funciona main .features .features__hero .features__heroContainer .features__hero--image picture{max-width:893px}}body.templatepage-como-funciona main .features .features__hero .features__heroContainer .features__hero--image picture img{width:100%;height:100%}body.templatepage-como-funciona main .features .features__topics{display:flex;width:100%;justify-content:center}body.templatepage-como-funciona main .features .features__topics .features__topicsContainer{display:flex;flex-direction:column;gap:40px;padding:48px 16px;max-width:var(--width-container-transparencia)}@media all and (min-width: 768px){body.templatepage-como-funciona main .features .features__topics .features__topicsContainer{gap:31px;padding:56px 32px;max-width:768px}}@media all and (min-width: 1024px){body.templatepage-como-funciona main .features .features__topics .features__topicsContainer{padding:80px 40px;gap:50px;max-width:1024px}}@media all and (min-width: 1440px){body.templatepage-como-funciona main .features .features__topics .features__topicsContainer{padding:88px 160px;max-width:var(--width-container);gap:0}}@media all and (min-width: 1920px){body.templatepage-como-funciona main .features .features__topics .features__topicsContainer{padding:88px 280px;max-width:var(--width-container-transparencia)}}body.templatepage-como-funciona main .features .features__topics .features__topicsContainer .features__topics--list{display:flex;flex-direction:column;gap:40px;position:relative}body.templatepage-como-funciona main .features .features__topics .features__topicsContainer .features__topics--list .topics1{display:flex;align-items:center;flex-direction:column;gap:40px}@media all and (min-width: 768px){body.templatepage-como-funciona main .features .features__topics .features__topicsContainer .features__topics--list .topics1{display:grid;align-items:start;grid-template-areas:"topic2 topic1" "topic2 topic3";column-gap:0;row-gap:40px;padding-bottom:40px;grid-template-columns:1fr 1fr}}@media all and (min-width: 1024px){body.templatepage-como-funciona main .features .features__topics .features__topicsContainer .features__topics--list .topics1{padding-bottom:unset}}@media all and (min-width: 1440px){body.templatepage-como-funciona main .features .features__topics .features__topicsContainer .features__topics--list .topics1{row-gap:0;grid-template-columns:1.7fr 1fr}}@media all and (min-width: 1920px){body.templatepage-como-funciona main .features .features__topics .features__topicsContainer .features__topics--list .topics1{grid-template-columns:2fr 1.1fr}}body.templatepage-como-funciona main .features .features__topics .features__topicsContainer .features__topics--list .topics1 .topic{display:flex;gap:8px}@media all and (min-width: 1024px){body.templatepage-como-funciona main .features .features__topics .features__topicsContainer .features__topics--list .topics1 .topic{gap:32px}}body.templatepage-como-funciona main .features .features__topics .features__topicsContainer .features__topics--list .topics1 .topic[data-order="1"] .number span,body.templatepage-como-funciona main .features .features__topics .features__topicsContainer .features__topics--list .topics1 .topic[data-order="3"] .number span{font-weight:300;font-size:32px;line-height:1;color:var(--color-blue-normal)}@media all and (min-width: 1024px){body.templatepage-como-funciona main .features .features__topics .features__topicsContainer .features__topics--list .topics1 .topic[data-order="1"] .number span,body.templatepage-como-funciona main .features .features__topics .features__topicsContainer .features__topics--list .topics1 .topic[data-order="3"] .number span{font-size:64px}}body.templatepage-como-funciona main .features .features__topics .features__topicsContainer .features__topics--list .topics1 .topic[data-order="1"] .details,body.templatepage-como-funciona main .features .features__topics .features__topicsContainer .features__topics--list .topics1 .topic[data-order="3"] .details{display:flex;flex-direction:column;gap:24px}body.templatepage-como-funciona main .features .features__topics .features__topicsContainer .features__topics--list .topics1 .topic[data-order="1"] .details .title h2,body.templatepage-como-funciona main .features .features__topics .features__topicsContainer .features__topics--list .topics1 .topic[data-order="3"] .details .title h2{font-weight:400;font-size:20px;color:var(--color-dark)}body.templatepage-como-funciona main .features .features__topics .features__topicsContainer .features__topics--list .topics1 .topic[data-order="1"] .details .description,body.templatepage-como-funciona main .features .features__topics .features__topicsContainer .features__topics--list .topics1 .topic[data-order="3"] .details .description{display:flex;flex-direction:column;gap:16px}body.templatepage-como-funciona main .features .features__topics .features__topicsContainer .features__topics--list .topics1 .topic[data-order="1"] .details .description p,body.templatepage-como-funciona main .features .features__topics .features__topicsContainer .features__topics--list .topics1 .topic[data-order="3"] .details .description p{font-size:14px;color:var(--color-gray-medium)}body.templatepage-como-funciona main .features .features__topics .features__topicsContainer .features__topics--list .topics1 .topic[data-order="1"]{grid-area:topic1}body.templatepage-como-funciona main .features .features__topics .features__topicsContainer .features__topics--list .topics1 .topic[data-order="2"]{grid-area:topic2;position:relative}body.templatepage-como-funciona main .features .features__topics .features__topicsContainer .features__topics--list .topics1 .topic[data-order="2"] picture{display:flex;max-width:388px}@media all and (min-width: 768px){body.templatepage-como-funciona main .features .features__topics .features__topicsContainer .features__topics--list .topics1 .topic[data-order="2"] picture{max-width:327px}}@media all and (min-width: 1024px){body.templatepage-como-funciona main .features .features__topics .features__topicsContainer .features__topics--list .topics1 .topic[data-order="2"] picture{max-width:532px}}@media all and (min-width: 1440px){body.templatepage-como-funciona main .features .features__topics .features__topicsContainer .features__topics--list .topics1 .topic[data-order="2"] picture{max-width:561px}}@media all and (min-width: 1920px){body.templatepage-como-funciona main .features .features__topics .features__topicsContainer .features__topics--list .topics1 .topic[data-order="2"] picture{max-width:680px}}body.templatepage-como-funciona main .features .features__topics .features__topicsContainer .features__topics--list .topics1 .topic[data-order="2"] picture img{width:100%;height:100%;object-fit:contain}body.templatepage-como-funciona main .features .features__topics .features__topicsContainer .features__topics--list .topics1 .topic[data-order="2"] span{display:none;position:absolute;right:0px;transform:translateY(-30%);top:50%}@media all and (min-width: 1440px){body.templatepage-como-funciona main .features .features__topics .features__topicsContainer .features__topics--list .topics1 .topic[data-order="2"] span{display:flex}}@media all and (min-width: 1920px){body.templatepage-como-funciona main .features .features__topics .features__topicsContainer .features__topics--list .topics1 .topic[data-order="2"] span{transform:translate(-15%, -30%)}}body.templatepage-como-funciona main .features .features__topics .features__topicsContainer .features__topics--list .topics1 .topic[data-order="2"] span img{width:100%;height:100%;object-fit:contain}body.templatepage-como-funciona main .features .features__topics .features__topicsContainer .features__topics--list .topics1 .topic[data-order="3"]{grid-area:topic3}@media all and (min-width: 1920px){body.templatepage-como-funciona main .features .features__topics .features__topicsContainer .features__topics--list .topics1 .topic[data-order="3"]{padding-bottom:80px}}@media all and (min-width: 768px){body.templatepage-como-funciona main .features .features__topics .features__topicsContainer .features__topics--list .topics1 .topic[data-order="3"] .details .description{gap:24px}}@media all and (min-width: 1440px){body.templatepage-como-funciona main .features .features__topics .features__topicsContainer .features__topics--list .topics1 .topic[data-order="3"] .details .description{margin-bottom:68px}}body.templatepage-como-funciona main .features .features__topics .features__topicsContainer .features__topics--list .topics2{display:flex;align-items:center}@media all and (min-width: 768px){body.templatepage-como-funciona main .features .features__topics .features__topicsContainer .features__topics--list .topics2{position:absolute;bottom:0;width:50%}}@media all and (min-width: 1024px){body.templatepage-como-funciona main .features .features__topics .features__topicsContainer .features__topics--list .topics2{display:none}}body.templatepage-como-funciona main .features .features__topics .features__topicsContainer .features__topics--list .topics2 .topic{display:flex;gap:8px}@media all and (min-width: 1024px){body.templatepage-como-funciona main .features .features__topics .features__topicsContainer .features__topics--list .topics2 .topic{gap:32px}}body.templatepage-como-funciona main .features .features__topics .features__topicsContainer .features__topics--list .topics2 .topic .number span{font-weight:300;font-size:32px;line-height:1;color:var(--color-blue-normal)}@media all and (min-width: 1024px){body.templatepage-como-funciona main .features .features__topics .features__topicsContainer .features__topics--list .topics2 .topic .number span{font-size:64px}}body.templatepage-como-funciona main .features .features__topics .features__topicsContainer .features__topics--list .topics2 .topic .details{display:flex;flex-direction:column;gap:24px}body.templatepage-como-funciona main .features .features__topics .features__topicsContainer .features__topics--list .topics2 .topic .details .title h2{font-weight:400;font-size:20px;color:var(--color-dark)}body.templatepage-como-funciona main .features .features__topics .features__topicsContainer .features__topics--list .topics2 .topic .details .description{display:flex;flex-direction:column;gap:16px}@media all and (min-width: 768px){body.templatepage-como-funciona main .features .features__topics .features__topicsContainer .features__topics--list .topics2 .topic .details .description{gap:24px}}body.templatepage-como-funciona main .features .features__topics .features__topicsContainer .features__topics--list .topics2 .topic .details .description p{font-size:14px;color:var(--color-gray-medium)}body.templatepage-como-funciona main .features .features__topics .features__topicsContainer .features__topics--list2{display:flex;overflow:hidden}body.templatepage-como-funciona main .features .features__topics .features__topicsContainer .features__topics--list2 .topics1{display:flex;align-items:center;flex-direction:column;width:100%;gap:40px}@media all and (min-width: 768px){body.templatepage-como-funciona main .features .features__topics .features__topicsContainer .features__topics--list2 .topics1{flex-direction:row}}@media all and (min-width: 1440px){body.templatepage-como-funciona main .features .features__topics .features__topicsContainer .features__topics--list2 .topics1{align-items:flex-end;gap:0}}@media all and (min-width: 1920px){body.templatepage-como-funciona main .features .features__topics .features__topicsContainer .features__topics--list2 .topics1{align-items:center}}body.templatepage-como-funciona main .features .features__topics .features__topicsContainer .features__topics--list2 .topics1 .topics1--image{display:flex;gap:8px}@media all and (min-width: 768px){body.templatepage-como-funciona main .features .features__topics .features__topicsContainer .features__topics--list2 .topics1 .topics1--image{order:2;width:322px}}@media all and (min-width: 1024px){body.templatepage-como-funciona main .features .features__topics .features__topicsContainer .features__topics--list2 .topics1 .topics1--image{width:500px}}@media all and (min-width: 1440px){body.templatepage-como-funciona main .features .features__topics .features__topicsContainer .features__topics--list2 .topics1 .topics1--image{align-self:start;width:560px}}@media all and (min-width: 1920px){body.templatepage-como-funciona main .features .features__topics .features__topicsContainer .features__topics--list2 .topics1 .topics1--image{width:680px}}body.templatepage-como-funciona main .features .features__topics .features__topicsContainer .features__topics--list2 .topics1 .topics1--image picture{max-width:388px}@media all and (min-width: 768px){body.templatepage-como-funciona main .features .features__topics .features__topicsContainer .features__topics--list2 .topics1 .topics1--image picture{max-width:322px}}@media all and (min-width: 1024px){body.templatepage-como-funciona main .features .features__topics .features__topicsContainer .features__topics--list2 .topics1 .topics1--image picture{max-width:500px}}@media all and (min-width: 1440px){body.templatepage-como-funciona main .features .features__topics .features__topicsContainer .features__topics--list2 .topics1 .topics1--image picture{max-width:560px}}@media all and (min-width: 1920px){body.templatepage-como-funciona main .features .features__topics .features__topicsContainer .features__topics--list2 .topics1 .topics1--image picture{max-width:680px}}body.templatepage-como-funciona main .features .features__topics .features__topicsContainer .features__topics--list2 .topics1 .topics1--image picture img{width:100%;height:100%;object-fit:contain}body.templatepage-como-funciona main .features .features__topics .features__topicsContainer .features__topics--list2 .topics1 .topics1--sublist{display:flex;flex-direction:column;gap:40px}@media all and (min-width: 768px){body.templatepage-como-funciona main .features .features__topics .features__topicsContainer .features__topics--list2 .topics1 .topics1--sublist{order:1;width:calc(100% - 40px - 322px);gap:31px;max-width:768px}}@media all and (min-width: 1024px){body.templatepage-como-funciona main .features .features__topics .features__topicsContainer .features__topics--list2 .topics1 .topics1--sublist{width:calc(100% - 40px - 500px);max-width:1024px}}@media all and (min-width: 1440px){body.templatepage-como-funciona main .features .features__topics .features__topicsContainer .features__topics--list2 .topics1 .topics1--sublist{padding-top:80px;width:calc(100% - 560px)}}@media all and (min-width: 1920px){body.templatepage-como-funciona main .features .features__topics .features__topicsContainer .features__topics--list2 .topics1 .topics1--sublist{gap:80px;width:calc(100% - 680px)}}body.templatepage-como-funciona main .features .features__topics .features__topicsContainer .features__topics--list2 .topics1 .topics1--sublist .topic{display:flex;gap:8px}@media all and (min-width: 1024px){body.templatepage-como-funciona main .features .features__topics .features__topicsContainer .features__topics--list2 .topics1 .topics1--sublist .topic{gap:32px;max-width:395px}}@media all and (min-width: 1920px){body.templatepage-como-funciona main .features .features__topics .features__topicsContainer .features__topics--list2 .topics1 .topics1--sublist .topic{gap:32px;max-width:489px}}body.templatepage-como-funciona main .features .features__topics .features__topicsContainer .features__topics--list2 .topics1 .topics1--sublist .topic[data-order="1"]{display:none}@media all and (min-width: 1024px){body.templatepage-como-funciona main .features .features__topics .features__topicsContainer .features__topics--list2 .topics1 .topics1--sublist .topic[data-order="1"]{display:flex}}@media all and (min-width: 768px){body.templatepage-como-funciona main .features .features__topics .features__topicsContainer .features__topics--list2 .topics1 .topics1--sublist .topic[data-order="2"] .details .description,body.templatepage-como-funciona main .features .features__topics .features__topicsContainer .features__topics--list2 .topics1 .topics1--sublist .topic[data-order="3"] .details .description{max-width:275px}}@media all and (min-width: 1920px){body.templatepage-como-funciona main .features .features__topics .features__topicsContainer .features__topics--list2 .topics1 .topics1--sublist .topic[data-order="2"] .details .description,body.templatepage-como-funciona main .features .features__topics .features__topicsContainer .features__topics--list2 .topics1 .topics1--sublist .topic[data-order="3"] .details .description{max-width:unset}}body.templatepage-como-funciona main .features .features__topics .features__topicsContainer .features__topics--list2 .topics1 .topics1--sublist .topic .number span{font-weight:300;font-size:32px;line-height:1;color:var(--color-blue-normal)}@media all and (min-width: 1024px){body.templatepage-como-funciona main .features .features__topics .features__topicsContainer .features__topics--list2 .topics1 .topics1--sublist .topic .number span{font-size:64px}}body.templatepage-como-funciona main .features .features__topics .features__topicsContainer .features__topics--list2 .topics1 .topics1--sublist .topic .details{display:flex;flex-direction:column;gap:24px}@media all and (min-width: 1440px){body.templatepage-como-funciona main .features .features__topics .features__topicsContainer .features__topics--list2 .topics1 .topics1--sublist .topic .details{max-width:322px}}@media all and (min-width: 1920px){body.templatepage-como-funciona main .features .features__topics .features__topicsContainer .features__topics--list2 .topics1 .topics1--sublist .topic .details{max-width:400px}}body.templatepage-como-funciona main .features .features__topics .features__topicsContainer .features__topics--list2 .topics1 .topics1--sublist .topic .details .title h2{font-weight:400;font-size:20px;color:var(--color-dark)}body.templatepage-como-funciona main .features .features__topics .features__topicsContainer .features__topics--list2 .topics1 .topics1--sublist .topic .details .description{display:flex;flex-direction:column;gap:24px}body.templatepage-como-funciona main .features .features__topics .features__topicsContainer .features__topics--list2 .topics1 .topics1--sublist .topic .details .description p{font-size:14px;color:var(--color-gray-medium)}body.templatepage-como-funciona main .features .features__resources{display:flex;justify-content:center;width:100%;background-color:var(--color-blue-dark-primary)}body.templatepage-como-funciona main .features .features__resources .features__resourcesContainer{display:flex;flex-direction:column;align-items:center;gap:40px;padding:56px 16px;position:relative;max-width:var(--width-container-transparencia)}@media all and (min-width: 768px){body.templatepage-como-funciona main .features .features__resources .features__resourcesContainer{padding:100px 32px 56px 32px;max-width:768px;gap:48px}}@media all and (min-width: 1024px){body.templatepage-como-funciona main .features .features__resources .features__resourcesContainer{padding:120px 40px 56px 40px;max-width:1024px}}@media all and (min-width: 1440px){body.templatepage-como-funciona main .features .features__resources .features__resourcesContainer{padding:140px 160px 80px 160px;max-width:var(--width-container)}}@media all and (min-width: 1920px){body.templatepage-como-funciona main .features .features__resources .features__resourcesContainer{padding:158px 280px 88px 280px;max-width:var(--width-container-transparencia)}}body.templatepage-como-funciona main .features .features__resources .features__resourcesContainer .features__resources--floatImage{display:none;position:absolute;top:-17%;right:0;transform:translateX(-35%)}@media all and (min-width: 1024px){body.templatepage-como-funciona main .features .features__resources .features__resourcesContainer .features__resources--floatImage{top:-25%}}@media all and (min-width: 1440px){body.templatepage-como-funciona main .features .features__resources .features__resourcesContainer .features__resources--floatImage{right:auto;top:-31%;left:58%;transform:translateX(-58%)}}@media all and (min-width: 1920px){body.templatepage-como-funciona main .features .features__resources .features__resourcesContainer .features__resources--floatImage{right:auto;top:-27%;left:55%;transform:translateX(-55%)}}body.templatepage-como-funciona main .features .features__resources .features__resourcesContainer .features__resources--floatImage span{max-width:340px}@media all and (min-width: 1024px){body.templatepage-como-funciona main .features .features__resources .features__resourcesContainer .features__resources--floatImage span{max-width:495px}}@media all and (min-width: 1440px){body.templatepage-como-funciona main .features .features__resources .features__resourcesContainer .features__resources--floatImage span{max-width:618px}}body.templatepage-como-funciona main .features .features__resources .features__resourcesContainer .features__resources--floatImage span img{width:100%;height:100%}@media all and (min-width: 768px){body.templatepage-como-funciona main .features .features__resources .features__resourcesContainer .features__resources--floatImage{display:flex}}body.templatepage-como-funciona main .features .features__resources .features__resourcesContainer .features__resources--intro{display:flex;flex-direction:column;gap:24px;padding-bottom:16px}@media all and (min-width: 768px){body.templatepage-como-funciona main .features .features__resources .features__resourcesContainer .features__resources--intro{padding-bottom:8px}}@media all and (min-width: 1440px){body.templatepage-como-funciona main .features .features__resources .features__resourcesContainer .features__resources--intro{padding-bottom:24px}}body.templatepage-como-funciona main .features .features__resources .features__resourcesContainer .features__resources--intro .title h2{text-align:center;font-weight:400;font-size:24px;color:var(--color-grey-light)}@media all and (min-width: 1024px){body.templatepage-como-funciona main .features .features__resources .features__resourcesContainer .features__resources--intro .title h2{font-size:40px}}body.templatepage-como-funciona main .features .features__resources .features__resourcesContainer .features__resources--intro .title h2 span{color:var(--color-blue-medium)}body.templatepage-como-funciona main .features .features__resources .features__resourcesContainer .features__resources--intro .subtitle p{text-align:center;font-size:14px;color:var(--color-grey-light)}body.templatepage-como-funciona main .features .features__resources .features__resourcesContainer .features__resources--resourceList{display:flex;flex-wrap:wrap;align-items:start;row-gap:64px;column-gap:38px;width:100%}@media all and (min-width: 768px){body.templatepage-como-funciona main .features .features__resources .features__resourcesContainer .features__resources--resourceList{column-gap:24px}}body.templatepage-como-funciona main .features .features__resources .features__resourcesContainer .features__resources--resourceList .item{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:16px;width:calc(50% - 20px)}@media all and (min-width: 768px){body.templatepage-como-funciona main .features .features__resources .features__resourcesContainer .features__resources--resourceList .item{width:calc(25% - 18px)}}body.templatepage-como-funciona main .features .features__resources .features__resourcesContainer .features__resources--resourceList .item .icon span{display:flex;width:22px;height:24px}body.templatepage-como-funciona main .features .features__resources .features__resourcesContainer .features__resources--resourceList .item .icon span img{width:100%;height:100%}body.templatepage-como-funciona main .features .features__resources .features__resourcesContainer .features__resources--resourceList .item .details{display:flex;flex-direction:column;gap:16px}body.templatepage-como-funciona main .features .features__resources .features__resourcesContainer .features__resources--resourceList .item .details .title p{font-size:16px;color:#fff}@media all and (min-width: 1920px){body.templatepage-como-funciona main .features .features__resources .features__resourcesContainer .features__resources--resourceList .item .details .description{max-width:270px}}body.templatepage-como-funciona main .features .features__resources .features__resourcesContainer .features__resources--resourceList .item .details .description p{font-size:14px;color:var(--color-grey-light)}@media all and (min-width: 768px){body.templatepage-como-funciona main .features .features__resources .features__resourcesContainer .features__resources--cta{padding-top:8px}}body.templatepage-como-funciona main .features .features__resources .features__resourcesContainer .features__resources--cta a{display:flex;height:38px;padding:16px 25px;justify-content:center;align-items:center;gap:8px;max-width:235px;border:1px solid rgba(0,0,0,0);background-color:var(--color-blue-normal)}@media all and (min-width: 768px){body.templatepage-como-funciona main .features .features__resources .features__resourcesContainer .features__resources--cta a{height:48px;max-width:260px}}body.templatepage-como-funciona main .features .features__resources .features__resourcesContainer .features__resources--cta a p{font-size:14px;color:#fff}@media all and (min-width: 768px){body.templatepage-como-funciona main .features .features__resources .features__resourcesContainer .features__resources--cta a p{font-size:16px}}body.templatepage-como-funciona main .features .features__resources .features__resourcesContainer .features__resources--cta a span i{display:flex;width:10px;height:10px;font-size:1.2rem;color:#fff}body.templatepage-como-funciona main .features .features__resources .features__resourcesContainer .features__resources--cta a:hover{background-color:var(--color-blue-dark);border-color:#fff;transition:all .3s}body.templatepage-como-funciona main .features .features__resources .features__resourcesContainer .features__resources--cta a:active{background-color:var(--color-blue-dark-secondary);border-color:#fff;transition:all .3s}body.templatepage-como-funciona main .features .features__alfaAcademy{display:flex;justify-content:center;width:100%}body.templatepage-como-funciona main .features .features__alfaAcademy .features__alfaAcademyContainer{display:flex;flex-direction:column;gap:24px;padding:48px 16px;max-width:var(--width-container-transparencia)}@media all and (min-width: 768px){body.templatepage-como-funciona main .features .features__alfaAcademy .features__alfaAcademyContainer{padding:56px 32px;max-width:768px}}@media all and (min-width: 1024px){body.templatepage-como-funciona main .features .features__alfaAcademy .features__alfaAcademyContainer{padding:80px 40px;gap:56px;max-width:1024px}}@media all and (min-width: 1440px){body.templatepage-como-funciona main .features .features__alfaAcademy .features__alfaAcademyContainer{padding:80px 160px;max-width:var(--width-container)}}@media all and (min-width: 1920px){body.templatepage-como-funciona main .features .features__alfaAcademy .features__alfaAcademyContainer{padding:80px 280px;max-width:var(--width-container-transparencia)}}body.templatepage-como-funciona main .features .features__alfaAcademy .features__alfaAcademyContainer .features__alfaAcademy--intro{display:flex;flex-direction:column;gap:8px}@media all and (min-width: 768px){body.templatepage-como-funciona main .features .features__alfaAcademy .features__alfaAcademyContainer .features__alfaAcademy--intro{align-items:center}}body.templatepage-como-funciona main .features .features__alfaAcademy .features__alfaAcademyContainer .features__alfaAcademy--intro .title p{font-weight:600;font-size:14px;text-transform:uppercase;color:var(--color-blue-normal)}@media all and (min-width: 768px){body.templatepage-como-funciona main .features .features__alfaAcademy .features__alfaAcademyContainer .features__alfaAcademy--intro .subtitle{text-align:center;max-width:600px}}body.templatepage-como-funciona main .features .features__alfaAcademy .features__alfaAcademyContainer .features__alfaAcademy--intro .subtitle p{font-size:24px;color:var(--color-dark)}@media all and (min-width: 1024px){body.templatepage-como-funciona main .features .features__alfaAcademy .features__alfaAcademyContainer .features__alfaAcademy--intro .subtitle p{font-size:40px}}body.templatepage-como-funciona main .features .features__alfaAcademy .features__alfaAcademyContainer .features__alfaAcademy--details{display:flex;gap:40px;flex-direction:column;margin-bottom:16px}@media all and (min-width: 768px){body.templatepage-como-funciona main .features .features__alfaAcademy .features__alfaAcademyContainer .features__alfaAcademy--details{flex-direction:row;align-items:center;gap:24px;margin-bottom:auto}}@media all and (min-width: 1024px){body.templatepage-como-funciona main .features .features__alfaAcademy .features__alfaAcademyContainer .features__alfaAcademy--details{gap:63px}}@media all and (min-width: 1440px){body.templatepage-como-funciona main .features .features__alfaAcademy .features__alfaAcademyContainer .features__alfaAcademy--details{gap:125px}}@media all and (min-width: 1920px){body.templatepage-como-funciona main .features .features__alfaAcademy .features__alfaAcademyContainer .features__alfaAcademy--details{gap:199px}}body.templatepage-como-funciona main .features .features__alfaAcademy .features__alfaAcademyContainer .features__alfaAcademy--details .infos{display:flex;flex-direction:column;gap:24px}@media all and (min-width: 768px){body.templatepage-como-funciona main .features .features__alfaAcademy .features__alfaAcademyContainer .features__alfaAcademy--details .infos{width:calc(100% - 24px - 348px)}}@media all and (min-width: 1024px){body.templatepage-como-funciona main .features .features__alfaAcademy .features__alfaAcademyContainer .features__alfaAcademy--details .infos{width:calc(100% - 63px - 460px)}}@media all and (min-width: 1440px){body.templatepage-como-funciona main .features .features__alfaAcademy .features__alfaAcademyContainer .features__alfaAcademy--details .infos{width:calc(100% - 125px - 548px)}}@media all and (min-width: 1920px){body.templatepage-como-funciona main .features .features__alfaAcademy .features__alfaAcademyContainer .features__alfaAcademy--details .infos{width:calc(100% - 199px - 714px)}}body.templatepage-como-funciona main .features .features__alfaAcademy .features__alfaAcademyContainer .features__alfaAcademy--details .infos .logo span{display:flex;max-width:254px}body.templatepage-como-funciona main .features .features__alfaAcademy .features__alfaAcademyContainer .features__alfaAcademy--details .infos .logo span img{width:100%;height:100%}body.templatepage-como-funciona main .features .features__alfaAcademy .features__alfaAcademyContainer .features__alfaAcademy--details .infos .description{display:flex;flex-direction:column;gap:24px}body.templatepage-como-funciona main .features .features__alfaAcademy .features__alfaAcademyContainer .features__alfaAcademy--details .infos .description p{font-size:16px;color:var(--color-gray-medium)}body.templatepage-como-funciona main .features .features__alfaAcademy .features__alfaAcademyContainer .features__alfaAcademy--details .infos .description p span{font-weight:600}body.templatepage-como-funciona main .features .features__alfaAcademy .features__alfaAcademyContainer .features__alfaAcademy--details .infos .cta a{display:flex;height:38px;justify-content:center;align-items:center;padding:16px 25px;gap:8px;border:1px solid var(--color-blue-normal);max-width:max-content}@media all and (min-width: 768px){body.templatepage-como-funciona main .features .features__alfaAcademy .features__alfaAcademyContainer .features__alfaAcademy--details .infos .cta a{max-width:317px;padding:unset}}@media all and (min-width: 1024px){body.templatepage-como-funciona main .features .features__alfaAcademy .features__alfaAcademyContainer .features__alfaAcademy--details .infos .cta a{max-width:337px}}body.templatepage-como-funciona main .features .features__alfaAcademy .features__alfaAcademyContainer .features__alfaAcademy--details .infos .cta a p{font-size:14px;color:var(--color-blue-normal)}body.templatepage-como-funciona main .features .features__alfaAcademy .features__alfaAcademyContainer .features__alfaAcademy--details .infos .cta a span i{display:flex;height:10px;width:10px;font-size:1.2rem;color:var(--color-blue-normal)}body.templatepage-como-funciona main .features .features__alfaAcademy .features__alfaAcademyContainer .features__alfaAcademy--details .infos .cta a:hover{background-color:var(--color-blue-normal-hover);transition:all .3s}body.templatepage-como-funciona main .features .features__alfaAcademy .features__alfaAcademyContainer .features__alfaAcademy--details .infos .cta a:hover p{color:#fff;transition:all .3s}body.templatepage-como-funciona main .features .features__alfaAcademy .features__alfaAcademyContainer .features__alfaAcademy--details .infos .cta a:hover span i{color:#fff;transition:all .3s}body.templatepage-como-funciona main .features .features__alfaAcademy .features__alfaAcademyContainer .features__alfaAcademy--details .infos .cta a:active{background-color:var(--color-blue-normal-active);transition:all .3s}body.templatepage-como-funciona main .features .features__alfaAcademy .features__alfaAcademyContainer .features__alfaAcademy--details .infos .cta a:active p{color:#fff;transition:all .3s}body.templatepage-como-funciona main .features .features__alfaAcademy .features__alfaAcademyContainer .features__alfaAcademy--details .infos .cta a:active span i{color:#fff;transition:all .3s}body.templatepage-como-funciona main .features .features__alfaAcademy .features__alfaAcademyContainer .features__alfaAcademy--details .image{display:flex}@media all and (min-width: 768px){body.templatepage-como-funciona main .features .features__alfaAcademy .features__alfaAcademyContainer .features__alfaAcademy--details .image{max-width:348px}}@media all and (min-width: 1024px){body.templatepage-como-funciona main .features .features__alfaAcademy .features__alfaAcademyContainer .features__alfaAcademy--details .image{max-width:460px}}@media all and (min-width: 1440px){body.templatepage-como-funciona main .features .features__alfaAcademy .features__alfaAcademyContainer .features__alfaAcademy--details .image{max-width:548px}}@media all and (min-width: 1920px){body.templatepage-como-funciona main .features .features__alfaAcademy .features__alfaAcademyContainer .features__alfaAcademy--details .image{max-width:714px}}body.templatepage-como-funciona main .features .features__alfaAcademy .features__alfaAcademyContainer .features__alfaAcademy--details .image span{display:flex}body.templatepage-como-funciona main .features .features__alfaAcademy .features__alfaAcademyContainer .features__alfaAcademy--details .image span img{width:100%;height:100%;object-fit:contain}body main .templatepage-page404{display:flex;align-items:center;justify-content:center;margin-top:70px;width:100%}@media all and (min-width: 1024px){body main .templatepage-page404{margin-top:90px}}body main .templatepage-page404 .page404{display:flex;flex-direction:column;gap:16px;align-items:center;text-align:center}body main .templatepage-page404 .page404 .page404__hero span p{font-size:56px;color:var(--color-blue-light)}body main .templatepage-page404 .page404 .page404__description{display:flex;flex-direction:column;gap:16px;padding-bottom:24px}body main .templatepage-page404 .page404 .page404__description .page404__description--title h1{font-weight:400;font-size:24px;color:var(--color-blue)}body main .templatepage-page404 .page404 .page404__description .page404__description--message p{font-size:16px;color:var(--color-blue-dark-third)}body main .templatepage-page404 .page404 .page404__cta a{display:flex;height:38px;padding:10px 20px;justify-content:center;align-items:center;gap:8px;border:1px solid var(--color-blue-normal)}body main .templatepage-page404 .page404 .page404__cta a p{font-size:14px;color:var(--color-blue-normal)}body main .templatepage-page404 .page404 .page404__cta a:hover{background-color:var(--color-blue-normal-hover);transition:all .3s}body main .templatepage-page404 .page404 .page404__cta a:hover p{color:#fff;transition:all .3s}body main .templatepage-page404 .page404 .page404__cta a:active{background-color:var(--color-blue-normal-active);transition:all .3s}body main .templatepage-page404 .page404 .page404__cta a:active p{color:#fff;transition:all .3s}body main .templatepage-page500{display:flex;align-items:center;justify-content:center;margin-top:70px;width:100%}@media all and (min-width: 1024px){body main .templatepage-page500{margin-top:90px}}body main .templatepage-page500 .page500{display:flex;flex-direction:column;gap:16px;align-items:center;text-align:center}body main .templatepage-page500 .page500 .page500__hero span p{font-size:56px;color:var(--color-blue-light)}body main .templatepage-page500 .page500 .page500__description{display:flex;flex-direction:column;gap:16px;padding-bottom:24px}body main .templatepage-page500 .page500 .page500__description .page500__description--title h1{font-weight:400;font-size:24px;color:var(--color-blue)}body main .templatepage-page500 .page500 .page500__description .page500__description--message p{font-size:16px;color:var(--color-blue-dark-third)}body main .templatepage-page500 .page500 .page500__cta a{display:flex;height:38px;padding:10px 20px;justify-content:center;align-items:center;gap:8px;border:1px solid var(--color-blue-normal)}body main .templatepage-page500 .page500 .page500__cta a p{font-size:14px;color:var(--color-blue-normal)}body main .templatepage-page500 .page500 .page500__cta a:hover{background-color:var(--color-blue-normal-hover);transition:all .3s}body main .templatepage-page500 .page500 .page500__cta a:hover p{color:#fff;transition:all .3s}body main .templatepage-page500 .page500 .page500__cta a:active{background-color:var(--color-blue-normal-active);transition:all .3s}body main .templatepage-page500 .page500 .page500__cta a:active p{color:#fff;transition:all .3s}body.pageScrolled header{box-shadow:0px 4px 22.3px 4px rgba(0,0,0,.05)}@media all and (min-width: 1024px){body.pageScrolled header .header{padding:10px 40px;transition:all .3s}}@media all and (min-width: 1440px){body.pageScrolled header .header{padding:10px 80px}}@media all and (min-width: 1920px){body.pageScrolled header .header{padding:10px 160px}}body.templatepage-home-v2 main{margin-top:70px}@media all and (min-width: 1024px){body.templatepage-home-v2 main{margin-top:90px}}body.templatepage-home-v2 main .homepage{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}body.templatepage-home-v2 main .homepage .homepage__specialistHeader{display:flex;justify-content:center;width:100%;background:linear-gradient(339deg, #C9E2FF -30%, #FFF 99.34%)}body.templatepage-home-v2 main .homepage .homepage__specialistHeader .homepage__specialistHeader--container{display:flex;align-items:center;flex-direction:column;width:100%;gap:32px;padding:64px 16px;max-width:var(--width-container-transparencia);min-height:714px;overflow:hidden;position:relative}@media all and (min-width: 600px){body.templatepage-home-v2 main .homepage .homepage__specialistHeader .homepage__specialistHeader--container{min-height:775px}}@media all and (min-width: 768px){body.templatepage-home-v2 main .homepage .homepage__specialistHeader .homepage__specialistHeader--container{padding:72px 16px;min-height:825px}}@media all and (min-width: 1024px){body.templatepage-home-v2 main .homepage .homepage__specialistHeader .homepage__specialistHeader--container{padding:80px 40px;max-width:1024px;min-height:1080px}}@media all and (min-width: 1440px){body.templatepage-home-v2 main .homepage .homepage__specialistHeader .homepage__specialistHeader--container{max-width:var(--width-container);min-height:1240px}}@media all and (min-width: 1920px){body.templatepage-home-v2 main .homepage .homepage__specialistHeader .homepage__specialistHeader--container{max-width:var(--width-container-transparencia);min-height:1256px}}body.templatepage-home-v2 main .homepage .homepage__specialistHeader .homepage__specialistHeader--container .intro{display:flex;align-items:center;flex-direction:column;gap:16px}body.templatepage-home-v2 main .homepage .homepage__specialistHeader .homepage__specialistHeader--container .intro .title h2{color:var(--color-blue-normal);text-align:center;font-weight:400;font-size:16px;text-transform:uppercase}@media all and (min-width: 768px){body.templatepage-home-v2 main .homepage .homepage__specialistHeader .homepage__specialistHeader--container .intro .title h2{font-size:20px}}body.templatepage-home-v2 main .homepage .homepage__specialistHeader .homepage__specialistHeader--container .intro .subtitle p{text-align:center;font-size:32px;font-weight:600;color:var(--color-dark-2)}@media all and (min-width: 768px){body.templatepage-home-v2 main .homepage .homepage__specialistHeader .homepage__specialistHeader--container .intro .subtitle p{max-width:560px}}@media all and (min-width: 1024px){body.templatepage-home-v2 main .homepage .homepage__specialistHeader .homepage__specialistHeader--container .intro .subtitle p{max-width:760px;font-size:48px}}@media all and (min-width: 1440px){body.templatepage-home-v2 main .homepage .homepage__specialistHeader .homepage__specialistHeader--container .intro .subtitle p{max-width:860px}}body.templatepage-home-v2 main .homepage .homepage__specialistHeader .homepage__specialistHeader--container .intro .subtitle p span{color:var(--color-blue-normal)}body.templatepage-home-v2 main .homepage .homepage__specialistHeader .homepage__specialistHeader--container .description p{color:var(--color-grey-darker-2);text-align:center;font-size:20px;font-weight:400;max-width:350px}@media all and (min-width: 600px){body.templatepage-home-v2 main .homepage .homepage__specialistHeader .homepage__specialistHeader--container .description p{max-width:unset}}body.templatepage-home-v2 main .homepage .homepage__specialistHeader .homepage__specialistHeader--container .cta{display:flex;height:48px;width:250px;padding:8px 16px;justify-content:center;align-items:center;gap:16px;border-radius:4px;background-color:var(--color-blue-normal)}body.templatepage-home-v2 main .homepage .homepage__specialistHeader .homepage__specialistHeader--container .cta:hover{background-color:var(--color-blue-dark);transition:all .3s;border-color:#fff}body.templatepage-home-v2 main .homepage .homepage__specialistHeader .homepage__specialistHeader--container .cta:active{background-color:var(--color-blue-dark-secondary);transition:all .3s;border-color:#fff}body.templatepage-home-v2 main .homepage .homepage__specialistHeader .homepage__specialistHeader--container .cta p{color:#fff;font-size:14px;font-weight:700}body.templatepage-home-v2 main .homepage .homepage__specialistHeader .homepage__specialistHeader--container .cta span i{display:flex;align-items:center;width:10px;height:10px;font-size:1.5rem;color:#fff}body.templatepage-home-v2 main .homepage .homepage__specialistHeader .homepage__specialistHeader--container .image{display:flex;justify-content:center;align-items:center;position:absolute;bottom:0;width:100%;transform:translateY(calc(50% - 60px))}@media all and (min-width: 768px){body.templatepage-home-v2 main .homepage .homepage__specialistHeader .homepage__specialistHeader--container .image{left:52%;transform:translate(-50%, calc(50% - 60px))}}@media all and (min-width: 1024px){body.templatepage-home-v2 main .homepage .homepage__specialistHeader .homepage__specialistHeader--container .image{transform:translate(-50%, calc(50% - 100px))}}@media all and (min-width: 1440px){body.templatepage-home-v2 main .homepage .homepage__specialistHeader .homepage__specialistHeader--container .image{transform:translate(-50%, calc(50% - 56px))}}body.templatepage-home-v2 main .homepage .homepage__specialistHeader .homepage__specialistHeader--container .image picture{display:flex;justify-content:center;align-items:center;max-width:420px}@media all and (min-width: 600px){body.templatepage-home-v2 main .homepage .homepage__specialistHeader .homepage__specialistHeader--container .image picture{max-width:626px}}@media all and (min-width: 768px){body.templatepage-home-v2 main .homepage .homepage__specialistHeader .homepage__specialistHeader--container .image picture{max-width:768px}}@media all and (min-width: 1024px){body.templatepage-home-v2 main .homepage .homepage__specialistHeader .homepage__specialistHeader--container .image picture{max-width:unset}}@media all and (min-width: 1920px){body.templatepage-home-v2 main .homepage .homepage__specialistHeader .homepage__specialistHeader--container .image picture{max-width:1440px}}body.templatepage-home-v2 main .homepage .homepage__specialistHeader .homepage__specialistHeader--container .image picture img{width:100%;height:100%}body.templatepage-home-v2 main .homepage .homepage__360view{display:flex;justify-content:center;width:100%;background-color:#fff}body.templatepage-home-v2 main .homepage .homepage__360view .homepage__360view--container{display:flex;align-items:center;justify-content:center;position:relative;width:100%;height:373px;overflow:hidden;max-width:var(--width-container-transparencia)}@media all and (min-width: 600px){body.templatepage-home-v2 main .homepage .homepage__360view .homepage__360view--container{height:421px}}@media all and (min-width: 768px){body.templatepage-home-v2 main .homepage .homepage__360view .homepage__360view--container{height:373px}}@media all and (min-width: 1024px){body.templatepage-home-v2 main .homepage .homepage__360view .homepage__360view--container{height:508px}}@media all and (min-width: 1440px){body.templatepage-home-v2 main .homepage .homepage__360view .homepage__360view--container{height:567px}}body.templatepage-home-v2 main .homepage .homepage__360view .homepage__360view--container .background{display:flex;position:absolute}body.templatepage-home-v2 main .homepage .homepage__360view .homepage__360view--container .background picture img{width:100%;height:100%;object-fit:cover}body.templatepage-home-v2 main .homepage .homepage__360view .homepage__360view--container .intro{display:flex;flex-direction:column;gap:16px}body.templatepage-home-v2 main .homepage .homepage__360view .homepage__360view--container .intro .title h2{text-align:center;font-size:16px;font-weight:500;color:var(--color-dark-2);max-width:300px}@media all and (min-width: 420px){body.templatepage-home-v2 main .homepage .homepage__360view .homepage__360view--container .intro .title h2{font-size:24px}}@media all and (min-width: 600px){body.templatepage-home-v2 main .homepage .homepage__360view .homepage__360view--container .intro .title h2{max-width:356px}}@media all and (min-width: 768px){body.templatepage-home-v2 main .homepage .homepage__360view .homepage__360view--container .intro .title h2{max-width:400px}}@media all and (min-width: 1024px){body.templatepage-home-v2 main .homepage .homepage__360view .homepage__360view--container .intro .title h2{font-size:36px;max-width:552px}}body.templatepage-home-v2 main .homepage .homepage__360view .homepage__360view--container .intro .title h2 span{color:var(--color-blue-normal)}body.templatepage-home-v2 main .homepage .homepage__360view .homepage__360view--container .intro .subtitle p{text-align:center;font-size:16px;color:var(--color-grey-darker-2);max-width:300px}@media all and (min-width: 600px){body.templatepage-home-v2 main .homepage .homepage__360view .homepage__360view--container .intro .subtitle p{max-width:356px}}@media all and (min-width: 768px){body.templatepage-home-v2 main .homepage .homepage__360view .homepage__360view--container .intro .subtitle p{max-width:400px}}@media all and (min-width: 1024px){body.templatepage-home-v2 main .homepage .homepage__360view .homepage__360view--container .intro .subtitle p{max-width:552px}}body.templatepage-home-v2 main .homepage .homepage__advantagesOfManagement{display:flex;position:relative;overflow:hidden;width:100%;justify-content:center;background:linear-gradient(125deg, #C9E2FF -30.52%, #FFF 108.66%)}body.templatepage-home-v2 main .homepage .homepage__advantagesOfManagement .homepage__advantagesOfManagement--container{display:flex;flex-direction:column;gap:48px;width:100%;justify-content:center;align-items:center;padding:64px 16px;overflow:hidden}@media all and (min-width: 768px){body.templatepage-home-v2 main .homepage .homepage__advantagesOfManagement .homepage__advantagesOfManagement--container{padding:64px 32px}}@media all and (min-width: 1024px){body.templatepage-home-v2 main .homepage .homepage__advantagesOfManagement .homepage__advantagesOfManagement--container{padding:72px 40px;flex-direction:row;gap:40px;max-width:1024px}}@media all and (min-width: 1440px){body.templatepage-home-v2 main .homepage .homepage__advantagesOfManagement .homepage__advantagesOfManagement--container{padding:72px 80px;gap:141px;max-width:var(--width-container)}}@media all and (min-width: 1920px){body.templatepage-home-v2 main .homepage .homepage__advantagesOfManagement .homepage__advantagesOfManagement--container{padding:80px 160px;gap:281px;max-width:var(--width-container-transparencia);min-height:448px}}body.templatepage-home-v2 main .homepage .homepage__advantagesOfManagement .homepage__advantagesOfManagement--container .background{display:none}@media all and (min-width: 768px){body.templatepage-home-v2 main .homepage .homepage__advantagesOfManagement .homepage__advantagesOfManagement--container .background{display:flex;position:absolute;right:-10px;bottom:0}}@media all and (min-width: 1024px){body.templatepage-home-v2 main .homepage .homepage__advantagesOfManagement .homepage__advantagesOfManagement--container .background{transform:translateX(40%);right:-45px}}@media all and (min-width: 1440px){body.templatepage-home-v2 main .homepage .homepage__advantagesOfManagement .homepage__advantagesOfManagement--container .background{transform:translateX(25%)}}@media all and (min-width: 1920px){body.templatepage-home-v2 main .homepage .homepage__advantagesOfManagement .homepage__advantagesOfManagement--container .background{transform:translate(0, -46%);top:50%;right:-5px;bottom:auto}}@media all and (min-width: 1024px){body.templatepage-home-v2 main .homepage .homepage__advantagesOfManagement .homepage__advantagesOfManagement--container .background picture{max-width:586px}}@media all and (min-width: 1920px){body.templatepage-home-v2 main .homepage .homepage__advantagesOfManagement .homepage__advantagesOfManagement--container .background picture{max-width:543px;max-height:489px}}body.templatepage-home-v2 main .homepage .homepage__advantagesOfManagement .homepage__advantagesOfManagement--container .background picture img{width:100%;height:100%}body.templatepage-home-v2 main .homepage .homepage__advantagesOfManagement .homepage__advantagesOfManagement--container .intro{display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px}@media all and (min-width: 1024px){body.templatepage-home-v2 main .homepage .homepage__advantagesOfManagement .homepage__advantagesOfManagement--container .intro{width:309px;text-align:start;align-items:start}}@media all and (min-width: 1440px){body.templatepage-home-v2 main .homepage .homepage__advantagesOfManagement .homepage__advantagesOfManagement--container .intro{width:449px}}body.templatepage-home-v2 main .homepage .homepage__advantagesOfManagement .homepage__advantagesOfManagement--container .intro .image{display:flex;max-width:207px;object-fit:cover}body.templatepage-home-v2 main .homepage .homepage__advantagesOfManagement .homepage__advantagesOfManagement--container .intro .image img{width:100%;height:100%}body.templatepage-home-v2 main .homepage .homepage__advantagesOfManagement .homepage__advantagesOfManagement--container .intro .title h2{color:var(--color-dark-2);font-size:24px;font-weight:500}@media all and (min-width: 1024px){body.templatepage-home-v2 main .homepage .homepage__advantagesOfManagement .homepage__advantagesOfManagement--container .intro .title h2{font-size:36px}}body.templatepage-home-v2 main .homepage .homepage__advantagesOfManagement .homepage__advantagesOfManagement--container .intro .title span{color:var(--color-blue-normal)}body.templatepage-home-v2 main .homepage .homepage__advantagesOfManagement .homepage__advantagesOfManagement--container .list{display:flex;flex-direction:column;position:relative;align-self:flex-start;gap:12px;width:100%}@media all and (min-width: 420px){body.templatepage-home-v2 main .homepage .homepage__advantagesOfManagement .homepage__advantagesOfManagement--container .list{gap:24px}}@media all and (min-width: 768px){body.templatepage-home-v2 main .homepage .homepage__advantagesOfManagement .homepage__advantagesOfManagement--container .list{flex-direction:row;flex-wrap:wrap;left:unset}}@media all and (min-width: 1024px){body.templatepage-home-v2 main .homepage .homepage__advantagesOfManagement .homepage__advantagesOfManagement--container .list{width:calc(100% - 309px - 40px)}}@media all and (min-width: 1440px){body.templatepage-home-v2 main .homepage .homepage__advantagesOfManagement .homepage__advantagesOfManagement--container .list{width:calc(100% - 449px)}}body.templatepage-home-v2 main .homepage .homepage__advantagesOfManagement .homepage__advantagesOfManagement--container .list .card{display:flex;flex-direction:column;gap:32px;width:231px}@media all and (min-width: 420px){body.templatepage-home-v2 main .homepage .homepage__advantagesOfManagement .homepage__advantagesOfManagement--container .list .card{width:290px}}@media all and (min-width: 768px){body.templatepage-home-v2 main .homepage .homepage__advantagesOfManagement .homepage__advantagesOfManagement--container .list .card{width:calc(33% - 14px) !important;height:auto}}@media all and (min-width: 1024px){body.templatepage-home-v2 main .homepage .homepage__advantagesOfManagement .homepage__advantagesOfManagement--container .list .card{width:calc(33% - 24px) !important}}@media all and (min-width: 1920px){body.templatepage-home-v2 main .homepage .homepage__advantagesOfManagement .homepage__advantagesOfManagement--container .list .card:nth-child(2) .description{display:flex;max-width:274px !important}}body.templatepage-home-v2 main .homepage .homepage__advantagesOfManagement .homepage__advantagesOfManagement--container .list .card .title{position:relative}body.templatepage-home-v2 main .homepage .homepage__advantagesOfManagement .homepage__advantagesOfManagement--container .list .card .title p{color:var(--color-dark-2);font-size:20px;font-weight:500}body.templatepage-home-v2 main .homepage .homepage__advantagesOfManagement .homepage__advantagesOfManagement--container .list .card .title::after{display:flex;position:absolute;content:"";width:46px;height:1px;bottom:-16px;left:0;background-color:var(--color-blue-normal-2)}body.templatepage-home-v2 main .homepage .homepage__advantagesOfManagement .homepage__advantagesOfManagement--container .list .card .description p{color:var(--color-grey-darker-2);font-size:16px}body.templatepage-home-v2 main .homepage .homepage__advantagesOfManagement .homepage__advantagesOfManagement--container .list .slick-list .slick-track{display:flex;gap:24px}body.templatepage-home-v2 main .homepage .homepage__advantagesOfManagement .homepage__advantagesOfManagement--container .list .slick-list .slick-track::before,body.templatepage-home-v2 main .homepage .homepage__advantagesOfManagement .homepage__advantagesOfManagement--container .list .slick-list .slick-track::after{display:none}@media all and (min-width: 768px){body.templatepage-home-v2 main .homepage .homepage__advantagesOfManagement .homepage__advantagesOfManagement--container .list .slick-list .slick-track{flex-wrap:wrap;width:100% !important}}body.templatepage-home-v2 main .homepage .homepage__advantagesOfManagement .homepage__advantagesOfManagement--container .list .slick-dots{display:flex !important;align-self:center;gap:10px;bottom:-40px;width:auto}body.templatepage-home-v2 main .homepage .homepage__advantagesOfManagement .homepage__advantagesOfManagement--container .list .slick-dots li{margin:auto;width:13px;height:13px}body.templatepage-home-v2 main .homepage .homepage__advantagesOfManagement .homepage__advantagesOfManagement--container .list .slick-dots li button{padding:unset;width:13px;height:13px;border-radius:20px;background-color:#979797}body.templatepage-home-v2 main .homepage .homepage__advantagesOfManagement .homepage__advantagesOfManagement--container .list .slick-dots li button::before{content:"";font-size:1.3rem;width:13px;height:13px;transition:all .3s}body.templatepage-home-v2 main .homepage .homepage__advantagesOfManagement .homepage__advantagesOfManagement--container .list .slick-dots li.slick-active{width:auto !important}body.templatepage-home-v2 main .homepage .homepage__advantagesOfManagement .homepage__advantagesOfManagement--container .list .slick-dots li.slick-active button{background-color:#3251ea !important;border-radius:20px;transition:all .3s}body.templatepage-home-v2 main .homepage .homepage__advantagesOfManagement .homepage__advantagesOfManagement--container .swiper-notification{display:none}body.templatepage-home-v2 main .homepage .homepage__citzenInTheCenter{display:flex;width:100%;justify-content:center;background:linear-gradient(126deg, var(--color-dark-2) 3.02%, #000 99.27%)}body.templatepage-home-v2 main .homepage .homepage__citzenInTheCenter .homepage__citzenInTheCenter--container{display:flex;flex-direction:column;gap:32px;width:100%;justify-content:center;align-items:center;padding:80px 16px 0px 16px;position:relative;overflow:hidden;max-width:var(--width-container-transparencia)}@media all and (min-width: 600px){body.templatepage-home-v2 main .homepage .homepage__citzenInTheCenter .homepage__citzenInTheCenter--container{padding:48px 16px 281px 16px}}@media all and (min-width: 768px){body.templatepage-home-v2 main .homepage .homepage__citzenInTheCenter .homepage__citzenInTheCenter--container{padding:72px 218px 128px 218px}}@media all and (min-width: 1024px){body.templatepage-home-v2 main .homepage .homepage__citzenInTheCenter .homepage__citzenInTheCenter--container{padding:96px 218px 169px 218px}}@media all and (min-width: 1440px){body.templatepage-home-v2 main .homepage .homepage__citzenInTheCenter .homepage__citzenInTheCenter--container{max-width:var(--width-container);min-height:508px}}@media all and (min-width: 1920px){body.templatepage-home-v2 main .homepage .homepage__citzenInTheCenter .homepage__citzenInTheCenter--container{max-width:var(--width-container-transparencia)}}body.templatepage-home-v2 main .homepage .homepage__citzenInTheCenter .homepage__citzenInTheCenter--container .intro{display:flex;align-items:center;flex-direction:column;gap:32px;z-index:9}@media all and (min-width: 600px){body.templatepage-home-v2 main .homepage .homepage__citzenInTheCenter .homepage__citzenInTheCenter--container .intro .title{max-width:330px}}@media all and (min-width: 1024px){body.templatepage-home-v2 main .homepage .homepage__citzenInTheCenter .homepage__citzenInTheCenter--container .intro .title{max-width:558px}}body.templatepage-home-v2 main .homepage .homepage__citzenInTheCenter .homepage__citzenInTheCenter--container .intro .title h2{text-align:center;font-size:24px;font-weight:500;color:#fdfdfd}@media all and (min-width: 1024px){body.templatepage-home-v2 main .homepage .homepage__citzenInTheCenter .homepage__citzenInTheCenter--container .intro .title h2{font-size:36px}}body.templatepage-home-v2 main .homepage .homepage__citzenInTheCenter .homepage__citzenInTheCenter--container .intro .cta{display:flex;height:48px;padding:8px 16px;align-items:center;justify-content:center;gap:16px;border-radius:4px;background-color:var(--color-blue-normal)}body.templatepage-home-v2 main .homepage .homepage__citzenInTheCenter .homepage__citzenInTheCenter--container .intro .cta:hover{background-color:var(--color-blue-dark);transition:all .3s;border-color:#fff}body.templatepage-home-v2 main .homepage .homepage__citzenInTheCenter .homepage__citzenInTheCenter--container .intro .cta:active{background-color:var(--color-blue-dark-secondary);transition:all .3s;border-color:#fff}body.templatepage-home-v2 main .homepage .homepage__citzenInTheCenter .homepage__citzenInTheCenter--container .intro .cta p{font-size:14px;font-weight:700;color:#fff}body.templatepage-home-v2 main .homepage .homepage__citzenInTheCenter .homepage__citzenInTheCenter--container .intro .cta span i{font-size:1.5rem;color:#fff}body.templatepage-home-v2 main .homepage .homepage__citzenInTheCenter .homepage__citzenInTheCenter--container .background{display:flex}@media all and (min-width: 600px){body.templatepage-home-v2 main .homepage .homepage__citzenInTheCenter .homepage__citzenInTheCenter--container .background{position:absolute;bottom:-1px;padding:0 32px}}@media all and (min-width: 1440px){body.templatepage-home-v2 main .homepage .homepage__citzenInTheCenter .homepage__citzenInTheCenter--container .background{top:0;bottom:unset}}body.templatepage-home-v2 main .homepage .homepage__citzenInTheCenter .homepage__citzenInTheCenter--container .background img{width:100%;height:100%}body.templatepage-home-v2 main .homepage .homepage__userProtectionLaw{display:flex;width:100%;justify-content:center;background:linear-gradient(126deg, #C9E2FF -61.02%, #FFF 142.37%)}body.templatepage-home-v2 main .homepage .homepage__userProtectionLaw .homepage__userProtectionLaw--container{display:flex;flex-direction:column;align-items:center;gap:32px;width:100%;padding:64px 16px;max-width:var(--width-container-transparencia)}@media all and (min-width: 768px){body.templatepage-home-v2 main .homepage .homepage__userProtectionLaw .homepage__userProtectionLaw--container{padding:64px 32px}}@media all and (min-width: 1024px){body.templatepage-home-v2 main .homepage .homepage__userProtectionLaw .homepage__userProtectionLaw--container{padding:96px 32px}}@media all and (min-width: 1440px){body.templatepage-home-v2 main .homepage .homepage__userProtectionLaw .homepage__userProtectionLaw--container{max-width:var(--width-container)}}@media all and (min-width: 1920px){body.templatepage-home-v2 main .homepage .homepage__userProtectionLaw .homepage__userProtectionLaw--container{max-width:var(--width-container-transparencia)}}body.templatepage-home-v2 main .homepage .homepage__userProtectionLaw .homepage__userProtectionLaw--container .intro{display:flex;flex-direction:column;align-items:center;gap:32px}body.templatepage-home-v2 main .homepage .homepage__userProtectionLaw .homepage__userProtectionLaw--container .intro .title{max-width:448px}@media all and (min-width: 1024px){body.templatepage-home-v2 main .homepage .homepage__userProtectionLaw .homepage__userProtectionLaw--container .intro .title{max-width:652px}}@media all and (min-width: 1440px){body.templatepage-home-v2 main .homepage .homepage__userProtectionLaw .homepage__userProtectionLaw--container .intro .title{max-width:600px}}body.templatepage-home-v2 main .homepage .homepage__userProtectionLaw .homepage__userProtectionLaw--container .intro .title h2{text-align:center;font-size:24px;font-weight:500;color:var(--color-dark-2)}@media all and (min-width: 1024px){body.templatepage-home-v2 main .homepage .homepage__userProtectionLaw .homepage__userProtectionLaw--container .intro .title h2{font-size:36px}}body.templatepage-home-v2 main .homepage .homepage__userProtectionLaw .homepage__userProtectionLaw--container .intro .description{max-width:600px}body.templatepage-home-v2 main .homepage .homepage__userProtectionLaw .homepage__userProtectionLaw--container .intro .description p{text-align:center;font-size:16px;color:var(--color-dark-2)}body.templatepage-home-v2 main .homepage .homepage__userProtectionLaw .homepage__userProtectionLaw--container .cta{display:flex;height:48px;padding:8px 16px;align-items:center;justify-content:center;gap:16px;border-radius:4px;background:var(--color-blue-normal)}body.templatepage-home-v2 main .homepage .homepage__userProtectionLaw .homepage__userProtectionLaw--container .cta:hover{background-color:var(--color-blue-dark);transition:all .3s;border-color:#fff}body.templatepage-home-v2 main .homepage .homepage__userProtectionLaw .homepage__userProtectionLaw--container .cta:active{background-color:var(--color-blue-dark-secondary);transition:all .3s;border-color:#fff}body.templatepage-home-v2 main .homepage .homepage__userProtectionLaw .homepage__userProtectionLaw--container .cta p{font-size:14px;font-weight:700;color:#fff}body.templatepage-home-v2 main .homepage .homepage__userProtectionLaw .homepage__userProtectionLaw--container .cta span i{font-size:1.5rem;color:#fff}body.templatepage-home-v2 main .homepage .homepage__methodology{display:flex;width:100%;justify-content:center;background:linear-gradient(125deg, #1F1F1F 2.08%, #000 107.03%)}body.templatepage-home-v2 main .homepage .homepage__methodology .homepage__methodology--container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:32px;width:100%;padding:64px 16px;max-width:var(--width-container-transparencia)}@media all and (min-width: 768px){body.templatepage-home-v2 main .homepage .homepage__methodology .homepage__methodology--container{flex-direction:row;padding:88px 32px}}@media all and (min-width: 1024px){body.templatepage-home-v2 main .homepage .homepage__methodology .homepage__methodology--container{padding:96px 40px}}@media all and (min-width: 1440px){body.templatepage-home-v2 main .homepage .homepage__methodology .homepage__methodology--container{gap:140px;padding:118px 80px;max-width:var(--width-container)}}@media all and (min-width: 1920px){body.templatepage-home-v2 main .homepage .homepage__methodology .homepage__methodology--container{gap:248px;padding:118px 160px;max-width:var(--width-container-transparencia)}}body.templatepage-home-v2 main .homepage .homepage__methodology .homepage__methodology--container .intro{display:flex;align-items:center;flex-direction:column;gap:32px}@media all and (min-width: 768px){body.templatepage-home-v2 main .homepage .homepage__methodology .homepage__methodology--container .intro{align-items:start}}body.templatepage-home-v2 main .homepage .homepage__methodology .homepage__methodology--container .intro .title{max-width:416px}@media all and (min-width: 1920px){body.templatepage-home-v2 main .homepage .homepage__methodology .homepage__methodology--container .intro .title{max-width:548px}}body.templatepage-home-v2 main .homepage .homepage__methodology .homepage__methodology--container .intro .title h2{text-align:center;font-size:24px;font-weight:500;color:#fdfdfd}@media all and (min-width: 768px){body.templatepage-home-v2 main .homepage .homepage__methodology .homepage__methodology--container .intro .title h2{text-align:start}}@media all and (min-width: 1024px){body.templatepage-home-v2 main .homepage .homepage__methodology .homepage__methodology--container .intro .title h2{font-size:36px}}body.templatepage-home-v2 main .homepage .homepage__methodology .homepage__methodology--container .intro .description{max-width:416px}@media all and (min-width: 1920px){body.templatepage-home-v2 main .homepage .homepage__methodology .homepage__methodology--container .intro .description{max-width:548px}}body.templatepage-home-v2 main .homepage .homepage__methodology .homepage__methodology--container .intro .description p{text-align:center;font-size:16px;color:#d2d2d2}@media all and (min-width: 768px){body.templatepage-home-v2 main .homepage .homepage__methodology .homepage__methodology--container .intro .description p{text-align:start}}body.templatepage-home-v2 main .homepage .homepage__methodology .homepage__methodology--container .intro .cta{display:flex;height:48px;padding:8px 16px;align-items:center;justify-content:center;gap:16px;border-radius:4px;background-color:var(--color-blue-normal)}body.templatepage-home-v2 main .homepage .homepage__methodology .homepage__methodology--container .intro .cta:hover{background-color:var(--color-blue-dark);transition:all .3s;border-color:#fff}body.templatepage-home-v2 main .homepage .homepage__methodology .homepage__methodology--container .intro .cta:active{background-color:var(--color-blue-dark-secondary);transition:all .3s;border-color:#fff}body.templatepage-home-v2 main .homepage .homepage__methodology .homepage__methodology--container .intro .cta p{font-size:14px;font-weight:700;color:#fff}body.templatepage-home-v2 main .homepage .homepage__methodology .homepage__methodology--container .intro .cta span i{font-size:1.5rem;color:#fff}body.templatepage-home-v2 main .homepage .homepage__methodology .homepage__methodology--container .image{display:flex;max-width:343px}@media all and (min-width: 600px){body.templatepage-home-v2 main .homepage .homepage__methodology .homepage__methodology--container .image{max-width:456px}}@media all and (min-width: 768px){body.templatepage-home-v2 main .homepage .homepage__methodology .homepage__methodology--container .image{max-width:384px}}@media all and (min-width: 1024px){body.templatepage-home-v2 main .homepage .homepage__methodology .homepage__methodology--container .image{max-width:491px}}@media all and (min-width: 1440px){body.templatepage-home-v2 main .homepage .homepage__methodology .homepage__methodology--container .image{max-width:714px}}@media all and (min-width: 1920px){body.templatepage-home-v2 main .homepage .homepage__methodology .homepage__methodology--container .image{max-width:803px}}body.templatepage-home-v2 main .homepage .homepage__methodology .homepage__methodology--container .image img{width:100%;height:100%}body.templatepage-home-v2 main .homepage .homepage__multichannel{display:flex;width:100%;justify-content:center;border-radius:5px;background:linear-gradient(167deg, rgba(201, 226, 255, 0.5) 0.53%, rgba(136, 188, 247, 0.2) 58.46%, #FFF 103.97%)}body.templatepage-home-v2 main .homepage .homepage__multichannel .homepage__multichannel--container{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;padding:64px 16px;overflow:hidden}@media all and (min-width: 768px){body.templatepage-home-v2 main .homepage .homepage__multichannel .homepage__multichannel--container{padding:72px 32px}}@media all and (min-width: 1024px){body.templatepage-home-v2 main .homepage .homepage__multichannel .homepage__multichannel--container{padding:96px 40px;max-width:1024px}}@media all and (min-width: 1440px){body.templatepage-home-v2 main .homepage .homepage__multichannel .homepage__multichannel--container{padding:96px 80px;max-width:var(--width-container)}}@media all and (min-width: 1920px){body.templatepage-home-v2 main .homepage .homepage__multichannel .homepage__multichannel--container{max-width:var(--width-container-transparencia)}}body.templatepage-home-v2 main .homepage .homepage__multichannel .homepage__multichannel--container .intro{display:flex;flex-direction:column}@media all and (min-width: 768px){body.templatepage-home-v2 main .homepage .homepage__multichannel .homepage__multichannel--container .intro{margin-bottom:-20px}}@media all and (min-width: 1024px){body.templatepage-home-v2 main .homepage .homepage__multichannel .homepage__multichannel--container .intro{margin-bottom:-40px}}@media all and (min-width: 1440px){body.templatepage-home-v2 main .homepage .homepage__multichannel .homepage__multichannel--container .intro{margin-bottom:-60px}}@media all and (min-width: 768px){body.templatepage-home-v2 main .homepage .homepage__multichannel .homepage__multichannel--container .intro .image{max-width:704px}}@media all and (min-width: 1024px){body.templatepage-home-v2 main .homepage .homepage__multichannel .homepage__multichannel--container .intro .image{max-width:944px}}@media all and (min-width: 1440px){body.templatepage-home-v2 main .homepage .homepage__multichannel .homepage__multichannel--container .intro .image{max-width:unset}}body.templatepage-home-v2 main .homepage .homepage__multichannel .homepage__multichannel--container .intro .image img{width:100%;height:100%}body.templatepage-home-v2 main .homepage .homepage__multichannel .homepage__multichannel--container .intro .slogan{display:flex;align-items:center;flex-direction:column;gap:10px;position:relative;top:-35px}@media all and (min-width: 600px){body.templatepage-home-v2 main .homepage .homepage__multichannel .homepage__multichannel--container .intro .slogan{top:-55px}}@media all and (min-width: 768px){body.templatepage-home-v2 main .homepage .homepage__multichannel .homepage__multichannel--container .intro .slogan{top:-65px}}@media all and (min-width: 1024px){body.templatepage-home-v2 main .homepage .homepage__multichannel .homepage__multichannel--container .intro .slogan{top:-95px}}@media all and (min-width: 1440px){body.templatepage-home-v2 main .homepage .homepage__multichannel .homepage__multichannel--container .intro .slogan{top:-115px}}body.templatepage-home-v2 main .homepage .homepage__multichannel .homepage__multichannel--container .intro .slogan .title{display:flex;align-items:center;flex-direction:column}body.templatepage-home-v2 main .homepage .homepage__multichannel .homepage__multichannel--container .intro .slogan .title p{text-align:center;font-size:18px;font-weight:400;line-height:1;color:var(--color-blue-normal)}@media all and (min-width: 600px){body.templatepage-home-v2 main .homepage .homepage__multichannel .homepage__multichannel--container .intro .slogan .title p{font-size:28px}}@media all and (min-width: 768px){body.templatepage-home-v2 main .homepage .homepage__multichannel .homepage__multichannel--container .intro .slogan .title p{font-size:32px}}@media all and (min-width: 1440px){body.templatepage-home-v2 main .homepage .homepage__multichannel .homepage__multichannel--container .intro .slogan .title p{font-size:48px}}body.templatepage-home-v2 main .homepage .homepage__multichannel .homepage__multichannel--container .intro .slogan .title h2{font-size:80px;font-weight:200;letter-spacing:-4.8px;line-height:1;color:var(--color-blue-normal)}@media all and (min-width: 600px){body.templatepage-home-v2 main .homepage .homepage__multichannel .homepage__multichannel--container .intro .slogan .title h2{font-size:109px}}@media all and (min-width: 768px){body.templatepage-home-v2 main .homepage .homepage__multichannel .homepage__multichannel--container .intro .slogan .title h2{font-size:129px}}@media all and (min-width: 1024px){body.templatepage-home-v2 main .homepage .homepage__multichannel .homepage__multichannel--container .intro .slogan .title h2{font-size:187px}}@media all and (min-width: 1440px){body.templatepage-home-v2 main .homepage .homepage__multichannel .homepage__multichannel--container .intro .slogan .title h2{font-size:248px}}body.templatepage-home-v2 main .homepage .homepage__multichannel .homepage__multichannel--container .intro .slogan .title h2 span{font-weight:400}body.templatepage-home-v2 main .homepage .homepage__multichannel .homepage__multichannel--container .intro .slogan .description{max-width:338px}@media all and (min-width: 600px){body.templatepage-home-v2 main .homepage .homepage__multichannel .homepage__multichannel--container .intro .slogan .description{max-width:unset}}body.templatepage-home-v2 main .homepage .homepage__multichannel .homepage__multichannel--container .intro .slogan .description p{color:var(--color-dark-2);text-align:center;font-size:16px;line-height:1}@media all and (min-width: 1440px){body.templatepage-home-v2 main .homepage .homepage__multichannel .homepage__multichannel--container .intro .slogan .description p{font-size:24px}}body.templatepage-home-v2 main .homepage .homepage__multichannel .homepage__multichannel--container .list{display:flex;position:relative;align-self:flex-start;justify-content:center;gap:22px;width:100%}@media all and (min-width: 768px){body.templatepage-home-v2 main .homepage .homepage__multichannel .homepage__multichannel--container .list{justify-content:center;left:0;gap:22px;flex-wrap:wrap}}body.templatepage-home-v2 main .homepage .homepage__multichannel .homepage__multichannel--container .list .slick-list .slick-track{display:flex;justify-content:center;gap:22px}body.templatepage-home-v2 main .homepage .homepage__multichannel .homepage__multichannel--container .list .slick-list .slick-track::before,body.templatepage-home-v2 main .homepage .homepage__multichannel .homepage__multichannel--container .list .slick-list .slick-track::after{display:none}@media all and (min-width: 768px){body.templatepage-home-v2 main .homepage .homepage__multichannel .homepage__multichannel--container .list .slick-list .slick-track{flex-wrap:wrap;width:100% !important}}body.templatepage-home-v2 main .homepage .homepage__multichannel .homepage__multichannel--container .list .slick-dots{display:flex !important;align-self:center;gap:10px;bottom:-50px;width:auto}body.templatepage-home-v2 main .homepage .homepage__multichannel .homepage__multichannel--container .list .slick-dots li{margin:auto;width:13px;height:13px}body.templatepage-home-v2 main .homepage .homepage__multichannel .homepage__multichannel--container .list .slick-dots li button{padding:unset;width:13px;height:13px;border-radius:20px;background-color:#979797}body.templatepage-home-v2 main .homepage .homepage__multichannel .homepage__multichannel--container .list .slick-dots li button::before{content:"";font-size:1.3rem;width:13px;height:13px;transition:all .3s}body.templatepage-home-v2 main .homepage .homepage__multichannel .homepage__multichannel--container .list .slick-dots li.slick-active{width:auto !important}body.templatepage-home-v2 main .homepage .homepage__multichannel .homepage__multichannel--container .list .slick-dots li.slick-active button{background-color:#3251ea !important;border-radius:20px;transition:all .3s}body.templatepage-home-v2 main .homepage .homepage__multichannel .homepage__multichannel--container .list .card{display:flex;width:241px;height:252px;padding:16px 24px;flex-direction:column;align-items:flex-start;gap:16px;border-radius:5px;background:#fff}@media all and (min-width: 420px){body.templatepage-home-v2 main .homepage .homepage__multichannel .homepage__multichannel--container .list .card{height:236px;width:291px !important}}@media all and (min-width: 768px){body.templatepage-home-v2 main .homepage .homepage__multichannel .homepage__multichannel--container .list .card{width:341px !important}}@media all and (min-width: 1024px){body.templatepage-home-v2 main .homepage .homepage__multichannel .homepage__multichannel--container .list .card{width:300px !important}}@media all and (min-width: 1440px){body.templatepage-home-v2 main .homepage .homepage__multichannel .homepage__multichannel--container .list .card{width:335px !important}}@media all and (min-width: 1920px){body.templatepage-home-v2 main .homepage .homepage__multichannel .homepage__multichannel--container .list .card{width:426px !important}}body.templatepage-home-v2 main .homepage .homepage__multichannel .homepage__multichannel--container .list .card .icon i{display:flex;width:24px;height:24px;font-size:2.8rem;color:var(--color-blue-normal-2)}body.templatepage-home-v2 main .homepage .homepage__multichannel .homepage__multichannel--container .list .card .icon span{display:flex;width:24px;height:24px}body.templatepage-home-v2 main .homepage .homepage__multichannel .homepage__multichannel--container .list .card .icon span img{width:100%;height:100%}body.templatepage-home-v2 main .homepage .homepage__multichannel .homepage__multichannel--container .list .card .title p{font-size:20px;font-weight:500;color:var(--color-dark-2)}body.templatepage-home-v2 main .homepage .homepage__multichannel .homepage__multichannel--container .list .card .description p{font-size:16px;font-weight:400;color:var(--color-grey-darker-2)}body.templatepage-home-v2 main .homepage .homepage__multichannel .homepage__multichannel--container .list .card.cta{display:none;justify-content:center;width:341px;height:236px;padding:16px 24px;flex-direction:column;align-items:flex-start;gap:16px;border-radius:5px;background:linear-gradient(115deg, #FFF -7.01%, #88BCF7 187.64%)}@media all and (min-width: 768px){body.templatepage-home-v2 main .homepage .homepage__multichannel .homepage__multichannel--container .list .card.cta{display:flex}}@media all and (min-width: 1024px){body.templatepage-home-v2 main .homepage .homepage__multichannel .homepage__multichannel--container .list .card.cta{width:300px}}@media all and (min-width: 1440px){body.templatepage-home-v2 main .homepage .homepage__multichannel .homepage__multichannel--container .list .card.cta{width:335px}}@media all and (min-width: 1920px){body.templatepage-home-v2 main .homepage .homepage__multichannel .homepage__multichannel--container .list .card.cta{width:426px}}body.templatepage-home-v2 main .homepage .homepage__multichannel .homepage__multichannel--container .list .card.cta .title p{font-size:20px;font-weight:500;color:var(--color-dark-2)}body.templatepage-home-v2 main .homepage .homepage__multichannel .homepage__multichannel--container .list .card.cta .subtitle p{font-size:16px;font-weight:400;color:var(--color-grey-darker-2)}body.templatepage-home-v2 main .homepage .homepage__multichannel .homepage__multichannel--container .list .card.cta .cta{display:flex;height:48px;padding:8px 16px;align-items:center;justify-content:center;gap:16px;border-radius:4px;background:var(--color-blue-normal)}body.templatepage-home-v2 main .homepage .homepage__multichannel .homepage__multichannel--container .list .card.cta .cta:hover{background-color:var(--color-blue-dark);transition:all .3s;border-color:#fff}body.templatepage-home-v2 main .homepage .homepage__multichannel .homepage__multichannel--container .list .card.cta .cta:active{background-color:var(--color-blue-dark-secondary);transition:all .3s;border-color:#fff}body.templatepage-home-v2 main .homepage .homepage__multichannel .homepage__multichannel--container .list .card.cta .cta p{font-size:14px;font-weight:700;color:#fff}body.templatepage-home-v2 main .homepage .homepage__multichannel .homepage__multichannel--container .list .card.cta .cta span i{font-size:1.5rem;color:#fff}body.templatepage-home-v2 main .homepage .homepage__multichannel .homepage__multichannel--container .dots{all:unset;display:flex;position:relative;width:max-content;gap:10px;padding:40px 0}@media all and (min-width: 768px){body.templatepage-home-v2 main .homepage .homepage__multichannel .homepage__multichannel--container .dots{display:none}}body.templatepage-home-v2 main .homepage .homepage__multichannel .homepage__multichannel--container .dots button{all:unset;height:13px;width:13px;border-radius:2vw;transition:.7s;position:relative;background-color:var(--color-grey-darker-4);cursor:pointer}body.templatepage-home-v2 main .homepage .homepage__multichannel .homepage__multichannel--container .dots button.active{background-color:var(--color-blue-normal)}body.templatepage-home-v2 main .homepage .homepage__multichannel .homepage__multichannel--container .descriptionCta{display:flex;flex-direction:column;align-items:center;gap:16px;padding:56px 0px 16px 0px}@media all and (min-width: 768px){body.templatepage-home-v2 main .homepage .homepage__multichannel .homepage__multichannel--container .descriptionCta{display:none}}body.templatepage-home-v2 main .homepage .homepage__multichannel .homepage__multichannel--container .descriptionCta .title p{text-align:center;font-size:20px;font-weight:500;color:var(--color-dark-2)}body.templatepage-home-v2 main .homepage .homepage__multichannel .homepage__multichannel--container .descriptionCta .subtitle p{text-align:center;font-size:16px;font-weight:400;color:var(--color-grey-darker-2)}body.templatepage-home-v2 main .homepage .homepage__multichannel .homepage__multichannel--container .descriptionCta .cta{display:flex;height:48px;padding:8px 16px;align-items:center;justify-content:center;gap:16px;border-radius:4px;background:var(--color-blue-normal)}body.templatepage-home-v2 main .homepage .homepage__multichannel .homepage__multichannel--container .descriptionCta .cta p{font-size:14px;font-weight:700;color:#fff}body.templatepage-home-v2 main .homepage .homepage__multichannel .homepage__multichannel--container .descriptionCta .cta span i{font-size:1.5rem;color:#fff}body.templatepage-home-v2 main .homepage .homepage__formsAndSearches{display:flex;width:100%;justify-content:center}body.templatepage-home-v2 main .homepage .homepage__formsAndSearches .homepage__formsAndSearches--container{display:flex;gap:60px;flex-direction:column;align-items:center;justify-content:start;width:100%;padding:64px 16px;max-height:592px;position:relative;overflow:hidden;max-width:var(--width-container-transparencia)}@media all and (min-width: 600px){body.templatepage-home-v2 main .homepage .homepage__formsAndSearches .homepage__formsAndSearches--container{text-align:center}}@media all and (min-width: 768px){body.templatepage-home-v2 main .homepage .homepage__formsAndSearches .homepage__formsAndSearches--container{flex-direction:row;gap:24px;text-align:start;justify-content:space-between;align-items:flex-start;padding:64px 32px;max-height:342px}}@media all and (min-width: 1024px){body.templatepage-home-v2 main .homepage .homepage__formsAndSearches .homepage__formsAndSearches--container{max-width:1024px;padding:96px 40px;max-height:437px}}@media all and (min-width: 1440px){body.templatepage-home-v2 main .homepage .homepage__formsAndSearches .homepage__formsAndSearches--container{padding:112px 80px;max-width:var(--width-container);height:581px;max-height:100%;align-items:center}}@media all and (min-width: 1920px){body.templatepage-home-v2 main .homepage .homepage__formsAndSearches .homepage__formsAndSearches--container{padding:112px 160px;height:661px;max-height:100%;max-width:var(--width-container-transparencia)}}body.templatepage-home-v2 main .homepage .homepage__formsAndSearches .homepage__formsAndSearches--container .intro{display:flex;flex-direction:column;align-items:center;gap:32px}@media all and (min-width: 768px){body.templatepage-home-v2 main .homepage .homepage__formsAndSearches .homepage__formsAndSearches--container .intro{align-items:start;width:calc(100% - 358px - 24px)}}@media all and (min-width: 1024px){body.templatepage-home-v2 main .homepage .homepage__formsAndSearches .homepage__formsAndSearches--container .intro{width:calc(100% - 456px - 24px)}}@media all and (min-width: 1440px){body.templatepage-home-v2 main .homepage .homepage__formsAndSearches .homepage__formsAndSearches--container .intro{width:calc(100% - 664px - 24px)}}@media all and (min-width: 1920px){body.templatepage-home-v2 main .homepage .homepage__formsAndSearches .homepage__formsAndSearches--container .intro{width:calc(100% - 812px - 24px)}}@media all and (min-width: 600px){body.templatepage-home-v2 main .homepage .homepage__formsAndSearches .homepage__formsAndSearches--container .intro .title{max-width:500px}}body.templatepage-home-v2 main .homepage .homepage__formsAndSearches .homepage__formsAndSearches--container .intro .title h2{font-size:24px;font-weight:500;color:var(--color-dark-2)}@media all and (min-width: 1024px){body.templatepage-home-v2 main .homepage .homepage__formsAndSearches .homepage__formsAndSearches--container .intro .title h2{font-size:36px}}body.templatepage-home-v2 main .homepage .homepage__formsAndSearches .homepage__formsAndSearches--container .intro .title h2 span{color:var(--color-blue-normal)}@media all and (min-width: 600px){body.templatepage-home-v2 main .homepage .homepage__formsAndSearches .homepage__formsAndSearches--container .intro .description{max-width:568px}}body.templatepage-home-v2 main .homepage .homepage__formsAndSearches .homepage__formsAndSearches--container .intro .description p{font-size:16px;font-weight:400;color:var(--color-dark-2)}body.templatepage-home-v2 main .homepage .homepage__formsAndSearches .homepage__formsAndSearches--container .image{display:flex}@media all and (min-width: 600px){body.templatepage-home-v2 main .homepage .homepage__formsAndSearches .homepage__formsAndSearches--container .image{max-width:477px}}@media all and (min-width: 768px){body.templatepage-home-v2 main .homepage .homepage__formsAndSearches .homepage__formsAndSearches--container .image{position:absolute;right:16px;max-width:358px;top:50%;transform:translateY(-25%)}}@media all and (min-width: 1024px){body.templatepage-home-v2 main .homepage .homepage__formsAndSearches .homepage__formsAndSearches--container .image{max-width:456px}}@media all and (min-width: 1440px){body.templatepage-home-v2 main .homepage .homepage__formsAndSearches .homepage__formsAndSearches--container .image{max-width:664px;right:45px}}@media all and (min-width: 1920px){body.templatepage-home-v2 main .homepage .homepage__formsAndSearches .homepage__formsAndSearches--container .image{max-width:unset;right:115px;transform:translateY(-27%)}}body.templatepage-home-v2 main .homepage .homepage__formsAndSearches .homepage__formsAndSearches--container .image img{width:100%;height:100%}body.templatepage-home-v2 main .homepage .homepage__dataAnalysis{display:flex;width:100%;justify-content:center;background:linear-gradient(128deg, #0C1818 0.01%, #173131 48.37%, #000 102.91%)}body.templatepage-home-v2 main .homepage .homepage__dataAnalysis .homepage__dataAnalysis--container{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;padding:64px 16px 126px 16px;max-width:var(--width-container-transparencia);position:relative}@media all and (min-width: 600px){body.templatepage-home-v2 main .homepage .homepage__dataAnalysis .homepage__dataAnalysis--container{padding:64px 16px 169px 16px}}@media all and (min-width: 768px){body.templatepage-home-v2 main .homepage .homepage__dataAnalysis .homepage__dataAnalysis--container{padding:64px 32px 189px 32px}}@media all and (min-width: 1024px){body.templatepage-home-v2 main .homepage .homepage__dataAnalysis .homepage__dataAnalysis--container{padding:80px 32px 228px 32px;max-width:1024px}}@media all and (min-width: 1440px){body.templatepage-home-v2 main .homepage .homepage__dataAnalysis .homepage__dataAnalysis--container{padding:80px 32px 307px 32px;max-width:var(--width-container)}}@media all and (min-width: 1920px){body.templatepage-home-v2 main .homepage .homepage__dataAnalysis .homepage__dataAnalysis--container{max-width:var(--width-container-transparencia)}}body.templatepage-home-v2 main .homepage .homepage__dataAnalysis .homepage__dataAnalysis--container .intro{display:flex;align-items:center;flex-direction:column;gap:32px}body.templatepage-home-v2 main .homepage .homepage__dataAnalysis .homepage__dataAnalysis--container .intro .title{display:flex}@media all and (min-width: 768px){body.templatepage-home-v2 main .homepage .homepage__dataAnalysis .homepage__dataAnalysis--container .intro .title{max-width:432px}}@media all and (min-width: 1024px){body.templatepage-home-v2 main .homepage .homepage__dataAnalysis .homepage__dataAnalysis--container .intro .title{max-width:676px}}body.templatepage-home-v2 main .homepage .homepage__dataAnalysis .homepage__dataAnalysis--container .intro .title h2{text-align:center;font-size:24px;font-weight:500;color:#fdfdfd}@media all and (min-width: 1024px){body.templatepage-home-v2 main .homepage .homepage__dataAnalysis .homepage__dataAnalysis--container .intro .title h2{font-size:36px}}body.templatepage-home-v2 main .homepage .homepage__dataAnalysis .homepage__dataAnalysis--container .intro .title h2 span{color:var(--color-green)}body.templatepage-home-v2 main .homepage .homepage__dataAnalysis .homepage__dataAnalysis--container .intro .description{display:flex}@media all and (min-width: 768px){body.templatepage-home-v2 main .homepage .homepage__dataAnalysis .homepage__dataAnalysis--container .intro .description{max-width:572px}}body.templatepage-home-v2 main .homepage .homepage__dataAnalysis .homepage__dataAnalysis--container .intro .description p{text-align:center;font-size:16px;color:#d2d2d2}body.templatepage-home-v2 main .homepage .homepage__dataAnalysis .homepage__dataAnalysis--container .intro .cta{display:flex;height:48px;padding:8px 16px;align-items:center;gap:16px;border-radius:4px;background-color:var(--color-green);transition:all .3s}body.templatepage-home-v2 main .homepage .homepage__dataAnalysis .homepage__dataAnalysis--container .intro .cta:hover{background:var(--color-green-hover);transition:all .3s}body.templatepage-home-v2 main .homepage .homepage__dataAnalysis .homepage__dataAnalysis--container .intro .cta:active{background:var(--color-green-hover);transition:all .3s}body.templatepage-home-v2 main .homepage .homepage__dataAnalysis .homepage__dataAnalysis--container .intro .cta p{font-size:14px;font-weight:700;color:var(--color-dark-2)}body.templatepage-home-v2 main .homepage .homepage__dataAnalysis .homepage__dataAnalysis--container .intro .cta span i{font-size:1.5rem;color:var(--color-dark-2)}body.templatepage-home-v2 main .homepage .homepage__dataAnalysis .homepage__dataAnalysis--container .image{position:absolute;bottom:0;left:50%;width:100%;transform:translate(-50%, 72%)}@media all and (min-width: 1024px){body.templatepage-home-v2 main .homepage .homepage__dataAnalysis .homepage__dataAnalysis--container .image{left:unset;width:auto;transform:translateY(72%)}}@media all and (min-width: 1440px){body.templatepage-home-v2 main .homepage .homepage__dataAnalysis .homepage__dataAnalysis--container .image{transform:translate(2.6%, 70%)}}@media all and (min-width: 1920px){body.templatepage-home-v2 main .homepage .homepage__dataAnalysis .homepage__dataAnalysis--container .image{transform:translate(5%, 73%)}}body.templatepage-home-v2 main .homepage .homepage__dataAnalysis .homepage__dataAnalysis--container .image picture img{width:100%;height:100%}body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction{display:flex;width:100%;justify-content:center;background:linear-gradient(165deg, rgba(201, 226, 255, 0.5) 3.48%, rgba(136, 188, 247, 0.2) 55.98%, #FFF 108.47%)}body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:var(--width-container-transparencia)}@media all and (min-width: 1024px){body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container{max-width:1024px}}@media all and (min-width: 1440px){body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container{max-width:var(--width-container)}}@media all and (min-width: 1920px){body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container{max-width:var(--width-container-transparencia)}}body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container{display:flex;flex-direction:column;gap:32px;align-items:center;justify-content:center;padding:128px 16px 64px 16px;width:100%;overflow:hidden}@media all and (min-width: 600px){body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container{padding:160px 16px 80px 16px}}@media all and (min-width: 768px){body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container{padding:208px 32px 80px 32px;gap:80px}}@media all and (min-width: 1024px){body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container{padding:259px 40px 80px 40px;overflow:unset}}@media all and (min-width: 1440px){body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container{padding:333px 80px 80px 80px}}@media all and (min-width: 1920px){body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container{padding:365px 80px 80px 80px}}body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .intro{display:flex;flex-direction:column;align-items:center;gap:32px;z-index:9}body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .intro .title h2{text-align:center;font-size:24px;font-weight:500;color:var(--color-dark-2)}@media all and (min-width: 768px){body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .intro .title h2{max-width:434px}}@media all and (min-width: 1024px){body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .intro .title h2{font-size:36px;max-width:650px}}body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .intro .title h2 span{color:var(--color-blue-normal)}body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .intro .cta{display:flex;height:48px;padding:8px 16px;align-items:center;justify-content:center;gap:16px;border-radius:4px;background-color:var(--color-blue-normal)}body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .intro .cta:hover{background-color:var(--color-blue-dark);transition:all .3s;border-color:#fff}body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .intro .cta:active{background-color:var(--color-blue-dark-secondary);transition:all .3s;border-color:#fff}body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .intro .cta p{font-size:14px;font-weight:700;color:#fff}body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .intro .cta span i{font-size:1.5rem;color:#fff}body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .floatingItems{display:flex;position:relative;flex-direction:column;width:288px;height:245px;max-width:320px}@media all and (min-width: 420px){body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .floatingItems{width:100%;height:323px;max-width:388px}}@media all and (min-width: 600px){body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .floatingItems{max-width:600px;height:210px}}@media all and (min-width: 768px){body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .floatingItems{max-width:704px}}@media all and (min-width: 1024px){body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .floatingItems{height:231px}}@media all and (min-width: 1440px){body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .floatingItems{max-width:996px;height:327px}}@media all and (min-width: 1920px){body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .floatingItems{max-width:1166px;height:383px}}body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .floatingItems .card:not([data-order="1"],[data-order="5"]){display:flex;width:205px;height:76px;padding:16px 8px;align-items:center;gap:14px;border-radius:6px;border:1px solid var(--color-blue-normal-3);background-color:#fdfdfd}@media all and (min-width: 420px){body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .floatingItems .card:not([data-order="1"],[data-order="5"]){width:270px;height:100px}}body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .floatingItems .card:not([data-order="1"],[data-order="5"]) .number p{font-size:24px;font-weight:300;color:var(--color-blue-normal)}@media all and (min-width: 420px){body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .floatingItems .card:not([data-order="1"],[data-order="5"]) .number p{font-size:32px}}body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .floatingItems .card:not([data-order="1"],[data-order="5"]) .text p{font-size:9px;color:var(--color-dark-2)}@media all and (min-width: 420px){body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .floatingItems .card:not([data-order="1"],[data-order="5"]) .text p{font-size:12px}}body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .floatingItems .card[data-order="1"]{position:absolute;left:8px;top:36px;z-index:9}@media all and (min-width: 420px){body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .floatingItems .card[data-order="1"]{top:50px;left:13px}}@media all and (min-width: 600px){body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .floatingItems .card[data-order="1"]{top:0;left:45px;z-index:99}}@media all and (min-width: 768px){body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .floatingItems .card[data-order="1"]{left:90px}body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .floatingItems .card[data-order="1"] image{width:106px;height:80px}}body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .floatingItems .card[data-order="1"] .image{display:flex;max-width:70px}@media all and (min-width: 420px){body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .floatingItems .card[data-order="1"] .image{max-width:92px}}@media all and (min-width: 1024px){body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .floatingItems .card[data-order="1"] .image{max-width:113px}}@media all and (min-width: 1440px){body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .floatingItems .card[data-order="1"] .image{max-width:160px}}@media all and (min-width: 1920px){body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .floatingItems .card[data-order="1"] .image{max-width:188px}}body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .floatingItems .card[data-order="1"] .image img{width:100%;height:100%}body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .floatingItems .card[data-order="2"]{position:absolute;left:84px}@media all and (min-width: 420px){body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .floatingItems .card[data-order="2"]{left:112px}}@media all and (min-width: 600px){body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .floatingItems .card[data-order="2"]{width:232px;height:64px;padding:10px 15px;right:0;left:unset}body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .floatingItems .card[data-order="2"] .number p{font-size:25px}body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .floatingItems .card[data-order="2"] .text p{font-size:9px}}@media all and (min-width: 768px){body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .floatingItems .card[data-order="2"]{width:259px;height:74px;padding:12px 18px;right:16px}body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .floatingItems .card[data-order="2"] .number p{font-size:29px}body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .floatingItems .card[data-order="2"] .text p{font-size:10px}}@media all and (min-width: 1024px){body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .floatingItems .card[data-order="2"]{width:278px;height:79px;padding:12px 19px;right:16px}body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .floatingItems .card[data-order="2"] .number p{font-size:31px}body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .floatingItems .card[data-order="2"] .text p{font-size:11px}}@media all and (min-width: 1440px){body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .floatingItems .card[data-order="2"]{width:392.984px;height:111px;padding:18px 27px;top:9px;right:0;gap:33px}body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .floatingItems .card[data-order="2"] .number p{font-size:44px}body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .floatingItems .card[data-order="2"] .text p{font-size:15px}}@media all and (min-width: 1920px){body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .floatingItems .card[data-order="2"]{width:460px;height:131px;padding:21px 31px;top:9px;gap:38px}body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .floatingItems .card[data-order="2"] .number p{font-size:52px}body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .floatingItems .card[data-order="2"] .text p{font-size:18px}}body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .floatingItems .card[data-order="3"]{position:absolute;top:68px;left:25px;width:250px;height:93px;padding:24px 8px;gap:14px;background-color:var(--color-dark-2)}@media all and (min-width: 420px){body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .floatingItems .card[data-order="3"]{top:93px;left:33px;width:328px;height:123px}}@media all and (min-width: 600px){body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .floatingItems .card[data-order="3"]{width:279px;height:78px;padding:15px;left:110px;top:55px;z-index:9;border-color:rgba(0,0,0,0)}}@media all and (min-width: 768px){body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .floatingItems .card[data-order="3"]{width:324px;height:90px;padding:17px;left:160px}}@media all and (min-width: 1024px){body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .floatingItems .card[data-order="3"]{width:347px;height:97px;padding:19px;top:67px}}@media all and (min-width: 1440px){body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .floatingItems .card[data-order="3"]{width:491px;height:137px;padding:27px;top:100px;left:200px;gap:18px}}@media all and (min-width: 1920px){body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .floatingItems .card[data-order="3"]{width:574px;height:161px;padding:31px;top:110px;left:225px;gap:21px}}body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .floatingItems .card[data-order="3"] .number p{font-size:36px;color:var(--color-blue-normal-2)}@media all and (min-width: 420px){body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .floatingItems .card[data-order="3"] .number p{font-size:48px}}@media all and (min-width: 600px){body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .floatingItems .card[data-order="3"] .number p{font-size:40px}}@media all and (min-width: 768px){body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .floatingItems .card[data-order="3"] .number p{font-size:47px}}@media all and (min-width: 1024px){body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .floatingItems .card[data-order="3"] .number p{font-size:50px}}@media all and (min-width: 1440px){body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .floatingItems .card[data-order="3"] .number p{font-size:71px}}@media all and (min-width: 1920px){body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .floatingItems .card[data-order="3"] .number p{font-size:83px}}body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .floatingItems .card[data-order="3"] .text p{color:#fdfdfd}@media all and (min-width: 600px){body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .floatingItems .card[data-order="3"] .text p{font-size:11px}}@media all and (min-width: 768px){body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .floatingItems .card[data-order="3"] .text p{font-size:12px}}@media all and (min-width: 1440px){body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .floatingItems .card[data-order="3"] .text p{font-size:18px}}@media all and (min-width: 1920px){body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .floatingItems .card[data-order="3"] .text p{font-size:21px}}body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .floatingItems .card[data-order="4"]{position:absolute;left:0px;top:150px;width:216px;height:61px;padding:16px 8px;border-radius:5px;background:linear-gradient(115deg, #FFF -7.01%, #88BCF7 187.64%);box-shadow:0px 260px 73px 0px rgba(0,0,0,0),0px 166px 66px 0px rgba(0,0,0,.01),0px 93px 56px 0px rgba(0,0,0,.05),0px 42px 42px 0px rgba(0,0,0,.09),0px 10px 23px 0px rgba(0,0,0,.1);z-index:9}@media all and (min-width: 420px){body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .floatingItems .card[data-order="4"]{top:200px;left:5px;width:284px;height:100px}}@media all and (min-width: 600px){body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .floatingItems .card[data-order="4"]{width:240px;height:63px;padding:10px;left:0;top:125px}body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .floatingItems .card[data-order="4"] .number p{font-size:25px}body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .floatingItems .card[data-order="4"] .text p{font-size:9px}}@media all and (min-width: 768px){body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .floatingItems .card[data-order="4"]{width:278px;height:73px;padding:12px;top:unset;bottom:0;left:20px}body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .floatingItems .card[data-order="4"] .number p{font-size:29px}body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .floatingItems .card[data-order="4"] .text p{font-size:10px}}@media all and (min-width: 1024px){body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .floatingItems .card[data-order="4"]{width:298px;height:78px}body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .floatingItems .card[data-order="4"] .number p{font-size:31px}body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .floatingItems .card[data-order="4"] .text p{font-size:11px}}@media all and (min-width: 1440px){body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .floatingItems .card[data-order="4"]{width:422px;height:111px;padding:18px;gap:37px}body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .floatingItems .card[data-order="4"] .number p{font-size:45px}body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .floatingItems .card[data-order="4"] .text p{font-size:16px}}@media all and (min-width: 1920px){body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .floatingItems .card[data-order="4"]{width:494px;height:131px;padding:21px;gap:44px;left:0}body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .floatingItems .card[data-order="4"] .number p{font-size:53px}body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .floatingItems .card[data-order="4"] .text p{font-size:18px}}body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .floatingItems .card[data-order="5"]{position:absolute;right:unset;left:195px;top:180px;width:100%}@media all and (min-width: 420px){body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .floatingItems .card[data-order="5"]{right:5px;left:unset;top:234px;width:auto}}@media all and (min-width: 600px){body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .floatingItems .card[data-order="5"]{top:120px;right:100px}}@media all and (min-width: 768px){body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .floatingItems .card[data-order="5"]{right:130px}}@media all and (min-width: 1024px){body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .floatingItems .card[data-order="5"]{top:130px;right:90px}}@media all and (min-width: 1440px){body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .floatingItems .card[data-order="5"]{top:unset;bottom:5px;right:160px}}@media all and (min-width: 1920px){body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .floatingItems .card[data-order="5"]{right:200px}}body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .floatingItems .card[data-order="5"] .image{display:flex;max-width:90px}@media all and (min-width: 420px){body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .floatingItems .card[data-order="5"] .image{max-width:118px}}@media all and (min-width: 1024px){body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .floatingItems .card[data-order="5"] .image{max-width:140px}}@media all and (min-width: 1440px){body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .floatingItems .card[data-order="5"] .image{max-width:188px}}@media all and (min-width: 1920px){body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .floatingItems .card[data-order="5"] .image{max-width:221px}}body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__citizenSatisfaction--container .floatingItems .card[data-order="5"] .image img{width:100%;height:100%}body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__organizationsContainer{display:flex;flex-direction:column;gap:40px;width:100%;align-items:center;padding:64px 16px 80px 16px;position:relative;overflow:hidden}body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__organizationsContainer::before{display:flex;content:"";position:absolute;top:0;width:90%;height:1px;background-color:var(--color-blue-normal-3)}@media all and (min-width: 768px){body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__organizationsContainer{padding:80px 16px}}@media all and (min-width: 1024px){body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__organizationsContainer{max-width:1024px;padding:80px 40px 104px 40px}}@media all and (min-width: 1440px){body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__organizationsContainer{max-width:var(--width-container)}}@media all and (min-width: 1920px){body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__organizationsContainer{max-width:var(--width-container-transparencia)}}body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__organizationsContainer .homepage__organizations--intro .title h2{max-width:595px;text-align:center;font-size:20px;font-weight:400;color:var(--color-dark)}@media all and (min-width: 600px){body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__organizationsContainer .homepage__organizations--intro .title h2{font-size:24px}}body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__organizationsContainer .homepage__organizations--logos{display:flex;align-items:center;justify-content:center;position:relative;gap:32px;align-self:flex-start;width:100%}@media all and (min-width: 600px){body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__organizationsContainer .homepage__organizations--logos{gap:40px}}@media all and (min-width: 860px){body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__organizationsContainer .homepage__organizations--logos{width:-webkit-fill-available}}@media all and (min-width: 1024px){body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__organizationsContainer .homepage__organizations--logos{gap:56px;justify-content:center}}@media all and (min-width: 1440px){body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__organizationsContainer .homepage__organizations--logos{gap:64px}}body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__organizationsContainer .homepage__organizations--logos .slick-list .slick-track{display:flex;align-items:center;gap:32px}body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__organizationsContainer .homepage__organizations--logos .slick-list .slick-track::before,body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__organizationsContainer .homepage__organizations--logos .slick-list .slick-track::after{display:none}@media all and (min-width: 600px){body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__organizationsContainer .homepage__organizations--logos .slick-list .slick-track{gap:40px}}@media all and (min-width: 768px){body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__organizationsContainer .homepage__organizations--logos .slick-list .slick-track{width:100% !important;gap:56px}}@media all and (min-width: 1440px){body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__organizationsContainer .homepage__organizations--logos .slick-list .slick-track{gap:64px}}body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__organizationsContainer .homepage__organizations--logos .slick-dots{display:flex !important;align-self:center;gap:10px;bottom:-50px;width:auto}body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__organizationsContainer .homepage__organizations--logos .slick-dots li{margin:auto;width:13px;height:13px}body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__organizationsContainer .homepage__organizations--logos .slick-dots li button{padding:unset;width:13px;height:13px;border-radius:20px;background-color:#979797}body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__organizationsContainer .homepage__organizations--logos .slick-dots li button::before{content:"";font-size:1.3rem;width:13px;height:13px;transition:all .3s}body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__organizationsContainer .homepage__organizations--logos .slick-dots li.slick-active{width:auto !important}body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__organizationsContainer .homepage__organizations--logos .slick-dots li.slick-active button{background-color:#3251ea !important;border-radius:20px;transition:all .3s}body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__organizationsContainer .homepage__organizations--logos .logo{display:flex;align-items:center;max-width:133px}body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__organizationsContainer .homepage__organizations--logos .logo span{display:flex;width:133px}body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__organizationsContainer .homepage__organizations--logos .logo span img{width:100%;height:100%}body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__organizationsContainer .dots{display:flex;position:unset;width:max-content;gap:10px}@media all and (min-width: 1024px){body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__organizationsContainer .dots{display:none}}body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__organizationsContainer .dots .swiperDots{all:unset;height:13px;width:13px;border-radius:2vw;transition:.7s;position:relative;background-color:var(--color-grey-darker-4);cursor:pointer}body.templatepage-home-v2 main .homepage .homepage__citizenSatisfaction .all--container .homepage__organizationsContainer .dots .swiperDots.active{background-color:var(--color-blue-normal)}body.pageScrolled header{box-shadow:0px 4px 22.3px 4px rgba(0,0,0,.05)}@media all and (min-width: 1024px){body.pageScrolled header .header{padding:10px 40px;transition:all .3s}}@media all and (min-width: 1440px){body.pageScrolled header .header{padding:10px 80px}}@media all and (min-width: 1920px){body.pageScrolled header .header{padding:10px 160px}}body.templatepage-slide main{margin-top:70px}@media all and (min-width: 1024px){body.templatepage-slide main{margin-top:90px}}body.templatepage-slide main .slider{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}body.templatepage-slide main .slider .homepage__slide{display:flex;position:relative;width:100%;justify-content:center;background:linear-gradient(125deg, #C9E2FF 0%, #FFF 108.66%)}body.templatepage-slide main .slider .homepage__slide .homepage__slide--container{display:flex;flex-direction:column;gap:48px;width:100%;justify-content:center;align-items:center;padding:64px 16px;max-width:420px}@media all and (min-width: 600px){body.templatepage-slide main .slider .homepage__slide .homepage__slide--container{max-width:600px}}@media all and (min-width: 768px){body.templatepage-slide main .slider .homepage__slide .homepage__slide--container{padding:64px 32px;max-width:768px}}@media all and (min-width: 1024px){body.templatepage-slide main .slider .homepage__slide .homepage__slide--container{padding:72px 40px;flex-direction:row;gap:40px;max-width:1024px}}@media all and (min-width: 1440px){body.templatepage-slide main .slider .homepage__slide .homepage__slide--container{padding:72px 80px;gap:141px;max-width:var(--width-container)}}@media all and (min-width: 1920px){body.templatepage-slide main .slider .homepage__slide .homepage__slide--container{padding:80px 160px;gap:281px;max-width:var(--width-container-transparencia);min-height:448px}}body.templatepage-slide main .slider .homepage__slide .homepage__slide--container .background{display:none}@media all and (min-width: 768px){body.templatepage-slide main .slider .homepage__slide .homepage__slide--container .background{display:flex;position:absolute;right:-10px;bottom:0}}@media all and (min-width: 1024px){body.templatepage-slide main .slider .homepage__slide .homepage__slide--container .background{transform:translateX(40%);right:-45px}}@media all and (min-width: 1440px){body.templatepage-slide main .slider .homepage__slide .homepage__slide--container .background{transform:translateX(25%)}}@media all and (min-width: 1920px){body.templatepage-slide main .slider .homepage__slide .homepage__slide--container .background{transform:translate(0, -46%);top:50%;right:-5px;bottom:auto}}@media all and (min-width: 1024px){body.templatepage-slide main .slider .homepage__slide .homepage__slide--container .background picture{max-width:586px}}@media all and (min-width: 1920px){body.templatepage-slide main .slider .homepage__slide .homepage__slide--container .background picture{max-width:543px;max-height:489px}}body.templatepage-slide main .slider .homepage__slide .homepage__slide--container .background picture img{width:100%;height:100%}body.templatepage-slide main .slider .homepage__slide .homepage__slide--container .intro{display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px}@media all and (min-width: 1024px){body.templatepage-slide main .slider .homepage__slide .homepage__slide--container .intro{width:309px;text-align:start;align-items:start}}@media all and (min-width: 1440px){body.templatepage-slide main .slider .homepage__slide .homepage__slide--container .intro{width:449px}}body.templatepage-slide main .slider .homepage__slide .homepage__slide--container .intro .image{display:flex;max-width:207px;object-fit:cover}body.templatepage-slide main .slider .homepage__slide .homepage__slide--container .intro .image img{width:100%;height:100%}body.templatepage-slide main .slider .homepage__slide .homepage__slide--container .intro .title h2{color:var(--color-dark-2);font-size:24px;font-weight:500}@media all and (min-width: 1024px){body.templatepage-slide main .slider .homepage__slide .homepage__slide--container .intro .title h2{font-size:36px}}body.templatepage-slide main .slider .homepage__slide .homepage__slide--container .intro .title span{color:var(--color-blue-normal)}body.templatepage-slide main .slider .homepage__slide .homepage__slide--container .list{display:flex;position:relative;width:100%;overflow:hidden;gap:24px;cursor:grab}@media all and (min-width: 768px){body.templatepage-slide main .slider .homepage__slide .homepage__slide--container .list{flex-wrap:wrap;left:unset}}@media all and (min-width: 1024px){body.templatepage-slide main .slider .homepage__slide .homepage__slide--container .list{width:calc(100% - 309px)}}@media all and (min-width: 1440px){body.templatepage-slide main .slider .homepage__slide .homepage__slide--container .list{width:calc(100% - 449px)}}body.templatepage-slide main .slider .homepage__slide .homepage__slide--container .list .card{display:flex;position:relative;flex-direction:column;gap:32px;min-width:278px}@media all and (min-width: 768px){body.templatepage-slide main .slider .homepage__slide .homepage__slide--container .list .card{width:calc(33% - 14px);height:auto}}@media all and (min-width: 1024px){body.templatepage-slide main .slider .homepage__slide .homepage__slide--container .list .card{width:calc(33% - 24px)}}@media all and (min-width: 1920px){body.templatepage-slide main .slider .homepage__slide .homepage__slide--container .list .card:nth-child(2) .description{display:flex;max-width:274px}}body.templatepage-slide main .slider .homepage__slide .homepage__slide--container .list .card .title{position:relative}body.templatepage-slide main .slider .homepage__slide .homepage__slide--container .list .card .title p{color:var(--color-dark-2);font-size:20px;font-weight:500}body.templatepage-slide main .slider .homepage__slide .homepage__slide--container .list .card .title::after{display:flex;position:absolute;content:"";width:46px;height:1px;bottom:-16px;left:0;background-color:var(--color-blue-normal-2)}body.templatepage-slide main .slider .homepage__slide .homepage__slide--container .list .card .description p{color:var(--color-grey-darker-2);font-size:16px}body.templatepage-slide main .slider .homepage__slide .homepage__slide--container .dots{all:unset;display:flex;position:relative;width:max-content;gap:10px}@media all and (min-width: 768px){body.templatepage-slide main .slider .homepage__slide .homepage__slide--container .dots{display:none}}body.templatepage-slide main .slider .homepage__slide .homepage__slide--container .dots div{all:unset;height:13px;width:13px;border-radius:2vw;transition:.7s;position:relative;background-color:var(--color-grey-darker-4);cursor:pointer}body.templatepage-slide main .slider .homepage__slide .homepage__slide--container .dots div:nth-child(1){background-color:var(--color-blue-normal)}body.templatepage-slide main .slider .homepage__slide .homepage__slide--container .dots div.active{background-color:var(--color-blue-normal)}body.templatepage-slide main .slider .homepage__slide .homepage__slide--container .swiper-notification{display:none}body.pageScrolled header{box-shadow:0px 4px 22.3px 4px rgba(0,0,0,.05)}@media all and (min-width: 1024px){body.pageScrolled header .header{padding:10px 40px;transition:all .3s}}@media all and (min-width: 1440px){body.pageScrolled header .header{padding:10px 80px}}@media all and (min-width: 1920px){body.pageScrolled header .header{padding:10px 160px}}body.templatepage-funcionalidades-v2 main{margin-top:70px}@media all and (min-width: 1024px){body.templatepage-funcionalidades-v2 main{margin-top:90px}}body.templatepage-funcionalidades-v2 main .features{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;background:linear-gradient(180deg, #090F2C 0%, var(--color-blue-dark-primary-1) 50%, #0E1742 100%)}body.templatepage-funcionalidades-v2 main .features .features__container{display:flex;align-items:center;flex-direction:column;width:100%;overflow:hidden}body.templatepage-funcionalidades-v2 main .features .features__container .features__section1{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;background-image:url("../images/pages/features/background-mobile.svg");background-repeat:no-repeat;background-position:top;background-size:cover}@media all and (min-width: 600px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section1{background-image:url("../images/pages/features/background-desktop.svg")}}body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container{display:flex;flex-direction:column;position:relative;width:100%;gap:80px;padding:64px 16px 80px 16px;max-width:420px}@media all and (min-width: 600px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container{padding:64px 16px 60px 16px;max-width:600px}}@media all and (min-width: 768px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container{padding:64px 32px 45px 32px;max-width:768px}}@media all and (min-width: 1024px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container{padding:88px 40px 130px 40px;max-width:1024px}}@media all and (min-width: 1440px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container{padding:88px 40px 110px 40px;max-width:var(--width-container)}}@media all and (min-width: 1920px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container{padding:88px 160px 157px 160px;max-width:var(--width-container-transparencia)}}body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .intro{display:flex;flex-direction:column;align-items:center;gap:32px}body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .intro .title{display:flex}@media all and (min-width: 600px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .intro .title{max-width:500px}}@media all and (min-width: 1024px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .intro .title{max-width:700px}}body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .intro .title h2{text-align:center;font-size:24px;font-weight:500;color:#fdfdfd}@media all and (min-width: 1024px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .intro .title h2{font-size:36px}}body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .intro .title h2 span{background:linear-gradient(90deg, #4764F5 21.35%, #37ABFF 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .intro .cta{display:flex}body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .intro .cta a{display:flex;height:48px;padding:8px 16px;align-items:center;gap:16px;border-radius:4px;background:var(--color-blue-normal)}body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .intro .cta a p{font-size:14px;font-weight:700;color:#fff}body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .intro .cta a:hover{background-color:var(--color-blue-dark);transition:all .3s;border-color:#fff}body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .intro .cta a:active{background-color:var(--color-blue-dark-secondary);transition:all .3s;border-color:#fff}body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .list{display:flex;flex-direction:column;gap:80px}@media all and (min-width: 1024px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .list{padding:0 30px}}@media all and (min-width: 1440px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .list{padding:0 160px;gap:200px}}@media all and (min-width: 1920px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .list{padding:0 80px}}body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .list .card{display:flex;flex-direction:column;position:relative}body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .list .card[data-order="2"]{padding-top:100px}@media all and (min-width: 420px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .list .card[data-order="2"]{padding-top:80px}}@media all and (min-width: 600px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .list .card[data-order="2"]{padding-top:120px}}@media all and (min-width: 1920px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .list .card[data-order="2"]{padding-top:unset}}body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .list .card[data-order="2"] .details{height:523px;background:linear-gradient(180deg, var(--color-blue-dark-primary-1) 56.89%, var(--color-blue-normal) 211.71%)}@media all and (min-width: 600px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .list .card[data-order="2"] .details{height:598px}}@media all and (min-width: 768px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .list .card[data-order="2"] .details{height:483px;padding:48px 32px 40px 32px}}@media all and (min-width: 1024px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .list .card[data-order="2"] .details{height:539px}}@media all and (min-width: 1440px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .list .card[data-order="2"] .details{height:628px}}@media all and (min-width: 1920px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .list .card[data-order="2"] .details{height:711px}body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .list .card[data-order="2"] .details .intro .title{max-width:unset}}body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .list .card[data-order="2"] .image{right:-15px;transform:translateY(64%)}@media all and (min-width: 420px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .list .card[data-order="2"] .image{transform:translateY(56.6%)}}@media all and (min-width: 600px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .list .card[data-order="2"] .image{left:-23px;right:-23px;transform:translateY(51%)}}@media all and (min-width: 768px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .list .card[data-order="2"] .image{left:33px;right:-33px;transform:translateY(52%)}}@media all and (min-width: 1024px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .list .card[data-order="2"] .image{left:-30px;right:-128px;transform:translateY(54%)}}@media all and (min-width: 1440px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .list .card[data-order="2"] .image{left:-97px;right:-225px;transform:translateY(54%)}}@media all and (min-width: 1920px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .list .card[data-order="2"] .image{left:-62px;right:-227px;transform:translateY(55%)}}body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .list .card[data-order="3"]{padding-top:100px}@media all and (min-width: 420px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .list .card[data-order="3"]{padding-top:80px}}@media all and (min-width: 600px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .list .card[data-order="3"]{padding-top:120px}}@media all and (min-width: 768px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .list .card[data-order="3"]{padding-top:40px}}@media all and (min-width: 1024px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .list .card[data-order="3"]{padding-top:120px}}@media all and (min-width: 1440px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .list .card[data-order="3"]{padding-top:unset}}@media all and (min-width: 1920px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .list .card[data-order="3"]{padding-top:15px}}body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .list .card[data-order="3"] .details{height:487px}@media all and (min-width: 600px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .list .card[data-order="3"] .details{height:424px}}@media all and (min-width: 768px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .list .card[data-order="3"] .details .intro .title{max-width:155px}}@media all and (min-width: 1024px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .list .card[data-order="3"] .details{height:553px}body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .list .card[data-order="3"] .details .intro .description{width:100%;max-width:252px}}@media all and (min-width: 1440px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .list .card[data-order="3"] .details{height:553px}body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .list .card[data-order="3"] .details .intro .description{max-width:330px}}@media all and (min-width: 1920px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .list .card[data-order="3"] .details{height:756px}body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .list .card[data-order="3"] .details .intro .description{max-width:unset}}body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .list .card[data-order="3"] .image{left:25px;right:-5px;transform:translateY(36%)}@media all and (min-width: 420px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .list .card[data-order="3"] .image{transform:translateY(20%)}}@media all and (min-width: 600px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .list .card[data-order="3"] .image{left:0;right:-30px;transform:translateY(32%)}}@media all and (min-width: 768px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .list .card[data-order="3"] .image{left:33px;right:-2px;transform:translateY(34%)}}@media all and (min-width: 1024px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .list .card[data-order="3"] .image{left:-22px;right:-71px;transform:translateY(26%)}}@media all and (min-width: 1440px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .list .card[data-order="3"] .image{height:554px;left:-70px;right:-135px;transform:translateY(32%)}}@media all and (min-width: 1920px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .list .card[data-order="3"] .image{height:unset;left:-43px;right:-127px;transform:translateY(21%)}}body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .list .card[data-order="4"]{padding-top:84px}@media all and (min-width: 420px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .list .card[data-order="4"]{padding-top:80px}}@media all and (min-width: 600px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .list .card[data-order="4"]{padding-top:120px}}@media all and (min-width: 1024px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .list .card[data-order="4"]{padding-top:144px}}@media all and (min-width: 1440px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .list .card[data-order="4"]{padding-top:100px}}body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .list .card[data-order="4"] .details{height:444px;background:linear-gradient(180deg, var(--color-blue-dark-primary-1) 56.89%, var(--color-blue-normal) 211.71%)}@media all and (min-width: 600px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .list .card[data-order="4"] .details{height:397px}}@media all and (min-width: 768px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .list .card[data-order="4"] .details{height:480px}body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .list .card[data-order="4"] .details .intro .title{max-width:166px}}@media all and (min-width: 1440px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .list .card[data-order="4"] .details{height:590px}body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .list .card[data-order="4"] .details .intro .description{width:100%;max-width:330px}}@media all and (min-width: 1920px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .list .card[data-order="4"] .details{height:700px}body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .list .card[data-order="4"] .details .intro .description{width:100%;max-width:unset}}body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .list .card[data-order="4"] .image{left:20px;right:-70px;transform:translateY(92%)}@media all and (min-width: 321px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .list .card[data-order="4"] .image{transform:translateY(80%)}}@media all and (min-width: 420px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .list .card[data-order="4"] .image{transform:translateY(70%)}}@media all and (min-width: 600px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .list .card[data-order="4"] .image{left:33px;right:-20px}}@media all and (min-width: 768px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .list .card[data-order="4"] .image{left:33px;right:-30px;transform:translateY(65%)}}@media all and (min-width: 1024px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .list .card[data-order="4"] .image{left:-27px;right:-121px;transform:translateY(72%)}}@media all and (min-width: 1440px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .list .card[data-order="4"] .image{left:-70px;right:-182px;transform:translateY(66%)}}@media all and (min-width: 1920px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .list .card[data-order="4"] .image{left:-80px;right:-239px;transform:translateY(68%)}}body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .list .card .details{display:flex;position:relative;height:424px;padding:48px 32px 83px 32px;flex-direction:column;align-items:flex-start;gap:16px;align-self:stretch;border-radius:5px;border:1px solid var(--color-blue-dark-primary-2);background:linear-gradient(180deg, var(--color-blue-normal) -179.95%, var(--color-blue-dark-primary-1) 107.88%)}@media all and (min-width: 600px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .list .card .details{height:363px}}@media all and (min-width: 1024px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .list .card .details{height:549px}}@media all and (min-width: 1920px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .list .card .details{height:823px}}body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .list .card .details .number{display:flex;align-items:center;justify-content:center;position:absolute;top:-30px;width:56px;height:56px;background:linear-gradient(180deg, #2F429D 0%, #0A1858 100%);border-radius:30px}@media all and (min-width: 1024px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .list .card .details .number{left:-30px;top:auto}}body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .list .card .details .number span{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#3251ea;backdrop-filter:blur(7.3316922188px);border-radius:30px}body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .list .card .details .number span p{font-size:24px;color:#fff}body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .list .card .details .intro{display:flex;flex-direction:column;align-items:flex-start;gap:16px}@media all and (min-width: 768px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .list .card .details .intro{flex-direction:row;gap:40px}body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .list .card .details .intro div{width:calc(33% - 5px)}}@media all and (min-width: 1024px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .list .card .details .intro{padding:0 40px}}body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .list .card .details .intro .title{display:flex}@media all and (min-width: 1920px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .list .card .details .intro .title{max-width:300px}}body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .list .card .details .intro .title p{font-size:20px;font-weight:500;line-height:24px;color:#fdfdfd}body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .list .card .details .intro .description{display:flex}body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .list .card .details .intro .description p{font-size:16px;color:#d2d2d2}body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .list .card .image{display:flex;justify-content:center;position:absolute;bottom:0;left:-15px;transform:translateY(60%)}@media all and (min-width: 420px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .list .card .image{transform:translateY(50%)}}@media all and (min-width: 600px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .list .card .image{left:16px;right:26px;transform:translateY(49%)}}@media all and (min-width: 768px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .list .card .image{left:10px;right:24px;transform:translateY(57%)}}@media all and (min-width: 1024px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .list .card .image{left:-49px;right:-25px;transform:translateY(36%)}}@media all and (min-width: 1440px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .list .card .image{left:-130px;right:-108px;transform:translateY(50%)}}@media all and (min-width: 1920px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .list .card .image{left:-114px;right:-75px;transform:translateY(28%)}}body.templatepage-funcionalidades-v2 main .features .features__container .features__section1 .features__section1Container .list .card .image picture img{width:100%;height:100%}body.templatepage-funcionalidades-v2 main .features .features__container .features__section2{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}body.templatepage-funcionalidades-v2 main .features .features__container .features__section2 .features__section2Container{display:flex;flex-direction:column;gap:40px;width:100%;padding:120px 16px 80px;max-width:420px}@media all and (min-width: 420px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section2 .features__section2Container{padding:80px 16px}}@media all and (min-width: 600px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section2 .features__section2Container{max-width:600px}}@media all and (min-width: 768px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section2 .features__section2Container{padding:60px 32px 80px 32px;max-width:768px}}@media all and (min-width: 1024px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section2 .features__section2Container{padding:88px 40px 80px 40px;max-width:1024px}}@media all and (min-width: 1440px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section2 .features__section2Container{max-width:var(--width-container)}}@media all and (min-width: 1920px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section2 .features__section2Container{padding:88px 160px 80px 160px;max-width:var(--width-container-transparencia)}}body.templatepage-funcionalidades-v2 main .features .features__container .features__section2 .features__section2Container .intro{display:flex;align-items:center;flex-direction:column;gap:16px}body.templatepage-funcionalidades-v2 main .features .features__container .features__section2 .features__section2Container .intro .title{display:flex}body.templatepage-funcionalidades-v2 main .features .features__container .features__section2 .features__section2Container .intro .title p{text-align:center;font-size:14px;letter-spacing:1.4px;text-transform:uppercase;color:#fdfdfd}@media all and (min-width: 1024px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section2 .features__section2Container .intro .title p{font-size:16px}}body.templatepage-funcionalidades-v2 main .features .features__container .features__section2 .features__section2Container .intro .subtitle{display:flex}@media all and (min-width: 600px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section2 .features__section2Container .intro .subtitle{max-width:500px}}@media all and (min-width: 1024px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section2 .features__section2Container .intro .subtitle{max-width:650px}}body.templatepage-funcionalidades-v2 main .features .features__container .features__section2 .features__section2Container .intro .subtitle p{text-align:center;font-size:24px;font-weight:500;color:#fdfdfd}@media all and (min-width: 1024px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section2 .features__section2Container .intro .subtitle p{font-size:32px}}body.templatepage-funcionalidades-v2 main .features .features__container .features__section2 .features__section2Container .intro .subtitle p span{background:linear-gradient(90deg, var(--color-blue-normal) 0%, var(--color-blue-light-2) 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}body.templatepage-funcionalidades-v2 main .features .features__container .features__section2 .features__section2Container .list{display:flex;flex-wrap:wrap;gap:8px;width:100%}@media all and (min-width: 1024px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section2 .features__section2Container .list{gap:16px;justify-content:flex-start;padding-left:inherit;padding-right:inherit}}body.templatepage-funcionalidades-v2 main .features .features__container .features__section2 .features__section2Container .list .card{display:flex;flex-direction:column;gap:16px;width:calc(50% - 4px);min-height:175px;padding:16px;align-items:flex-start;border-radius:5px;border:1px solid var(--color-blue-darker-5);background:linear-gradient(123deg, #07103B -3.63%, #101A4C 49.52%, #0E1742 83.68%)}body.templatepage-funcionalidades-v2 main .features .features__container .features__section2 .features__section2Container .list .card.extra{display:none}@media all and (min-width: 1024px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section2 .features__section2Container .list .card.extra{display:flex}}@media all and (min-width: 600px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section2 .features__section2Container .list .card{width:calc(33% - 4px)}}@media all and (min-width: 1024px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section2 .features__section2Container .list .card{width:calc(25% - 12px)}}@media all and (min-width: 1440px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section2 .features__section2Container .list .card{width:calc(16% - 5px)}}body.templatepage-funcionalidades-v2 main .features .features__container .features__section2 .features__section2Container .list .card .icon span{display:flex;width:27px;height:24px}body.templatepage-funcionalidades-v2 main .features .features__container .features__section2 .features__section2Container .list .card .icon span i{font-size:2.7rem;color:var(--color-blue-normal)}body.templatepage-funcionalidades-v2 main .features .features__container .features__section2 .features__section2Container .list .card .text{display:flex;flex-direction:column;gap:8px}body.templatepage-funcionalidades-v2 main .features .features__container .features__section2 .features__section2Container .list .card .text .title p{font-size:16px;font-weight:500;color:#fdfdfd}body.templatepage-funcionalidades-v2 main .features .features__container .features__section2 .features__section2Container .list .card .text .description p{font-size:14px;color:#d2d2d2}body.templatepage-funcionalidades-v2 main .features .features__container .features__section2 .features__section2Container .list .cta{display:flex;justify-content:center;align-items:center;gap:5px;width:100%;padding-top:11px}@media all and (min-width: 1024px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section2 .features__section2Container .list .cta{display:none}}body.templatepage-funcionalidades-v2 main .features .features__container .features__section2 .features__section2Container .list .cta .icon span{display:flex;width:21px;height:21px}body.templatepage-funcionalidades-v2 main .features .features__container .features__section2 .features__section2Container .list .cta .icon span i{font-size:2.1rem;color:var(--color-blue-normal)}body.templatepage-funcionalidades-v2 main .features .features__container .features__section2 .features__section2Container .list .cta .description{display:flex;padding:10px 5px}body.templatepage-funcionalidades-v2 main .features .features__container .features__section2 .features__section2Container .list .cta .description p{font-size:16px;font-weight:500;color:#fdfdfd}body.templatepage-funcionalidades-v2 main .features .features__container .features__section3{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;background:linear-gradient(180deg, #060A20 0%, var(--color-blue-dark-primary-1) 63.7%, #0E1742 127.39%)}body.templatepage-funcionalidades-v2 main .features .features__container .features__section3 .features__section3Container{display:flex;flex-direction:column;position:relative;gap:32px;width:100%;padding:48px 16px;max-width:420px;position:relative}@media all and (min-width: 600px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section3 .features__section3Container{max-width:600px}}@media all and (min-width: 768px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section3 .features__section3Container{padding:48px 32px;max-width:768px}}@media all and (min-width: 1024px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section3 .features__section3Container{flex-direction:row;gap:45px;padding:80px 40px;max-width:1024px}}@media all and (min-width: 1440px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section3 .features__section3Container{gap:93px;padding:80px;max-width:var(--width-container)}}@media all and (min-width: 1920px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section3 .features__section3Container{gap:260px;padding:88px 160px 80px 160px;max-width:var(--width-container-transparencia)}}body.templatepage-funcionalidades-v2 main .features .features__container .features__section3 .features__section3Container .background{display:flex;position:absolute;right:0px;bottom:200px}@media all and (min-width: 600px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section3 .features__section3Container .background{right:-22px;top:155px}}@media all and (min-width: 768px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section3 .features__section3Container .background{right:unset;top:unset;left:0;bottom:160px;max-width:430px}}@media all and (min-width: 1024px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section3 .features__section3Container .background{bottom:unset;left:unset;top:0px;right:0px;max-width:unset;height:455px}}@media all and (min-width: 1440px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section3 .features__section3Container .background{height:499px;right:-10px}}@media all and (min-width: 1920px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section3 .features__section3Container .background{height:607px;right:0px}}body.templatepage-funcionalidades-v2 main .features .features__container .features__section3 .features__section3Container .background picture img{width:100%;height:100%}body.templatepage-funcionalidades-v2 main .features .features__container .features__section3 .features__section3Container .intro{display:flex;flex-direction:column;gap:32px;z-index:9}@media all and (min-width: 1024px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section3 .features__section3Container .intro{justify-content:center;width:calc(100% - 476px - 45px)}}@media all and (min-width: 1440px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section3 .features__section3Container .intro{width:calc(100% - 547px - 93px)}}@media all and (min-width: 1920px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section3 .features__section3Container .intro{width:calc(100% - 708px - 260px)}}body.templatepage-funcionalidades-v2 main .features .features__container .features__section3 .features__section3Container .intro .title{display:flex}body.templatepage-funcionalidades-v2 main .features .features__container .features__section3 .features__section3Container .intro .title h2{font-size:24px;font-weight:500;color:#fdfdfd}@media all and (min-width: 1440px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section3 .features__section3Container .intro .title h2{font-size:36px}}body.templatepage-funcionalidades-v2 main .features .features__container .features__section3 .features__section3Container .intro .description{display:flex;flex-direction:column;gap:16px}@media all and (min-width: 1024px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section3 .features__section3Container .intro .description{max-width:422px}}@media all and (min-width: 1440px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section3 .features__section3Container .intro .description{max-width:unset}}body.templatepage-funcionalidades-v2 main .features .features__container .features__section3 .features__section3Container .intro .description p{font-size:16px;color:#d2d2d2}body.templatepage-funcionalidades-v2 main .features .features__container .features__section3 .features__section3Container .cta{display:flex;align-self:center}@media all and (min-width: 1024px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section3 .features__section3Container .cta{align-self:flex-start}}body.templatepage-funcionalidades-v2 main .features .features__container .features__section3 .features__section3Container .cta a{display:flex;height:48px;padding:8px 16px;align-items:center;gap:16px;border-radius:4px;background:var(--color-blue-normal)}body.templatepage-funcionalidades-v2 main .features .features__container .features__section3 .features__section3Container .cta a:hover{background-color:var(--color-blue-dark);transition:all .3s;border-color:#fff}body.templatepage-funcionalidades-v2 main .features .features__container .features__section3 .features__section3Container .cta a:active{background-color:var(--color-blue-dark-secondary);transition:all .3s;border-color:#fff}body.templatepage-funcionalidades-v2 main .features .features__container .features__section3 .features__section3Container .cta a p{font-size:14px;font-weight:700;color:#fff}body.templatepage-funcionalidades-v2 main .features .features__container .features__section3 .features__section3Container .cta a span i{display:flex;align-items:center;width:10px;height:10px;font-size:1.5rem;color:#fff}body.templatepage-funcionalidades-v2 main .features .features__container .features__section3 .features__section3Container .image{display:flex;z-index:9}@media all and (min-width: 1024px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section3 .features__section3Container .image{width:476px}}@media all and (min-width: 1440px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section3 .features__section3Container .image{width:547px}}@media all and (min-width: 1920px){body.templatepage-funcionalidades-v2 main .features .features__container .features__section3 .features__section3Container .image{width:708px}}body.templatepage-funcionalidades-v2 main .features .features__container .features__section3 .features__section3Container .image img{width:100%;height:100%;object-fit:cover}body.templatepage-sobre-v2 main{margin-top:70px}@media all and (min-width: 1024px){body.templatepage-sobre-v2 main{margin-top:90px}}body.templatepage-sobre-v2 main .about{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}body.templatepage-sobre-v2 main .about .about__hero{display:flex;width:100%;justify-content:center}body.templatepage-sobre-v2 main .about .about__hero .about__hero--container{display:flex;flex-direction:column;justify-content:center;align-items:start;gap:24px;padding:40px 16px 0px;width:100%;max-width:var(--width-container-transparencia)}@media all and (min-width: 768px){body.templatepage-sobre-v2 main .about .about__hero .about__hero--container{flex-direction:row;flex-wrap:wrap;column-gap:24px;row-gap:40px;padding:40px 32px 0px}}@media all and (min-width: 1024px){body.templatepage-sobre-v2 main .about .about__hero .about__hero--container{max-width:1024px;align-items:flex-end;padding:40px 40px 0px}}@media all and (min-width: 1440px){body.templatepage-sobre-v2 main .about .about__hero .about__hero--container{max-width:var(--width-container);padding:80px 80px 0px}}@media all and (min-width: 1920px){body.templatepage-sobre-v2 main .about .about__hero .about__hero--container{max-width:var(--width-container-transparencia);padding:80px 160px 0px;column-gap:179px}}body.templatepage-sobre-v2 main .about .about__hero .about__hero--container .intro{display:flex;flex-direction:column;gap:16px}@media all and (min-width: 768px){body.templatepage-sobre-v2 main .about .about__hero .about__hero--container .intro{width:340px}}@media all and (min-width: 1024px){body.templatepage-sobre-v2 main .about .about__hero .about__hero--container .intro{width:460px}}@media all and (min-width: 1440px){body.templatepage-sobre-v2 main .about .about__hero .about__hero--container .intro{width:628px}}@media all and (min-width: 1920px){body.templatepage-sobre-v2 main .about .about__hero .about__hero--container .intro{width:601px}}body.templatepage-sobre-v2 main .about .about__hero .about__hero--container .intro .title{display:flex}body.templatepage-sobre-v2 main .about .about__hero .about__hero--container .intro .title h2{font-size:16px;font-weight:500;letter-spacing:1.6px;color:var(--color-blue-normal);text-transform:uppercase}body.templatepage-sobre-v2 main .about .about__hero .about__hero--container .intro .subtitle{display:flex}body.templatepage-sobre-v2 main .about .about__hero .about__hero--container .intro .subtitle p{font-size:24px;font-weight:500;color:var(--color-dark-2)}@media all and (min-width: 1024px){body.templatepage-sobre-v2 main .about .about__hero .about__hero--container .intro .subtitle p{font-size:36px}}body.templatepage-sobre-v2 main .about .about__hero .about__hero--container .description{display:flex}@media all and (min-width: 768px){body.templatepage-sobre-v2 main .about .about__hero .about__hero--container .description{width:calc(100% - 340px - 24px)}}@media all and (min-width: 1024px){body.templatepage-sobre-v2 main .about .about__hero .about__hero--container .description{width:calc(100% - 460px - 24px)}}@media all and (min-width: 1440px){body.templatepage-sobre-v2 main .about .about__hero .about__hero--container .description{width:calc(100% - 628px - 24px)}}@media all and (min-width: 1920px){body.templatepage-sobre-v2 main .about .about__hero .about__hero--container .description{width:calc(100% - 601px - 179px)}}body.templatepage-sobre-v2 main .about .about__hero .about__hero--container .description p{font-size:16px;color:var(--color-grey-darker-2)}@media all and (min-width: 768px){body.templatepage-sobre-v2 main .about .about__hero .about__hero--container .description p{font-size:20px}}body.templatepage-sobre-v2 main .about .about__hero .about__hero--container .image{display:flex;align-self:center;position:relative;width:100%;padding-bottom:24px}@media all and (min-width: 768px){body.templatepage-sobre-v2 main .about .about__hero .about__hero--container .image{padding-bottom:40px}}body.templatepage-sobre-v2 main .about .about__hero .about__hero--container .image::after{display:flex;position:absolute;content:"";height:2px;width:100%;background:var(--color-blue-normal-2);bottom:0}body.templatepage-sobre-v2 main .about .about__hero .about__hero--container .image picture{display:flex}body.templatepage-sobre-v2 main .about .about__hero .about__hero--container .image picture img{width:100%;height:100%}body.templatepage-sobre-v2 main .about .about__middle{display:flex;width:100%;justify-content:center}body.templatepage-sobre-v2 main .about .about__middle .about__middle--container{display:flex;flex-direction:column;gap:24px;justify-content:center;align-items:start;padding:40px 16px;width:100%;max-width:var(--width-container-transparencia)}@media all and (min-width: 768px){body.templatepage-sobre-v2 main .about .about__middle .about__middle--container{padding:40px 32px;flex-direction:row}}@media all and (min-width: 1024px){body.templatepage-sobre-v2 main .about .about__middle .about__middle--container{max-width:1024px;padding:40px}}@media all and (min-width: 1440px){body.templatepage-sobre-v2 main .about .about__middle .about__middle--container{max-width:var(--width-container);padding:80px;gap:129px}}@media all and (min-width: 1920px){body.templatepage-sobre-v2 main .about .about__middle .about__middle--container{max-width:var(--width-container-transparencia);padding:80px 160px;gap:139px}}body.templatepage-sobre-v2 main .about .about__middle .about__middle--container .title{display:flex}@media all and (min-width: 1024px){body.templatepage-sobre-v2 main .about .about__middle .about__middle--container .title{width:460px}}@media all and (min-width: 1440px){body.templatepage-sobre-v2 main .about .about__middle .about__middle--container .title{width:628px}}@media all and (min-width: 1920px){body.templatepage-sobre-v2 main .about .about__middle .about__middle--container .title{width:700px}}body.templatepage-sobre-v2 main .about .about__middle .about__middle--container .title p{font-size:20px;font-weight:500;color:var(--color-dark-2)}@media all and (min-width: 1024px){body.templatepage-sobre-v2 main .about .about__middle .about__middle--container .title p{font-size:24px}}body.templatepage-sobre-v2 main .about .about__middle .about__middle--container .description{display:flex;flex-direction:column;gap:24px}@media all and (min-width: 1024px){body.templatepage-sobre-v2 main .about .about__middle .about__middle--container .description{width:calc(100% - 460px - 24px)}}@media all and (min-width: 1440px){body.templatepage-sobre-v2 main .about .about__middle .about__middle--container .description{width:calc(100% - 628px - 129px)}}@media all and (min-width: 1920px){body.templatepage-sobre-v2 main .about .about__middle .about__middle--container .description{width:calc(100% - 700px - 139px)}}body.templatepage-sobre-v2 main .about .about__middle .about__middle--container .description p{font-size:16px;color:var(--color-grey-darker-2)}body.templatepage-sobre-v2 main .about .about__footer{display:flex;width:100%;justify-content:center;background:linear-gradient(134deg, var(--color-blue-normal-3) -83.11%, #FFF 106.93%)}body.templatepage-sobre-v2 main .about .about__footer .about__footer--container{display:flex;flex-direction:column;gap:32px;justify-content:center;align-items:center;width:100%;padding:80px 16px;max-width:var(--width-container-transparencia);position:relative;overflow:hidden}@media all and (min-width: 768px){body.templatepage-sobre-v2 main .about .about__footer .about__footer--container{padding:80px 16px;height:387px}}@media all and (min-width: 1024px){body.templatepage-sobre-v2 main .about .about__footer .about__footer--container{max-width:1024px;padding:40px;height:409px}}@media all and (min-width: 1440px){body.templatepage-sobre-v2 main .about .about__footer .about__footer--container{max-width:var(--width-container);padding:80px;height:413px}}@media all and (min-width: 1920px){body.templatepage-sobre-v2 main .about .about__footer .about__footer--container{padding:80px 160px;max-width:var(--width-container-transparencia)}}body.templatepage-sobre-v2 main .about .about__footer .about__footer--container .background{display:flex;position:absolute}@media all and (min-width: 1024px){body.templatepage-sobre-v2 main .about .about__footer .about__footer--container .background{padding:0 40px}}@media all and (min-width: 1040px){body.templatepage-sobre-v2 main .about .about__footer .about__footer--container .background{padding:0 243px}}@media all and (min-width: 1920px){body.templatepage-sobre-v2 main .about .about__footer .about__footer--container .background{padding:0 483px}}body.templatepage-sobre-v2 main .about .about__footer .about__footer--container .background picture{display:flex}body.templatepage-sobre-v2 main .about .about__footer .about__footer--container .background picture img{width:100%;height:100%}body.templatepage-sobre-v2 main .about .about__footer .about__footer--container .title{display:flex;z-index:9}@media all and (min-width: 768px){body.templatepage-sobre-v2 main .about .about__footer .about__footer--container .title{max-width:400px}}@media all and (min-width: 1024px){body.templatepage-sobre-v2 main .about .about__footer .about__footer--container .title{max-width:550px}}body.templatepage-sobre-v2 main .about .about__footer .about__footer--container .title h2{text-align:center;font-size:24px;font-weight:500;color:var(--color-dark-2)}@media all and (min-width: 1024px){body.templatepage-sobre-v2 main .about .about__footer .about__footer--container .title h2{font-size:36px}}body.templatepage-sobre-v2 main .about .about__footer .about__footer--container .description{display:flex;z-index:9}@media all and (min-width: 768px){body.templatepage-sobre-v2 main .about .about__footer .about__footer--container .description{max-width:523px}}body.templatepage-sobre-v2 main .about .about__footer .about__footer--container .description p{text-align:center;font-size:16px;color:var(--color-grey-darker-2)}body.templatepage-sobre-v2 main .about .about__footer .about__footer--container .cta{display:flex;align-self:center;z-index:9}body.templatepage-sobre-v2 main .about .about__footer .about__footer--container .cta a{display:flex;height:48px;padding:8px 16px;align-items:center;gap:16px;border-radius:4px;background:var(--color-blue-normal)}body.templatepage-sobre-v2 main .about .about__footer .about__footer--container .cta a:hover{background-color:var(--color-blue-dark);transition:all .3s;border-color:#fff}body.templatepage-sobre-v2 main .about .about__footer .about__footer--container .cta a:active{background-color:var(--color-blue-dark-secondary);transition:all .3s;border-color:#fff}body.templatepage-sobre-v2 main .about .about__footer .about__footer--container .cta a p{font-size:14px;font-weight:700;color:#fff}body.templatepage-sobre-v2 main .about .about__footer .about__footer--container .cta a span i{display:flex;align-items:center;width:10px;height:10px;font-size:1.5rem;color:#fff}body.templatepage-metodologia main{margin-top:70px}@media all and (min-width: 1024px){body.templatepage-metodologia main{margin-top:90px}}body.templatepage-metodologia main .methodology{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;background:linear-gradient(180deg, #090F2C 0%, var(--color-blue-dark-primary-1) 50%, #0E1742 100%)}body.templatepage-metodologia main .methodology .methodology__container{display:flex;align-items:center;flex-direction:column;width:100%;overflow:hidden}body.templatepage-metodologia main .methodology .methodology__container .methodology__section1{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}body.templatepage-metodologia main .methodology .methodology__container .methodology__section1 .methodology__section1Container{display:flex;flex-direction:column;align-items:center;gap:25px;width:100%;justify-content:center;padding:64px 16px 80px 16px;max-width:var(--width-container-transparencia)}@media all and (min-width: 768px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section1 .methodology__section1Container{padding:64px 32px 80px 32px}}@media all and (min-width: 1024px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section1 .methodology__section1Container{padding:96px 32px;max-width:1024px}}@media all and (min-width: 1440px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section1 .methodology__section1Container{padding:112px 32px;max-width:var(--width-container)}}@media all and (min-width: 1920px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section1 .methodology__section1Container{padding:112px 32px;max-width:var(--width-container-transparencia)}}body.templatepage-metodologia main .methodology .methodology__container .methodology__section1 .methodology__section1Container .title{display:flex}@media all and (min-width: 600px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section1 .methodology__section1Container .title{max-width:480px}}@media all and (min-width: 1024px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section1 .methodology__section1Container .title{max-width:700px}}body.templatepage-metodologia main .methodology .methodology__container .methodology__section1 .methodology__section1Container .title h2{text-align:center;font-size:24px;font-weight:500;color:#fdfdfd}@media all and (min-width: 1024px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section1 .methodology__section1Container .title h2{font-size:36px}}body.templatepage-metodologia main .methodology .methodology__container .methodology__section1 .methodology__section1Container .title h2 span{background:linear-gradient(90deg, var(--color-blue-normal) 0%, var(--color-blue-medium) 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}body.templatepage-metodologia main .methodology .methodology__container .methodology__section1 .methodology__section1Container .list{display:flex;gap:5px;justify-content:center;align-items:end}@media all and (min-width: 420px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section1 .methodology__section1Container .list{gap:7px}}@media all and (min-width: 600px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section1 .methodology__section1Container .list{gap:10px}}@media all and (min-width: 768px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section1 .methodology__section1Container .list{gap:13px}}@media all and (min-width: 1024px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section1 .methodology__section1Container .list{gap:18px}}@media all and (min-width: 1440px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section1 .methodology__section1Container .list{gap:23px}}@media all and (min-width: 1920px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section1 .methodology__section1Container .list{gap:29px}}body.templatepage-metodologia main .methodology .methodology__container .methodology__section1 .methodology__section1Container .list .image{display:flex;border-radius:2px}body.templatepage-metodologia main .methodology .methodology__container .methodology__section1 .methodology__section1Container .list .image img{width:100%;height:100%;object-fit:cover}body.templatepage-metodologia main .methodology .methodology__container .methodology__section1 .methodology__section1Container .list .image[data-order="1"]{height:123px}@media all and (min-width: 420px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section1 .methodology__section1Container .list .image[data-order="1"]{height:166px}}@media all and (min-width: 600px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section1 .methodology__section1Container .list .image[data-order="1"]{width:99px;height:149px}}@media all and (min-width: 768px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section1 .methodology__section1Container .list .image[data-order="1"]{width:131px;height:196px}}@media all and (min-width: 1024px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section1 .methodology__section1Container .list .image[data-order="1"]{width:177px;height:265px}}@media all and (min-width: 1440px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section1 .methodology__section1Container .list .image[data-order="1"]{width:232px;height:348px}}@media all and (min-width: 1920px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section1 .methodology__section1Container .list .image[data-order="1"]{width:285px;height:427px}}body.templatepage-metodologia main .methodology .methodology__container .methodology__section1 .methodology__section1Container .list .image[data-order="2"]{display:none;width:99px;height:80px}@media all and (min-width: 600px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section1 .methodology__section1Container .list .image[data-order="2"]{display:flex}}@media all and (min-width: 768px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section1 .methodology__section1Container .list .image[data-order="2"]{width:131px;height:105px}}@media all and (min-width: 1024px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section1 .methodology__section1Container .list .image[data-order="2"]{width:177px;height:143px}}@media all and (min-width: 1440px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section1 .methodology__section1Container .list .image[data-order="2"]{width:232px;height:187px}}@media all and (min-width: 1920px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section1 .methodology__section1Container .list .image[data-order="2"]{width:285px;height:230px}}body.templatepage-metodologia main .methodology .methodology__container .methodology__section1 .methodology__section1Container .list .image[data-order="3"]{height:88px}@media all and (min-width: 420px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section1 .methodology__section1Container .list .image[data-order="3"]{height:118px}}@media all and (min-width: 600px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section1 .methodology__section1Container .list .image[data-order="3"]{width:99px;height:105px}}@media all and (min-width: 768px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section1 .methodology__section1Container .list .image[data-order="3"]{width:131px;height:139px}}@media all and (min-width: 1024px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section1 .methodology__section1Container .list .image[data-order="3"]{width:177px;height:188px}}@media all and (min-width: 1440px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section1 .methodology__section1Container .list .image[data-order="3"]{width:232px;height:247px}}@media all and (min-width: 1920px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section1 .methodology__section1Container .list .image[data-order="3"]{width:285px;height:303px}}body.templatepage-metodologia main .methodology .methodology__container .methodology__section1 .methodology__section1Container .list .card{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0 12px;gap:11px;border-radius:2px;border:.47px solid var(--color-blue-dark-primary-2);background:linear-gradient(189deg, var(--color-blue-normal) -108.8%, var(--color-blue-dark-primary-1) 66.95%)}@media all and (min-width: 420px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section1 .methodology__section1Container .list .card{gap:15px}}@media all and (min-width: 1024px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section1 .methodology__section1Container .list .card{border-radius:4px;gap:25px}}@media all and (min-width: 1440px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section1 .methodology__section1Container .list .card{border-radius:5px;gap:33px}}@media all and (min-width: 1920px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section1 .methodology__section1Container .list .card{border-radius:6px;gap:40px}}body.templatepage-metodologia main .methodology .methodology__container .methodology__section1 .methodology__section1Container .list .card .icon{display:flex;align-self:flex-start;width:18px;height:14px}@media all and (min-width: 768px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section1 .methodology__section1Container .list .card .icon{width:21px;height:17px}}@media all and (min-width: 1024px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section1 .methodology__section1Container .list .card .icon{width:29px;height:23px}}@media all and (min-width: 1440px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section1 .methodology__section1Container .list .card .icon{width:39px;height:30px}}@media all and (min-width: 1920px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section1 .methodology__section1Container .list .card .icon{width:47px;height:36px}}body.templatepage-metodologia main .methodology .methodology__container .methodology__section1 .methodology__section1Container .list .card .icon img{width:100%;height:100%}body.templatepage-metodologia main .methodology .methodology__container .methodology__section1 .methodology__section1Container .list .card .title{display:flex}body.templatepage-metodologia main .methodology .methodology__container .methodology__section1 .methodology__section1Container .list .card .title p{font-size:9px;font-weight:500;color:#fdfdfd}@media all and (min-width: 420px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section1 .methodology__section1Container .list .card .title p{font-size:12px}}@media all and (min-width: 600px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section1 .methodology__section1Container .list .card .title p{font-size:9px}}@media all and (min-width: 768px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section1 .methodology__section1Container .list .card .title p{font-size:11px}}@media all and (min-width: 1024px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section1 .methodology__section1Container .list .card .title p{font-size:16px}}@media all and (min-width: 1440px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section1 .methodology__section1Container .list .card .title p{font-size:20px}}@media all and (min-width: 1920px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section1 .methodology__section1Container .list .card .title p{font-size:25px}}body.templatepage-metodologia main .methodology .methodology__container .methodology__section1 .methodology__section1Container .list .card[data-order="1"]{width:72px;height:104px}@media all and (min-width: 420px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section1 .methodology__section1Container .list .card[data-order="1"]{width:97px;height:140px}}@media all and (min-width: 600px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section1 .methodology__section1Container .list .card[data-order="1"]{padding:0 17px;width:99px;height:105px}}@media all and (min-width: 768px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section1 .methodology__section1Container .list .card[data-order="1"]{padding:0 27px;width:131px;height:139px}}@media all and (min-width: 1024px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section1 .methodology__section1Container .list .card[data-order="1"]{padding:0 37px;width:177px;height:188px}}@media all and (min-width: 1440px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section1 .methodology__section1Container .list .card[data-order="1"]{padding:0 57px;width:232px;height:247px}}@media all and (min-width: 1920px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section1 .methodology__section1Container .list .card[data-order="1"]{padding:0 67px;width:285px;height:303px}}body.templatepage-metodologia main .methodology .methodology__container .methodology__section1 .methodology__section1Container .list .card[data-order="2"]{width:77px;height:124px}@media all and (min-width: 420px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section1 .methodology__section1Container .list .card[data-order="2"]{width:103px;height:167px}}@media all and (min-width: 600px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section1 .methodology__section1Container .list .card[data-order="2"]{padding:0 28px 0 17px;width:99px;height:149px}}@media all and (min-width: 768px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section1 .methodology__section1Container .list .card[data-order="2"]{padding:0 37px 0 23px;width:131px;height:196px}}@media all and (min-width: 1024px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section1 .methodology__section1Container .list .card[data-order="2"]{padding:0 44px 0 29px;width:177px;height:265px}}@media all and (min-width: 1440px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section1 .methodology__section1Container .list .card[data-order="2"]{padding:0 63px 0 41px;width:232px;height:348px}}@media all and (min-width: 1920px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section1 .methodology__section1Container .list .card[data-order="2"]{padding:0 79px 0 50px;width:285px;height:427px}}body.templatepage-metodologia main .methodology .methodology__container .methodology__section1 .methodology__section1Container .list .card[data-order="2"] .image-card{display:flex}@media all and (min-width: 768px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section1 .methodology__section1Container .list .card[data-order="2"] .image-card{width:87px;height:71px}}@media all and (min-width: 1024px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section1 .methodology__section1Container .list .card[data-order="2"] .image-card{width:118px;height:97px}}@media all and (min-width: 1440px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section1 .methodology__section1Container .list .card[data-order="2"] .image-card{width:155px;height:127px}}@media all and (min-width: 1920px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section1 .methodology__section1Container .list .card[data-order="2"] .image-card{width:191px;height:156px}}body.templatepage-metodologia main .methodology .methodology__container .methodology__section1 .methodology__section1Container .list .card[data-order="2"] .image-card img{width:100%;height:100%;object-fit:cover}body.templatepage-metodologia main .methodology .methodology__container .methodology__section2{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}@media all and (min-width: 768px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section2{background-image:url("../images/pages/methodology/background-section2.svg");background-repeat:no-repeat;background-position:top;background-size:cover}}body.templatepage-metodologia main .methodology .methodology__container .methodology__section2 .methodology__section2Container{display:flex;flex-direction:column;align-items:center;gap:25px;width:100%;justify-content:center;padding:0px 16px 80px;max-width:var(--width-container-transparencia)}@media all and (min-width: 768px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section2 .methodology__section2Container{padding:0px 32px 80px}}@media all and (min-width: 1024px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section2 .methodology__section2Container{padding:68px 32px 96px;max-width:1024px}}@media all and (min-width: 1440px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section2 .methodology__section2Container{padding:52px 32px 112px}}body.templatepage-metodologia main .methodology .methodology__container .methodology__section2 .methodology__section2Container .list{display:flex;gap:15px;position:relative}@media all and (min-width: 768px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section2 .methodology__section2Container .list{gap:unset;width:100%}}body.templatepage-metodologia main .methodology .methodology__container .methodology__section2 .methodology__section2Container .list::before{display:flex;content:"";position:absolute;width:1px;height:calc(100% - 387px);left:10px;background:linear-gradient(114deg, #091D7F -0.01%, #1B296A 100.09%)}@media all and (min-width: 420px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section2 .methodology__section2Container .list::before{height:calc(100% - 390px)}}@media all and (min-width: 600px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section2 .methodology__section2Container .list::before{height:calc(100% - 480px)}}@media all and (min-width: 768px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section2 .methodology__section2Container .list::before{left:50%;top:50%;transform:translateY(-50%);height:973px}}@media all and (min-width: 1024px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section2 .methodology__section2Container .list::before{height:1165px}}body.templatepage-metodologia main .methodology .methodology__container .methodology__section2 .methodology__section2Container .list .bubbles{display:flex;flex-direction:column;opacity:0}body.templatepage-metodologia main .methodology .methodology__container .methodology__section2 .methodology__section2Container .list .bubbles .bubble{display:flex;position:relative;max-width:25px}@media all and (min-width: 768px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section2 .methodology__section2Container .list .bubbles .bubble{position:absolute;left:50%;transform:translateX(-50%)}}body.templatepage-metodologia main .methodology .methodology__container .methodology__section2 .methodology__section2Container .list .bubbles .bubble[data-order="1"]{top:0}@media all and (min-width: 768px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section2 .methodology__section2Container .list .bubbles .bubble[data-order="1"]{top:10%}}@media all and (min-width: 1024px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section2 .methodology__section2Container .list .bubbles .bubble[data-order="1"]{top:9%}}body.templatepage-metodologia main .methodology .methodology__container .methodology__section2 .methodology__section2Container .list .bubbles .bubble[data-order="2"]{top:445px}@media all and (min-width: 386px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section2 .methodology__section2Container .list .bubbles .bubble[data-order="2"]{top:465px}}@media all and (min-width: 420px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section2 .methodology__section2Container .list .bubbles .bubble[data-order="2"]{top:445px}}@media all and (min-width: 600px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section2 .methodology__section2Container .list .bubbles .bubble[data-order="2"]{top:531px}}@media all and (min-width: 768px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section2 .methodology__section2Container .list .bubbles .bubble[data-order="2"]{top:calc(10% + 305px)}}@media all and (min-width: 1024px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section2 .methodology__section2Container .list .bubbles .bubble[data-order="2"]{top:calc(9% + 361px)}}body.templatepage-metodologia main .methodology .methodology__container .methodology__section2 .methodology__section2Container .list .bubbles .bubble[data-order="3"]{top:890px}@media all and (min-width: 370px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section2 .methodology__section2Container .list .bubbles .bubble[data-order="3"]{top:930px}}@media all and (min-width: 420px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section2 .methodology__section2Container .list .bubbles .bubble[data-order="3"]{top:890px}}@media all and (min-width: 600px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section2 .methodology__section2Container .list .bubbles .bubble[data-order="3"]{top:1071px}}@media all and (min-width: 768px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section2 .methodology__section2Container .list .bubbles .bubble[data-order="3"]{top:calc(10% + 642px)}}@media all and (min-width: 1024px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section2 .methodology__section2Container .list .bubbles .bubble[data-order="3"]{top:calc(9% + 753px)}}body.templatepage-metodologia main .methodology .methodology__container .methodology__section2 .methodology__section2Container .list .bubbles .bubble[data-order="4"]{top:1335px}@media all and (min-width: 370px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section2 .methodology__section2Container .list .bubbles .bubble[data-order="4"]{top:1375px}}@media all and (min-width: 420px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section2 .methodology__section2Container .list .bubbles .bubble[data-order="4"]{top:1335px}}@media all and (min-width: 600px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section2 .methodology__section2Container .list .bubbles .bubble[data-order="4"]{top:1608px}}@media all and (min-width: 768px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section2 .methodology__section2Container .list .bubbles .bubble[data-order="4"]{top:calc(10% + 973px)}}@media all and (min-width: 1024px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section2 .methodology__section2Container .list .bubbles .bubble[data-order="4"]{top:calc(9% + 1165px)}}body.templatepage-metodologia main .methodology .methodology__container .methodology__section2 .methodology__section2Container .list .bubbles .bubble span{display:flex}body.templatepage-metodologia main .methodology .methodology__container .methodology__section2 .methodology__section2Container .list .bubbles .bubble span img{width:100%;height:100%}body.templatepage-metodologia main .methodology .methodology__container .methodology__section2 .methodology__section2Container .list .listCards{display:flex;flex-direction:column;gap:56px;width:100%}@media all and (min-width: 1024px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section2 .methodology__section2Container .list .listCards{gap:131px}}body.templatepage-metodologia main .methodology .methodology__container .methodology__section2 .methodology__section2Container .list .listCards .card{display:flex;flex-direction:column;align-items:center;gap:24px}@media all and (min-width: 768px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section2 .methodology__section2Container .list .listCards .card{flex-direction:row;height:262px;padding:0px 30px;align-items:center;gap:145px;align-self:stretch;border-radius:5px;border:1px solid #091d7f}body.templatepage-metodologia main .methodology .methodology__container .methodology__section2 .methodology__section2Container .list .listCards .card .intro{width:265px}body.templatepage-metodologia main .methodology .methodology__container .methodology__section2 .methodology__section2Container .list .listCards .card[data-order="1"] .image{position:absolute;right:0}body.templatepage-metodologia main .methodology .methodology__container .methodology__section2 .methodology__section2Container .list .listCards .card[data-order="2"]{flex-direction:row-reverse}body.templatepage-metodologia main .methodology .methodology__container .methodology__section2 .methodology__section2Container .list .listCards .card[data-order="2"] .image{position:absolute;left:0}body.templatepage-metodologia main .methodology .methodology__container .methodology__section2 .methodology__section2Container .list .listCards .card[data-order="3"] .image{position:absolute;right:0}body.templatepage-metodologia main .methodology .methodology__container .methodology__section2 .methodology__section2Container .list .listCards .card[data-order="4"]{flex-direction:row-reverse}}@media all and (min-width: 768px)and (min-width: 768px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section2 .methodology__section2Container .list .listCards .card[data-order="4"] .intro{width:279px}}@media all and (min-width: 768px)and (min-width: 1920px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section2 .methodology__section2Container .list .listCards .card[data-order="4"] .intro{width:380px}}@media all and (min-width: 768px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section2 .methodology__section2Container .list .listCards .card[data-order="4"] .image{position:absolute;left:0}}@media all and (min-width: 1024px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section2 .methodology__section2Container .list .listCards .card{padding:0px 63px}body.templatepage-metodologia main .methodology .methodology__container .methodology__section2 .methodology__section2Container .list .listCards .card .intro{width:300px}}body.templatepage-metodologia main .methodology .methodology__container .methodology__section2 .methodology__section2Container .list .listCards .card .bubble{display:flex;position:absolute;max-width:25px;left:0}@media all and (min-width: 768px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section2 .methodology__section2Container .list .listCards .card .bubble{left:50%;transform:translateX(-50%)}}body.templatepage-metodologia main .methodology .methodology__container .methodology__section2 .methodology__section2Container .list .listCards .card .bubble span{display:flex}body.templatepage-metodologia main .methodology .methodology__container .methodology__section2 .methodology__section2Container .list .listCards .card .bubble span img{width:100%;height:100%}body.templatepage-metodologia main .methodology .methodology__container .methodology__section2 .methodology__section2Container .list .listCards .card .intro{display:flex;flex-direction:column;gap:16px}@media all and (min-width: 1920px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section2 .methodology__section2Container .list .listCards .card .intro{width:380px}}body.templatepage-metodologia main .methodology .methodology__container .methodology__section2 .methodology__section2Container .list .listCards .card .intro .title{display:flex}body.templatepage-metodologia main .methodology .methodology__container .methodology__section2 .methodology__section2Container .list .listCards .card .intro .title p{font-size:20px;font-weight:500;color:#fdfdfd}body.templatepage-metodologia main .methodology .methodology__container .methodology__section2 .methodology__section2Container .list .listCards .card .intro .description{display:flex}body.templatepage-metodologia main .methodology .methodology__container .methodology__section2 .methodology__section2Container .list .listCards .card .intro .description p{font-size:16px;color:#d2d2d2}body.templatepage-metodologia main .methodology .methodology__container .methodology__section2 .methodology__section2Container .list .listCards .card .image{display:flex;max-width:300px}@media all and (min-width: 600px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section2 .methodology__section2Container .list .listCards .card .image{max-width:417px}}@media all and (min-width: 768px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section2 .methodology__section2Container .list .listCards .card .image{max-width:283px}}@media all and (min-width: 1024px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section2 .methodology__section2Container .list .listCards .card .image{max-width:369px}}body.templatepage-metodologia main .methodology .methodology__container .methodology__section2 .methodology__section2Container .list .listCards .card .image img{width:100%;height:100%;object-fit:cover}body.templatepage-metodologia main .methodology .methodology__container .methodology__section3{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;background:linear-gradient(180deg, #060A20 0%, #0A102D 48.5%, #0E1742 100%)}body.templatepage-metodologia main .methodology .methodology__container .methodology__section3 .methodology__section3Container{display:flex;flex-direction:column;gap:32px;align-items:center;width:100%;justify-content:center;padding:40px 16px 80px;max-width:var(--width-container-transparencia);position:relative;overflow:hidden}@media all and (min-width: 600px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section3 .methodology__section3Container{padding:56px 16px;max-height:497px}}@media all and (min-width: 768px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section3 .methodology__section3Container{padding:88px 16px;max-height:557px}}@media all and (min-width: 1024px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section3 .methodology__section3Container{max-width:1024px;max-height:602px}}@media all and (min-width: 1440px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section3 .methodology__section3Container{padding:112px 16px;max-width:var(--width-container);max-height:741px}}@media all and (min-width: 1920px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section3 .methodology__section3Container{padding:112px 16px;max-width:var(--width-container-transparencia);max-height:808px}}body.templatepage-metodologia main .methodology .methodology__container .methodology__section3 .methodology__section3Container .background{display:flex;position:absolute;top:0;width:503px;height:452px}@media all and (min-width: 600px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section3 .methodology__section3Container .background{width:554px;height:497px}}@media all and (min-width: 768px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section3 .methodology__section3Container .background{width:624px;height:559px}}@media all and (min-width: 1024px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section3 .methodology__section3Container .background{width:726px;height:651px}}@media all and (min-width: 1440px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section3 .methodology__section3Container .background{width:1080px;height:968px}}@media all and (min-width: 1920px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section3 .methodology__section3Container .background{width:1307px;height:1172px}}body.templatepage-metodologia main .methodology .methodology__container .methodology__section3 .methodology__section3Container .background picture{display:flex}body.templatepage-metodologia main .methodology .methodology__container .methodology__section3 .methodology__section3Container .background picture img{width:100%;height:100%;object-fit:cover}body.templatepage-metodologia main .methodology .methodology__container .methodology__section3 .methodology__section3Container .intro{display:flex;flex-direction:column;align-items:center;gap:32px;z-index:9}body.templatepage-metodologia main .methodology .methodology__container .methodology__section3 .methodology__section3Container .intro .title{display:flex}body.templatepage-metodologia main .methodology .methodology__container .methodology__section3 .methodology__section3Container .intro .title p{text-align:center;font-size:24px;font-weight:500;color:#fdfdfd}@media all and (min-width: 768px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section3 .methodology__section3Container .intro .title p{font-size:36px}}body.templatepage-metodologia main .methodology .methodology__container .methodology__section3 .methodology__section3Container .intro .description{display:flex}@media all and (min-width: 768px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section3 .methodology__section3Container .intro .description{max-width:600px}}body.templatepage-metodologia main .methodology .methodology__container .methodology__section3 .methodology__section3Container .intro .description p{text-align:center;font-size:16px;color:#d2d2d2}body.templatepage-metodologia main .methodology .methodology__container .methodology__section3 .methodology__section3Container .intro .cta{display:flex}body.templatepage-metodologia main .methodology .methodology__container .methodology__section3 .methodology__section3Container .intro .cta a{display:flex;height:48px;padding:8px 16px;align-items:center;gap:16px;border-radius:4px;background:var(--color-blue-normal)}body.templatepage-metodologia main .methodology .methodology__container .methodology__section3 .methodology__section3Container .intro .cta a p{font-size:14px;font-weight:700;color:#fff}body.templatepage-metodologia main .methodology .methodology__container .methodology__section3 .methodology__section3Container .intro .cta a span i{display:flex;align-items:center;width:10px;height:10px;font-size:1.5rem;color:#fff}body.templatepage-metodologia main .methodology .methodology__container .methodology__section3 .methodology__section3Container .intro .cta a:hover{background-color:var(--color-blue-dark);transition:all .3s;border-color:#fff}body.templatepage-metodologia main .methodology .methodology__container .methodology__section3 .methodology__section3Container .intro .cta a:active{background-color:var(--color-blue-dark-secondary);transition:all .3s;border-color:#fff}body.templatepage-metodologia main .methodology .methodology__container .methodology__section3 .methodology__section3Container .image{display:flex;max-width:331px;z-index:9}@media all and (min-width: 600px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section3 .methodology__section3Container .image{max-width:566px}}@media all and (min-width: 1024px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section3 .methodology__section3Container .image{max-width:731px}}@media all and (min-width: 1440px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section3 .methodology__section3Container .image{max-width:1062px}}@media all and (min-width: 1920px){body.templatepage-metodologia main .methodology .methodology__container .methodology__section3 .methodology__section3Container .image{max-width:1307px}}body.templatepage-metodologia main .methodology .methodology__container .methodology__section3 .methodology__section3Container .image img{width:100%;height:100%}
