@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap");:root{color-scheme:light}@media (prefers-color-scheme:dark) and (-webkit-touch-callout:none){:root{background-color:#fff;color:#000;color-scheme:light}}body{font-family:Poppins,sans-serif!important;font-size:16px!important;font-weight:400!important;margin:0;padding:0;scroll-behavior:smooth}.content-vh100{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:100vh;overflow:hidden;position:relative}.content-padding{margin-left:auto;margin-right:auto;max-width:1200px;padding:40px;width:100%}.one-columns{align-items:center;display:flex;flex-direction:column;gap:40px;justify-content:center}.two-columns{display:grid;gap:40px;grid-template-columns:repeat(2,1fr)}@media screen and (max-width:768px){.two-columns{display:grid;grid-template-columns:repeat(1,1fr)}}.two-columns-tablet{display:grid;gap:40px;grid-template-columns:repeat(2,1fr)}@media screen and (max-width:768px){.two-columns-tablet{display:grid;grid-template-columns:repeat(1,1fr)}}button{background:transparent;border:none}h1{font-size:30px}h1,h2{font-weight:700}h2{font-size:26px;margin-bottom:30px}h2 b,h2 strong{color:#fe4140;font-weight:400}h3{font-size:24px;font-weight:500}h3 b,h3 strong{color:#000;display:flex;font-weight:700}h4{font-size:22px}h4,h5{font-weight:500}h5{font-size:20px}h6{font-size:18px;font-weight:500}@media screen and (max-width:430px){h1 br,h2 br,h3 br,h4 br,h5 br{display:none}}p{color:#626567;line-height:28px}.btn__primary{background:linear-gradient(90deg,#021725,#393c40);border:none;border-radius:50px;color:#fff;cursor:pointer;display:inline-block;font-size:16px;font-weight:600;margin-top:20px;padding:20px 40px;text-align:center;text-decoration:none}.btn__primary:hover{background:#000;color:#fff}.btn__secondary{background:#f78707;border:none;border-radius:30px;color:#fff;cursor:pointer;display:inline-block;font-size:16px;font-weight:600;padding:20px 40px;text-decoration:none}.btn__secondary:hover{background:#f99f39;color:#fff}.volver-inicio{display:flex;justify-content:flex-end}.volver-inicio a{color:#fe4140;font-size:40px;margin-bottom:20px;padding:0 40px;transform:translateY(-100px)}.volver-inicio a:hover{color:#fe4140}@media screen and (max-width:430px){.volver-inicio a{transform:translateY(0)}}.btn-test{min-height:53px!important;padding-right:10px;transition:.3s}.btn-test .hs-button{border-radius:50px;text-align:center;width:100%}.menu-toggle{text-decoration:none}.bg-footer .menu{display:grid;gap:10px;list-style:none;margin-bottom:3rem;padding-left:0;text-align:center}.bg-footer .menu a{color:#fff;text-decoration:none}.bg-footer .menu a:hover{text-decoration:underline}