@charset "UTF-8";



.rodape{

	background-color:#f5f5f5;
	border-radius: 12px;
	height: 140px;
		margin-right: 7%;
	margin-left: 7%;
}

.container-agradecimento{
	margin-right: 7%;
	margin-left: 7%;
	margin-top: 5%;
}


.imagem-agradecimento{
	width: 85%;
	height: 100%;
	
}


html.rd-navbar-fixed-linked .page-header {
	height: 56px;
	
}

.body-page{
	margin-right: 7%;
	margin-left: 7%;
}





.menu-nav{
	height: 65px;
}

.rd-navbar-nav{
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 0;
    color: #151515;
    transition: .25s;	
    bottom: -15px;

}


.justificado{
	text-align: justify;
}
.centralizar{
	text-align: center;
}

.espaco{
	margin-top: 5%;
	margin-bottom: 4%;
}

.bonus{
	background-color: #a1654b;
	color:#fff;
}

.rd-nav-item{
		order: -1;
		margin-right: 1%;
		
}
.li{
	display: inline;

}

.titulo-principal{
	font-size:26px;
	text-align: center;
	color:black;
	font-weight: 1000;
	text-align: justify;
}

.topicos{
	font-family: balckMangoBold; 
	font-size: 20px;
}

.topicos-inicias{
	color: #fff;
}


.como-funciona{
	font-family: balckMangoBold; 
	font-size: 20px;
}


.button-primary, .button-primary:focus {
	display:center;
	color: #ffffff;
	background-color: #00263E;
	border-color: #ffffff;
	padding: 12px;
	width: 100%;
	border-radius: 16px;
}

.button-primary:hover, .button-primary:active {
	color: #00263E;
	background-color: #fff;
	border-color: #00263E;
	cursor: pointer;
}
.button-primary.button-ujarak::before {
	background: #fff;
}






.button-secundary, .button-secundary:focus {
	display:center;
	color: #fff;
	background-color: #8f6e5d;
	border-color: #8f6e5d;
	padding: 12px;
	width: 100%;
	border-radius: 16px;
}

.button-secundary:hover, .button-secundary:active {
	color: #fff;
	background-color: #586e80;
	border-color: #8f6e5d;
	cursor: pointer;
}
.button-secundary.button-ujarak::before {
	background: #586e80;
}








.button-whats, .button-whats:focus {
	display:center;
	color: #fff;
	background-color: #198754;
	border-color: #fff;
	padding: 12px;
	width: 100%;
	margin-bottom: 3%;
	border-radius: 16px;
}

.button-whats:hover, .button-whats:active {
	color: #fff;
	background-color: #20b26e;
	border-color: #fff;
	cursor: pointer;
}
.button-whats.button-ujarak::before {
	background: #20b26e;
}






.card-topicos {
  border-radius: 5px;
  box-shadow: 7px 7px 13px 0px rgba(50, 50, 50, 0.22);
  padding: 30px;
  margin: 20px;
  width: 280px;
  transition: all 0.3s ease-out;
  background-color: #00263E;
  color: #ffffff;
}


.servicos{
		margin-top: 70px;
}

.card-fluxograma {
  border-radius: 5px;
  box-shadow: 7px 7px 13px 0px rgba(50, 50, 50, 0.22);
  padding: 30px;
  margin: 20px;
  width: 220px;
  height:220px;
  transition: all 0.3s ease-out;
  background-color: #00263E;
  color: #ffffff;
  font-size: 14px;
}

.card-servicos {
  border-radius: 5px;
  box-shadow: 7px 7px 13px 0px rgba(50, 50, 50, 0.22);
  padding: 20px;
  margin: 20px;
  width: 155px;
  height:70px;
  transition: all 0.3s ease-out;
  background-color: #00263E;
  color: #ffffff;
font-size: 14px;
font-weight: 1000;
word-wrap: break-word;
}



.font-duvidas{
	font-size: 14px;
	font-weight: bold;
}

.valida-fone{
	border-color:red;
}













body{
  font-family: sans-serif;
}

.fab{
  position: fixed;
  bottom:10px;
  right:10px;
}

.fab button{
  cursor: pointer;
  width: 48px;
  height: 48px;
  border-radius: 30px;
  background-color: #cb60b3;
  border: none;
  box-shadow: 0 1px 5px rgba(0,0,0,.4);
  font-size: 24px;
  color: white;
    
  -webkit-transition: .2s ease-out;
  -moz-transition: .2s ease-out;
  transition: .2s ease-out;
}

.fab button:focus{
  outline: none;
}

.fab button.main{
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background-color: #20b26e;
  right: 0;
  bottom: 0;
  z-index: 20;
}

.fab button.main:before{

}

.fab ul{
  position:absolute;
  bottom: 0;
  right: 0;
  padding:0;
  padding-right:5px;
  margin:0;
  list-style:none;
  z-index:10;
  
  -webkit-transition: .2s ease-out;
  -moz-transition: .2s ease-out;
  transition: .2s ease-out;
}

.fab ul li{
  display: flex;
  justify-content: flex-start;
  position: relative;
  margin-bottom: -10%;
  opacity: 0;
  
  -webkit-transition: .3s ease-out;
  -moz-transition: .3s ease-out;
  transition: .3s ease-out;
}

.fab ul li label{
  margin-right:10px;
  white-space: nowrap;
  display: block;
  margin-top: 10px;
  padding: 5px 8px;
  background-color: white;
  box-shadow: 0 1px 3px rgba(0,0,0,.2);
  border-radius:3px;
  height: 18px;
  font-size: 16px;
  pointer-events: none;
  opacity:0;
  
  -webkit-transition: .2s ease-out;
  -moz-transition: .2s ease-out;
  transition: .2s ease-out;
}

.fab button.main:active,
.fab button.main:focus{
  outline: none;
  background-color: #7716ff;
  box-shadow: 0 3px 8px rgba(0,0,0,.5);
 }
 
.fab button.main:active:before,
.fab button.main:focus:before{

}

.fab button.main:active + ul,
.fab button.main:focus + ul{
  bottom: 70px;
}

.fab button.main:active + ul li,
.fab button.main:focus + ul li{
  margin-bottom: 10px;
  opacity: 1;
}

.fab button.main:active + ul li:hover label,
.fab button.main:focus + ul li:hover label{
  opacity: 1;
}






