.bg-white{
	background-color:white;
}

.btn-link{
	width: 100%!important;
	margin: 10px!important;
	max-width:100%!important;
	word-wrap: break-word!important;
	height:auto!important;
	white-space: normal!important;
	text-decoration:none!important;
	text-transform: none!important;
}


.icon-calculator:before {
    content: "\f1ec";
}


.icon-tributario:before {
    content: "\f0ce";
}

.icon-humanos:before {
    content: "\f0c0";
}

.icon-email:before {
    content: "\f003";
}


.lista-servico{
	list-style-type:disc;

}


 ul.pricing-items {
    margin: 0;
    
}

 ul.pricing-items li {
    padding: 15px;
    border-top: 1px solid rgba(62,68,77,.2);
}

 ul.pricing-items li.item {
    font-style: italic;
}


.disabled-btn, .disabled-btn:hover{
	color:white!important;
	/*background-color:#d2e5b7!important; */
	
	cursor: auto!important;
    filter:alpha(opacity=70);
    opacity:.7;
	
}

.logo{
	height:50px!important;
}


.litoranea .icon2 {

	

	
    display: block;
    z-index: 1;
    width: 125px;
    height: 125px;
    margin: 15px auto;
    border-radius: 50%;
    text-align: center;
    font-size: 0;
    cursor: pointer;
	
	color: #a7cd70;
    background: 0 0;
	box-shadow: 0 0 0 0px blue;
    
}

.litoranea .icon2:after {
    content: '';
    position: absolute;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    pointer-events: none;
}

.litoranea .icon2:before {
    display: block;
    text-transform: none;
    font: normal normal 400 50px 125px fontawesome;
    speak: none;
    -webkit-font-smoothing: antialiased;
}

.litoranea .icon-effect .icon2 {
    overflow: hidden;
    box-shadow: 0 0 0 8px rgba(167,205,112,.5);
    -webkit-transition: background .3s,color .3s,box-shadow .3s;
    -moz-transition: background .3s,color .3s,box-shadow .3s;
    transition: background .3s,color .3s,box-shadow .3s;
}

.litoranea .icon-effect .icon2:after {
    display: none;
}

.litoranea .icon-effect li:hover .icon2 {

    color: #f4f5f7;
    background: #a7cd70;
    cursor: pointer;
	

}

.litoranea .icon-effect li:hover .icon2:before {
    -webkit-animation: toRightFromLeft .3s forwards;
    -moz-animation: toRightFromLeft .3s forwards;
    animation: toRightFromLeft .3s forwards;
}


  .ui-tooltip, .arrow:after {
    background: #a7cd70;;
    
	box-shadow: none; 
  }

  .ui-tooltip {
    padding: 10px 20px;
    color: white;
    border-radius: 20px;
    /*box-shadow: 0 0 7px black; */
	opacity: .7;
	
    text-transform: none;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 400;
  }
  .arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
	
	
  }
  .arrow.top {
    top: -16px;
    bottom: auto;
  }
  .arrow.left {
    left: 20%;
  }
  .arrow:after {
    content: "";
    position: absolute;
	color:  #a7cd70;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .arrow.top:after {
    bottom: -20px;
    top: auto;
  }








