*{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;border:none;box-sizing:border-box;-webkit-font-smoothing:antialiased;font-family:"Anek Odia",sans-serif;font-optical-sizing:auto}img{max-width:100%;display:block}html{font-size:62.5%;scroll-behavior:smooth}@media(max-width: 1700px){html{font-size:58%}}@media(max-width: 520px){html{font-size:62.5%}}@media(max-width: 360px){html{font-size:55%}}html,body{background:var(--white);height:100%}html{scrollbar-width:thin;scrollbar-color:var(--blue-one) var(--white)}button{background:rgba(0,0,0,0)}button,a{cursor:pointer}input,textarea,select{appearance:none}h1{font-size:5.6rem;font-weight:600;line-height:110%;letter-spacing:-0.02em;color:var(--white)}@media(max-width: 1300px){h1{font-size:4.8rem}}@media(max-width: 991px){h1{font-size:4rem}}@media(max-width: 520px){h1{font-size:3.2rem}}h1 span{position:relative;display:inline-block}h1 span:before{content:"";position:absolute;bottom:1rem;left:0;width:100%;height:2px;background:var(--secondary)}@media(max-width: 991px){h1 span:before{bottom:.6rem}}@media(max-width: 520px){h1 span:before{bottom:.4rem}}h2,h3,h4,h5,h6{font-size:4.8rem;font-weight:600;line-height:110%;letter-spacing:-0.02em}@media(max-width: 1300px){h2,h3,h4,h5,h6{font-size:4rem}}@media(max-width: 520px){h2,h3,h4,h5,h6{font-size:3.5rem}}h2,h4{color:var(--title)}h3,h5,h6{color:var(--white)}h2 span,h3 span,h4 span,h5 span,h6 span{position:relative;display:inline-block}h2 span:before,h3 span:before,h4 span:before,h5 span:before,h6 span:before{content:"";position:absolute;bottom:1rem;left:0;height:2px;background:var(--secondary);animation:underlineText 3s both;animation-timeline:--sec;animation-range:cover 0% cover 50%}@media(max-width: 991px){h2 span:before,h3 span:before,h4 span:before,h5 span:before,h6 span:before{bottom:.6rem}}@media(max-width: 520px){h2 span:before,h3 span:before,h4 span:before,h5 span:before,h6 span:before{bottom:.4rem}}.description{font-family:"Lato",sans-serif;font-size:2rem;font-weight:500;line-height:150%}@media(max-width: 991px){.description{font-size:1.8rem}}@media(max-width: 520px){.description{font-size:1.6rem}}.subtitle{font-family:"Lato",sans-serif;font-size:2rem;font-weight:700;line-height:130%}@media(max-width: 991px){.subtitle{font-size:1.8rem}}@media(max-width: 520px){.subtitle{font-size:1.6rem}}.text{font-family:"Lato",sans-serif;font-size:1.6rem;font-weight:500;line-height:150%}.paragraph{font-family:"Lato",sans-serif;font-size:1.6rem;font-weight:400;line-height:100%}.support-text{font-family:"Lato",sans-serif;font-size:1.4rem;font-weight:500;line-height:150%}section{view-timeline-name:--sec;view-timeline-axis:block}@keyframes underlineText{0%{width:0}50%{width:50%}100%{width:100%}}@keyframes arrowMovement{0%{transform:translateX(0)}50%{transform:translateX(-1rem)}100%{transform:translateX(0)}}@keyframes arrowMovementInverse{0%{transform:translateX(0)}50%{transform:translateX(1rem)}100%{transform:translateX(0)}}.container{width:98%;max-width:129rem;padding:0 3.2rem;margin:0 auto}@media(max-width: 1080px){.container{padding:0 2.4rem}}@media(max-width: 520px){.container{width:100%;padding:0 2rem}}:root{--primary: #030464;--secondary: #FFB81C;--light-blue: #10069F;--dark-blue: #020732;--blue-one: #052FE0;--blue-two: #101540;--gray-one: #293D4C;--light-white: #FFFFFF33;--medium-white: #FFFFFF4D;--dark-white: #FFFFFF80;--title: #101820;--text: #7A7A7A;--white: #FFF;--black: #000}.modal{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:all .3s ease;overflow:hidden;z-index:9999}.modal.modal-out{opacity:0;pointer-events:none}.modal.active{opacity:1;pointer-events:all}.modal.hidden{opacity:0;pointer-events:none}.modal .overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(3,4,100,.8980392157);backdrop-filter:blur(16px)}.modal .box{position:relative;max-width:80rem;width:90%;overflow-y:auto;scrollbar-color:var(--blue-one) rgba(0,0,0,0)}.modal .box .head{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(226,226,226,.3019607843);padding-bottom:4rem;margin-bottom:4.8rem}@media(max-width: 520px){.modal .box .head{padding-bottom:2.4rem;margin-bottom:3.2rem}}.modal .box .head h6{font-size:3.2rem}@media(max-width: 520px){.modal .box .head h6{font-size:2.4rem}}.modal .box .head .btn-modal-close{max-width:2.4rem;transition:all .3s ease}@media(max-width: 520px){.modal .box .head .btn-modal-close{max-width:2rem}}.modal .box .head .btn-modal-close img{width:100%;height:100%;object-fit:cover}.modal .box .head .btn-modal-close:hover{transform:scale(1.1)}.modal .box .program-list{display:flex;flex-direction:column;gap:1rem}.modal .box .program-list-item{padding:1.6rem;display:flex;flex-direction:column;gap:1rem;border-radius:1rem;background:rgba(3,4,100,.8);border:1px solid #585895}.modal .box .program-list-item h6{font-family:"Lato",sans-serif;font-size:1.8rem;font-weight:700;line-height:150%;color:var(--white)}.modal .box .program-list-item h6 span{color:var(--secondary)}.modal .box .program-list-item .text{color:var(--white)}.modal .box .description{color:var(--white)}.modal .box .description:not(:last-of-type){padding-bottom:1.6rem}.modal.program .box{height:100%;padding:4.8rem 0 1.6rem}.s-header{position:relative;background:var(--primary)}.s-header-wrapper{display:flex;align-items:center;justify-content:space-between;gap:3.2rem;padding:1.6rem 0}@media(max-width: 991px){.s-header-wrapper{padding:2.4rem 0}}@media(max-width: 520px){.s-header-wrapper{gap:2rem;padding:1.6rem 0}}.s-header-content{display:flex;align-items:center;justify-content:space-between;gap:3.2rem}@media(max-width: 1080px){.s-header-content{gap:2.4rem}}@media(max-width: 991px){.s-header-content:first-of-type{position:absolute;left:50%;transform:translateX(-50%)}.s-header-content:last-of-type{width:100%}.s-header-content .divider{display:none}}@media(max-width: 520px){.s-header-content{gap:2rem}}.dropdown:hover h6{color:var(--secondary)}.dropdown h6{position:relative;display:flex;gap:1rem;font-size:1.6rem;font-weight:600;line-height:100%;text-transform:uppercase;color:var(--white);transition:all .3s ease}.dropdown h6 svg{transform:rotate(0deg);transition:all .3s ease}.dropdown ul{position:absolute;top:7.7rem;left:0;right:0;background:var(--light-blue);padding:8rem 0;z-index:9999}.dropdown ul .container{display:flex;justify-content:space-between;gap:2.4rem}.dropdown ul li{width:100%}.dropdown ul li .s-menu-item{line-height:130%}.dropdown ul li .s-menu-item:hover:before{content:unset}.dropdown #toggle{position:absolute;width:7.2rem;height:100%;opacity:0;cursor:pointer;z-index:1}.dropdown #toggle:not(:checked)~h6{color:var(--secondary)}.dropdown #toggle:not(:checked)~h6 svg{transform:rotate(180deg)}.dropdown #toggle:checked~ul{visibility:hidden;opacity:0}.dropdown #toggle:not(:checked)~ul{opacity:1;transition:opacity .3s ease}.menu-responsive{position:fixed;top:0;left:0;width:100%;height:100%;opacity:0;pointer-events:none;transition:all .5s ease;z-index:9999}.menu-responsive .js-mobile-menu-cursos{display:none}.menu-responsive[data-mobile-menu=cursos] .js-mobile-menu-root{display:none}.menu-responsive[data-mobile-menu=cursos] .js-mobile-menu-cursos{display:flex}.menu-responsive[data-mobile-menu=cursos] .mobile-wrapper{display:none}.menu-responsive aside{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:4.8rem;background:var(--light-blue);padding:1.6rem 2.4rem 3.2rem;transform:translateX(-100%);overflow-y:auto;transition:all .5s ease}.menu-responsive .mobile-wrapper{width:100%;display:flex;justify-content:space-between;gap:2.4rem}.menu-responsive .policy-content{display:flex;flex-direction:column;gap:4rem}.menu-responsive .policy-content h6{font-size:1.8rem;font-weight:600;line-height:100%;text-transform:uppercase;color:var(--secondary)}.menu-responsive .policy-content .policy-links{display:flex;flex-direction:column;gap:4rem}.menu-responsive .policy-content .policy-links .paragraph{color:var(--white);transition:all .3s ease}.menu-responsive .policy-content .policy-links .paragraph:hover{color:var(--secondary)}.menu-responsive .s-socials-content{flex-direction:column;gap:2.4rem}.menu-responsive .s-socials-content-item:hover svg{transform:unset}.menu-responsive .s-socials-content-item:hover svg path{fill:var(--secondary)}.menu-responsive ul{width:100%;display:flex;flex-direction:column;gap:4.8rem;padding-top:4.8rem}.menu-responsive ul .s-footer-menu.auxiliar{padding-top:2.4rem;margin-top:2.4rem}.menu-responsive ul .s-footer-menu.auxiliar .text{line-height:130%;color:var(--white);transition:all .3s ease}.menu-responsive ul .s-footer-menu.auxiliar .text:hover{color:var(--secondary)}.menu-responsive ul .s-footer-menu.auxiliar .text.last{font-weight:800;color:var(--secondary)}.menu-responsive ul .s-footer-menu.auxiliar .text span{font-size:1.2rem;font-weight:600;line-height:100%;text-transform:uppercase;color:var(--secondary);padding:.4rem .6rem 0rem;border-radius:.5rem;background:rgba(255,184,28,.3019607843);margin-left:1rem}.menu-opened{overflow:hidden}.menu-opened .menu-responsive{opacity:1;pointer-events:all}.menu-opened .menu-responsive aside{transform:translateX(0%)}.btn-open-menu{display:none}.btn-open-menu.close{position:absolute;top:0;right:0;width:5.6rem;height:5.6rem;display:flex;align-items:center;justify-content:center;background:var(--secondary)}@media(max-width: 991px){.btn-open-menu{display:flex;align-items:center;gap:1rem}.btn-open-menu span{font-size:1.6rem;font-weight:600;line-height:100%;text-transform:uppercase;color:var(--white);margin-top:.4rem}}@media(max-width: 991px)and (max-width: 520px){.btn-open-menu span{font-size:1.4rem}}@media(max-width: 991px){.btn-open-menu img{max-width:2rem;transition:all .3s ease}.btn-open-menu:hover img{transform:scale(1.1)}}.s-logo img{max-width:7.2rem}@media(max-width: 520px){.s-logo img{max-width:5.1rem}}.s-menu{display:flex;align-items:center;justify-content:space-between;gap:3.2rem}@media(max-width: 1080px){.s-menu{gap:2.4rem}}@media(max-width: 991px){.s-menu{display:none}}.s-menu.mobile{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:unset}.s-menu-item{position:relative;font-size:1.6rem;font-weight:600;line-height:100%;text-transform:uppercase;color:var(--white);transition:all .3s ease}@media(max-width: 991px){.s-menu-item.auxiliar{width:100%;display:flex;align-items:center;justify-content:space-between;font-size:2.4rem;padding:3.2rem 0 2.4rem;border-bottom:1px solid var(--dark-white)}.s-menu-item.auxiliar:first-of-type{border-top:1px solid var(--dark-white)}.s-menu-item.auxiliar:before{content:unset !important}.s-menu-item.auxiliar img{margin-top:-0.8rem}}.s-menu-item:hover{color:var(--secondary)}.s-menu-item:hover:before{width:100%}.s-menu-item:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:0;height:1px;background:var(--secondary);transition:all .3s ease}.s-tag{display:flex;align-items:center;gap:1.6rem}.s-tag img{max-width:2.6rem}.s-tag-text{font-size:1.8rem;font-weight:700;line-height:100%;text-transform:uppercase;color:var(--white)}@media(max-width: 991px){.s-tag-text{font-size:1.6rem}}.student-link{display:flex;align-items:center;gap:1rem}@media(max-width: 991px){.student-link{display:none}}.student-link:hover span{color:var(--secondary)}.student-link:hover svg path{fill:var(--secondary)}.student-link span{font-size:1.6rem;font-weight:600;line-height:2.1rem;text-transform:uppercase;color:var(--white);transition:all .3s ease;margin-top:.4rem}.student-link svg{max-width:2.6rem;margin-top:-0.4rem}.student-link svg path{fill:var(--white);transition:all .3s ease}.big-arrow-link{width:fit-content;display:flex;align-items:center;overflow:hidden}.big-arrow-link p{font-size:1.6rem;font-weight:600;line-height:2.1rem;text-transform:uppercase;color:var(--secondary);margin-top:.4rem;margin-right:1.6rem;transition:all .5s ease}.big-arrow-link:hover p{margin-left:1.6rem;margin-right:unset}.big-arrow-link:hover .first-icon{width:7.2rem;height:2.1rem;opacity:1}@media(max-width: 520px){.big-arrow-link:hover .first-icon{width:4.1rem;height:1.2rem}}.big-arrow-link:hover .last-icon{width:0;height:0;opacity:0}.big-arrow-link .first-icon{width:0;height:0;object-fit:cover;opacity:0;transition:all .5s ease}.big-arrow-link .last-icon{width:7.2rem;height:2.1rem;object-fit:cover;opacity:1;transition:all .5s ease}@media(max-width: 520px){.big-arrow-link .last-icon{width:4.1rem;height:1.2rem}}@media(max-width: 520px){.big-arrow-link.header:hover p{margin-left:1rem;margin-right:unset}.big-arrow-link.header p{font-size:1.4rem;margin-right:1rem}}@media(max-width: 320px){.big-arrow-link.header p{font-size:1.2rem}}@media(max-width: 991px){.big-arrow-link.header.desktop{display:none}}.big-arrow-link.header.mobile{display:none}@media(max-width: 991px){.big-arrow-link.header.mobile{display:flex}}.big-arrow-link.submenu img{max-width:6.2rem}.big-arrow-link.submenu p{color:var(--white);margin-left:1.6rem;margin-right:unset}.button{position:relative;max-width:29rem;width:100%;height:5.6rem;display:flex;align-items:center;justify-content:center;border-radius:.5rem;padding:2.4rem;transition:all .3s ease;overflow:hidden}.button span{position:absolute;font-size:1.6rem;font-weight:600;line-height:100%;text-transform:uppercase;color:var(--white);transform:translateY(-50%);transition:all .3s ease}.button .first-label{top:-20%;opacity:0}.button .last-label{top:55%;opacity:1}.button:hover .first-label{top:55%;opacity:1}.button:hover .last-label{top:120%;opacity:0}.button-primary{background:var(--blue-one)}.button-primary:hover{background:var(--secondary)}.button-secondary{background:var(--light-blue)}.button-secondary:hover{background:var(--primary)}.button-tertiary{background:var(--light-blue)}.button-tertiary span{color:var(--secondary)}.button-tertiary:hover{background:var(--secondary)}.button-tertiary:hover span{color:var(--primary)}.hbspt-form{max-width:47rem;width:100%;padding:2.4rem;border-radius:1rem;background:hsla(0,0%,100%,.3019607843)}@media(max-width: 991px){.hbspt-form{max-width:100%}}@media(max-width: 520px){.hbspt-form{padding:2rem}}.hbspt-form form{display:flex;flex-direction:column;gap:2.4rem}@media(max-width: 520px){.hbspt-form form{gap:2rem}}.hbspt-form input[type=text],.hbspt-form input[type=email],.hbspt-form input[type=tel],.hbspt-form input[type=url],.hbspt-form textarea{width:100%;font-size:1.6rem;font-weight:600;line-height:100%;color:var(--title);background:var(--white);border-radius:.5rem;padding:2rem 1.6rem 1.4rem}@media(max-width: 520px){.hbspt-form input[type=text],.hbspt-form input[type=email],.hbspt-form input[type=tel],.hbspt-form input[type=url],.hbspt-form textarea{padding:1.4rem 1.6rem .8rem}}.hbspt-form input[type=text]::placeholder,.hbspt-form input[type=email]::placeholder,.hbspt-form input[type=tel]::placeholder,.hbspt-form input[type=url]::placeholder,.hbspt-form textarea::placeholder{color:var(--title)}.hbspt-form legend{font-size:1.6rem;font-weight:600;line-height:100%;color:var(--title);padding-bottom:.5rem}.hbspt-form .submitted-message{font-family:"Anek Odia",sans-serif;font-size:1.8rem;font-weight:600;line-height:100%;text-transform:uppercase;text-align:center;color:var(--white);transform:translateY(3px)}.hbspt-form .checkbox,.hbspt-form .hs-form-checkbox-display{display:flex;align-items:center;gap:1rem}.hbspt-form .checkbox input[type=checkbox],.hbspt-form .hs-form-checkbox-display input[type=checkbox]{width:1.6rem;height:1.6rem;background:var(--dark-white);border-radius:.3rem;transition:all .3s ease}.hbspt-form .checkbox input[type=checkbox]:checked,.hbspt-form .hs-form-checkbox-display input[type=checkbox]:checked{background:var(--secondary)}.hbspt-form .checkbox label,.hbspt-form .checkbox span,.hbspt-form .hs-form-checkbox-display label,.hbspt-form .hs-form-checkbox-display span{flex:1;font-family:"Lato",sans-serif;font-size:1.4rem;font-weight:500;line-height:150%;color:var(--white)}@media(max-width: 991px){.hbspt-form .checkbox label,.hbspt-form .checkbox span,.hbspt-form .hs-form-checkbox-display label,.hbspt-form .hs-form-checkbox-display span{color:#1e2d3a}}.hbspt-form .hs-form-required,.hbspt-form .hs-error-msg{display:none}.hbspt-form input[type=submit]{width:100%;font-size:1.6rem;font-weight:600;line-height:100%;color:var(--white);background:var(--light-blue);border-radius:.5rem;padding:2rem 1.6rem 1.4rem;cursor:pointer;transition:all .3s ease}.hbspt-form input[type=submit]:hover{background:var(--primary)}.s-footer{background:var(--dark-blue);border-bottom:1px solid hsla(0,0%,100%,.2)}.s-footer-wrapper{display:flex;justify-content:space-between;gap:3.2rem;padding-bottom:4rem}@media(max-width: 768px){.s-footer-wrapper{display:grid;grid-template-columns:repeat(3, 1fr);row-gap:5.6rem}}@media(max-width: 520px){.s-footer-wrapper{grid-template-columns:repeat(2, 1fr);column-gap:unset;row-gap:4.8rem}}.s-footer-content{display:flex;flex-direction:column;justify-content:space-between;gap:4.8rem}@media(max-width: 991px){.s-footer-content{grid-column:3 span}}@media(max-width: 768px){.s-footer-content{flex-direction:row;justify-content:space-between;gap:3.2rem}}@media(max-width: 520px){.s-footer-content{display:grid;grid-template-columns:repeat(1, 1fr);row-gap:4rem;column-gap:unset;align-items:center}}.s-footer-images{display:flex;flex-direction:column;gap:1.6rem}@media(max-width: 768px){.s-footer-images{flex-direction:row}}@media(max-width: 520px){.s-footer-images{justify-content:space-between}}.s-footer-logo{max-width:18.4rem}@media(max-width: 1200px){.s-footer-logo{max-width:14.4rem}}@media(max-width: 768px){.s-footer-logo{max-width:8.4rem}}@media(max-width: 520px){.s-footer-logo{max-width:14.4rem;margin:0 auto}}.s-footer .verified-icon{max-width:28.8rem}@media(max-width: 991px){.s-footer .verified-icon{max-width:18.8rem}}@media(max-width: 768px){.s-footer .verified-icon img{width:auto;height:3.9rem;object-fit:cover}}@media(max-width: 520px){.s-footer .verified-icon img{height:3.6rem}}@media(max-width: 360px){.s-footer .verified-icon img{height:3.9rem}}@media(max-width: 320px){.s-footer .verified-icon img{height:3.4rem}}.s-footer-div{display:flex;flex-direction:column;gap:4.8rem}@media(max-width: 768px){.s-footer-div{gap:3.2rem}}@media(max-width: 520px){.s-footer-div{gap:2.4rem}.s-footer-div:last-of-type{grid-column:2 span}}.s-footer-div p{font-size:1.8rem;font-weight:600;line-height:100%;text-transform:uppercase;color:var(--secondary)}@media(max-width: 991px){.s-footer-div p{font-size:1.6rem}}.s-footer-menu{display:flex;flex-direction:column;gap:3.2rem}@media(max-width: 520px){.s-footer-menu{gap:2.4rem}}.s-footer-menu.auxiliar{gap:2.4rem;border-top:1px solid var(--dark-white);padding-top:3.2rem;margin-top:2.4rem}@media(max-width: 520px){.s-footer-menu.policy{display:grid;grid-template-columns:repeat(2, 1fr);row-gap:2.4rem;column-gap:unset}}.s-footer-menu .s-menu-item{width:fit-content;font-family:"Lato",sans-serif;font-weight:500;line-height:150%;text-transform:unset}.s-footer-menu .s-menu-item:before{height:1px}.s-footer-menu .s-menu-item span{font-size:1.2rem;font-weight:600;line-height:100%;text-transform:uppercase;color:var(--secondary);padding:.4rem .6rem 0rem;border-radius:.5rem;background:rgba(255,184,28,.3019607843);margin-left:1rem}.s-footer-menu .s-menu-item.last{font-weight:800;color:var(--secondary)}.s-footer-menu .s-menu-item.last:hover:before{content:""}.top{padding-top:12rem}@media(max-width: 1200px){.top{padding-top:10rem}}@media(max-width: 991px){.top{padding-top:8rem}}@media(max-width: 768px){.top{padding-top:6.4rem}}@media(max-width: 520px){.top{padding-top:4.8rem}}.bottom{padding-bottom:12rem}@media(max-width: 1200px){.bottom{padding-bottom:10rem}}@media(max-width: 991px){.bottom{padding-bottom:8rem}}@media(max-width: 768px){.bottom{padding-bottom:6.4rem}}@media(max-width: 520px){.bottom{padding-bottom:4.8rem}}.whatsapp-icon{position:fixed;bottom:3.2rem;right:3.2rem;transition:all .3s ease;z-index:9999}@media(max-width: 1400px){.whatsapp-icon{bottom:2.4rem;right:2.4rem}}@media(max-width: 520px){.whatsapp-icon{bottom:1.6rem;right:1.6rem}}.whatsapp-icon:hover{transform:scale(1.05)}.whatsapp-icon img{max-width:8rem}@media(max-width: 1400px){.whatsapp-icon img{max-width:7.2rem}}@media(max-width: 520px){.whatsapp-icon img{max-width:5.6rem}}.s-hero .slide-hero .swiper-slide{position:relative;height:calc(100vh - 7.7rem);overflow:hidden}@media(max-width: 520px){.s-hero .slide-hero .swiper-slide{height:100vh}}.s-hero .slide-hero .swiper-slide:before{content:"";position:absolute;top:0;left:0;width:100%;height:calc(100% - 16rem);background:linear-gradient(270deg, rgba(3, 4, 100, 0) 10%, var(--primary) 64%);z-index:1}@media(max-width: 1300px){.s-hero .slide-hero .swiper-slide:before{height:calc(100% - 14rem)}}@media(max-width: 768px){.s-hero .slide-hero .swiper-slide:before{background:linear-gradient(180deg, rgba(3, 4, 100, 0.3) 28%, #030464 100%)}}@media(max-width: 520px){.s-hero .slide-hero .swiper-slide:before{height:calc(100% - 23rem)}}.s-hero .slide-hero .swiper-slide:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:16rem;background:linear-gradient(90deg, rgba(0, 0, 52, 0.7) 0%, rgba(0, 0, 52, 0) 100%);border-top:1px solid var(--light-white);z-index:1}@media(max-width: 1300px){.s-hero .slide-hero .swiper-slide:after{height:14rem}}@media(max-width: 768px){.s-hero .slide-hero .swiper-slide:after{background:linear-gradient(180deg, #000034 0%, rgba(0, 0, 52, 0.2) 100%)}}@media(max-width: 520px){.s-hero .slide-hero .swiper-slide:after{height:23rem}}.s-hero .slide-hero-buttons{max-width:129rem;width:98%;position:absolute;bottom:4.8rem;left:50%;transform:translateX(-50%);display:flex;align-items:center;justify-content:flex-end;gap:2rem;padding:0 3.2rem;z-index:2}@media(max-width: 1300px){.s-hero .slide-hero-buttons{bottom:4rem}}@media(max-width: 1080px){.s-hero .slide-hero-buttons{bottom:4.8rem;padding:0 2.4rem}}@media(max-width: 520px){.s-hero .slide-hero-buttons{bottom:3.2rem;justify-content:flex-start;gap:1.6rem;padding:0 2rem}}.s-hero .slide-hero-button-prev,.s-hero .slide-hero-button-next{width:6.4rem;height:6.4rem;display:flex;align-items:center;justify-content:center;border-radius:5rem;border:1px solid var(--white);cursor:pointer;transition:all .3s ease}@media(max-width: 1300px){.s-hero .slide-hero-button-prev,.s-hero .slide-hero-button-next{width:5.6rem;height:5.6rem}}@media(max-width: 991px){.s-hero .slide-hero-button-prev,.s-hero .slide-hero-button-next{width:4.8rem;height:4.8rem}}@media(max-width: 520px){.s-hero .slide-hero-button-prev,.s-hero .slide-hero-button-next{width:4rem;height:4rem}}.s-hero .slide-hero-button-prev:hover,.s-hero .slide-hero-button-next:hover{background:var(--light-blue);border:1px solid var(--light-blue);transform:scale(1.1)}.s-hero .slide-hero-button-prev:hover svg path,.s-hero .slide-hero-button-next:hover svg path{fill:var(--secondary)}.s-hero .slide-hero-button-prev svg,.s-hero .slide-hero-button-next svg{max-width:3.2rem}@media(max-width: 520px){.s-hero .slide-hero-button-prev svg,.s-hero .slide-hero-button-next svg{max-width:2rem}}.s-hero .slide-hero-button-prev svg path,.s-hero .slide-hero-button-next svg path{fill:var(--white);transition:all .3s ease}.s-hero-wrapper{position:absolute;top:40%;transform:translateY(-50%);display:flex;flex-direction:column;align-items:flex-start;z-index:1}@media(max-width: 768px){.s-hero-wrapper{width:90%;top:4.8rem;bottom:18rem;transform:unset;justify-content:space-between}}@media(max-width: 520px){.s-hero-wrapper{bottom:26rem}}.s-hero-wrapper h1{max-width:62rem;width:100%;padding:3.2rem 0 2.4rem}@media(max-width: 1300px){.s-hero-wrapper h1{max-width:53rem}}@media(max-width: 991px){.s-hero-wrapper h1{max-width:44rem}}@media(max-width: 520px){.s-hero-wrapper h1{max-width:24rem;padding:2.4rem 0}}.s-hero-wrapper h1.auxiliar{max-width:69rem}@media(max-width: 991px){.s-hero-wrapper h1.auxiliar{max-width:49rem}}@media(max-width: 520px){.s-hero-wrapper h1.auxiliar{max-width:27rem}}.s-hero-content{position:absolute;bottom:5.6rem;display:flex;align-items:center;justify-content:space-between;z-index:2}@media(max-width: 1300px){.s-hero-content{bottom:4.8rem}}@media(max-width: 768px){.s-hero-content{bottom:3.2rem}}@media(max-width: 520px){.s-hero-content{bottom:10.4rem}}.s-hero-content p{max-width:62rem;width:100%;font-family:"Lato",sans-serif;font-size:1.8rem;font-weight:700;line-height:150%;color:var(--white)}@media(max-width: 991px){.s-hero-content p{max-width:54rem;font-size:1.6rem}}@media(max-width: 768px){.s-hero-content p{max-width:37rem}}@media(max-width: 520px){.s-hero-content p{max-width:92%}}.s-hero-infos{max-width:69rem;width:100%;display:flex;align-items:center;justify-content:space-between;gap:2.4rem}@media(max-width: 991px){.s-hero-infos{flex-direction:column;align-items:flex-start}}.s-hero-infos-div{display:flex;flex-direction:column;gap:1.6rem}@media(max-width: 520px){.s-hero-infos-div{width:100%}}.s-hero-infos-texts{display:flex;align-items:center;gap:1.6rem}@media(max-width: 520px){.s-hero-infos-texts{justify-content:space-between}}@media(max-width: 520px){.s-hero-infos .button-primary{max-width:100%}}.s-hero-price-divided{font-family:"Lato",sans-serif;font-size:3.2rem;font-weight:700;line-height:100%;color:var(--white)}@media(max-width: 991px){.s-hero-price-divided{font-size:2.4rem}}.s-hero-price-disclaimer{font-size:1.4rem;font-weight:600;line-height:100%;color:var(--secondary);border-radius:.5rem;padding:1rem 1rem .6rem 1rem;background:rgba(255,184,28,.2);backdrop-filter:blur(24px)}.s-hero-price-total{font-family:"Lato",sans-serif;font-size:1.8rem;font-weight:600;line-height:100%;color:var(--secondary)}@media(max-width: 991px){.s-hero-price-total{font-size:1.6rem}}.s-hero-background{position:relative;width:100%;height:100%;object-fit:cover;object-position:right}@media(max-width: 768px){.s-hero-background{object-position:85%}}.s-courses-wrapper{display:flex;flex-direction:column;align-items:center;padding-bottom:6.4rem}@media(max-width: 520px){.s-courses-wrapper{padding-bottom:4rem}}.s-courses-wrapper .s-tag-text{color:var(--gray-one)}.s-courses-wrapper h2{padding:3.2rem 0 2.4rem;text-align:center}@media(max-width: 600px){.s-courses-wrapper h2{max-width:33rem;width:100%}}@media(max-width: 520px){.s-courses-wrapper h2{max-width:29rem}}.s-courses .description{max-width:52rem;width:100%;text-align:center;color:var(--text)}@media(max-width: 520px){.s-courses .description{max-width:33rem}}.slide-cursos-background{aspect-ratio:1/1;position:relative;border-radius:1rem;overflow:hidden}.slide-cursos-background:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg, rgba(3, 4, 100, 0) 44%, var(--primary) 100%);z-index:1}.slide-cursos-background-image{width:100%;height:100%;object-fit:cover;border-radius:1rem;transition:all .3s ease}.slide-cursos-background a{position:absolute;bottom:2.4rem;left:2.4rem;right:2.4rem;display:flex;align-items:center;justify-content:space-between;gap:1.6rem;background:var(--secondary);border-radius:.5rem;padding:1.6rem;opacity:0;pointer-events:none;transform:translateY(9rem);z-index:1;transition:all .3s ease}@media(max-width: 520px){.slide-cursos-background a{left:1.6rem;right:1.6rem;bottom:1.6rem;padding:1rem}}.slide-cursos-background a:hover{background:var(--blue-one)}.slide-cursos-background a:hover span{color:var(--secondary)}.slide-cursos-background a:hover svg{animation:arrowMovement .6s ease}.slide-cursos-background a:hover svg path{fill:var(--secondary)}.slide-cursos-background a span{font-size:1.8rem;font-weight:600;line-height:2.1rem;text-transform:uppercase;color:var(--primary);margin-top:.4rem;transition:all .3s ease}@media(max-width: 520px){.slide-cursos-background a span{font-size:1.6rem}}@media(max-width: 520px){.slide-cursos-background a svg{width:6.2rem}}.slide-cursos-background a svg path{fill:var(--primary);transition:all .3s ease}.slide-cursos-wrapper{display:flex;align-items:center;justify-content:space-between;gap:2.4rem;background:rgba(238,238,238,.6980392157);border-radius:1rem;padding:2.4rem;margin-top:6.4rem}@media(max-width: 768px){.slide-cursos-wrapper{display:grid;grid-template-columns:repeat(2, 1fr)}}@media(max-width: 520px){.slide-cursos-wrapper{grid-template-columns:repeat(1, 1fr);gap:1.6rem;padding:1.6rem;margin-top:4rem}}@media(max-width: 768px){.slide-cursos-wrapper .button{order:1}}@media(max-width: 520px){.slide-cursos-wrapper .button{max-width:100%}}.slide-cursos-buttons{width:100%;display:flex;align-items:center;justify-content:space-between;gap:2.4rem;background:var(--white);border-radius:.5rem;padding:1.8rem 2.4rem 1rem 2.4rem}@media(max-width: 768px){.slide-cursos-buttons{grid-column:2 span}}@media(max-width: 520px){.slide-cursos-buttons{grid-column:unset}}.slide-cursos-button-prev,.slide-cursos-button-next{cursor:pointer}.slide-cursos-button-prev:hover svg path,.slide-cursos-button-next:hover svg path{fill:var(--blue-one)}.slide-cursos-button-prev svg path,.slide-cursos-button-next svg path{fill:var(--primary);transition:all .3s ease}.slide-cursos-button-prev:hover svg{animation:arrowMovement .6s ease}.slide-cursos-button-next:hover svg{animation:arrowMovementInverse .6s ease}.slide-cursos .swiper-slide h6{font-size:1.8rem;line-height:130%;letter-spacing:unset;text-transform:uppercase;color:var(--gray-one);padding:2.4rem 0 1rem;transition:all .3s ease}.slide-cursos .swiper-slide .text{max-width:95%;width:100%;font-weight:400;color:var(--text)}.slide-cursos .swiper-slide:hover .slide-cursos-background-image{transform:scale(1.03)}.slide-cursos .swiper-slide:hover a{transform:translateY(0);opacity:1;pointer-events:all}.slide-cursos .swiper-slide:hover h6{color:var(--primary)}@media(max-width: 520px){.slide-cursos .swiper-slide-active a{opacity:1;pointer-events:auto;transform:unset}}.s-acting{background:var(--dark-blue)}.s-acting-wrapper{display:flex;align-items:flex-end;justify-content:space-between;gap:3.2rem;padding-bottom:6.4rem;border-bottom:1px solid var(--medium-white)}@media(max-width: 991px){.s-acting-wrapper{flex-direction:column;align-items:center}}@media(max-width: 520px){.s-acting-wrapper{padding-bottom:4rem}}.s-acting-texts{display:flex;flex-direction:column;gap:3.2rem}@media(max-width: 991px){.s-acting-texts{align-items:center}}@media(max-width: 520px){.s-acting-texts h3{max-width:25rem;text-align:center}}.s-acting .description{max-width:49rem;width:100%;color:var(--white)}@media(max-width: 1080px){.s-acting .description{max-width:45rem}}@media(max-width: 991px){.s-acting .description{max-width:55rem;text-align:center}}@media(max-width: 520px){.s-acting .description{max-width:100%}}.s-acting-content{display:flex;justify-content:space-between;gap:3.2rem;padding-top:8rem}@media(max-width: 991px){.s-acting-content{flex-direction:column-reverse;gap:6.4rem}}@media(max-width: 768px){.s-acting-content{padding-top:6.4rem}}@media(max-width: 520px){.s-acting-content{gap:4rem;padding-top:4rem}}.s-acting-div{display:flex;flex-direction:column;justify-content:space-between;gap:4rem}.s-acting-description{max-width:52rem;width:100%;display:flex;flex-direction:column;gap:1.6rem}@media(max-width: 1080px){.s-acting-description{max-width:39rem}}@media(max-width: 991px){.s-acting-description{max-width:100%}}.s-acting-description .text{font-weight:400;color:var(--white)}.s-acting-list{max-width:56rem;width:100%;display:flex;flex-direction:column;gap:4rem}@media(max-width: 1080px){.s-acting-list{max-width:52rem}}@media(max-width: 991px){.s-acting-list{max-width:100%;border-bottom:1px solid var(--medium-white);padding-bottom:8rem}}@media(max-width: 768px){.s-acting-list{padding-bottom:6.4rem}}@media(max-width: 520px){.s-acting-list{padding-bottom:4rem}}.s-acting-list-item{display:flex;align-items:flex-start;gap:3.2rem}.s-acting-list-item img{max-width:4rem}.s-acting-list-div{width:100%;display:flex;flex-direction:column;gap:1rem;padding-bottom:4rem;border-bottom:1px solid var(--medium-white)}@media(max-width: 991px){.s-acting-list-div{padding-bottom:3.2rem}}.s-acting-list-div.last{padding-bottom:unset;border-bottom:unset}.s-acting-list-div h6{font-size:2rem;text-transform:uppercase;letter-spacing:unset}@media(max-width: 991px){.s-acting-list-div h6{font-size:1.8rem}}.s-acting-list-div .text{font-weight:400;color:var(--white)}.s-acting-background{background:var(--dark-blue);padding:0 2.4rem}@media(max-width: 1080px){.s-acting-background{padding:0 1.6rem}}@media(max-width: 520px){.s-acting-background{padding:0 .8rem}}.s-acting-background img{width:100%;height:100%;object-fit:cover;border-radius:1rem}@media(max-width: 520px){.s-acting-background img{object-position:right}}.s-acting-background.courses{padding-bottom:2.4rem}@media(max-width: 1080px){.s-acting-background.courses{padding-bottom:1.6rem}}@media(max-width: 520px){.s-acting-background.courses{padding-bottom:.8rem}}.s-acting-background.auxiliar{background:var(--white)}.s-platform{background:var(--dark-blue)}.s-platform-wrapper{display:flex;align-items:center;justify-content:space-between;gap:3.2rem}@media(max-width: 991px){.s-platform-wrapper{flex-direction:column;gap:4.8rem}}@media(max-width: 520px){.s-platform-wrapper{gap:4rem}}.s-platform-texts h3{max-width:48rem;width:100%;padding:3.2rem 0 1.6rem}@media(max-width: 991px){.s-platform-texts h3{max-width:90%}}@media(max-width: 768px){.s-platform-texts h3{max-width:100%}}.s-platform-description{max-width:50rem;width:100%;display:flex;flex-direction:column;gap:1.6rem;padding-bottom:3.2rem}@media(max-width: 1080px){.s-platform-description{max-width:44rem}}@media(max-width: 991px){.s-platform-description{max-width:100%}}.s-platform-description .text{color:var(--white)}.s-platform-list{max-width:60rem;width:100%;display:flex;flex-direction:column;gap:5.6rem}@media(max-width: 1200px){.s-platform-list{max-width:55rem}}@media(max-width: 1080px){.s-platform-list{max-width:50rem;gap:4.8rem}}@media(max-width: 991px){.s-platform-list{max-width:100%}}@media(max-width: 520px){.s-platform-list{gap:2.4rem}}.s-platform-list-item{display:flex;align-items:center;gap:2.4rem;padding-top:5.6rem;border-top:1px solid var(--light-white)}@media(max-width: 1080px){.s-platform-list-item{padding-top:4.8rem}}@media(max-width: 520px){.s-platform-list-item{padding-top:2.4rem}}.s-platform-list-item img{max-width:3.2rem}@media(max-width: 520px){.s-platform-list-item img{max-width:2.4rem}}.s-platform-list-item .subtitle{color:var(--white)}@media(max-width: 520px){.s-platform-list-item .subtitle{font-size:1.8rem}}.s-platform-list-item.last{padding-bottom:5.6rem;border-bottom:1px solid var(--light-white)}@media(max-width: 1080px){.s-platform-list-item.last{padding-bottom:4.8rem}}@media(max-width: 520px){.s-platform-list-item.last{padding-bottom:2.4rem}}.s-platform-list.courses{gap:3.2rem}.s-platform-list.courses .s-platform-list-item{padding-top:3.2rem}.s-platform-list.courses .s-platform-list-item.last{padding-bottom:3.2rem}@media(max-width: 991px){.s-platform.cursos .s-platform-texts{width:100%}}@media(max-width: 1300px){.s-platform.cursos .s-platform-texts h3{max-width:40rem}}@media(max-width: 991px){.s-platform.cursos .s-platform-texts h3{max-width:49rem}}@media(max-width: 520px){.s-platform.cursos .s-platform-texts h3{max-width:100%;font-size:3.2rem;padding:2.4rem 0}}@media(max-width: 520px){.s-platform.cursos .s-platform-list{gap:2.4rem}}@media(max-width: 520px){.s-platform.cursos .s-platform-list-item{padding-top:2.4rem}}@media(max-width: 520px){.s-platform.cursos .s-platform-list-item.last{padding-bottom:2.4rem}}.s-platform.contato{background:var(--white)}.s-platform.contato .s-platform-texts{max-width:49.6rem;width:100%}@media(max-width: 1080px){.s-platform.contato .s-platform-texts{max-width:44.6rem}}@media(max-width: 991px){.s-platform.contato .s-platform-texts{max-width:100%}}@media(max-width: 991px){.s-platform.contato .s-platform-texts .s-tag{justify-content:center}}.s-platform.contato .s-platform-texts .s-tag-text{color:var(--gray-one)}.s-platform.contato .s-platform-texts h3{color:var(--title);padding-bottom:2.4rem}@media(max-width: 991px){.s-platform.contato .s-platform-texts h3{text-align:center;margin:0 auto}}@media(max-width: 520px){.s-platform.contato .s-platform-texts h3{padding-top:2.4rem}}.s-platform.contato .s-platform-description{max-width:40rem;padding-bottom:4.8rem}@media(max-width: 991px){.s-platform.contato .s-platform-description{max-width:52rem;margin:0 auto}}@media(max-width: 520px){.s-platform.contato .s-platform-description{padding-bottom:3.2rem}}.s-platform.contato .s-platform-description .text{color:var(--text)}@media(max-width: 991px){.s-platform.contato .s-platform-description .text{text-align:center}}.s-platform.contato .s-platform-list{gap:3.2rem}@media(max-width: 520px){.s-platform.contato .s-platform-list{gap:2.4rem}}.s-platform.contato .s-platform-list-item{border-top:1px solid #ddd;padding-top:3.2rem}@media(max-width: 520px){.s-platform.contato .s-platform-list-item{gap:1.6rem;padding-top:2.4rem}}.s-platform.contato .s-platform-list-item .subtitle{font-weight:400;line-height:150%;color:var(--text)}@media(max-width: 520px){.s-platform.contato .s-platform-list-item .subtitle{font-size:1.6rem}}.s-platform.contato .s-platform-list-item .subtitle strong{font-family:"Lato",sans-serif}.s-platform.contato .s-platform-list-item.last{border-bottom:1px solid #ddd;padding-bottom:3.2rem}@media(max-width: 520px){.s-platform.contato .s-platform-list-item.last{padding-bottom:2.4rem}}.s-platform.contato .s-platform-image{position:relative}.s-platform.contato .s-platform-image .persona{position:relative;left:50%;transform:translateX(-50%);max-width:32.8rem;width:100%;height:100%;object-fit:cover;z-index:1}.s-platform.contato .s-platform-image .background{position:absolute;bottom:0;left:0;width:100%;max-height:23.2rem;height:100%}.s-detach-wrapper{display:flex;align-items:center;justify-content:space-between;gap:3.2rem}@media(max-width: 991px){.s-detach-wrapper{flex-direction:column;gap:4.8rem}}@media(max-width: 520px){.s-detach-wrapper{gap:4rem}}.s-detach-texts{display:flex;flex-direction:column;gap:2.4rem}@media(max-width: 991px){.s-detach-texts{align-items:center}}.s-detach-texts .s-tag-text{color:var(--gray-one)}.s-detach-texts h2{max-width:30rem;width:100%}@media(max-width: 991px){.s-detach-texts h2{max-width:100%;text-align:center}}@media(max-width: 600px){.s-detach-texts h2{max-width:90%}}@media(max-width: 520px){.s-detach-texts h2{max-width:100%}}.s-detach-content{display:flex;gap:4.8rem}@media(max-width: 768px){.s-detach-content{gap:4rem}}@media(max-width: 520px){.s-detach-content{gap:2rem}}.s-detach-content-div{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:2rem}@media(max-width: 991px){.s-detach-content-div{width:100%;flex-direction:column-reverse;gap:3.2rem}}@media(max-width: 520px){.s-detach-content-div{justify-content:flex-end;gap:2rem}}.s-detach-content-div p{font-size:1.8rem;font-weight:600;line-height:100%;text-align:center;text-transform:uppercase;color:var(--gray-one)}@media(max-width: 991px){.s-detach-content-div p{font-size:1.6rem}}@media(max-width: 768px){.s-detach-content-div p{max-width:16rem;width:100%}}.s-detach-image{position:relative;max-width:22.8rem}@media(max-width: 768px){.s-detach-image{max-width:18.8rem}}.s-detach-image img{width:100%;height:100%;object-fit:cover}.s-detach-number{position:absolute;top:50%;left:0;transform:translateY(-50%)}.s-detach-number figcaption{font-family:"Lato",sans-serif;font-size:7.2rem;font-weight:800;line-height:100%;letter-spacing:-0.03em;color:var(--gray-one)}@media(max-width: 1300px){.s-detach-number figcaption{font-size:6.4rem}}@media(max-width: 768px){.s-detach-number figcaption{font-size:5.6rem}}@media(max-width: 520px){.s-detach-number figcaption{font-size:3.2rem}}.s-divider{display:flex;align-items:center;justify-content:space-between;gap:6.4rem;padding-top:10rem;padding-bottom:10rem}@media(max-width: 991px){.s-divider{gap:4.8rem;padding-top:8rem;padding-bottom:8rem}}@media(max-width: 768px){.s-divider{padding-top:6.4rem;padding-bottom:6.4rem}}@media(max-width: 520px){.s-divider{gap:2.4rem;padding-top:4.8rem;padding-bottom:4.8rem}}.s-divider span{display:block;width:100%;height:1px;background:#e2e2e2}.s-divider-icon{max-width:7.3rem;width:100%}@media(max-width: 520px){.s-divider-icon{max-width:5rem}}.s-divider-icon img{width:100%;height:100%;object-fit:cover}.s-divider.auxiliar{gap:4rem}@media(max-width: 520px){.s-divider.auxiliar{padding-top:5.6rem;padding-bottom:5.6rem}}.s-divider.auxiliar span{background:#404466}.s-priority-wrapper{display:flex;align-items:center;justify-content:space-between;gap:3.2rem}@media(max-width: 991px){.s-priority-wrapper{flex-direction:column-reverse;gap:4.8rem}}@media(max-width: 520px){.s-priority-wrapper{gap:4rem}}@media(max-width: 991px){.s-priority-texts{width:100%}}.s-priority-texts .s-tag-text{color:var(--gray-one)}.s-priority-texts h4{max-width:41rem;width:100%;padding:3.2rem 0 2.4rem}@media(max-width: 991px){.s-priority-texts h4{max-width:100%}}.s-priority-description{max-width:49rem;width:100%;display:flex;flex-direction:column;gap:1rem;padding-bottom:3.2rem}@media(max-width: 991px){.s-priority-description{max-width:100%}}.s-priority-description .text{color:var(--text)}.s-priority .big-arrow-link p{color:var(--blue-one)}.s-priority-image{position:relative;max-width:60.5rem;width:100%;overflow:hidden;border-radius:1rem}@media(max-width: 1080px){.s-priority-image{max-width:45.5rem}}@media(max-width: 991px){.s-priority-image{max-width:100%;aspect-ratio:16/9}}@media(max-width: 520px){.s-priority-image{aspect-ratio:unset}}.s-priority-image:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg, rgba(16, 6, 159, 0) 37%, var(--light-blue) 100%)}.s-priority-image img{width:100%;height:100%;object-fit:cover;border-radius:1rem}.s-priority-image .s-logo{position:absolute;bottom:3.2rem;right:3.2rem;max-width:10.2rem;height:auto}.s-plans{background:#f4f4f4}.s-plans-wrapper{display:flex;align-items:flex-end;justify-content:space-between;gap:3.2rem;border-bottom:1px solid #e2e2e2;padding-bottom:4rem;margin-bottom:4rem}@media(max-width: 768px){.s-plans-wrapper{flex-direction:column;align-items:flex-start}}.s-plans-div{display:flex;flex-direction:column;gap:1rem}.s-plans-div h6{font-size:3.2rem;font-weight:600;line-height:110%;letter-spacing:-0.02em;color:var(--title)}@media(max-width: 520px){.s-plans-div h6{font-size:2.4rem}}.s-plans-div p{font-family:"Lato",sans-serif;font-size:1.8rem;font-weight:500;line-height:150%;color:var(--text)}@media(max-width: 520px){.s-plans-div p{font-size:1.6rem}}.s-plans .slide-planos .swiper-slide{background:var(--white);border-radius:1rem;border:1px solid #eaeaea;padding:2.4rem;transition:all .3s ease}@media(max-width: 520px){.s-plans .slide-planos .swiper-slide{padding:2rem}}.s-plans .slide-planos .swiper-slide:hover{border:1px solid var(--secondary)}.s-plans .slide-planos .swiper-slide:hover .plans-title{color:var(--blue-one)}.s-plans .slide-planos .swiper-slide:hover h6{color:var(--secondary)}.s-plans .slide-planos .swiper-slide .plans-title{font-size:1.8rem;font-weight:600;line-height:120%;text-transform:uppercase;color:var(--primary);transition:all .3s ease}.s-plans .slide-planos .swiper-slide .plans-list{display:flex;flex-direction:column;gap:1rem;border-bottom:1px solid #eaeaea;padding:1rem 0 1.6rem}.s-plans .slide-planos .swiper-slide .plans-list-item{display:flex;align-items:center;gap:1rem}.s-plans .slide-planos .swiper-slide .plans-list-item img{max-width:1.6rem}.s-plans .slide-planos .swiper-slide .plans-disclaimer{display:block;padding:1.6rem 0}.s-plans .slide-planos h6{font-family:"Lato",sans-serif;font-size:3.2rem;font-weight:800;line-height:100%;color:var(--primary);padding:1rem 0 1.6rem;transition:all .3s ease}.s-plans .slide-planos .support-text{font-weight:700;color:var(--text)}.s-plans .slide-planos .paragraph{line-height:130%;color:var(--text)}.s-plans .slide-planos .button-primary{max-width:100%}.s-plans .swiper-pagination{width:unset;position:relative;display:flex;align-items:center;justify-content:center;gap:1.2rem}.s-plans .swiper-pagination-bullet{width:1.2rem;height:1.2rem;margin:unset;transition:all .3s ease}.s-plans .swiper-pagination-bullet-active{background:var(--blue-one)}.s-consultants{padding-top:16rem}@media(max-width: 1080px){.s-consultants{padding-top:12rem}}@media(max-width: 991px){.s-consultants{padding-top:10rem}}@media(max-width: 520px){.s-consultants{padding-top:8rem}}.s-consultants-wrapper{position:relative;display:flex;flex-direction:column;align-items:center;background:url(../assets/images/consultant-background.png);background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:1rem;padding:10rem 6rem}@media(max-width: 991px){.s-consultants-wrapper{padding:10rem 6rem 6rem}}@media(max-width: 520px){.s-consultants-wrapper{padding:8.8rem 2.4rem 3.2rem}}.s-consultants-wrapper h5{padding:3.2rem 0 2.4rem;text-align:center}@media(max-width: 520px){.s-consultants-wrapper h5{padding-bottom:1.6rem}}.s-consultants-wrapper .description{max-width:46rem;width:100%;text-align:center;color:var(--white);padding-bottom:4.8rem}@media(max-width: 520px){.s-consultants-wrapper .description{max-width:31rem;padding-bottom:3.2rem}}@media(max-width: 320px){.s-consultants-wrapper .description{max-width:27rem}}.s-consultants-wrapper .description.about{max-width:69rem}.s-consultants-subtitle{font-size:1.8rem;font-weight:700;line-height:100%;text-transform:uppercase;color:var(--white)}@media(max-width: 991px){.s-consultants-subtitle{font-size:1.6rem}}.s-consultants-image{position:absolute;top:-4rem;left:50%;transform:translateX(-50%);width:100%;display:flex;align-items:center;justify-content:center}.s-consultants-image .consultant{max-width:8rem}.s-consultants-image img{width:100%;height:100%;object-fit:cover}.s-consultants-image img:not(:first-of-type){margin-left:-1.6rem}.s-consultants-buttons{width:100%;display:flex;align-items:center;justify-content:center;gap:2.4rem}@media(max-width: 520px){.s-consultants-buttons{flex-direction:column;gap:1rem}}.s-consultants.auxiliar{padding-top:18rem}@media(max-width: 1080px){.s-consultants.auxiliar{padding-top:16rem}}@media(max-width: 520px){.s-consultants.auxiliar{padding-top:10rem}}.s-consultants.auxiliar .s-consultants-wrapper{padding:14rem 6rem}@media(max-width: 1080px){.s-consultants.auxiliar .s-consultants-wrapper{padding:10rem 6rem 6rem}}@media(max-width: 520px){.s-consultants.auxiliar .s-consultants-wrapper{padding:8.8rem 2.4rem 3.2rem}}.s-consultants.auxiliar .s-consultants-wrapper .description{max-width:79rem;padding-bottom:unset}@media(max-width: 520px){.s-consultants.auxiliar .s-consultants-wrapper .description{max-width:32rem}}@media(max-width: 320px){.s-consultants.auxiliar .s-consultants-wrapper .description{max-width:27rem}}.s-consultants.auxiliar .s-consultants-image{max-width:12.8rem;top:-6.4rem}@media(max-width: 1080px){.s-consultants.auxiliar .s-consultants-image{max-width:10.8rem;top:-5.6rem}}@media(max-width: 520px){.s-consultants.auxiliar .s-consultants-image{max-width:8.8rem;top:-4.8rem}}.s-testimonials{overflow-x:hidden}.s-testimonials-wrapper{display:flex;flex-direction:column;align-items:center;gap:3.2rem}.s-testimonials-wrapper .s-tag-text{color:var(--gray-one)}.s-testimonials-wrapper h4{color:var(--gray-one);text-align:center}.s-testimonials-image{position:relative;overflow:hidden;border-radius:1rem}.s-testimonials-image img{width:100%;height:100%;object-fit:cover}.s-testimonials-image .play-button{position:absolute;bottom:2rem;right:2rem}.s-testimonials-image .play-button:hover img{transform:scale(1.05)}.s-testimonials-image .play-button img{max-width:4.7rem;transition:all .3s ease}.s-testimonials-text{display:flex;flex-direction:column;justify-content:space-between;border:1px solid rgba(41,61,76,.2);border-radius:1rem;padding:2.4rem}.s-testimonials-text h6{font-size:2rem;font-weight:600;line-height:120%;text-transform:uppercase;color:var(--gray-one)}.s-testimonials-text p{max-width:55rem;width:100%;font-family:"Lato",sans-serif;font-size:1.8rem;font-weight:500;line-height:150%;color:var(--text)}.s-testimonials-div{display:flex;align-items:center;justify-content:space-between}.s-testimonials .slide-depoimentos-um .swiper-slide,.s-testimonials .slide-depoimentos-dois .swiper-slide{display:flex;gap:2.4rem}@media(max-width: 991px){.s-testimonials .slide-depoimentos-um .swiper-slide,.s-testimonials .slide-depoimentos-dois .swiper-slide{gap:2rem}}.s-testimonials .slide-depoimentos-um{padding:6.4rem 0 0}.s-faq{background:var(--blue-two)}.s-faq-wrapper{display:flex;justify-content:space-between;gap:3.2rem}@media(max-width: 991px){.s-faq-wrapper{flex-direction:column;gap:4.8rem}}@media(max-width: 520px){.s-faq-wrapper{gap:4rem}}.s-faq-content{display:flex;flex-direction:column;justify-content:space-between}@media(max-width: 991px){.s-faq-content{flex-direction:row}}.s-faq-texts h5{max-width:27rem;width:100%;padding:3.2rem 0}@media(max-width: 991px){.s-faq-texts h5{max-width:100%}}@media(max-width: 520px){.s-faq-texts h5{max-width:20rem;padding:2.4rem 0}}.s-faq-icons{display:flex;flex-direction:column;align-items:flex-start;gap:4rem}@media(max-width: 991px){.s-faq-icons{gap:2.4rem}}.s-faq-icons img{max-width:8rem}@media(max-width: 1080px){.s-faq-icons img{max-width:6rem}}@media(max-width: 991px){.s-faq-icons img{max-width:4rem}}@media(max-width: 520px){.s-faq-icons img{max-width:3.2rem}}.s-faq_accordion{max-width:81rem;width:100%}@media(max-width: 1080px){.s-faq_accordion{max-width:71rem}}@media(max-width: 991px){.s-faq_accordion{max-width:100%}}.s-faq_accordion .s-faq_accordion-item{width:100%;display:flex;align-items:center;justify-content:space-between;gap:2.4rem;padding:3.2rem 0;border-top:1px solid var(--light-white);transition:all .3s ease}@media(max-width: 520px){.s-faq_accordion .s-faq_accordion-item{padding:2rem 0}}.s-faq_accordion .s-faq_accordion-item:hover .s-faq_accordion-question{color:var(--secondary)}.s-faq_accordion .s-faq_accordion-item.active .s-faq_accordion-question{color:var(--secondary)}.s-faq_accordion .s-faq_accordion-item.active .s-faq_accordion-icon img{transform:rotate(45deg)}.s-faq_accordion .s-faq_accordion-question{flex:1;display:flex;align-items:center;gap:2.4rem;color:var(--white);text-align:start;transition:all .3s ease}@media(max-width: 520px){.s-faq_accordion .s-faq_accordion-question{gap:2rem}}.s-faq_accordion .s-faq_accordion-question span{font-family:"Lato",sans-serif;color:var(--secondary)}.s-faq_accordion .s-faq_accordion-icon{width:2.4rem;height:2.4rem;display:flex;align-items:center;justify-content:center}@media(max-width: 520px){.s-faq_accordion .s-faq_accordion-icon{width:2rem;height:2rem}}.s-faq_accordion .s-faq_accordion-icon img{transition:all .3s ease}.s-faq_accordion .s-faq_accordion-answer{max-height:0;display:flex;flex-direction:column;gap:1rem;color:var(--white);overflow:hidden;transition:max-height .3s ease,padding .3s ease}.s-faq_accordion .s-faq_accordion-answer:last-of-type{border-bottom:1px solid var(--light-white)}.s-faq_accordion .s-faq_accordion-answer a{color:var(--white);transition:all .3s ease}.s-faq_accordion .s-faq_accordion-answer a:hover{color:var(--secondary)}.s-faq_accordion.auxiliar{padding-top:5.6rem}@media(max-width: 991px){.s-faq_accordion.auxiliar{padding-top:3.2rem}}.s-contact{background:var(--dark-blue)}.s-contact-wrapper{display:flex;align-items:center;justify-content:space-between;gap:2.4rem;background:url(../assets/images/consultant-background.png);background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:1rem;padding:2.4rem 2.4rem 2.4rem 8rem}@media(max-width: 991px){.s-contact-wrapper{flex-direction:column;gap:4.8rem;background:url(../assets/images/consultant-background-mobile.png);background-size:cover;background-position:center;background-repeat:no-repeat;padding:4.8rem 0 0}}@media(max-width: 520px){.s-contact-wrapper{gap:4rem;padding:4rem 0 0}}@media(max-width: 991px){.s-contact-texts{padding:0 2.4rem}}@media(max-width: 991px){.s-contact-texts .s-tag{justify-content:center}}.s-contact-texts h6{max-width:38rem;width:100%;padding:3.2rem 0 2.4rem}@media(max-width: 1300px){.s-contact-texts h6{max-width:31rem}}@media(max-width: 991px){.s-contact-texts h6{max-width:100%;text-align:center}}.s-contact-texts .description{max-width:40rem;width:100%;color:var(--white)}@media(max-width: 991px){.s-contact-texts .description{text-align:center;margin:0 auto}}.s-contact.auxiliar{position:relative}.s-contact.auxiliar:before{content:"";position:absolute;top:0;left:0;width:100%;height:35%;background:#f4f4f4}.s-contact.auxiliar .s-contact-wrapper{position:relative}.s-socials{background:linear-gradient(90deg, var(--primary) 0%, var(--dark-blue) 100%);border-bottom:1px solid var(--light-white)}.s-socials-wrapper{display:flex;align-items:center;justify-content:space-between;gap:3.2rem;padding:4rem 0}@media(max-width: 520px){.s-socials-wrapper{display:grid;grid-template-columns:repeat(2, 1fr);column-gap:unset;padding:3.2rem 0}}.s-socials-wrapper .design-by{display:flex;align-items:center;gap:1rem;transition:all .3s ease}@media(max-width: 520px){.s-socials-wrapper .design-by{justify-content:flex-end}}.s-socials-wrapper .design-by:hover{color:var(--secondary)}.s-socials-wrapper .design-by img{max-width:2.2rem}.s-socials-wrapper .paragraph{color:var(--white)}@media(max-width: 520px){.s-socials-wrapper .paragraph{order:1}}.s-socials-content{display:flex;align-items:center;gap:4rem}@media(max-width: 768px){.s-socials-content{gap:2.4rem}}@media(max-width: 520px){.s-socials-content{grid-column:2 span;justify-content:space-between}}.s-socials-content-item:hover svg{transform:scale(1.1)}.s-socials-content-item:hover svg path{fill:var(--blue-one)}.s-socials-content svg{max-width:2.4rem;transition:all .3s ease}.s-socials-content svg path{fill:var(--white);transition:all .3s ease}.s-office{background:linear-gradient(90deg, var(--primary) 0%, var(--dark-blue) 100%);padding-top:4.8rem;padding-bottom:4.8rem}@media(max-width: 520px){.s-office{background:linear-gradient(180deg, var(--primary) 0%, var(--dark-blue) 100%);padding-top:3.2rem;padding-bottom:3.2rem}}@media(max-width: 520px){.s-office.auxiliar{background:linear-gradient(90deg, var(--dark-blue) 0%, var(--primary) 100%)}}.s-office-wrapper{display:flex;align-items:flex-end;justify-content:space-between;gap:3.2rem}@media(max-width: 768px){.s-office-wrapper{flex-direction:column;align-items:flex-start}}@media(max-width: 520px){.s-office-wrapper .button{max-width:100%}}.s-office-content{display:flex;align-items:center;gap:2.4rem}@media(max-width: 520px){.s-office-content{align-items:flex-start}}.s-office-content img{max-width:4rem}@media(max-width: 520px){.s-office-content img{max-width:3.2rem}}.s-office-texts{display:flex;flex-direction:column;gap:1rem}.s-office-texts .subtitle{letter-spacing:unset}@media(max-width: 520px){.s-office-texts .subtitle{font-size:1.8rem}}.s-office-texts .support-text{color:var(--white)}@media(max-width: 1080px){.s-office-texts .support-text{max-width:58rem}}@media(max-width: 768px){.s-office-texts .support-text{max-width:36rem}}.s-disclaimer{background:var(--dark-blue);padding-top:8rem;padding-bottom:8rem}@media(max-width: 991px){.s-disclaimer{padding-top:6.4rem;padding-bottom:6.4rem}}@media(max-width: 520px){.s-disclaimer{padding-top:3.2rem;padding-bottom:3.2rem}}.s-disclaimer-wrapper{display:flex;flex-direction:column;gap:1.6rem}.s-disclaimer-wrapper .support-text{text-align:justify;color:hsla(0,0%,100%,.5019607843)}@media(max-width: 520px){.s-disclaimer-wrapper .support-text:nth-of-type(2){text-align:start}}.s-hero-internal{position:relative;background:url(../assets/images/policy-background.png);background-size:cover;background-position:center;background-repeat:no-repeat;overflow:hidden}.s-hero-internal:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(16,6,159,.4)}.s-hero-internal:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(270deg, rgba(2, 7, 50, 0.5) 0%, rgba(2, 7, 50, 0.8) 100%)}.s-hero-internal-wrapper{position:relative;display:flex;flex-direction:column;align-items:center;gap:3.2rem;z-index:1;padding-top:12rem}@media(max-width: 1200px){.s-hero-internal-wrapper{padding-top:10rem}}@media(max-width: 991px){.s-hero-internal-wrapper{padding-top:8rem}}@media(max-width: 768px){.s-hero-internal-wrapper{padding-top:6.4rem;padding-bottom:6.4rem}}@media(max-width: 520px){.s-hero-internal-wrapper{gap:2.4rem}}.s-hero-internal-wrapper h1{text-align:center}.s-hero-internal-content{display:flex;align-items:center;justify-content:space-between;gap:3.2rem}@media(max-width: 991px){.s-hero-internal-content{flex-direction:column;gap:8rem}}.s-hero-internal.faq{background:url(../assets/images/faq-background.png);background-size:cover;background-position:center;background-repeat:no-repeat}@media(max-width: 520px){.s-hero-internal.faq{background:url(../assets/images/faq-background-mobile.png)}}.s-hero-internal.faq .s-hero-internal-wrapper{align-items:flex-start}@media(max-width: 520px){.s-hero-internal.faq .s-hero-internal-wrapper{align-items:center}}.s-hero-internal.faq .s-hero-internal-wrapper h1{text-align:start}.s-hero-internal.faq .s-hero-internal-wrapper .detach-text{max-width:53rem;width:100%;font-family:"Lato",sans-serif;font-size:1.8rem;font-weight:400;line-height:150%;color:var(--white);margin-top:-0.8rem}@media(max-width: 520px){.s-hero-internal.faq .s-hero-internal-wrapper .detach-text{font-size:1.6rem;margin-top:unset;text-align:center}}.s-hero-internal.cursos{background:url(../assets/images/courses-background.png);background-size:cover;background-position:center;background-repeat:no-repeat}@media(max-width: 520px){.s-hero-internal.cursos{background-position:45% 50%}}.s-hero-internal.cursos .s-hero-internal-wrapper{align-items:flex-start}.s-hero-internal.cursos .s-hero-internal-wrapper h1{text-align:start}@media(max-width: 520px){.s-hero-internal.cursos .s-hero-internal-wrapper h1{max-width:20rem;width:100%;font-size:3.7rem}}.s-hero-internal.cursos .s-hero-internal-wrapper .detach-text{max-width:41rem;width:100%;font-family:"Lato",sans-serif;font-size:1.8rem;font-weight:400;line-height:150%;color:var(--white);margin-top:-0.8rem}@media(max-width: 520px){.s-hero-internal.cursos .s-hero-internal-wrapper .detach-text{max-width:27rem;font-size:1.6rem}}.s-hero-internal.sobre-nos{background:url(../assets/images/about-background.png);background-size:cover;background-position:center;background-repeat:no-repeat}@media(max-width: 991px){.s-hero-internal.sobre-nos{background-position:35% 50%}}@media(max-width: 768px){.s-hero-internal.sobre-nos{background-position:40% 50%}}@media(max-width: 520px){.s-hero-internal.sobre-nos{background:url(../assets/images/about-background-mobile.png);background-size:cover;background-position:center;background-repeat:no-repeat}}.s-hero-internal.sobre-nos .s-hero-internal-wrapper{align-items:flex-start}@media(max-width: 991px){.s-hero-internal.sobre-nos .s-hero-internal-wrapper{width:100%}}@media(max-width: 520px){.s-hero-internal.sobre-nos .s-hero-internal-wrapper{padding-top:6.4rem}}.s-hero-internal.sobre-nos .s-hero-internal-wrapper h1{max-width:47rem;width:100%;text-align:start}.s-hero-internal.sobre-nos .s-hero-internal-wrapper .detach-text{max-width:47rem;width:100%;font-family:"Lato",sans-serif;font-size:1.8rem;font-weight:400;line-height:150%;color:var(--white);margin-top:-0.8rem}@media(max-width: 520px){.s-hero-internal.sobre-nos .s-hero-internal-wrapper .detach-text{font-size:1.6rem}}.s-hero-internal.contato{background:url(../assets/images/contact-background.png);background-size:cover;background-position:center;background-repeat:no-repeat}@media(max-width: 520px){.s-hero-internal.contato{background-size:210%;background-position:top center}}@media(max-width: 520px){.s-hero-internal.contato:before{background:linear-gradient(0deg, var(--primary) 72%, rgba(3, 4, 100, 0.3) 100%)}}.s-hero-internal.contato:after{background:linear-gradient(0deg, var(--dark-blue) 26%, rgba(2, 7, 50, 0.3) 100%)}@media(max-width: 520px){.s-hero-internal.contato:after{content:unset}}.s-hero-internal.contato .s-hero-internal-wrapper{padding-bottom:8rem}@media(max-width: 768px){.s-hero-internal.contato .s-hero-internal-wrapper{padding-bottom:6.4rem}}@media(max-width: 520px){.s-hero-internal.contato .s-hero-internal-wrapper{padding-top:6.4rem;padding-bottom:4.8rem}}.s-hero-internal.contato .s-hero-internal-wrapper h1{max-width:53rem;width:100%}@media(max-width: 991px){.s-hero-internal.contato .s-hero-internal-wrapper h1{max-width:38rem}}.s-hero-internal.blog{background:url(../assets/images/blog-background.png);background-size:cover;background-position:center;background-repeat:no-repeat}.s-hero-internal.blog .s-hero-internal-wrapper h1{max-width:70rem;width:100%}@media(max-width: 991px){.s-hero-internal.blog .s-hero-internal-wrapper h1{max-width:50rem}}.s-hero-internal.blog .s-hero-internal-wrapper .detach-text{font-family:"Lato",sans-serif;font-size:1.8rem;font-weight:400;line-height:150%;text-align:center;color:var(--white);margin-top:-0.8rem}@media(max-width: 520px){.s-hero-internal.blog .s-hero-internal-wrapper .detach-text{font-size:1.6rem}}.s-hero-internal.single-blog{background:url(../assets/images/single-background.png);background-size:cover;background-position:center;background-repeat:no-repeat}.s-hero-internal.single-blog .s-hero-internal-wrapper h1{max-width:80%}@media(max-width: 768px){.s-hero-internal.single-blog .s-hero-internal-wrapper h1{max-width:100%}}@media(max-width: 520px){.s-policy{padding-top:2rem}}.s-policy-wrapper{max-width:99rem;width:100%;margin:0 auto}.s-policy-wrapper.auxiliar{max-width:81rem;margin:unset}@media(max-width: 1200px){.s-policy-wrapper.auxiliar{max-width:71rem}}@media(max-width: 1080px){.s-policy-wrapper.auxiliar{max-width:61rem}}@media(max-width: 991px){.s-policy-wrapper.auxiliar{max-width:100%}}.s-policy-content{display:flex;align-items:flex-start;justify-content:space-between;gap:3.2rem}@media(max-width: 991px){.s-policy-content{flex-direction:column;gap:6.4rem}}@media(max-width: 520px){.s-policy-content{gap:4.8rem}}.s-policy-div{display:flex;flex-direction:column;gap:2rem}@media(max-width: 991px){.s-policy-div{width:100%}}.s-policy-line{display:flex;align-items:center;justify-content:space-between;padding-bottom:2.4rem;transition:all .3s ease;cursor:pointer}.s-policy-line svg{transition:all .3s ease}.s-policy-line svg:hover path{fill:var(--text)}.s-policy-line svg path{fill:var(--gray-one);transition:all .3s ease}.s-policy-index{max-width:31rem;width:100%;display:flex;flex-direction:column;gap:1.6rem;padding:2.4rem;border:1px solid #eee;border-radius:1rem;overflow:hidden}@media(max-width: 991px){.s-policy-index{max-width:100%}}.s-policy-index .s-tag-text{color:var(--light-blue)}.s-policy-index a{font-family:"Lato",sans-serif;font-size:1.6rem;font-weight:800;line-height:150%;text-transform:uppercase;color:var(--text);border-bottom:1px solid #eee;padding-bottom:1.6rem;transition:all .3s ease}.s-policy-index a:last-of-type{padding-bottom:unset;border-bottom:unset}.s-policy-index a:hover{color:var(--light-blue)}.s-policy-index.is-collapsed .s-policy-line{padding-bottom:unset}.s-policy-index.is-collapsed .s-policy-line svg{transform:rotate(180deg)}.s-policy-index.is-collapsed a{display:none}.s-policy-title,.s-policy h2,.s-policy h3,.s-policy h4,.s-policy h5{font-family:"Lato",sans-serif;font-size:3.2rem;font-weight:600;line-height:150%;letter-spacing:-0.02em;color:var(--title);padding:1.6rem 0}.s-policy-title:first-of-type,.s-policy h2:first-of-type,.s-policy h3:first-of-type,.s-policy h4:first-of-type,.s-policy h5:first-of-type{padding-top:unset}@media(max-width: 991px){.s-policy-title,.s-policy h2,.s-policy h3,.s-policy h4,.s-policy h5{font-size:2.4rem}}.s-policy-subtitle,.s-policy h6{font-family:"Lato",sans-serif;font-size:1.8rem;font-weight:600;line-height:150%;text-transform:uppercase;color:var(--title);padding:1.6rem 0}@media(max-width: 991px){.s-policy-subtitle,.s-policy h6{font-size:1.6rem}}.s-policy-subtitle.auxiliar,.s-policy h6.auxiliar{padding:2.6rem 0 0}.s-policy-text{font-family:"Lato",sans-serif;font-size:1.8rem;font-weight:400;line-height:150%;text-align:justify;color:var(--text);padding-bottom:1.6rem}@media(max-width: 991px){.s-policy-text{font-size:1.6rem}}.s-policy-text p{font-family:"Lato",sans-serif;font-size:1.8rem;font-weight:400;line-height:150%;text-align:justify;color:var(--text);padding-bottom:1.6rem}@media(max-width: 991px){.s-policy-text p{font-size:1.6rem}}.s-policy-text strong{font-family:"Lato",sans-serif}.s-policy-text.small{font-size:1.2rem;padding-bottom:.6rem}.s-policy-text:last-of-type{padding-bottom:unset}.s-policy-text a{font-family:"Lato",sans-serif;font-weight:600;color:var(--text);transition:all .3s ease}.s-policy-text a:hover{color:var(--secondary)}.s-policy ul{display:flex;flex-direction:column;gap:1rem;padding-bottom:1.6rem}.s-policy ul li{list-style:inside;font-family:"Lato",sans-serif;font-size:1.8rem;font-weight:400;line-height:150%;text-align:justify;color:var(--text)}@media(max-width: 991px){.s-policy ul li{font-size:1.6rem}}.s-policy.faq{background:var(--blue-two)}@media(max-width: 520px){.s-policy.faq{padding-top:2rem}}.s-policy.faq .s-policy-index{background:var(--light-blue);border:1px solid #0020db}.s-policy.faq .s-policy-index .s-tag-text{color:var(--white)}.s-policy.faq .s-policy-index a{color:var(--white);border-bottom:1px solid var(--medium-white)}.s-policy.faq .s-policy-index a:hover{color:var(--secondary)}.s-policy.faq .s-policy-index a:last-of-type{border-bottom:unset}.s-filter{background:#f4f4f4;padding-top:8rem;padding-bottom:8rem}@media(max-width: 991px){.s-filter{padding-top:4rem;padding-bottom:4rem}}@media(max-width: 520px){.s-filter{padding-top:2rem;padding-bottom:2rem}}.s-filter-wrapper{display:flex;justify-content:space-between;align-items:flex-start;gap:2.4rem}@media(max-width: 991px){.s-filter-wrapper{flex-direction:column;gap:4rem}}@media(max-width: 520px){.s-filter-wrapper{gap:2rem}}.s-filter-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:2.4rem}@media(max-width: 768px){.s-filter-grid{width:100%;display:flex;flex-direction:column;gap:1.6rem}}@media(max-width: 520px){.s-filter-grid{gap:2rem}}.s-filter-index{position:sticky;top:2.4rem;max-width:39rem;width:100%;display:flex;flex-direction:column;gap:1rem;border-radius:1rem;border:1px solid #eaeaea;background:var(--white);padding:1rem}@media(max-width: 1200px){.s-filter-index{max-width:34rem}}@media(max-width: 1080px){.s-filter-index{position:unset;max-width:29rem}}@media(max-width: 991px){.s-filter-index{max-width:100%}}.s-filter-search{position:relative}.s-filter-search input[type=search]{width:100%;font-family:"Lato",sans-serif;font-size:1.6rem;font-weight:400;line-height:130%;color:#9fa3a6;background:var(--white);padding:1.6rem}.s-filter-search input[type=search]::placeholder{color:#9fa3a6}.s-filter-search input[type=search]::-webkit-search-cancel-button{appearance:none}.s-filter-search img{position:absolute;top:50%;right:1.6rem;transform:translateY(-50%);max-width:2rem;pointer-events:none}.s-filter-line{padding:1.6rem;border-radius:1rem;border:1px solid #eaeaea;background:#f4f4f4}.s-filter-line.is-collapsed{background:var(--white)}.s-filter-line.is-collapsed .s-filter-texts{padding-bottom:unset}.s-filter-line.is-collapsed .s-filter-texts svg{transform:rotate(180deg)}.s-filter-line.is-collapsed .s-filter-checkbox{display:none}.s-filter-texts{display:flex;align-items:center;justify-content:space-between;padding-bottom:2.4rem;cursor:pointer}.s-filter-texts svg{transform:rotate(0deg);transition:all .3s ease}.s-filter-texts svg:hover path{fill:var(--text)}.s-filter-texts svg path{fill:var(--gray-one);transition:all .3s ease}.s-filter-subtitle{font-weight:700}.s-filter-checkbox{display:flex;align-items:center;gap:1rem;border-radius:1rem;border:1px solid #eaeaea;background:var(--white);padding:1rem;margin-bottom:.8rem}.s-filter-checkbox:last-of-type{margin-bottom:unset}.s-filter-checkbox input[type=checkbox]{width:1.6rem;height:1.6rem;border-radius:5rem;border:1px solid #eaeaea}.s-filter-checkbox input[type=checkbox]:checked{border:1px solid var(--light-blue);background:var(--light-blue)}.s-filter-checkbox .text{flex:1}.s-filter .text{line-height:130%;color:var(--gray-one)}.s-filter-empty{grid-column:2 span;text-transform:uppercase}.s-filter-pagination{grid-column:2 span;display:flex;align-items:center;justify-content:space-between;gap:2.4rem;background:var(--white);border-radius:.5rem;padding:2.4rem}@media(max-width: 520px){.s-filter-pagination{padding:1.6rem;justify-content:center}}.s-filter-pagination-number{display:flex;align-items:center;gap:2.4rem}.s-filter-pagination-button{font-family:"Lato",sans-serif;font-size:1.6rem;font-weight:700;line-height:100%;color:var(--title);opacity:.2;cursor:pointer;transition:all .3s ease}.s-filter-pagination-button:hover,.s-filter-pagination-button.is-active{opacity:1}.s-filter-pagination-button.is-active{pointer-events:none}.s-filter-pagination-controls{display:flex;align-items:center;gap:2.4rem}@media(max-width: 520px){.s-filter-pagination-controls{display:none}}.s-filter-pagination-controls svg{max-width:7.8rem;cursor:pointer}.s-filter-pagination-controls svg:hover path{fill:var(--blue-one)}.s-filter-pagination-controls svg:hover:first-of-type{animation:arrowMovement .6s ease}.s-filter-pagination-controls svg:hover:last-of-type{animation:arrowMovementInverse .6s ease}.s-filter-pagination-controls svg.is-disabled{pointer-events:none;opacity:.2}.s-filter-pagination-controls svg path{fill:var(--light-blue)}.s-filter-card{display:flex;flex-direction:column;gap:1rem;border-radius:1rem;border:1px solid #eaeaea;background:var(--white);padding:1rem;transition:opacity .3s ease;will-change:opacity}.s-filter-card.is-filter-hidden{opacity:0;pointer-events:none}.s-filter-card-image{position:relative;border-radius:1rem;overflow:hidden}@media(max-width: 768px){.s-filter-card-image{aspect-ratio:16/9}}.s-filter-card-image img{width:100%;height:100%;object-fit:cover;border-radius:1rem}@media(max-width: 520px){.s-filter-card-image img{border-radius:.5rem}}.s-filter-card-image span{position:absolute;top:1.6rem;left:1.6rem;font-size:1.4rem;font-weight:600;line-height:100%;text-transform:uppercase;color:var(--secondary);padding:1rem 1rem .4rem 1rem;border-radius:.5rem;background:rgba(255,184,28,.3019607843)}.s-filter-card-content{padding:1.6rem}@media(max-width: 520px){.s-filter-card-content{padding:1.2rem}}.s-filter-card-content h6{font-family:"Lato",sans-serif;font-size:2rem;font-weight:700;line-height:130%;color:var(--title);padding-bottom:1.6rem}.s-filter-card-tag{width:fit-content;display:block;font-size:1.4rem;font-weight:600;line-height:100%;text-transform:uppercase;color:silver;border-radius:1rem;border:1px solid #e3e3e3;padding:1rem 1rem .4rem 1rem}.s-filter-card-infos{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #e2e2e2;padding-top:1.6rem}.s-filter-card-infos .stars-icon{max-width:9.6rem}@media(max-width: 520px){.s-filter-card-infos .stars-icon{max-width:8.4rem}}.s-filter-card-div{display:flex;align-items:center;gap:.6rem}.s-filter-card-div:nth-of-type(3),.s-filter-card-div:nth-of-type(4),.s-filter-card-div:nth-of-type(5){display:none}@media(max-width: 768px){.s-filter-card-div:last-of-type{justify-content:flex-end}}@media(max-width: 520px){.s-filter-card-div{gap:.4rem}}.s-filter-card-div p{color:var(--text)}.s-filter-card-icon{max-width:2rem}.s-filter-card-buttons{display:flex;align-items:center;justify-content:space-between;padding-top:2.4rem}.s-filter-card-buttons .button{max-width:13.2rem;height:4.2rem;padding:1.6rem}@media(max-width: 320px){.s-filter-card-buttons .button{max-width:12.2rem}}.s-filter-card-buttons .big-arrow-link p{color:var(--gray-one);margin-right:1rem}@media(max-width: 520px){.s-filter-card-buttons .big-arrow-link p{font-size:1.4rem}}.s-filter-card-buttons .big-arrow-link:hover .first-icon{width:4.3rem;height:1.2rem}.s-filter-card-buttons .big-arrow-link:hover .last-icon{width:0;height:0}.s-filter-card-buttons .big-arrow-link .last-icon{width:4.3rem;height:1.2rem}@media(prefers-reduced-motion: reduce){.s-filter-card{transition:none}}.s-course{background:#f4f4f4;padding-top:8rem;padding-bottom:8rem}@media(max-width: 520px){.s-course{padding-top:4.8rem;padding-bottom:3.2rem}}.s-course-wrapper{display:flex;align-items:flex-end;justify-content:space-between;gap:2.4rem;padding-bottom:5.6rem}@media(max-width: 991px){.s-course-wrapper{flex-direction:column;align-items:center}}@media(max-width: 520px){.s-course-wrapper{padding-bottom:3.2rem}}.s-course-wrapper .description{max-width:39rem;width:100%;color:var(--text)}@media(max-width: 991px){.s-course-wrapper .description{max-width:100%;text-align:center}}.s-course-texts{display:flex;flex-direction:column;gap:3.2rem}@media(max-width: 991px){.s-course-texts{align-items:center}}.s-course-texts .s-tag-text{color:var(--gray-one)}.s-course-texts h1{font-size:4.8rem;line-height:100%;color:var(--title)}@media(max-width: 1300px){.s-course-texts h1{font-size:4rem}}@media(max-width: 991px){.s-course-texts h1{font-size:3.2rem}}.s-course-content{display:flex;justify-content:space-between;gap:2.4rem}@media(max-width: 991px){.s-course-content{flex-direction:column}}@media(max-width: 520px){.s-course-content{gap:1.6rem}}.s-course-line{max-width:39rem;width:100%;display:flex;flex-direction:column;justify-content:space-between;gap:2.4rem}@media(max-width: 991px){.s-course-line{max-width:100%}}@media(max-width: 520px){.s-course-line{gap:1.6rem}}.s-course-split{display:flex;justify-content:space-between;gap:2.4rem;padding:2.4rem 0}@media(max-width: 991px){.s-course-split{flex-direction:column}}@media(max-width: 520px){.s-course-split{gap:1.6rem;padding:1.6rem 0}}.s-course-infos{width:100%;background:var(--white);border-radius:1rem;padding:2.4rem}@media(max-width: 520px){.s-course-infos{padding:2rem}}.s-course-infos .button-primary{height:4.2rem;padding:1.6rem;margin-top:2.4rem}@media(max-width: 520px){.s-course-infos .button-primary{margin-top:2rem}}.s-course-infos-div{display:flex;align-items:center;justify-content:space-between;padding-bottom:2.4rem}@media(max-width: 520px){.s-course-infos-div{padding-bottom:2rem}}@media(max-width: 520px){.s-course-infos-div img{height:2rem}}.s-course-infos-texts{display:flex;align-items:center;gap:1.6rem}.s-course-infos-texts h6{font-family:"Lato",sans-serif;font-size:1.6rem;font-weight:700;line-height:100%;color:var(--gray-one)}@media(max-width: 520px){.s-course-infos-texts h6{max-width:80%;width:100%}}.s-course-infos-texts img{max-width:3.2rem;height:auto}@media(max-width: 991px){.s-course-infos-texts img{max-width:2.4rem}}.s-course-infos.auxiliar .s-course-infos-div{padding-bottom:4.8rem}@media(max-width: 520px){.s-course-infos.auxiliar .s-course-infos-div{padding-bottom:2.4rem}}.s-course-infos.description{display:flex;flex-direction:column;justify-content:space-between}.s-course-infos.description ol{display:flex;flex-direction:column;gap:1rem;padding:1.6rem 0 2.4rem}.s-course-infos.description ol li{list-style:inside}.s-course-infos.description ol li::marker{color:var(--light-blue)}.s-course-infos.description .text{color:var(--text)}.s-course-list{display:flex;flex-direction:column;gap:.8rem}@media(max-width: 991px){.s-course-list{display:grid;grid-template-columns:repeat(2, 1fr)}}@media(max-width: 520px){.s-course-list{grid-template-columns:repeat(1, 1fr)}}.s-course-list-item{width:100%;display:flex;align-items:center;gap:1rem;border-radius:1rem;background:#f9f9f9;padding:1rem}.s-course-list-item .text{line-height:130%;color:var(--gray-one)}.s-course-list-item img{max-width:2rem}.s-course-list.gift{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.6rem}@media(max-width: 991px){.s-course-list.gift{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 520px){.s-course-list.gift{grid-template-columns:repeat(1, 1fr);gap:.8rem}}.s-course-list.gift .s-course-list-item{justify-content:space-between;gap:2rem;padding:2rem}@media(max-width: 520px){.s-course-list.gift .s-course-list-item{gap:1.6rem;padding:1.6rem}}.s-course-list.gift .s-course-list-item .text{font-weight:700}.s-course-list.gift .s-course-list-item img{max-width:2.4rem}@media(max-width: 520px){.s-course-list.gift .s-course-list-item img{max-width:2rem}}@media(max-width: 991px){.s-course-list.user{grid-template-columns:repeat(1, 1fr)}}.s-course-list.user .s-course-list-item{gap:2rem;padding:2rem}@media(max-width: 520px){.s-course-list.user .s-course-list-item{gap:1.6rem;padding:1.6rem}}.s-course-list.user .s-course-list-item img{max-width:2.4rem}@media(max-width: 520px){.s-course-list.user .s-course-list-item img{max-width:2rem}}.s-course-image{max-width:81rem;width:100%;border-radius:1rem}.s-course-image img{width:100%;height:100%;object-fit:cover;border-radius:1rem}.s-course .s-hero-infos{flex-direction:column;align-items:flex-start;border-radius:1rem;background:var(--white);padding:2.4rem}@media(max-width: 991px){.s-course .s-hero-infos{max-width:100%}}@media(max-width: 520px){.s-course .s-hero-infos{padding:2rem;gap:2rem}}.s-course .s-hero-infos-div{width:100%}@media(max-width: 520px){.s-course .s-hero-infos-div{gap:1rem}}.s-course .s-hero-infos-texts{justify-content:space-between}.s-course .s-hero-infos .button{max-width:unset}.s-course .s-hero-price-divided{color:var(--title)}.s-course .s-hero-price-disclaimer{color:var(--blue-one);background:rgba(5,47,224,.1019607843)}.s-course .s-hero-price-total{color:var(--blue-one)}.s-mentor-wrapper{display:flex;flex-direction:column;align-items:center;gap:3.2rem;padding-bottom:8rem}@media(max-width: 768px){.s-mentor-wrapper{padding-bottom:6.4rem}}@media(max-width: 520px){.s-mentor-wrapper{padding-bottom:4.8rem}}.s-mentor-wrapper h2{text-align:center}.s-mentor-wrapper .s-tag-text{color:var(--gray-one)}.s-mentor-cards{display:grid;grid-template-columns:repeat(3, 1fr);column-gap:3.2rem;row-gap:5.6rem}@media(max-width: 520px){.s-mentor-cards{display:grid;grid-template-columns:repeat(2, 1fr);column-gap:2rem;row-gap:4rem}}.s-mentor-cards-item{display:flex;flex-direction:column;align-items:center}@media(max-width: 520px){.s-mentor-cards-item:last-of-type{grid-column:2 span}}.s-mentor-cards-item h6{font-size:2.4rem;line-height:100%;letter-spacing:unset;text-transform:uppercase;color:var(--gray-one);padding:4rem 0 1.6rem}@media(max-width: 991px){.s-mentor-cards-item h6{font-size:1.8rem;padding:3.2rem 0 1.6rem}}@media(max-width: 991px){.s-mentor-cards-item .big-arrow-link:hover .first-icon{width:4.1rem;height:1.2rem}}.s-mentor-cards-item .big-arrow-link p{color:var(--blue-one)}@media(max-width: 991px){.s-mentor-cards-item .big-arrow-link .last-icon{width:4.1rem;height:1.2rem}}@media(max-width: 1200px){.s-mentor-cards-item.auxiliar .s-mentor-image{max-width:29.9rem}}@media(max-width: 1080px){.s-mentor-cards-item.auxiliar .s-mentor-image{max-width:24.9rem}}@media(max-width: 520px){.s-mentor-cards-item.auxiliar .s-mentor-image{max-width:19.9rem}}.s-mentor-cards-item.auxiliar h6{padding-bottom:unset}@media(max-width: 1200px){.s-mentor-cards-item.auxiliar h6{font-size:1.8rem;padding-top:3.2rem}}@media(max-width: 520px){.s-mentor-cards-item.auxiliar h6{padding-top:2.4rem}}.s-mentor-image{max-width:34.9rem}@media(max-width: 1080px){.s-mentor-image{max-width:29.9rem}}@media(max-width: 520px){.s-mentor-image{max-width:16rem}}.s-mentor-image img{width:100%;height:100%;object-fit:cover}.s-contact-list{position:relative;display:flex;justify-content:space-between;gap:4rem;z-index:2}@media(max-width: 1200px){.s-contact-list{display:grid;grid-template-columns:repeat(2, 1fr);row-gap:4.8rem}}@media(max-width: 600px){.s-contact-list{column-gap:3rem}}@media(max-width: 520px){.s-contact-list{grid-template-columns:repeat(1, 1fr);row-gap:8rem}}.s-contact-list-item{width:100%;display:flex;flex-direction:column;gap:1.6rem}@media(max-width: 520px){.s-contact-list-item{align-items:center}}.s-contact-list-item img{max-width:4rem}@media(max-width: 520px){.s-contact-list-item img{max-width:3.2rem}}.s-contact-list-item .subtitle{font-size:2rem}.s-contact-list-item .support-text{color:var(--white)}@media(max-width: 520px){.s-contact-list-item .support-text{text-align:center}}.s-contact-list-item .text{font-weight:700;color:var(--white)}.s-contact-list-item .text span{font-family:"Lato",sans-serif;color:var(--secondary)}.s-contact-list-item .s-socials-content{gap:3.2rem}.s-contact-list-item .s-socials-content svg{max-width:2rem}.s-contact-list-item .s-socials-content-item:hover svg{transform:unset}.s-contact-list-item .s-socials-content-item:hover svg path{fill:var(--secondary)}.s-contact-list-button{width:100%;display:flex;align-items:center;justify-content:center;gap:1rem;padding:2rem 2rem 1.4rem 2rem;border-radius:.5rem;background:var(--light-blue);transition:all .3s ease}.s-contact-list-button:hover{background:var(--secondary)}.s-contact-list-button:hover span{color:var(--light-blue)}.s-contact-list-button:hover svg path{fill:var(--light-blue)}.s-contact-list-button span{display:block;font-size:1.6rem;font-weight:600;line-height:2.1rem;text-transform:uppercase;color:var(--white);transition:all .3s ease}.s-contact-list-button svg{max-width:1.8rem;margin-top:-0.8rem}.s-contact-list-button svg path{fill:var(--secondary);transition:all .3s ease}.s-contact-list-link{font-family:"Lato",sans-serif;font-size:1.6rem;font-weight:700;line-height:100%;color:var(--white);text-align:center;transition:all .3s ease}.s-contact-list-link:hover{color:var(--secondary)}.s-blog{background:#f4f4f4}.s-blog-wrapper{padding-bottom:4.8rem}@media(max-width: 520px){.s-blog-wrapper{padding-bottom:4rem}}@media(max-width: 991px){.s-blog-wrapper .s-tag{justify-content:center}}.s-blog-wrapper .s-tag-text{color:var(--gray-one)}.s-blog-wrapper h2{padding:3.2rem 0 2.4rem}@media(max-width: 991px){.s-blog-wrapper h2{text-align:center}}.s-blog-wrapper .description{color:var(--text)}@media(max-width: 991px){.s-blog-wrapper .description{text-align:center}}.s-blog-categories{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.6rem;border-radius:1rem;border:1px solid #ddd;padding:1.6rem}@media(max-width: 768px){.s-blog-categories{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 520px){.s-blog-categories{grid-template-columns:repeat(1, 1fr)}}.s-blog-categories-item{width:100%;display:flex;align-items:center;justify-content:center;font-size:1.6rem;font-weight:600;line-height:100%;text-transform:uppercase;color:var(--gray-one);background:var(--white);border-radius:.5rem;padding:2.4rem 2.4rem 2rem;cursor:pointer;transition:all .3s ease}.s-blog-categories-item:hover,.s-blog-categories-item.active{color:var(--white);background:var(--blue-one)}.s-blog-categories-clear{display:block;font-size:1.6rem;font-weight:600;line-height:100%;color:var(--gray-one);padding-top:2.4rem;opacity:0;pointer-events:none;transition:all .3s ease}@media(max-width: 520px){.s-blog-categories-clear{font-size:1.4rem;padding-top:2rem}}.s-blog-categories-clear.is-visible{opacity:1;pointer-events:auto}.s-blog-categories-clear:hover{color:var(--blue-one)}.s-blog-posts{display:grid;grid-template-columns:repeat(3, 1fr);gap:2.4rem;padding:2.4rem 0}@media(max-width: 1080px){.s-blog-posts{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 768px){.s-blog-posts{grid-template-columns:repeat(1, 1fr)}}@media(max-width: 520px){.s-blog-posts{gap:2rem;padding:2rem 0}}.s-blog-posts .post-link{height:100%;display:flex;flex-direction:column;justify-content:space-between;background:var(--white);border-radius:1rem;padding:1rem}@media(max-width: 520px){.s-blog-posts .post-link{height:auto}}.s-blog-posts .post-link:hover .post-title{color:var(--light-blue)}.s-blog-posts .post-link:hover .post-image img{transform:scale(1.03)}.s-blog-posts .post-image{width:100%;height:auto;border-radius:1rem;overflow:hidden}@media(max-width: 520px){.s-blog-posts .post-image{border-radius:.5rem}}.s-blog-posts .post-image img{aspect-ratio:16/9;width:100%;height:100%;object-fit:cover;border-radius:1rem;transition:all .3s ease}@media(max-width: 520px){.s-blog-posts .post-image img{border-radius:.5rem}}.s-blog-posts .post-texts{flex:1;display:flex;flex-direction:column;justify-content:space-between;gap:1.6rem;padding:1.6rem}.s-blog-posts .post-title{color:var(--title);transition:all .3s ease}@media(max-width: 991px){.s-blog-posts .post-title{font-size:2rem}}@media(max-width: 520px){.s-blog-posts .post-title{font-size:1.8rem}}.s-blog-posts .post-description{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden}.s-blog-posts .post-description,.s-blog-posts .post-date{color:var(--text)}.s-blog-posts .post-infos{display:flex;align-items:center;justify-content:space-between;gap:2.4rem;border-top:1px solid #e2e2e2;padding-top:1.6rem}.s-blog-posts .post-category{max-width:25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:1.4rem;font-weight:600;line-height:100%;text-transform:uppercase;color:var(--white);background:var(--light-blue);border-radius:.5rem;padding:1rem}@media(max-width: 520px){.s-blog-posts .post-category{max-width:18rem}}@media(max-width: 320px){.s-blog-posts .post-category{max-width:17rem}}.s-blog.imprensa{background:var(--dark-blue)}.s-blog.imprensa .s-blog-wrapper .s-tag-text{color:var(--white)}.s-blog.imprensa .s-blog-wrapper h3{color:var(--white);padding:3.2rem 0 2.4rem}@media(max-width: 991px){.s-blog.imprensa .s-blog-wrapper h3{text-align:center}}.s-blog.imprensa .s-blog-wrapper .description{color:var(--white)}.s-blog.imprensa .s-blog-posts{padding:unset}.s-blog.imprensa .s-blog-posts .post-link{background:var(--primary)}.s-blog.imprensa .s-blog-posts .post-link:hover .post-title{color:var(--secondary)}.s-blog.imprensa .s-blog-posts .post-infos{border-top:1px solid rgba(226,226,226,.2)}.s-blog.imprensa .s-blog-posts .post-title,.s-blog.imprensa .s-blog-posts .post-date{color:var(--white)}.s-blog.imprensa .s-blog-posts .post-category{color:var(--primary);background:var(--secondary)}.s-blog.relacionados .s-tag{justify-content:center}.s-blog.relacionados h2,.s-blog.relacionados .description{text-align:center}.s-blog.relacionados .s-blog-posts{padding:unset}@media(max-width: 520px){.s-single{padding-top:3.2rem}}.s-single-wrapper{display:flex;align-items:flex-start;justify-content:space-between;gap:3.2rem}@media(max-width: 991px){.s-single-wrapper{flex-direction:column;gap:4.8rem}}@media(max-width: 520px){.s-single-wrapper{gap:4rem}}.s-single-div{position:sticky;top:4rem;max-width:29rem;width:100%;display:flex;flex-direction:column;gap:4rem}@media(max-width: 991px){.s-single-div{position:relative;top:unset;max-width:100%;display:grid;grid-template-columns:repeat(2, 1fr);column-gap:unset}}@media(max-width: 520px){.s-single-div{grid-template-columns:repeat(1, 1fr);row-gap:3.2rem}}.s-single-div .s-socials-content{justify-content:space-between;border-bottom:1px solid #ddd;padding-bottom:3.2rem}@media(max-width: 991px){.s-single-div .s-socials-content{grid-column:2 span;flex-direction:row;align-items:center;justify-content:space-between}}.s-single-div .s-socials-content-item{display:flex}.s-single-div .s-socials-content-item:hover svg{transform:unset}.s-single-div .s-socials-content-item:hover svg path{fill:var(--blue-one)}.s-single-div .s-socials-content svg path{fill:var(--gray-one)}.s-single-infos{display:flex;flex-direction:column;gap:2.4rem;border-bottom:1px solid #ddd;padding-bottom:4rem}@media(max-width: 991px){.s-single-infos{grid-column:2 span;flex-direction:row;justify-content:space-between}}@media(max-width: 520px){.s-single-infos{flex-direction:column;padding-bottom:3.2rem}}.s-single-infos-item{display:flex;align-items:center;gap:1.6rem}.s-single-infos-item img{max-width:2.4rem}.s-single-infos-item p{font-family:"Lato",sans-serif;font-size:1.8rem;font-weight:700;line-height:150%;color:var(--title)}.s-single-index{border-bottom:1px solid #ddd;padding-bottom:4rem}.s-single-index .s-tag{padding-bottom:3.2rem}.s-single-index .s-tag-text{color:var(--title)}.s-single-menu{display:flex;flex-direction:column;gap:2.4rem}.s-single-menu .text{display:flex;align-items:center;gap:1.6rem;color:var(--text);transition:all .3s ease}.s-single-menu .text:hover{color:var(--light-blue)}.s-single-menu .text span{font-family:"Lato",sans-serif;font-weight:700;color:var(--light-blue)}.s-single-content{max-width:81rem;width:100%;overflow-x:hidden}@media(max-width: 1200px){.s-single-content{max-width:71rem}}@media(max-width: 1080px){.s-single-content{max-width:61rem}}@media(max-width: 991px){.s-single-content{max-width:100%}}.s-single-content h2,.s-single-content h3,.s-single-content h4,.s-single-content h5,.s-single-content h6{font-family:"Lato",sans-serif;font-size:3.2rem;font-weight:700;line-height:150%;text-align:start;color:var(--title);padding:3.2rem 0 2.4rem}@media(max-width: 991px){.s-single-content h2,.s-single-content h3,.s-single-content h4,.s-single-content h5,.s-single-content h6{padding:2.4rem 0}}@media(max-width: 520px){.s-single-content h2,.s-single-content h3,.s-single-content h4,.s-single-content h5,.s-single-content h6{font-size:2.4rem}}.s-single-content h2 strong,.s-single-content h3 strong,.s-single-content h4 strong,.s-single-content h5 strong,.s-single-content h6 strong{font-family:"Lato",sans-serif;font-size:3.2rem;font-weight:600;line-height:150%;color:var(--title)}@media(max-width: 520px){.s-single-content h2 strong,.s-single-content h3 strong,.s-single-content h4 strong,.s-single-content h5 strong,.s-single-content h6 strong{font-size:2.4rem}}.s-single-content h2 mark,.s-single-content h3 mark,.s-single-content h4 mark,.s-single-content h5 mark,.s-single-content h6 mark{color:var(--title) !important}.s-single-content p{font-family:"Lato",sans-serif;font-size:1.8rem;font-weight:500;line-height:150%;text-align:start;color:var(--text);padding-bottom:1.6rem}.s-single-content p:last-of-type{padding-bottom:unset}@media(max-width: 520px){.s-single-content p{font-size:1.6rem}}.s-single-content strong{font-family:"Lato",sans-serif;font-size:1.8rem;font-weight:700;line-height:150%;color:var(--text)}.s-single-content mark{color:var(--text) !important}.s-single-content ul,.s-single-content ol{display:flex;flex-direction:column;gap:1rem;padding-bottom:1.6rem}.s-single-content ul li,.s-single-content ol li{list-style:inside;font-family:"Lato",sans-serif;font-size:1.8rem;font-weight:500;line-height:150%;color:var(--text)}.s-single-content ul li::marker,.s-single-content ol li::marker{color:var(--blue-one)}@media(max-width: 520px){.s-single-content ul li,.s-single-content ol li{font-size:1.6rem}}.s-single-content a{font-family:"Lato",sans-serif;font-size:1.8rem;font-weight:700;line-height:150%;color:var(--blue-one);transition:all .3s ease}.s-single-content a:hover{color:var(--secondary)}@media(max-width: 520px){.s-single-content a{font-size:1.6rem}}.s-single-content blockquote{display:flex;flex-direction:column-reverse;gap:1rem;background:#f4f4f4;border-radius:.5rem;padding:1.6rem;margin-bottom:1.6rem}.s-single-content cite{font-family:"Lato",sans-serif;font-size:1.8rem;font-weight:600;line-height:150%;color:var(--text)}@media(max-width: 520px){.s-single-content cite{font-size:1.6rem}}.s-single-content figcaption{font-family:"Lato",sans-serif;font-size:1.2rem;font-weight:500;line-height:100%;color:var(--text);margin:unset;padding-top:1rem}.s-single-content .wp-block-separator{padding-bottom:1.6rem}.s-single-content .wp-block-embed-youtube,.s-single-content .wp-block-image,.s-single-content .wp-block-table{margin:unset;padding-bottom:1.6rem}.s-single-content .wp-block-embed__wrapper{font-family:"Lato",sans-serif;font-size:1.8rem;font-weight:600;line-height:150%;color:var(--text)}@media(max-width: 520px){.s-single-content .wp-block-embed__wrapper{font-size:1.6rem}}.s-single-content .schema-faq{display:flex;flex-direction:column;gap:1rem;padding-top:1.6rem}.s-comments-wrapper{padding-bottom:8rem}@media(max-width: 768px){.s-comments-wrapper{padding-bottom:6.4rem}}@media(max-width: 520px){.s-comments-wrapper{padding-bottom:4rem}}.s-comments-wrapper .s-tag{justify-content:center}.s-comments-wrapper .s-tag-text{color:var(--black)}.s-comments-wrapper h3{color:var(--black);text-align:center;padding:3.2rem 0 2.4rem}.s-comments-wrapper .description{text-align:center}@media(max-width: 768px){.s-comments-wrapper .description{max-width:36rem;width:100%;margin:0 auto}}.s-comments-content{display:flex;justify-content:space-between;gap:2.4rem}@media(max-width: 991px){.s-comments-content{flex-direction:column}}.s-comments-content form{max-width:100%;height:100%;background:#f4f4f4}.s-comments-content form .checkbox input[type=checkbox]{background:rgba(179,179,179,.5019607843)}.s-comments-content form .checkbox input[type=checkbox]:checked{background:var(--secondary)}.s-comments-content form .checkbox label{color:#7d7d7d}.s-comments-content form .logged-in-as,.s-comments-content form .comment-notes{font-size:1.6rem;font-weight:600;line-height:100%;color:var(--title)}.s-comments-content form .logged-in-as a,.s-comments-content form .comment-notes a{transition:all .3s ease}.s-comments-content form .logged-in-as a:hover,.s-comments-content form .comment-notes a:hover{color:var(--secondary)}.s-comments-content form .comment-form-comment,.s-comments-content form .comment-form-author,.s-comments-content form .comment-form-email,.s-comments-content form .comment-form-url{display:flex;flex-direction:column;gap:1rem}.s-comments-content form .comment-form-comment label,.s-comments-content form .comment-form-author label,.s-comments-content form .comment-form-email label,.s-comments-content form .comment-form-url label{font-size:1.6rem;font-weight:600;line-height:100%;color:var(--title)}.s-comments-content form .comment-form-comment,.s-comments-content form textarea{height:100%}.s-comments-content form input[type=submit]{width:100%;text-transform:uppercase}.s-comments-content form .comment-form-cookies-consent{display:flex;align-items:center;gap:1rem}.s-comments-content form .comment-form-cookies-consent input[type=checkbox]{width:1.6rem;height:1.6rem;background:rgba(179,179,179,.5019607843);border-radius:.3rem;transition:all .3s ease}.s-comments-content form .comment-form-cookies-consent input[type=checkbox]:checked{background:var(--secondary)}.s-comments-content form .comment-form-cookies-consent label{flex:1;font-family:"Lato",sans-serif;font-size:1.4rem;font-weight:500;line-height:150%;color:#7d7d7d}.s-comments-content #respond{width:100%}.s-comments-content #comments,.s-comments-content #reply-title,.s-comments-content .commentlist,.s-comments-content .navigation{display:none}.s-comments-texts{max-width:60rem;width:100%;max-height:74.4rem;height:100%;display:flex;flex-direction:column;justify-content:space-between;gap:2.4rem;border-radius:1rem;border:1px solid #e5e5e5;padding:2.4rem;overflow-y:auto;scrollbar-width:none}@media(max-width: 1080px){.s-comments-texts{max-height:76.4rem}}@media(max-width: 991px){.s-comments-texts{max-width:100%}}@media(max-width: 520px){.s-comments-texts{gap:1.6rem;padding:1.6rem}}.s-comments-texts-item{display:flex;flex-direction:column;justify-content:space-between;gap:2.4rem;border-radius:1rem;background:#f4f4f4;padding:2.4rem}@media(max-width: 520px){.s-comments-texts-item{gap:1.6rem;padding:1.6rem}}.s-comments-infos{display:flex;align-items:center;justify-content:space-between;gap:2.4rem}@media(max-width: 520px){.s-comments-infos{flex-direction:column;align-items:flex-start;gap:.8rem}}.s-comments-infos-name{font-family:"Lato",sans-serif;font-size:1.8rem;font-weight:700;line-height:120%;color:var(--title)}.s-comments-infos .text{color:var(--title)}.s-comments .text{color:var(--text)}.s-about-list{max-width:60rem;width:100%;position:relative;display:grid;grid-template-columns:repeat(2, 1fr);column-gap:2.4rem;row-gap:5.6rem;padding-top:12rem;z-index:2}@media(max-width: 1080px){.s-about-list{max-width:50rem}}@media(max-width: 991px){.s-about-list{max-width:100%;grid-template-columns:repeat(4, 1fr);padding-top:unset}}@media(max-width: 768px){.s-about-list{grid-template-columns:repeat(2, 1fr);row-gap:4.8rem}}@media(max-width: 520px){.s-about-list{column-gap:2rem;row-gap:4rem}}@media(max-width: 320px){.s-about-list{column-gap:1rem}}.s-about-list-item{display:flex;flex-direction:column;align-items:center;gap:2.4rem}@media(max-width: 520px){.s-about-list-item{gap:1.6rem}}.s-about-list-item .subtitle{max-width:23rem;width:100%;letter-spacing:-0.03em;text-align:center;color:var(--white)}@media(max-width: 991px){.s-about-list-item .subtitle{font-size:1.6rem}}@media(max-width: 768px){.s-about-list-item .subtitle{max-width:18rem}}@media(max-width: 520px){.s-about-list-item .subtitle{font-size:1.4rem}}.s-about-list-item img{max-width:4rem}@media(max-width: 991px){.s-about-list-item img{max-width:3.2rem}}.s-history{background:#f4f4f4}@media(max-width: 520px){.s-history{padding-bottom:2rem}}.s-history .s-tag{justify-content:center}.s-history .s-tag-text{color:var(--gray-one)}.s-history h2{text-align:center;padding:3.2rem 0 2.4rem}.s-history .description{text-align:center;color:var(--text)}@media(max-width: 520px){.s-history .description{max-width:25rem;width:100%;margin:0 auto}}.slide-historia{margin-top:8rem}@media(max-width: 991px){.slide-historia{margin-top:6.4rem}}@media(max-width: 520px){.slide-historia{margin-top:4rem}}.slide-historia .swiper-slide{display:flex;justify-content:space-between;gap:2.4rem}@media(max-width: 991px){.slide-historia .swiper-slide{flex-direction:column}}@media(max-width: 520px){.slide-historia .swiper-slide{gap:2rem}}.slide-historia-content{max-width:60rem;width:100%;display:flex;flex-direction:column;justify-content:flex-end;gap:3.2rem;background:var(--white);border-radius:1rem;padding:3.2rem}@media(max-width: 1080px){.slide-historia-content{gap:2.4rem;padding:2.4rem}}@media(max-width: 991px){.slide-historia-content{max-width:100%;height:25rem}}@media(max-width: 600px){.slide-historia-content{height:27rem}}@media(max-width: 520px){.slide-historia-content{height:31rem;gap:2rem;padding:2rem}}@media(max-width: 360px){.slide-historia-content{height:29rem}}@media(max-width: 320px){.slide-historia-content{height:31rem}}.slide-historia-content .year{font-family:"Lato",sans-serif;font-size:7.2rem;font-weight:500;line-height:100%;color:var(--light-blue)}@media(max-width: 1300px){.slide-historia-content .year{font-size:6.4rem}}@media(max-width: 991px){.slide-historia-content .year{font-size:5.6rem}}@media(max-width: 520px){.slide-historia-content .year{font-size:3.2rem}}.slide-historia-content .text{color:var(--text)}.slide-historia-image{max-width:60rem;width:100%;border-radius:1rem}@media(max-width: 991px){.slide-historia-image{max-width:100%;aspect-ratio:16/9}}@media(max-width: 520px){.slide-historia-image{aspect-ratio:unset}}.slide-historia-image img{width:100%;height:100%;object-fit:cover;border-radius:1rem}.slide-historia-controls{max-width:54rem;width:100%;position:absolute;top:3.2rem;left:3.2rem;display:flex;align-items:center;justify-content:space-between;z-index:1}@media(max-width: 1200px){.slide-historia-controls{max-width:51rem}}@media(max-width: 1080px){.slide-historia-controls{max-width:46.5rem;top:2.4rem;left:2.4rem}}@media(max-width: 991px){.slide-historia-controls{max-width:75rem}}@media(max-width: 768px){.slide-historia-controls{max-width:59rem}}@media(max-width: 600px){.slide-historia-controls{max-width:54rem}}@media(max-width: 520px){.slide-historia-controls{max-width:29.5rem;top:2rem;left:2rem}}@media(max-width: 360px){.slide-historia-controls{max-width:33rem}}@media(max-width: 320px){.slide-historia-controls{max-width:28rem}}.slide-historia-buttons{display:flex;align-items:center;gap:3.2rem}@media(max-width: 1080px){.slide-historia-buttons{gap:2.4rem}}@media(max-width: 520px){.slide-historia-buttons{gap:1.6rem}}.slide-historia-button-prev,.slide-historia-button-next{cursor:pointer}.slide-historia-button-prev svg,.slide-historia-button-next svg{max-width:6.4rem}@media(max-width: 520px){.slide-historia-button-prev svg,.slide-historia-button-next svg{max-width:3.5rem}}.slide-historia-button-prev:hover svg path,.slide-historia-button-next:hover svg path{fill:var(--blue-one)}.slide-historia-button-prev svg path,.slide-historia-button-next svg path{fill:var(--light-blue);transition:all .3s ease}.slide-historia-button-prev:hover svg{animation:arrowMovement .6s ease}.slide-historia-button-next:hover svg{animation:arrowMovementInverse .6s ease}.slide-historia .swiper-button-disabled{pointer-events:none;opacity:.2}.slide-historia .swiper-pagination{width:unset;position:unset;transform:unset;display:flex;align-items:center;gap:1.6rem}@media(max-width: 520px){.slide-historia .swiper-pagination{gap:1rem}}.slide-historia .swiper-pagination-bullet{width:unset;height:unset;margin:unset !important;font-family:"Lato",sans-serif;font-size:1.6rem;font-weight:500;line-height:100%;color:var(--title);background:unset;opacity:.2;transition:all .3s ease;cursor:pointer}@media(max-width: 520px){.slide-historia .swiper-pagination-bullet{font-size:1.2rem}}.slide-historia .swiper-pagination-bullet-active{opacity:1}.s-motto-wrapper{display:flex;justify-content:space-between;gap:3.2rem}@media(max-width: 991px){.s-motto-wrapper{flex-direction:column-reverse;gap:4.8rem}}@media(max-width: 520px){.s-motto-wrapper{gap:4rem}}.s-motto-images{max-width:60rem;width:100%;display:grid;grid-template-columns:repeat(1, 1fr);gap:2.4rem}@media(max-width: 1200px){.s-motto-images{max-width:55rem}}@media(max-width: 1080px){.s-motto-images{max-width:48rem}}@media(max-width: 991px){.s-motto-images{max-width:100%}}@media(max-width: 520px){.s-motto-images{gap:2rem}}.s-motto-images-div{display:grid;grid-template-columns:repeat(2, 1fr);gap:2.4rem}@media(max-width: 520px){.s-motto-images-div{gap:2rem}}.s-motto-images img{width:100%;height:100%;object-fit:cover;object-position:right;border-radius:1rem}.s-motto-content{max-width:50rem;width:100%}@media(max-width: 1080px){.s-motto-content{max-width:48rem}}@media(max-width: 991px){.s-motto-content{max-width:100%}}.s-motto-content .s-tag-text{color:var(--gray-one)}.s-motto-content h2{max-width:33rem;width:100%;padding:3.2rem 0 2.4rem}@media(max-width: 991px){.s-motto-content h2{max-width:100%}}@media(max-width: 520px){.s-motto-content h2{padding:2.4rem 0}}.s-motto-content .text{color:var(--text)}@media(max-width: 991px){.s-motto-content .text{max-width:48rem;width:100%}}.s-motto-content .s-faq_accordion{margin-top:4.8rem}@media(max-width: 520px){.s-motto-content .s-faq_accordion{margin-top:4rem}}.s-motto-content .s-faq_accordion-item{border-top:1px solid #e2e2e2}.s-motto-content .s-faq_accordion-item.active .s-faq_accordion-question{color:var(--light-blue)}.s-motto-content .s-faq_accordion-question{align-items:flex-end;font-size:2.4rem;font-weight:600;line-height:100%;text-transform:uppercase;color:var(--gray-one)}.s-motto-content .s-faq_accordion-question img{max-width:3.2rem}.s-motto-content .s-faq_accordion-answer{font-size:1.8rem}@media(max-width: 520px){.s-motto-content .s-faq_accordion-answer{font-size:1.6rem}}@media(max-width: 991px){.s-motto-content .s-faq_accordion-answer.text{max-width:100%}}.s-motto-content .s-faq_accordion-answer:last-of-type{border-bottom:1px solid #e2e2e2}.s-founder-wrapper{display:flex;align-items:center;justify-content:space-between;gap:3.2rem}@media(max-width: 991px){.s-founder-wrapper{flex-direction:column;gap:4rem}}.s-founder-texts{max-width:30rem;width:100%;display:flex;flex-direction:column;gap:3.2rem}@media(max-width: 1300px){.s-founder-texts{max-width:25rem}}@media(max-width: 991px){.s-founder-texts{max-width:100%;align-items:center}}@media(max-width: 520px){.s-founder-texts{gap:2.4rem}}.s-founder-texts .s-tag-text{color:var(--gray-one)}@media(max-width: 991px){.s-founder-texts h4{text-align:center}}@media(max-width: 768px){.s-founder-texts h4{max-width:41rem;width:100%}}.s-founder-description{max-width:40rem;width:100%;display:flex;flex-direction:column;gap:1.6rem}@media(max-width: 991px){.s-founder-description{max-width:90%}}@media(max-width: 520px){.s-founder-description{max-width:95%}}@media(max-width: 991px){.s-founder-description .text{text-align:justify}}