#home-css-wrapper h1,
#home-css-wrapper h2,
#home-css-wrapper h3 {
	/* CANCELADO
	font-family: lato-bold;
	font-weight: 900;
	*/
}
#caracteristicas {
    background-image: url('../imgs/home/feature-bg.png');
    background-position: center top;
    background-color: #20419e;
}
#caracteristicas a {
	width: 100%;
	margin: 20px 0;
	background-color: rgba(0,0,0,0.3);
}
#caracteristicas h3 {
	color: #ffbf50;
}
#caracteristicas p {
	min-height: 130px;
	color: #d9dfdf;
}
#caracteristicas a:hover,
#caracteristicas a:focus {
	background-color: rgba(0,0,0,0.2);
}
#clientList {
	margin: 60px 0;
	padding: 10px 0 20px 0;
	display: block;
	min-height: 600px;
	background-image: url(../imgs/home/clientes/cliente1.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-attachment: fixed;
    background-size: cover;
}
#servicos {
    position: relative;
   	padding-bottom: 80px;
	background-color: #eeeeee;
	padding-top: 0px;
	border-bottom: 1px solid #888;
}
#servicos h2 {
	font-size: 45px;
	color: #636363;
	margin-bottom: 20px;
}
#servicos h3 {
    font-size: 20px; font-size: 1.2em;
    line-height: 1.4;
}
#servicos .readmore {
	position: absolute;
	margin: auto;
	left: 0px; right: 0px; bottom: -72px;
}
#servicos .readmore a {
    padding: 10px 16px;
    line-height: 1.3333333;
    font-size: 18px;
    border: none;
    border-radius: 50px;
    box-shadow: 5px 5px 10px rgba(51, 122, 183, 0.45);
    transition: 0.45s;
}
#servicos .readmore a:hover {
    padding-left: 30px;
    padding-right: 30px;
    background-color: #f79837;
}
#flip-screen {
    position: relative;
    width: auto;
    height: auto;
    margin: auto;
    max-width: 1000px;
    border: 1px solid #000000;
    background: #f89b1c;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4b04e', endColorstr='#c98028',GradientType=0 );
}
#flip-screen::after {
    display: block;
    content: " ";
    clear: both;
}
.flip-container {
    background-color: #FFFFFF;
}
#apresentacao {
    border-bottom: 1px solid;
	background-image: url("../imgs/home/apresentacao_planning_service.jpg");
	background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
#apresentacao h2 {
	margin-top: 0px;
    display: inline-block;
    font-size: 45px;
    color: rgb(0, 62, 85);
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.45);
}
#transfer-pricing h1 { font-size: 50px; margin-bottom: 0px; color: #000000; }
#transfer-pricing h2 { font-size: 30px; margin: 5px; }
#transfer-pricing h3 { font-size: 40px; margin-top: 0px; text-shadow: 2px 2px 10px #000000; }
#transfer-pricing .section-intro p { font-family:lato-bold; font-size: 25px; }
#transfer-pricing .section-body {
	background-image: url("../imgs/home/transfer_pricing_planning_service.png");
	background-position: left center;
  	background-repeat: no-repeat;
	background-color: #ceced0;
	border-bottom: 1px solid #888;
    border-top: 1px solid #888;
}
#transfer-pricing .section-body p { font-size: 22px; }
#transfer-pricing p {
  font-weight: 700;
}
#atendimento h2 {
    margin-top: 20px;
    font-size: 45px;
    margin-bottom: 20px;
}
#atendimento .section-body {
	border-bottom: 1px solid #888;
	border-top: 1px solid #888;
	background-image: url("../imgs/home/atendimento_planning_service.jpg");
	background-position: center center;
    background-repeat: no-repeat;
}
#atendimento .btn {
    line-height: 50px;
    font-size: 32px;
    border: none;
    border-radius: 50px;
    box-shadow: 5px 5px 10px rgba(51, 122, 183, 0.45);
    transition: 0.45s;
}
.proposta-download .btn {
	line-height: 30px;
    font-size: 20px;
    border: none;
    border-radius: 30px;
    box-shadow: 5px 5px 10px rgba(51, 122, 183, 0.45);
    transition: 0.45s;

}
#atendimento .btn:hover, .proposta-download .btn:hover {
    padding-left: 30px;
    padding-right: 30px;
    background-color: #f79837;
}
#atendimento span.glyphicon {
    padding: 8px;
    border-radius: 36px;
    color: #337ab7;
    background-color: #FFFFFF;
    transition: 0.45s;
}
#noticias::after {
	display: block;
	content: " ";
	clear: both;
}
#noticias h2 {
  margin-top: 0px;
  font-size: 45px;
  margin-bottom: 0px;
}
#noticias .h-noticias-box {
  padding-left: 5px;
  padding-right: 5px;
}
#h-noticias-container {
	position: relative;
}
#h-noticias-switch a { z-index: 1; }
#h-noticias-switch a:nth-of-type(1) { position: absolute; top: 100px; left: -60px; }
#h-noticias-switch a:nth-of-type(2) { position: absolute; top: 100px; right: -60px; }
.h-noticias-slide {
	position: absolute;
	left: 60px; right: -60px;
	opacity: 0;
	transition: 0.55s;
}
.h-noticias-slide.isActive {
	opacity: 1;
	left: 0px; right: 0px;
}
#h-noticias-container span.glyphicon {
	font-size: 30px;
}
.h-noticias-img {
	width: 100%;
	height: 180px;
	background-repeat: no-repeat;
	background-size: cover;
}
.h-noticias-img img {
	width: 180px;
	height: 135px;
}
#atendimento .btn:hover span.glyphicon {
    color: #FFFFFF;
    background-color: #f79837;
}
#visite-noticias p {
    padding: 0;
}
#popups .inner-scroll {
	padding-bottom: 40px;
}
#popups .proposta-form {
    max-width: 90%;
}
#popups .proposta-form h3, #popups .proposta-download h3 {
	margin-bottom: 20px;
	padding: 12px 8px;
	font-size: 24px;
	color: #FFFFFF;
	border-radius: 12px;
	background: rgb(112,112,112);
	background: -moz-linear-gradient(left, rgb(60, 95, 126) 0%,rgb(12, 50, 84) 100%);
	background: -webkit-linear-gradient(left, rgb(60, 95, 126) 0%,rgb(12, 50, 84) 100%);
	background: linear-gradient(to right, rgb(60, 95, 126) 0%,rgb(12, 50, 84) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#707070', endColorstr='#000000',GradientType=1 );
}
#popups .proposta-download {
    max-width: 60%;
}
#popups .popborder {
	margin: 8px 0px;
	padding: 8px;
  border: 1px solid #b3b3b3;
  border-radius: 8px;
}
#popups .popborder::after {
  display: block;
  content: " ";
  clear: both;
}
#popups .popborder_grid {
	padding: 4px;
  border: 1px solid #b3b3b3;
  border-radius: 8px;
  background-color: white;
}
#popups .popborder_grid_title {
	padding: 4px;
  border: 1px solid #b3b3b3;
  border-radius: 8px;
  background-color: #f2f2f2;
}
.grid_title {
    padding: 0px;
    margin: 0px;
    color: #FFFFFF;
    background-color: #1a3f60;
    border-radius: 8px;
}
.grid_title h4 {
    margin: 0px;
}
#popups .form-group {
  margin: 0px;
}
#popups p {
	margin: 0px;
	font-size: 14px;
}
.xs-margin-bottom {
	margin-bottom: 8px;
}
@media (max-width: 1199px) {
	#h-noticias-switch { display: none; }
}
@media (min-width: 992px) {
	#h-noticias-container { min-height: 300px; }
}
@media (min-width: 768px) and (max-width: 991px) {
	#h-noticias-container { min-height: 850px; }
}
@media (min-width: 768px) {
	#flip-screen { padding: 5px; }
}
@media (max-width: 767px) {
	#servicos { background: #EEEEEE; }
	#flip-screen { background-color: initial; border: none; }
	#h-noticias-container { min-height: 1700px; }
}
@media (min-width: 520px) {
	#visite-noticias img { margin-right: 20px; margin-bottom: 20px; }
}
@media (max-width: 519px) {
	#atendimento .btn { line-height: 40px; font-size: 24px; }
	#visite-noticias a { text-align: center; }
	#visite-noticias img { margin-bottom: 20px; float: none; }
}

.news-title {
    min-height: 0px;
    color: #5a5a5a;
    /*Israel*/
    height: 57px;
}

#noticias {
}

.saiba-mais {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

#leia-mais-noticias {
    position: absolute;
    bottom: 50px;
    right: 10px;
}

