﻿@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans:ital,wght@0,100;0,300;0,400;0,500;0,700;0,800;0,900;1,100;1,300;1,400;1,500;1,700;1,800;1,900&family=Just+Another+Hand&display=swap');:root{  --border-radius:10px;  --font_gerenal:"Alegreya Sans";  --font_display:"Just Another Hand";}    body {font-family: var(--font_gerenal);}.display h1{font-family: var(--font_display);}h1, h2, h3, h4, h5, h6{font-family: var(--font_gerenal);}p, td, li, label{font-family: var(--font_gerenal); font-weight:400; font-size:20px; font-style: normal;}  .is-wrapper pre{font-family: var(--font_gerenal); font-weight:400 !important; font-size:20px; font-style: normal; border-radius:var(--border-radius);}  menu > ul > li > nav{font-family:var(--font_display); font-size:30px;} .is-wrapper img{  border-radius:var(--border-radius);}/*botões*/.is-wrapper .column a.btn{  font-family:var(--font_gerenal);font-weight:400;  margin:10px;  letter-spacing:2px;  background-color:#efefef;  border-radius:var(--border-radius);}.is-wrapper .column a.btn:hover{  background-color: #7a7a7a;  color:#fff;}.is-wrapper .column a.btn.ok{  background-color: #000;  color:#fff;}.is-wrapper .column a.btn.ok:hover{  background-color: #FFCC33;  color:#000;}/*botões*//*links*/a{  color:#000;}a:hover{  color:#ccc;}/*links*//*centraliza no celular*/@media screen and (max-width: 767px) {  .is-wrapper .is-align-left{        text-align: center !important;      }      .is-wrapper .is-align-right{    text-align: center !important;  }}/*centraliza no celular*//*** CSS GLOBAL BÁSICO ***/.is-arrow-down>a {    background: rgba(0,0,0,.01);}.sl-overlay {    background: rgba(0,0,0,0.8) !important;}  .fixed{background-attachment: fixed;}