@font-face {
	font-family: "Geomanist";
	src: url("../fonts/Geomanist-Italic.woff2") format("woff2"), url("../fonts/Geomanist-Italic.woff") format("woff");
	font-weight: normal;
	font-style: italic;
  }
  @font-face {
	font-family: "Geomanist";
	src: url("../fonts/Geomanist.woff2") format("woff2"), url("../fonts/Geomanist.woff") format("woff");
	font-weight: normal;
	font-style: normal;
  }
  @font-face {
	font-family: "Geomanist";
	src: url("../fonts/Geomanist-Bold.woff2") format("woff2"), url("../fonts/Geomanist-Bold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
  }
body {
	font-family: "Geomanist";
	font-weight: normal;
  }
  h1 {
	font-weight: bold;
	color: #fff;
	font-size: 25px;
  }
  
  h2 {
	font-weight: normal;
	color: #fff;
	font-size: 20px;
  }
  
  h3 {
	font-weight: bold;
	font-size: 25px;
	color: #5ed89c;
	letter-spacing: 0.05rem;
  }
  
  h4 {
	font-weight: bold;
	color: #5a909a;
	letter-spacing: 0.05rem;
  }
  
  p {
	font-size: 16px;
  }
  
  mrspam {
	color: #5ed89c;
  }
  
  mrspam2 {
	color: #5a909a;
  }
  
  .mrspaces {
	padding: 10px;
  }
  
  .header_bg {
	background-image: url("/images/bannerbg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	width: 100%;
	min-height: 500px;
  }
  .header_bg .logo {
	margin-top: 30px;
  }
  
  .header_text {
	margin-top: 50px;
  }
  
  .btn-mr-default {
	background-color: #5ed89c;
	color: #fff;
	font-weight: 600;
	padding: 10px 20px;
	text-transform: uppercase;
	border-radius: 0.25rem;
  }
  .btn-mr-default:hover {
	background-color: transparent;
	border: 1px solid #5ed89c;
	color: #5ed89c;
  }
  
  .btn-mr-info {
	background-color: #5a909a;
	color: #fff;
	font-weight: 600;
	padding: 10px 20px;
	text-transform: uppercase;
	border-radius: 0.25rem;
  }
  .btn-mr-info:hover {
	background-color: transparent;
	border: 1px solid #5a909a;
	color: #5a909a;
  }
  #myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
}

#myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}
  #analise {
	background-color: #f7f7f7;
	padding: 10px 0px 35px 0px;
  }
  
  #descubra {
	padding-top: 10px;
	padding-bottom: 35px;
	background-color: #5ed89c;
  }
  
  #form {
	background-image: url("/images/formBG.jpeg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-top: 40px;
	padding-bottom: 30px;
	color: #fff;
  }
  
  .footer {
	margin-top: 20px;
	bottom: 0;
  }