:root{--bg-primary:transparent linear-gradient(92deg,#045284,#94cae3) 0% 0% no-repeat padding-box;--bg-wf:#fff;--bg-azul-claro:#94cae3;--bg-azul-fuerte:#045284;--fn-h1:2.4em;--fn-h2:2.1em;--fn-h4:1.4em;--fn-h3:1.05em;--fn-li:.95em;--fn-p:1.06em;--fn-small:.8em;--padding-screen:5rem 18rem;--borde-card:10px;--ui-filter:40px}body{margin:0;padding:0}.nps_main{background:var(--bg-primary);box-sizing:border-box;color:var(--bg-wf);font-family:var(--font-family-b);padding:var(--padding-screen)}.nps_main_header{align-items:center;display:grid;margin-bottom:2rem;width:100%}.nps_main_header_logo{align-items:center;display:grid;grid-template-columns:repeat(2,auto);width:fit-content}.nps_main_header_h2{box-sizing:border-box;font-size:var(--fn-h2);padding-left:.5rem}.nps_main_header_p{font-size:var(--fn-p);padding:1rem 0}.nps_main_header_logo_svg{height:60px;width:60px}.nps_main_header_bottons_container{display:flex;gap:10px;justify-content:space-between;margin-top:1rem}.nps_main_header_buttons{background-color:var(--bg-azul-fuerte);border:0;border-radius:25px;box-sizing:border-box;color:#fff;cursor:pointer;flex:1;font-size:var(--fn-h4);font-weight:600;padding:12px 20px;transition:background-color .3s ease}.nps_main_header_buttons.active{background-color:var(--bg-azul-claro)}.nps_main_body_section{border-radius:10px;box-sizing:border-box;display:none!important;height:auto;padding:1rem;visibility:hidden;width:100%}.nps_main_body_section.active{display:block!important;opacity:1;order:1!important;visibility:visible}.nps_main_body_section_list{align-items:center;box-sizing:border-box;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr);height:auto;padding:2rem;width:100%}.nps_main_body_section_list_item{font-size:var(--fn-li);list-style:circle}@keyframes slide-in-from-right{0%{transform:translateX(150%)}to{transform:translateX(-50%)}}@keyframes slide-out-to-left{0%{filter:blur(0);opacity:1;transform:translateX(0) scale(1)}to{filter:blur(5px);opacity:0;transform:translateX(-100%) scale(.95)}}.nps_main_body_section.active.animate-in{animation:slide-in-from-right .5s ease forwards}.nps_main_body_section.active.animate-out{animation:slide-out-to-left .5s ease-out forwards}@media(max-width:1650px){:root{--padding-screen:3.5rem 8rem}}@media(max-width:1250px){:root{--padding-screen:3rem 5rem}}@media(max-width:800px){:root{--fn-h1:1.4em;--fn-h2:1.4em;--fn-h3:1.05em;--fn-h4:.9em;--fn-li:.8em;--fn-p:.95em;--padding-screen:3rem 1rem}.nps_main_header_logo{justify-content:center;width:100%}.nps_main_header_bottons_container{display:grid;gap:0;gap:5px;grid-template-columns:repeat(4,1fr);width:100%}.nps_main_header_buttons{padding:.5rem 0}.nps_main_body_section_list{gap:0;grid-template-columns:repeat(1,1fr);padding:.5rem 2rem}.nps_main_body_section_list_item{padding-bottom:1rem}}