﻿/*** CSS GLOBAL BÁSICO ***/@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");:root{  --border-radius:4px;      --font_gerenal:"Raleway";--font_display:"Raleway";}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: normal;    }    .is-wrapper pre{    font-family:var(--font);font-weight:100;    border-radius:var(--border-radius);  }  .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 ***//*utilize "fixed" ao lado de "is-overlay-bg"*/.fixed{background-attachment: fixed;}/*ex: is-overlay-bg fixed*/