
@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;
}

p {
	font-family: 'font-3';
	font-size: 20px;
	color: #CCC;
}

h4 {
	color: #FFF;
	font-family: 'font-3';
}

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);
}
/* ----- */



.botao-animado {
  background: none;
  color: white;
 border: 1px solid #FF9800;
 border-radius: 25px;
 padding: 12px 40px;
  font-size: 18px;
  cursor: pointer;
  animation: movimento-horizontal 3s infinite ease-in-out; /* Define a animação */
}

/* Quando o mouse passa por cima, a animação para */
.botao-animado:hover {
  animation-play-state: paused;
  box-shadow: 0 12px 15px 0 rgba(0,0,0,0.24),0 12px 15px 0 rgba(0,0,0,0.19);
}

/* A animação que define o movimento */
@keyframes movimento-horizontal {
  0% {
    transform: translateX(0); /* Posição inicial */
  }
  50% {
    transform: translateX(20px); /* Move 20px para a direita */
  }
  100% {
    transform: translateX(0); /* Retorna à posição inicial */
  }
}



/* ---- 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;
  }
}
/* ----- */


/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width: 50%;
  padding: 10px;
  height: auto; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}
/* ----- */


/* 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%;
  }
}
/* ----- */


/* --- Produto --- */
.small-container {
	max-width: 1080px;
	margin: auto;
	padding-left: 25px;
	padding-right: 25px;
	margin-top: 0;
}
.row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-around;
}
.col {
	flex-basis: 25%;
	padding: 10px;
	min-width: 200px;
	margin-bottom: 50px;
	transition: transform 0.5s;
}
.col img {
	width: 100%;
}

.col p {
	font-size: 14px;
}
.col:hover {
	transform: translateY(-5px);
}

/* ------ media query for less than 600 screen size ------- */

@media only screen and (max-width: 600px) {
	.row {
		text-align: center;	
	}
	.col {
		flex-basis: 100%;	
	}
}
/* ------ */


/* --- Rodapé --- */
.foot {
	padding: 1rem;
   background: none;
   border-top: 1px solid #7D8CDE;
}
.pe-a {
  float: left;
  width: 15%;
  padding: 10px;
}
.pe-b {
  float: left;
  width: 70%;
  padding: 10px;
}
.pe-c {
  float: left;
  width: 15%;
  padding: 10px;  
}
@media only screen and (max-width:620px) {
  /* For mobile phones: */
  .pe-a, .pe-b, .pe-c {
    width: 100%;
  }
}
/* ---------- */


