﻿@import url("/fonts/Montserrat.css");:root{--blue:#0e0620;--white:#fff;--green:#1d3b6d;}*{font-family:Montserrat!important;}html,body{background-image:url(/images/system/main-back.png);background-size:cover;padding:0;margin:0;background-attachment:fixed;}body{display:flex;align-items:center;justify-content:center;font-family:"Nunito Sans";color:var(--white);font-size:1em;}button{font-family:"Nunito Sans";}ul{list-style-type:none;padding-inline-start:35px;}svg{width:400px;visibility:hidden;}svg g{stroke:#fff;fill:#fff;color:#fff;}svg circle{stroke:#fff;}h1{font-size:7.5em;margin:15px 0;font-weight:bold;}h2{font-weight:bold;line-height:150%!important;}.container .row{display:flex;flex-direction:column;align-items:center;}.container .textAlan{display:flex;flex-direction:column;align-self:stretch;max-width:500px;}.container .textAlan *{width:max-content;}.container .textAlan p{width:100%;margin:10px 0;line-height:26px;}.headerLogo{max-height:60px;height:60px;position:absolute;left:40px;top:40px;}.headerLogo img{max-width:100%;max-height:100%;}.btn{z-index:1;overflow:hidden;background:transparent;position:relative;padding:8px 50px;border-radius:15px;cursor:pointer;font-size:1em;letter-spacing:2px;transition:.2s ease;font-weight:bold;margin:5px 0;text-decoration:none;margin-top:20px;}.btn.green{border:4px solid var(--green);color:var(--white);}.btn.green:before{content:"";position:absolute;left:0;top:0;width:0%;height:100%;background:var(--green);z-index:-1;transition:.2s ease;}.btn.green:hover{color:var(--white);background:var(--green);transition:.2s ease;}.btn.green:hover:before{width:100%;}@media screen and (max-width:768px){.headerLogo{max-height:40px;height:40px;position:absolute;left:40px;top:20px;right:40px;display:flex;align-items:center;justify-content:center;}.headerLogo img{max-width:100%;max-height:100%;}body{display:block;}.container{margin-top:100px;margin-bottom:70px;}.container .row{display:flex;flex-direction:column;align-items:center;}.container svg{max-width:60%;}h1{text-align:center;width:100%!important;}h2{text-align:center;width:100%!important;}.textAlan{display:flex;flex-direction:column;align-items:center;padding:20px;}.textAlan p{text-align:center;}}