:root {
    --background-light: #e8f5e9;
    --background-dark: #d0e9d6;
    --text-color: #001545;
    --text-light: #fedd00;
    --box-background:linear-gradient(to bottom right, #bdffd6, white);
    --border-color: #012169;
    
    --header-background: #;
    --header-text: #fedd00;
    
    --navbar-background: #;
    --navbar-text: #fedd00;
    --navbar-hover: #009739;
    
    --sidebar-background: #012169;
    --sidebar-text: #fedd00;
    --sidebar-link: #001545;
    --sidebar-hover: #001138;
    
    --main-background: #;
    
    --footer-background: #;
    --footer-text: #;
    
    --header-background-start: #009739;
    --header-background-middle: #048234;
    --header-background-end: #009739;

    --navbar-background-start: #009739;
    --navbar-background-end: #048234;
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url('/samerica/brazil/img/pattern.jpg');
  background-repeat: repeat;
  background-size: auto;
  opacity: 0.78;
  z-index: -9999;
  pointer-events: none;
}

.text-banner, .navbar {
   -webkit-text-stroke-color:#012169;
-webkit-text-stroke-width:0.7px;
font-weight:bold;
}

.sidebar h2 {
  color:#fedd00;
}

summary {
  color:#012169;
}