
body{
  	background-color: #fff;
  	/*background-image: url(../image/back.png); 
  	background-position: center;  
	background-repeat: no-repeat; 
	background-size: cover;
	background-attachment: fixed;*/
}


.mobmob{
  padding: 0px 5% 0px 5%;
}
/*tela de carregamento */
div.loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  background-color: #E50019;
  z-index: 9999999999999;
}

.meio{
  padding: 30px;
  height: 250px;
  width: 250px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.fs-12{
  font-size: 12px;
}

.fs-16{
  font-size: 16px;
}


.fs-15{
  font-size: 15px;
}

.fs-18{
  font-size: 18px;
}

.fs-19{
  font-size: 19px;
}


.fs-21{
  font-size: 21px;
}

.fs-22{
  font-size: 22px;
}

.fs-28{
  font-size: 28px;
}


.fs-30{
  font-size: 30px;
}

.fs-35{
  font-size: 35px;
}

.fs-38{
  font-size: 38px;
}


.fs-54{
  font-size: 50px;
}


.esp-26{
  line-height: 26px;
}


.esp-52{
  line-height: 52px;
}


/* Text padrao Laboratório*/
@font-face {
 font-family: gili;
 src: url('../fonts/GILROY-LIGHT.OTF');
}

@font-face {
 font-family: gibo;
 src: url('../fonts/GILROY-EXTRABOLD.OTF');
}


.reg{
  font-family: 'gili', sans-serif;
}

.bold{
  font-family: 'gibo', sans-serif;
}
.nuni{
  font-family: 'Nunito', sans-serif;
}

.inp{
  width: 100%; 
  height: 60px; 
  padding-left: 6%; 
  font-family: 'Nunito', sans-serif; 
  font-size: 18px; color:#B9B9B9; 
  border: solid 1px #B9B9B9; 
  border-radius: 10px; 
  outline: none; 
  margin-bottom: 12px;
}

.inpmob{
  width: 100%; 
  height: 60px; 
  padding-left: 4%; 
  font-family: 'Nunito', sans-serif; 
  font-size: 14px; 
  color:#B9B9B9; 
  border: solid 1px #B9B9B9; 
  border-radius: 10px; 
  outline: none; 
  margin-bottom: 12px;
}

.textarea{
  width: 100%; 
  padding: 6%; 
  font-family: 'Nunito', sans-serif; 
  font-size: 18px; 
  color: #B9B9B9; 
  border: solid 1px #B9B9B9; 
  border-radius: 10px; 
  outline: none; 
  margin-bottom: 12px; 
  height: 204px; 
  margin-left: 12px;
}

/* Menu */
#menu ul {
	padding:0px;
	margin:0px;
	list-style:none;
	font-family: gibo;
  margin-top: 20px;
}

#menu ul li { display: inline; }

#menu ul li a {
	padding: 2px 15px;
	display: inline-block;
	font-family: gibo;

	/* visual do link */
	font-size: 18px;
	text-decoration: none;
  color: #1A1A1A;
}

#menu ul li a:hover{
  color: #FF9C39;
}



/* Menu */
#menu2 ul {
  padding:0px;
  margin:0px;
  list-style:none;
  font-family: gibo;
  margin-top: 20px;
}

#menu2 ul li { display: inline; }

#menu2 ul li a {
  padding: 2px 15px;
  display: inline-block;
  font-family: gibo;

  /* visual do link */
  font-size: 18px;
  text-decoration: none;
  color: #fff;
}

#menu2 ul li a:hover{
  color: #FF9C39;
}

.newbtnfr{
  margin-top: 10px;
  color: #050027;
  width: 230px;
  padding: 8%;
  border: 1px solid #fff;
  background-color: #fff;
  border-radius: 5px;
  font-family: 'gibo', sans-serif;
  box-shadow: -3px 21px 38px -13px rgb(6 53 118 / 75%);
  cursor: pointer;
  z-index: 99999999;
}

.newbtnfr:hover{
  border: 1px solid #EB6905;
  background-color: #EB6905;
  color: #fff;

}

  .zeroo{
    margin: 0px;
    padding: 0px;
  }

  .blackk-text{
    color: #1A1A1A;
  }

  .rei-text{
    color: #063576;
  }

  .rei-text2{
    color: #EB6905;
  }


  table td, tr, th{
    border:none;
    margin: 0px;
    padding:0px;
  }


  .btn1{
    color: #57C718; 
    width: 175px; 
    padding: 8%; 
    border: 1px solid #57C718; 
    background-color: #FAFCF7; 
    border-radius: 5px;
    font-size: 21;
    font-family: 'gibo', sans-serif;
    margin-right: 10px;
    margin-top: 10px;
    cursor: pointer;
  }

   .btn1:hover{
     background-color: #57C718; 
     border-color: #57C718; 
     color: #FAFCF7;
  }

.btn2{
  margin-top: 10px;
    color: #FFF; 
    width: 180px; 
    padding: 8%; 
    border: 1px solid #063576; 
    background-color: #063576; 
    border-radius: 5px;
    font-family: 'gibo', sans-serif;
    box-shadow: -3px 21px 38px -13px rgba(6,53,118,0.75);
    cursor: pointer;
  }

  .btn2:hover{
     background-color: #EB6905; 
     box-shadow: -3px 21px 38px -13px rgba(235,105,5,0.75);
     border-color: #EB6905; 
  }

  .bol{
    font-weight: bold;
  }

  .link{
    text-decoration: underline;
  }

  .corhover:hover{
    #EB6905;
  }