
@font-face {
	font-family: 'font-1';
	src: url("../font/Pentay-Book-ffp.ttf");
}
@font-face {
	font-family: 'font-2';
	src: url("../font/BlackLabel-Light.ttf");
}
@font-face {
	font-family: 'font-3';
	src: url("../font/Poppins-Regular.ttf");
}
* {
  box-sizing: border-box;
}

/* Base */
body {
  margin: 0;
  font-family: Arial;
  padding: 10px;
 background-color: #465362;
}

/* Figura responsiva */
img {
	max-width: 100%;
	height: auto;
	border-radius: 6px;
}

/* para link em palavra ou frase */
.estilo1 {
	color: #000;
	text-decoration: none;
	font-family: Arial;
}
a:hover{
 text-decoration: none;
 color: #CCC;
}

h3 {
	color: #70A1FF;
	font-family: 'font-3';
	text-shadow: 2px 2px 4px #000000;
	margin-bottom: 7px;
}

h2 {
	color: #7D8CDE;
	font-family: 'font-2';
	text-shadow: 2px 2px 4px #000000;
	margin-bottom: 7px;
}
h1 {
	color: #FFEA06;
	font-family: 'font-1';
	text-shadow: 2px 2px 4px #000000;
	text-align: center;
}

/* botão x */
.button-x {
background: none;
color: #70A1FF;
border: 1px solid #70A1FF;
border-radius: 25px;
padding: 12px 40px;
text-transform: uppercase;
font-size: 14px;
transition: 0.4s linear;
cursor: pointer;
-webkit-transitio: backgound-color 1s;
	-moz-transitio: backgound-color 1s;
	-o-transitio: backgound-color 1s;
	-ms-transitio: backgound-color 1s;
	transition: background-color 4s;
}
.button-x:hover {
color: #70A1FF;
border: 1px solid #70A1FF;
color: #FFF;
box-shadow: 0 12px 15px 0 rgba(0,0,0,0.24),0 12px 15px 0 rgba(0,0,0,0.19);
}
/* ----- */

/* ---- Menu ---- */
.topnav {
  overflow: hidden;
  border: 1px solid #002633;
  background-color: 	#041634;
  opacity: .9;
  position: inherit;
  top: 0;
  box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	z-index: 100;
	border-bottom: 0px solid #DA1212;
}
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  -webkit-transitio: backgound-color 1s;
	-moz-transitio: backgound-color 1s;
	-o-transitio: backgound-color 1s;
	-ms-transitio: backgound-color 1s;
	transition: background-color 1s;
  font-size: 17px;
  font-family: 'font-1';
  text-shadow: 2px 2px 4px #000000;
  border-radius: 4px;
}
.topnav a:hover {
  background-color: #ddd;
  color: black;
}
.topnav a.active {
  background: none;
  color: #FF9800;
  font-family: 'font-1';
  font-size: 20px;
  text-shadow: 2px 2px 4px #000000;
  text-align: center;
}
.topnav a.active:hover {
	background-color: #4CAF50;
	color: black;
}
.topnav .icon {
  display: none;
}
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
/* ----- */


/* Corpo com três colunas flutuantes */
.column {
  float: left;
  padding: 10px;
}



/* Estrutura do corpo da página com três colunas */
.nave3 {
  padding: 15px;
  background: none;
  margin: 30px;
}
.nave3-a {
	float: left;
	width: 15%;
	padding: 15px;
	text-align: justify;
	background: none;
}
.nave3-b {
	float: left;
	width: 70%;
	padding: 15px;
	text-align: justify;
	background: none;
} 
.nave3-c {
	float: left;
	width: 15%;
	padding: 15px;
	text-align: justify;
	background: none;
}
@media only screen and (max-width:620px) {
  /* For mobile phones: */
  .nave3-a, .nave3-b, .nave3-c {
    width:100%;
  }
}
/* ----- */


/* --- Rodapé --- */
.foot {
	padding: 1rem;
   background: none;
   border-top: 1px solid #7D8CDE;
}
.foot h4 {
	font-family: font-1;
	font-size: 20px;
	color: #000;
	text-align: left;
}
.foot h5 {
	font-size: 12px;
	color: #363636;
	margin-bottom: 0;
	margin-right: 5px;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-weight: 400;
	text-align: right;
}
.foot p {
	text-align: right;
	font-size: 11px;
	margin-right: 5px;
	color: #000;
}
.pe-a {
  float: left;
  width: 33%;
  padding: 10px;
}
.pe-b {
  float: left;
  width: 33%;
  padding: 10px;
}
.pe-c {
  float: left;
  width: 33%;
  padding: 10px;  
}
@media only screen and (max-width:620px) {
  /* For mobile phones: */
  .pe-a, .pe-b, .pe-c {
    width: 100%;
  }
}

/* --- Botão Voltar que está no rodapé --- */
button {
background: none;
color: #363636;
border: 1px solid #363636;
padding: 12px 40px;
border-radius: 8px;
text-transform: uppercase;
font-size: 14px;
transition: 0.4s linear;
cursor: pointer;
-webkit-transitio: backgound-color 1s;
	-moz-transitio: backgound-color 1s;
	-o-transitio: backgound-color 1s;
	-ms-transitio: backgound-color 1s;
	transition: background-color 4s;
}
button:hover {
background: #363636;
color: #FFF;
}
/* ----- */


