/* --- Fonte --- */
@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-Medium.ttf");
}
@font-face {
	font-family: 'font-4';
	src: url("../font/euphorigenic.ttf");
}
/* ---- */

/* --- Base --- */
:root { /* amarelo-queimado */
	--clr-primary: #FFFFFF;      /* título principal */
  	--clr-primary-dark: #000000; /* sombra */
  	--clr-grey-500: #6B7280;     /* parágrafo */
  	--clr-01: #ECB62D;     /* cabeçalho */
  	--clr-02: #A3790F;     /* rodapé */
	--clr-03: #F4D68A;     /* subtítulo */
	--clr-04: #33280D;     /* título */
	--clr-05: #FEFAF0;     /* página */
	--nav-bar-height: 5px;
	--font-family: 'font-3';
	/* 18px */
	--fs-sm: 1rem;
	/* 14px */
   --fw-reg: 400;
   --sp-xs: 0.25rem;
--sp-sm: 0.5rem;
--sp-lg: 1.5rem;
/* 32px */
  --sp-2xl: 3rem;
/* 32px */
  --fs-lg: 1.5rem;
/* 14px */
  --fw-md: 500;
}

*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background-color: var(--clr-05);
  font-family: var(--font-family);
  font-size: var(--fs-sm);
  font-weight: var(--fw-reg);
}
/* ---- */

/* --- Título & Texto --- */
h1 {
	color: var(--clr-02);
}

h2 {
	color: #DA1212;
	font-family: 'font-2';
	text-shadow: 2px 2px 4px #000000;
}

h3 {
	color: var(--clr-03);
}

h5 {
	color: var(--clr-03);
}

p {
	color: var(--clr-grey-500);
}
/* ---- */

/* --- link em palavra ou frase --- */
.estilo1 {
	text-decoration: none;
	color: var(--clr-02);
	cursor: pointer;
}
.estilo2 {
	text-decoration: none;
	color: #FFFFFF;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
	color: var(--clr-03);
}
/* --- */

/* --- Imagens --- */
img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
}
/* ---- */

/* --- Legenda --- */
legend {
	color: #888888;
	font-weight: bold;
	font-size: 13pt;
	font-family: sans-serif;
}

fieldset {
	border-color: var(--clr-01);
	border-radius: 6px;
	margin: 20px;
	padding: 10px;
}
/* ---- */

/* --- Logo --- */
.logo h2 {
	font-size: 35px;
  font-family: 'font-4';
  color: #FFF;
  text-shadow: 2px 2px 4px #000000;
  text-align: left;
}
/* --- Figura do logo --- */
.logo img {
  float: left;
  padding-right: 8px;
}
/* ---- */


/* --- Cabeçalho --- */
.header {
  padding: 2rem;
  background-image: url(../image/mapa_mundi.png);
  background-attachment: fixed;
}
.header h1 {
  font-size: 40px;
  font-family: 'font-1';
  color: var(--clr-primary);
  text-shadow: 2px 2px 4px var(--clr-primary-dark);
  text-align: center;	
}
.header p.serif {
  font-family: "Times New Roman", Times, serif;
  font-style: oblique;
  font-size: 20px;
  text-shadow: 2px 2px 4px var(--clr-primary-dark);
  color: var(--clr-03);
  text-align: center;
}
/* ----- */


/* Botão seleção das opções */
select {
	border: 1px solid var(--clr-03);
	background-color: var(--clr-05);
	padding: 5px;
	border-radius: 3px;
}
.btn-vai {
	border: 1px solid var(--clr-03);
	background-color: var(--clr-05);
	border-radius: 3px;
	padding: 5px;
	cursor: pointer;
} 
.btn-vai:hover {
	background-color: #4F4F4F;
   color: var(--clr-05);
}
/* --- */


/* --- Corpo da página --- */
/* --- Estrutura do cabeçalho --- */
.nave1 {	 
  background: none;
  margin:0 30px;
}
.nave1-a {
	float: left;
	width: 33%;
	padding: 15px;
}
.nave1-b {
	float: left;
	width: 33%;
	padding: 15px;
	text-align: justify;
	background: none;
} 
.nave1-c {
	float: left;
	width: 33%;
	padding: 15px;
}
@media only screen and (max-width:620px) {
  /* For mobile phones: */
  .nave1-a, .nave1-b, .nave1-c {
    width:100%;
    font-size: 12px;
  }
}
/* ---- */


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

/* --- Botão --- */
button {
background: none;
color: var(--clr-02);
border: 1px solid var(--clr-02);
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: var(--clr-02);
color: #FFF;
}
/* --- */

/* Estrutura de parte com duas colunas */
/* 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 de parte com três colunas */
/* Create two equal columns that floats next to each other */
.column-3 {
  float: left;
  width: 33%;
  padding: 10px;
  height: auto; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row-3: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-3 {
    width: 100%;
  }
}
/*-- ---- --*/

/* botão de verificar */
.button-x {
width: 200px;
background: none;
color: #000;
border: 1px solid #EC971F;
border-radius: 25px;
padding: 12px;
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 {
background: #4F4F4F;
border: 1px solid #4F4F4F;
color: #EC971F;
box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 20px 0 rgba(0,0,0,0.19);
}
/* --- */

/* --- Rodapé --- */
.footer {
  width: 100%;
  margin: 0;
  padding: 2rem;
  background-color: var(--clr-02);
  margin-top: 20px;
}
.footer p {
	text-align: right;
	font-size: 11px;
	margin-right: 5px;
	color: var(--clr-primary-dark);
}
.footer h4 {
	font-size: 10px;
	color: var(--clr-03);
	margin-bottom: 40px;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-weight: 400;
	text-align: center;
}
.footer h5 {
	font-size: 12px;
	color: var(--clr-03);
	margin-bottom: 0;
	margin-right: 5px;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-weight: 400;
	text-align: right;
}

/* --- estrutura do footer --- */
.primo {
  float: left;
  width: 33%;
  margin-top: 7px;
}
.main {
  float: left;
  width: 33%;
  margin-top: 7px;
}
.right {
  float: left;
  width: 33%;
  margin-top: 7px;
}

@media only screen and (max-width:620px) {
  /* For mobile phones: */
  .primo, .main, .right {
    width: 100%;
  }
}

/* ---- botão Sair ----- */
.btn {
margin: 0;
padding: 0;
box-sizing: "montserrat", sans-serif;
margin-top: 0;
}
.btn-section {
padding: 10px 0;
text-align: center;
}
.btn-section button {
background: none;
color: var(--clr-04);
border: 1px solid var(--clr-04);
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;
}
.btn-section button:hover {
background: var(--clr-04);
color: var(--clr-primary);
}

