body{
	font-family: "Lato", sans-serif;
	font-size: 20px;
	line-height: 160%;
	color: #262626;
    font-weight: 400;
	font-style: normal;
}

.icon-bar {
	width: 22px; 
	height: 2px;
	background-color: #466a8d;
	display: block;
	transition: all 0.2s;
	margin-top: 4px
}

/*cores*/

.azulEscuro{
	color: #466a8d;
}
.bgAzulEscuro{
	background-color: #466a8d;
}


.entrelinhaNormal{
	line-height: 120%;
}

p{
	margin-top: 40px;
	margin-bottom: 40px;
}



h1,h2,h3,h4,h5,h6{
	font-family: "DM Serif Display", serif;
    font-weight: 400;
    font-style: normal;
	color: #466a8d;
}
a{
	color: #466a8d;
    text-decoration: none;
}
a:hover{
	color: #6894BE;
    text-decoration: none;
    
}
.topogeral{
	background: white; 
	box-shadow: 0 3px 6px -6px grey;
}
.tabelas{ 
	font-size: 16px;
	line-height: 120%;
}
.rodape{
	font-size: 0.8em;
}


.bgVideo {
  position: relative;
  background-color: black;
  height: 75vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

.bgVideo video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.bgVideo .container {
  position: relative;
  z-index: 2;
}

.bgVideo .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}


.linkhome a {
	border-bottom: thin;
	border-top: thin;
	color: aqua;
	
}


.nav-item .nav-link {
    color: #2E2D49;
}
.nav-item .nav-link:hover{
	color: #33325C;
}


.tituloPagina{
	border-bottom: thick solid #f8f8f8;
}
.nomePagina{
	font-size: 2.8em;
	font-weight: 900;
	line-height: 85%;
}
.destaqueLeitura{
	font-size: 1.2em;
	font-weight: 200;
}
.menu a{
	font-size: 16px;
	font-weight: 900;
}
.bgVideo{
	background-image: url("../img/pag/bgVideo.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
}
