@import url('https://fonts.googleapis.com/css2?family=Courier+Prime:ital,wght@0,400;0,700;1,400;1,700&family=Libre+Caslon+Text:ital,wght@0,400;0,700;1,400&display=swap');

body{color: #130f30;}
.bgimage {
	background: url(bg1.jpg) no-repeat center center; 
	background-size: cover;
	height:100vh;
}
h1,h2,h3, h4{
	font-family: "Libre Caslon Text", serif;
	font-weight: 400;
	font-style: normal;
}
h1 {}
h2 {font-size:3em}
h3 {font-size:2em}
h5 {
	font-family: "Courier Prime", monospace;
	font-weight: 400;
}

.container-fluid{
	background-color:#f8f8f8;
}
.hero{background-color: #e7dfd3}
.hero h2 {color:#005131}
.missao-section{background-color: #255d4a;}
.missao-section h2, .missao-section h5 {color:#ffffff}

/* === CSS TICKER === */

@font-face {
    font-family: 'Oswald';
    src: url('OpenSans-Light.ttf') format('truetype');
}

body {margin: 0}
.ticker {
  color: #fff;
  background-color: rgb(0 0 0 / 85%);
  padding: 5px 20px;
  position: relative;
  overflow: hidden;
}
.ticker_wrapper {
  white-space: nowrap;
  position: relative;
}
.ticker_headline {
  font-family: 'Oswald',sans-serif;
  font-weight: lighter;
  font-size: 10px;
  letter-spacing: 3px;
  font-weight: normal;
  width: auto;
  margin: 0;
  display: inline-block;
  text-transform:uppercase;

  font: normal 400 1.5rem/1 "Oswald", sans-serif;
  text-transform: uppercase;
  color: var(--t-per-bright-dark);
}


