
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;	
}

h1{
	font-family: "Lato", sans-serif;
	font-weight: 500;
	text-align: center;
	font-size: 1.5625rem;
	margin-bottom: 0.5rem;
	color: #fff;
}

h2{
	font-family: "Lato", sans-serif;
	font-weight: bold;
	font-size: 1.2rem;
	margin-bottom: 0.5rem;
	color: #181818;
}

label{
	font-weight: bold;
}

.tt_escuro{
	color: #2b2b2b;
}

a {
  color: #fff;
  text-decoration: none;
}

.swal2-icon { font-size: 10px; }


.hr{
	width: 500px;	
	border: 1px solid #2b2b2b;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	}

.input{
	width: 300px;
	background-color: #E6E6E6;
	border: none;
}

.input[type="text"]{
	font-family: "Lato", sans-serif;
	font-weight: 500;
	font-size: 1.2rem;
}

.hr_clara{
	width: 500px;	
	border: 1px solid #fff;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3rem;
	}

.link{
	font-family: Open Sans;
	font-weight: 500;
	color: #AB090B;
	/*color: #82c4f1;*/
	font-size: 1.2rem;
}

.link:hover {
  opacity: 1;
  color: #3990E1;
}


.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #2b2b2b;
  height: 5rem;
  padding: 1rem;
}

.social{
	float: left;
	margin-left: 11.25rem;
	}

.ico_social{
	height: 1.875rem;
	margin-left: 0.625rem;
	margin-right: 0.625rem;
}

.botao{
  padding: 0.5rem 0.75rem 0.5rem 0.75rem;
  border: none;
  border-radius: 0.25rem;
  cursor: pointer;
  font-family: Open Sans;
  font-weight: 600;
  font-size: 1rem;
  margin-top: 30px;
  width: 300px;
  background-color: #82c4f1;
}
.botao:hover {
  opacity: 1;
  background-color: #29E45A;
}

.botao_ler{
  padding: 8px 12px 8px 12px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-family: Open Sans;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 10px;
  background-color: #82c4f1;
}
.botao_ler:hover {
  opacity: 1;
  background-color: #29E45A
}


.botao_escuro{
  padding: 0.5rem 0.75rem 0.5rem 0.75rem;
  border: none;
  border-radius: 0.25rem;
  cursor: pointer;
  opacity: 0.9;
  font-family: Open Sans;
  color: #F1F1F1;
  font-weight: 600;
  font-size: 1rem;
  margin-top: 2.4rem;
  width: 300px;
  background-color: #181818
}
.botao_escuro:hover {
  opacity: 1;
  background-color: #B1B1B1
}


footer{
	width: 100%;
	background-color: #2b2b2b;
	height: auto;
	font-family: Open Sans;
	color: #fff;
	font-weight: 300;
	font-size: 1rem;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 30px;
	margin-top: 50px;
}

.foto_footer{
	width: 7rem;
	border: 1px solid #181818;
	box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.5);
	border-radius: 5rem;
	margin-bottom: 1rem;
}

@media (max-width: 720px) {
	
	.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--royal-blue-light);
  height: 5rem;
  padding: 1rem;
  background-color: #2b2b2b;
}
  	
.social{
	float: left;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1.25rem;
	}

.ico_social{
	height: 1.875rem;
	margin-left: 1.2rem;
	margin-right: 1.2rem;
}
	
	.hr{
	width: 100%;	
	border: 1px solid #181818;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3rem;
	}
	
	.hr_clara{
	width: 100%;	
	border: 1px solid #fff;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3rem;
	}
	
	h1{
	font-family: "Lato", sans-serif; 
	font-weight: 500; 
	color: #fff; 
	text-align: center;
	font-size: 1.4rem;
	margin-bottom: 0.5rem;
}

}
