@import "animate.css";
@import url(//fonts.googleapis.com/css?family=Istok+Web:400,700|Roboto+Condensed:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500);
@import url(http://fonts.googleapis.com/css?family=Nunito:400,300,700);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);

/*========================================================
                      Main Styles
=========================================================*/
body {
  background: #fff;
  color: #757474;
  font: 400 14px/24px 'Roboto Condensed', sans-serif;
  -webkit-text-size-adjust: none;
}
img {
  max-width: 100%;
  height: auto;
}
h2 {
  padding-top: 40px;
  padding-bottom: 30px;
  font-size: 60px;
  line-height: 60px;
  font-weight: 400;
  color: #111111;
  text-transform: uppercase;
  text-align: center;
}
#empresas a img{
	padding:30px 0;
}
.menuLogin {
    display: none;
  }
@media (max-width: 767px) {
  h2 {
    font-size: 40px;
    line-height: 48px;
  }
}
h3,
.cconteudo h4 {
  padding-top: 85px;
  padding-bottom: 35px;
  font-size: 48px;
  line-height: 48px;
	
  color: #6a0f40; /*ALTERAR COR DO TITULO - FORMULARIO*/
	
  text-transform: uppercase;
  text-align: center;
}
	.container h3{
		padding-bottom:30px;
	}
	.container h4{
		padding-bottom:40px;
	}
@media (max-width: 767px) {
  h3 {
    font-size: 36px;
    line-height: 35px;
    padding-top: 54px;
  }
}
h4 {
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 30px;
  color: #111111;
  text-transform: uppercase;
  text-align: center;
}
h5 {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  color: #181818;
}
h6 {
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #0a0a0a;
  padding-bottom: 40px;
}
p{
  font-size: 18px;
  line-height: 25px;
}
h3 + h6,
.intro {
  padding-bottom: 0;
  margin-top: -10px;
  margin-bottom: 40px;
}
	.cf-box-1 h3 + h6 {
	  margin-bottom: 0;
	}
h3 + h6:after,
.intro:after {
  content: '';
  display: block;
  height: 1px;
  background: #b5b5b5;
  margin: 30px auto 0;
	width: 370px;
}

	.cf-box-1 h3 + h6:after {
		height:auto;
		margin:0;
		background:none;
	}

.intro {
    font-size: 18px;
    line-height: 28px;
}
.intro p{
	color:#000;
	text-align:center;
}
.intro ul li{
  color:#666;
  text-align:left;
  padding-bottom: 15px;
  list-style: disc;
  padding-left: 10px;
}
.intro ul li.none{
  list-style: none;
}
.intro ul{
  padding-left: 20px;
}
@media (max-width: 767px) {
  h3 + h6:after {
    width: 170px;
  }
}
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #00587c;
}
p + h5 {
  margin-top: 50px;
}
p a:hover,
.marked-list a:hover,
.list a:hover {
  text-decoration: underline;
}
p .fa,
.marked-list .fa,
.list .fa {
  text-decoration: none;
}
time {
  display: block;
}
a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
section a{
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}
a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none;
}
strong {
  font-weight: 700;
}
.fa {
  line-height: inherit;
  color:#fff;
}
[class*='fa-']:before {
  font-weight: 400;
  font-family: 'FontAwesome';
}
.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}
a{
  color: #00587c;
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}
a.bt-whats{
  color: #128c7e;
  text-decoration: none;
}
a.bt-whats:hover{
  color: #128c7e;
  text-decoration: underline;
}
.margTop{
  margin-top: 50px;
}
/*=======================================================
                       Main Layout
=========================================================*/
/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
  padding: 15px 15px 20px;
  background: #fff;
}
.brand_name a {
  display: block;
}
.brand_name a:before,
.brand_name a:after {
  content: " ";
  display: table;
}
.brand_name a:after {
  clear: both;
}
.brand_name img {
  float: left;
  margin-top: 7px;
}
.brand_name span {
  float: left;
  display: inline-block;
  vertical-align: top;
}
.brand_name .brand_main {
  font-size: 50px;
  line-height: 50px;
  color: #111111;
  font-weight: 700;
  padding: 0 5px;
}
.brand_name .brand_sec {
  margin-top: 14px;
  font-family: 'Istok Web', sans-serif;
  font-size: 12px;
  line-height: 12px;
  color: #373737;
}
/*==================  Backgrounds  ======================*/
.bg01 {
  background: #eeeeee;
}
.bg02 {
  background: #2b5734;
  color: #fff;
}
.bgPG {
  background: #38708b;
  color: #fff;
}
.bg02 h3,
.bg02 h4,
.bg02 h5,
.bg02 h6,
.bgPG h3,
.bgPG h4,
.bgPG h6,
.bgPG p,
.bgPG h5 {
  color: #fff;
}
.bg03 {
  background: no-repeat url(../images/bg03.png) center 25px;
}
/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  outline: none;
}
.fa.fa-6 {
    font-size: 400px;
	line-height: normal;
}
.txtCalendar{
	position: absolute; top: 130px; width: 300px; left: 50%; margin-left: -150px;
}
@media (max-width: 479px) {
	.fa.fa-6 {
		font-size: 300px;
		line-height: normal;
	}
	.txtCalendar{
		position: absolute; top: 120px; width: 220px; left: 50%; margin-left: -110px;
	}
}
.btn01 {
  display: inline-block;
  outline: none;
  color: #242424;
  border: 1px solid #949494;
  font-size: 16px;
  line-height: 42px;
  height: 42px;
  padding: 0 15px;
  -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.btn01:hover {
  color: #fff;
  border-color: #000;
  background:#000;
  
}
* + .btn01 {
  margin-top: 20px;
}
#video .btn02.thumb{
	display:inline-block;
}
	#video .btn02.thumb:hover{
		background:#000;
	}
.btn02,
input[type="submit"],
input[type="button"]{
  padding: 0 50px;
  height: 55px;
  line-height: 55px;
  font-size: 15px;
  font-weight: lighter;
  text-transform: uppercase;
  background: #7d7d7d;
  color: #fff;
  border: none;
	-webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}
input[type="submit"],
input[type="button"]{
	font: 400 14px/24px 'Roboto Condensed', sans-serif;
	
}
.btn02:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background: #2b5734;
}
.btn02:active {
  background: #2b5734;
}
* + .btn02 {
  margin-top: 35px;
}
/*==================      Box      ======================*/
.box:before,
.box:after {
  content: " ";
  display: table;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
}
.box_cnt__no-flow {
  overflow: hidden;
}
.box01 {
  margin-bottom: 30px;
  padding: 0 15px;
  text-align: center;
  color: #909090;
  font-size: 12px;
  line-height: 22px;
}
.box01.cor2{
  color: #666;
}
.box01 .circle {
  margin-bottom: 20px;
}
.box02 {
  margin-bottom: 45px;
  color: #909090;
  text-align: left;
  font-size: 12px;
  line-height: 22px;
}
.box02:before,
.box02:after {
  content: " ";
  display: table;
}
.box02:after {
  clear: both;
}
.box02_aside {
  float: left;
  margin-right: 15px;
}
.box02_cnt__no-flow {
  overflow: hidden;
}
.box02 img {
  margin-bottom: 20px;
  width: 100%;
}
.owl-item .box02_cnt__no-flow p {
  font-soize: 13px;
  line-height: 18px;
}
.box03 {
  padding: 45px 35px 35px;
  font-size: 12px;
  line-height: 18px;
  color: #111111;
  -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.box03_bg01 {
  background: no-repeat url(../images/page1_img01.jpg);
  background-size: cover;
}
.box03_bg02 {
  background: no-repeat url(../images/page1_img02.jpg);
  background-size: cover;
  color: #fff;
}
.box03 h3 {
  color: #fff;
}
.box03_bg03 {
  background: no-repeat url(../images/page1_img03.jpg);
  background-size: cover;
  color: #fff;
}
.box03_bg03 h3 {
  color: #fff;
}
.box03 h3 {
  text-align: left;
  font-weight: 700;
  line-height: 36px;
  margin: 0 0 10px;
  padding: 0;
}
@media (max-width: 979px) {
  .box03 h3 {
    font-size: 36px;
  }
}
.box03 h3 span {
  display: block;
  font-size: 36px;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .box03 h3 span {
    font-size: 26px;
    line-height: 28px;
  }
}
.box04 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 12px;
  line-height: 22px;
  color: #909090;
}
.box04_cnt {
  padding: 20px 20px 15px;
  background: #eeeeee;
}
.box04_cnt2 {
  padding: 20px 0 15px;
  text-align: left;
}
.box04_cnt2 h5 {
  text-align: left;
}
.box04 img {
  width: 100%;
}
.quote:before,
.quote:after {
  content: " ";
  display: table;
}
.quote:after {
  clear: both;
}
.quote_aside {
  float: left;
  margin-right: 30px;
}
@media (max-width: 979px) {
  .quote_aside {
    float: none;
    text-align: center;
  }
}
.quote_cnt__no-flow {
  overflow: hidden;
  padding-top: 20px;
}
.img_circle {
  border-radius: 50%;
}
/*========================   Menu   ==========================*/
.sf-menu {
  margin-top: 30px;
  margin-bottom: 25px;
  display: inline-block;
  font-family: 'Nunito','Istok Web', sans-serif;
  font-size: 15px;
  line-height: 30px;
  text-transform: uppercase;
}
.sf-menu:before,
.sf-menu:after {
  content: " ";
  display: table;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
  margin-right:45px;
}
.logo-rodape{
	text-align: center;
}
.topo-info{
	height: 50px;
	text-align: right;
	color: #021927;
	height: 92px;
	line-height: 92px;
	font-size: 20px;
}


/*LINHA TOPO*/

#stuck_container{
	border-top:solid 5px #6a0f40; /*===== COR LINHA TOPO =====*/
}
.btSolicitarMediacao{
	float:right;
	margin-top:35px;
}
	.btSolicitarMediacao a{
		font-family: 'Nunito','Istok Web', sans-serif;
		font-size: 15px;
		background:#676c6f;
		padding:15px;
		color:#fff;
		text-transform:uppercase;
		text-decoration:none;
	}
	.btSolicitarMediacao a:hover{
		background:#000;
	}
	body #btSolicitarMediacaoMobile{
		display:none;
	  }	
	@media (max-width: 767px) {
	  body #btSolicitarMediacaoMobile{
		  display:block;
	  }
	  body .rd-mobilemenu_ul a.btSolicitarMediacaoMobile{
		  font-family: 'Nunito','Istok Web', sans-serif;
			font-size: 13px;
			background:#f1a400;
			padding:15px;
			color:#fff;
			text-transform:uppercase;
			text-decoration:none;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			margin:20px;
			text-align:center;
	  }
	}
	
@media (max-width: 1199px) {
  .sf-menu > li {
     margin-right:20px;
  }
  .btSolicitarMediacao a{
	  font-size:12px;
	  padding:10px;
  }
}
.sf-menu a {
  display: block;
}
.sf-menu > li > a {
  color: #999;
}
.sf-menu > li.sfHover > a,
.sf-menu > li > a:hover,
.sf-menu > li.active > a {
  color: #f1a400;
  border-bottom:solid #f1a400 1px;
}
.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  left: -15px;
  width: 110px;
  margin-top: 20px;
  padding: 10px 15px 10px;
  line-height: 20px;
  background: #111111;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul > li {
  position: relative;
  margin-bottom: 10px;
}
.sf-menu ul > li > a {
  color: #FFF;
}
.sf-menu ul > li.sfHover > a,
.sf-menu ul > li > a:hover {
  font-weight: 700;
}
.sf-menu ul ul {
  position: absolute;
  top: -10px;
  left: 100%;
  margin-left: 15px;
  width: auto;
  margin-top: 0;
  padding: 10px 15px 0;
  z-index: 4;
  background: #f1a400;
}
.sf-menu ul ul > li > a {
  color: #FFF;
}
.sf-menu ul ul > li.sfHover > a,
.sf-menu ul ul > li > a:hover {
  color: #111111;
  font-weight: 400;
}
.sf-menu > li > .sf-with-ul {
  position: relative;
}
.sf-menu > li > .sf-with-ul:before {
  position: absolute;
  left: 50%;
  top: 62%;
  margin-left: -6px;
  content: '\f0d7';
  font: 400 12px/12px 'FontAwesome';
}
@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}
.rd-mobilemenu_ul {
  position: fixed;
  top: 56px;
  left: 0;
  bottom: 0;
  width: 240px;
  padding: 20px 0;
  color: #666666;
  background: #ffffff;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 9px 25px 11px;
}
.rd-mobilemenu_ul a:hover {
  background: #f1a400;
  color: #ffffff;
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}
.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #ffffff;
  color: #666666;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
  z-index: 99999991;
}
.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #000000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.rd-mobilepanel_toggle {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  position: fixed;
  top: 4px;
  color: #999;
  width: 48px;
  height: 48px;
  font-size: 24px;
  line-height: 48px;
}
	.rd-mobilepanel_toggle:hover{
		color:#f1a400;
	}
.rd-mobilepanel_toggle::-moz-focus-inner {
  border: none;
  padding: 0;
}
.rd-mobilepanel_toggle:before {
  content: '\f0c9';
  font-family: 'FontAwesome';
}
.rd-mobilepanel_toggle.active:before {
  content: '\f00d';
}
@media (max-width: 767px) {
  body {
    /*padding-top: 56px;*/
  }
  .rd-mobilemenu,
  .rd-mobilepanel,
  .menuLogin {
    display: block;
  }
  
}
/*==================  Stuck menu  ======================*/
.isStuck {
  /* background: #111111; */
  background: rgba(0,0,0,0.8);
  z-index: 999;
	border-bottom:solid #fff 2px;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 42px;
  height: 42px;
  font-size: 40px;
  line-height: 38px;
  color: #021927;
  background: #ffc22b;
  border-radius: 50%;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
	
  background: #1982e1; /*===== MUDAR A COR DA SETA - HOVER =====*/

  text-decoration: none;
}
.toTop:before {
    content: '';
    width: 10px;
    height: 10px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    display: block;
    margin: 18px 0 0 15px;
    transform: rotate(135deg);
    transition: all ease .5s;
    position: absolute;
}
@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*==================   Thumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
  border:solid 1px #fff;
  -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.thumb img {
  width: 100%;
  height: auto;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.thumb_overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #ffffff;
  background: transparent;
}
.thumb_overlay:before {
  content: '\f065';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font: 400 30px 'FontAwesome';
  line-height: 30px;
  margin-top: -15px;
  text-align: center;
}
.lt-ie9 .thumb_overlay:before {
  display: none;
}
.thumb:hover .thumb_overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
}
.lt-ie9 .thumb:hover .thumb_overlay {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
  zoom: 1;
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}
.thumb:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.video:after {
 /*
  content: "\f01d";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -20px;
  font-family: 'FontAwesome';
  font-size: 48px;
  line-height: 50px;
  color: rgba(0, 0, 0, 0.55);
  */
}
.video .thumb_overlay:before {
  display: none;
}
/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 22px;
  background: #2c6060;
}
.parallax h2,
.parallax h3,
.parallax h4,
.parallax h5,
.parallax h6,
.parallax p,
.parallax div {
  color: #fff;
}
.parallax_image,
.parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}
.parallax_image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
}
/*========================================================
                     HEADER  Section
=========================================================*/
body{
	margin-top:100px;
}
body header,
body #stuck_container{	
}
body header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
  		background: #FFF;
		  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
		  -moz-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
		  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
		z-index: 99999991;
}
	body header .stuck_container{
  		background: #FFF;
		  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
		  -moz-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
		  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
		z-index: 99999991;
	}
header .brand {
  float: left;
}
header .nav {
  float: right;
  margin-left: 5px;
}
@media (max-width: 1199px) and (min-width: 980px) {
  header .nav {
    margin-left: 25px;
  }
  .sf-menu{
	  font-size:12px;
  }
	body .cf-box-2 .cf-box-2-geral {
		margin-left:-120px;
	}
}
@media (max-width: 979px) and (min-width: 768px) {
  header .nav {
    margin-left: 10px;
  }
  .sf-menu{
	  font-size:10px;
	  margin-bottom:0;
	  margin-top:25px;
  }
  .sf-menu > li + li {
	}
	.brand_name img {
		width:125px;	
	}
	.search-wrap {
		margin-bottom: 14px;
	}
	body .cf-box-2 .cf-box-2-geral {
		margin-left:-213px;
	}
	body header, body #stuck_container {
		height: auto;
	}
	.btSolicitarMediacao {
		margin-top: 25px;
	}
	.btSolicitarMediacao a{
		font-size:10px;
	}
}
@media (max-width: 767px) {
  header {
    text-align: center;
	display:none;
  }
  header .brand,
  header .nav {
    float: none;
  }
  .sf-menu{
	  font-size:10px;
  }
  body .brand{
	  display:none;
  }
  body .rd-mobilepanel_title{
	  background: no-repeat url(../images/logo.png) center;
	  height: 30px;
    background-size: contain;
    margin: 10px 0;
  }
  body{
	  margin-top:55px;
  }
	body .cf-box-2 .cf-box-2-geral,
	body .cf-box-2 .cf-box-2-g1,
	body .cf-box-2 .cf-box-2-g-logo,
	body .cf-box-2 .cf-box-2-g2,
	body .cf-box-2 .cf-box-2-g3,
	body .cf-box-2 .cf-box-2-g4,
	body .cf-box-2 .cf-box-2-g5 {
		margin:0;
		padding-bottom:50px;
	}
		body .cf-box-2 .cf-box-2-g-logo{
			display:none;
		}
		body .cf-box-2 h3{
			padding-left:0;
		}
		body .cf-box-2 h3,
		body .cf-box-2 .cf-box-2-geral h6,
		body .cf-box-2 .cf-box-2-geral p{
			width:auto;
			text-align:center;
		}
	body .cf-box-2 {
		background: #DEDCD6;
		height:auto;
	}
	body .cf-box-2 ul li{
		list-style-type:none;
		text-align:center;
	}
	body #footer1,
	body #footer2,
	body .social-list{
		text-align:center;
	}
	
}
/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #ffffff;
}
main p + p {
  margin-top: 13px;
}
.list01 li {
  padding-left: 28px;
  position: relative;
  line-height: 30px;
}
.list01 li:before {
  content: "\f144";
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'FontAwesome';
  font-size: 13px;
  color: #f1a400;
}
.list01 a {
  color: #757474;
}
.list01 a:hover {
  text-decoration: none;
  color: #f1a400;
}
p + .list01 {
  margin-top: 13px;
}
.line {
  display: block;
  width: 370px;
  height: 1px;
  background: #b5b5b5;
  margin: 35px auto 20px;
}
.mt01 {
  margin-top: 40px;
}
.pad01 {
  padding-top: 240px;
  padding-bottom: 105px;
}
.circle {
  display: inline-block;
  background: #ffc22b;
  border-radius: 50%;
  width: 62px;
  height: 62px;
  line-height: 62px;
  color: #fff;
  font-size: 30px;
  text-align: center;
}
.circle .icon {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-top: 13px;
}
.circle .icon01 {
  background: no-repeat url(../images/page1_icon01.png);
}
.circle .icon02 {
  background: no-repeat url(../images/page1_icon02.png);
}
.circle .icon03 {
  background: no-repeat url(../images/page1_icon03.png);
}
.circle .icon04 {
  background: no-repeat url(../images/page1_icon04.png);
}
a.circle:hover {
  background: #181818;
}
.addr01 {
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
.addr01 dl {
  display: table;
}
.addr01 dt,
.addr01 dd {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 979px) and (min-width: 768px) {
  .addr01 dt,
  .addr01 dd {
    display: block;
    text-align: center;
  }
}
.addr01 dd {
  padding-left: 20px;
}
.addr01 dd span {
  font-size: 24px;
}
@media (max-width: 979px) and (min-width: 768px) {
  .addr01 dd {
    margin-top: 30px;
    padding: 0;
  }
}
.addr01 .fa {
  color: #fff;
  font-size: 36px;
  line-height: 70px;
}
.addr01 a:hover {
  text-decoration: none;
  color: #f1a400;
}
.addr01 .circle {
  width: 70px;
  height: 70px;
  line-height: 70px;
}
.addr02 {
  margin-top: 25px;
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  text-transform: uppercase;
}
.addr02 dl {
  margin-bottom: 18px;
  display: table;
}
.addr02 dt,
.addr02 dd {
  display: table-cell;
  vertical-align: middle;
}
.addr02 dd {
  padding-left: 15px;
}
.addr02 .fa {
  color: #fff;
  font-size: 18px;
  line-height: 43px;
}
.addr02 a:hover {
  text-decoration: none;
  color: #f1a400;
}
.addr02 .circle {
  width: 43px;
  height: 43px;
  line-height: 43px;
}
.social-list {
  margin-top: 16px;
  text-align:right;
}
.social-list li {
  display: inline-block;
}
.social-list li + li {
  margin-left: 20px;
}
@media (max-width: 479px) {
  .social-list li + li {
    margin-left: 15px;
  }
}
.social-list li a {
  color: #fff;
  font-size: 30px;
  line-height: 30px;
}
.social-list li a:hover {
  color: #f1a400;
}
.date {
  font-size: 50px;
  line-height: 40px;
  font-weight: 700;
  color: #f1a400;
}
.link01 {
  display: inline-block;
  font-size: 24px;
  line-height: 30px;
}
.link01:hover {
  color: #f1a400;
}
p + .link01 {
  margin-top: 10px;
}
.text01 {
  background: rgba(17, 17, 17, 0.72);
  padding: 10px 30px;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
@media (max-width: 767px) {
  .text01 {
    font-size: 30px;
    line-height: 32px;
  }
}
.primary {
  color: #f1a400;
}
.terms {
  text-align: center;
  font-size: 12px;
  line-height: 22px;
}
.terms p + h5 {
  margin-top: 75px;
}
.sm {
  font-size: 17px;
  line-height: 27px;
}
/*==================      Well     ======================*/
.well01 {
  padding-bottom: 55px;
}
.well02 {
  padding-bottom: 100px;
  padding-top: 125px;
}
.well03 {
  padding-top: 35px;
  padding-bottom: 35px;
}
.well04 {
  padding-bottom: 85px;
}
.well05 {
  padding-bottom: 25px;
}
/*========================================================
                     FOOTER  Styles
=========================================================*/
footer{
  color: #fff;
  background: #ffffff;
  border-top: 4px solid #6a0f40; /*===== COR LINHA RODAPE =====*/
}
	#footer1 {
		padding:50px 0 90px 0;
	}
	#footer2 {
		padding:20px 0;
	}
	footer .brand_name {
	  display: inline-block;
	  font-size: 36px;
	  line-height: 30px;
	  font-weight: 700;
	}
.copy {
  display: inline-block;
  font-size: 14px;
  line-height: 42px;
  color: #fff;
}


/* Ajustes LL@ */

#menu-box a{
	display:block;
	position:relative;
	border:solid 1px #fff;
	-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
}
	#menu-box a .opacidade{
		display:none;
		position:absolute;
		top:0;
		left:0;
		right:0;
		bottom:0;
		background:rgba(0,0,0,0.3);
	}
	#menu-box a:hover .opacidade{
		display:block;
	}
footer a:hover,
footer a.active{
	text-decoration:underline;
}
	footer a.active{
		text-decoration:none;
	}
body .owl-item .box02_cnt__no-flow p a{
	font-size:20px;
	line-height:25px;
}
#desjud{
	display:inline-block;
	width:320px;
    position: relative;
	margin-top:-80px;
	border-top:#fff solid 1px;
	padding:20px 25px 0 25px;
}
	@media (max-width: 479px) {
	  body #desjud {
		  margin-left:-45px;
	  }
	  body .line{
		  width:auto;
		}
	}
  body .owl-dots{
	  text-align:center;
  }

	#desjud a,
	#desjud span{
		display:block;
	}
	#desjud img,
	#desjud span{
		float:left;
	}
		#desjud img{
			margin-right:20px;
		}
		#desjud span{
			text-align:left;
			margin-top:6px;
			  font-family: 'Nunito','Istok Web', sans-serif;
			  font-size: 15px;
			  line-height: 15px;
		}
.cf-box-1{
	background: #e5e4d2; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #e5e4d2 0%, #88848a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #e5e4d2 0%,#88848a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #e5e4d2 0%,#88848a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e4d2', endColorstr='#88848a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
	.cf-box-1 .cf-box-1-img{
		background:url(../images/cf-img-02.png) center bottom no-repeat;
		min-height:580px;				
	}
	.cf-box-1 .cf-box-1-img2{
		background:url(../images/cf-img-02-c.png) center bottom no-repeat;
		min-height:580px;				
	}
	
	
	@media (max-width: 1169px) {
		#cf-box-1-img .cf-box-1-img-th{
			display:block;
		}
		#cf-box-1-img .cf-box-1-img-big{
			display:none;
		}
	}
	@media (min-width: 1170px) {
		#cf-box-1-img .cf-box-1-img-th{
			display:none;
		}
		#cf-box-1-img .cf-box-1-img-big{
			display:block;
		}
	}
	
	
.cf-box-2{
	height:1950px;
	background:url(../images/cf-bg-03.png) center top no-repeat;
	background-color: #DEDCD6;
}	
	.cf-box-2 h3{
		padding-top: 94px;
		padding-bottom: 35px;
		font-size: 45px;
		line-height: 45px;
		text-transform: none;
		text-align: left;
		color: #000;
		font-weight: 100;
		padding-left: 364px;
	}
	.cf-box-2 p,
	.cf-box-2 ul li{
		font-size:20px;
		line-height:29px;
		color:#000;
		font-family:"Roboto", sans-serif;
		font-weight:lighter;
	}
		.cf-box-2 p{
			padding-bottom: 14px;
		}
		.cf-box-2 .cf-box-2-geral {
			margin-left:0;
		}
	
		.cf-box-2 .cf-box-2-g1{
			margin:3px 0 0 366px;
		}
			.cf-box-2 .cf-box-2-g1 p{
				width:660px;
			}
		
		.cf-box-2 .cf-box-2-g-logo{
			margin:310px 0 0 379px;
		}
			.cf-box-2 .cf-box-2-g-logo a{
				font-size:17px;
			}
			.cf-box-2 .cf-box-2-g-logo p{
				padding-top:0;
				margin-top:0;
				text-align:center;
				width:178px;
				font-size: 15px;
			}
			
		.cf-box-2 .cf-box-2-g2{
			margin:190px 0 0 186px;
		}
			.cf-box-2 .cf-box-2-g2 p,
			.cf-box-2 .cf-box-2-g2 ul{
				width:630px;
			}
				.cf-box-2 ul{
					margin-bottom:20px;
				}
				.cf-box-2 ul li{
					list-style-type:square;
					margin-left:20px;
				}
			
		.cf-box-2 .cf-box-2-g3{
			margin:125px 0 0 536px;
		}
			.cf-box-2 .cf-box-2-g3 p{
				width:500px;
			}
			
		.cf-box-2 .cf-box-2-g4{
			margin:125px 0 0 273px;
		}
			.cf-box-2 .cf-box-2-g4 p{
				width:490px;
			}
			
		.cf-box-2 .cf-box-2-g5{
			margin:106px 0 0 464px;
		}
			.cf-box-2 .cf-box-2-g5 p{
				width:490px;
			}
	
	
	
	p.obs{
		font-size:12px; font-weight:lighter; font-family:Arial, sans-serif; font-style:italic;
	}
	body h6.titulo{ display:none;}

.clear{
	clear:both;
}

.loginTopo{
	float:right;
}
	.loginTopo a{
		background:url(../images/bt-login-01.png) no-repeat;
		height:50px;
		width:120px;
		margin-top:22px;
		display:block;
		
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
		.loginTopo a:hover{
			background:url(../images/bt-login2-01.png) no-repeat;
		}
#contact-form input[type='text'].cpf{
	font-size: 35px;
	text-align: center;
	padding: 30px;
	margin-bottom: 10px;
	border: 1px solid #b5b5b5;
}	
.ulOpcoes li{
	padding-bottom: 30px;
	list-style-type: square;
	padding-left: 10px;
    margin-left: 16px;
}
.videoPDG{
	padding: 50px 0;
	position: relative;
	text-align: center;
}
@media (max-width: 767px) {
	.videoPDG iframe{
		width: 100%;
	}
}

.tabelaAcordo td{
	font-size: 18px;
	color: #000;
	text-align: left;
	padding: 20px;
	border:  #ccc solid 1px;
}
.calendario{
	position: relative;
    padding: 70px 0 50px 0;
}
.bgCalendario{
	background: url(../images/bg-calendario.png) no-repeat;
	width: 570px;
	height: 395px;
	display: block;
	position: relative;
	left: 50%;
	margin-left: -285px;
}
.calendarioTitulo{
	font: 400 60px/60px 'Roboto Condensed', sans-serif;
	color: #fff;
	text-transform: uppercase;
    text-align: center;
	padding: 30px 0 0 0;
}
.clock{
	    padding: 50px 30px 10px 30px;
}
.calendarioSubTitulo{
	font: 400 60px/60px 'Roboto Condensed', sans-serif;
	color: #70767d;
	text-transform: uppercase;
    text-align: center;
	padding: 0;
	font-size: 50px;
}
@media (max-width: 600px) {
	.calendario{
		transform: scale(0.6);
		padding: 0;
	}
	#contact-form input[type='text'].cpf{
		font-size: 20px;
	}
}


.calendario .flip-clock-wrapper ul li a div.up div.inn,
.calendario .flip-clock-wrapper ul li a div.down div.inn {
	background: #ff0029;
}
.calendario .flip-clock-wrapper ul li a div div.inn{
	color: #fff;
	text-shadow: none;
}
.intro{
	padding-top: 50px;
}
.intro p{
	padding-bottom: 7px;
}
.btx{
	display: inline-block;
	padding: 30px 10px;
	background: #999;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	width: 90%;
	text-align: center;
  font-size: 16px;
}
.btx:hover{
	background: #000;
  text-decoration: none;
}
#bt-propostas a:hover{
  text-decoration: none !important;  
}

.bt-01{
	background: #ffc22b;
}
.bt-02{
	background: #6f9b64;
}
.parallax h4{
	padding-bottom: 0;
	margin-bottom: 0;
}
.lbform{
	border-bottom: 1px solid #b5b5b5;
	padding: 10px 20px;
}
.btn{
	text-decoration: none;
}
.btn:hover{
	background: #2b5734;
}
.btn i{
	line-height: 55px;
	padding-left: 5px;
}
.btenviar{
	padding-top: 20px;
}
.container.ok h4{
	padding-top: 70px;
}
.rd-mobilepanel_toggle{
	display: none;
}
.far,.fas{
	line-height: inherit !important;
}
#bt-propostas{
	padding-top: 70px;
}
#bt-propostas .btx{
	height: 100px;
	border-radius: 5px;
}
#bt-propostas .btx i{
	display: block;
	font-size: 50px;
	margin-bottom: 15px;
	padding-bottom: 10px;
}
/* novos 15/10/2018 */
#container-destaque{
	background: url(../images/bg-novo.jpg) no-repeat center;
}
.destaque{
	padding-top: 85px;
	padding-bottom: 45px;
	text-align: center;
	color: #000;
	font-size: 25px;
	line-height: 30px;
}
.brand {
    padding: 19px;
}
#mobile-logo{
	background: url(../images/logo.png) no-repeat center;
	background-size: contain;
	height: 50px;	
	display: none;
}
@media (max-width: 979px){
	body header {
		text-align: center;
		display: block;
		padding: 10px 0;
		height: auto;
	}
	#desk-logo{
		display: none;
	}
	#mobile-logo{
		display: block;
	}
	.destaque{
		font-size: 15px;
		line-height: 20px;
	}
}

/* novos 22/10/2018 */

.bt-01,
.toTop,
.circle{
    background: #6a0f40; /*===== MUDAR A COR DA SETA =====*/
}
.bt-02 {
    background: #00587c;
}
.bt-03 {
    background: #999;
}
.bgPG {
    background: #38708b;
}
.bgPG2 {
    background: #ebebeb;
}
.parallax {
	
  background-color: #021927; 
	
  background: url("../images/bg-topo1.jpg") no-repeat center center;
  background-size: cover;
}
.parallax.fundo2 {
  background-color: #025a7d;
  background: url("../images/bg-site4.jpg") no-repeat center center;
  background-size: cover;
}
.parallax.fundo3 {
  background-color: #666;
  background: url("../images/bg-site4.jpg") no-repeat center center;
  background-size: cover;
}


.destaque-home {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
    color: #000;
    font-size: 25px;
    line-height: 30px;
}
.btn02, input[type="submit"], input[type="button"] {
    background: #6a0f40;
}
.btn02:hover, input[type="submit"]:hover,
.btn02:hover, input[type="button"]:hover {
	
    background: #BA506B; /*===== BT MUDAR COR HOVER =====*/
}
.btn02.fundo2, input[type="submit"].fundo2,
.btn02.fundo2, input[type="button"].fundo2 {
	
    background: #BA506B; /*===== BT MUDAR COR HOVER =====*/
}
.btn02.fundo2:hover, input[type="submit"].fundo2:hover, input[type="button"].fundo2:hover {
    background: #000;
}
.btn02.fundo3, input[type="submit"].fundo3, 
.btn02.fundo3, input[type="button"].fundo3 {
    background: #999;
}
.btn02.fundo3:hover, input[type="submit"].fundo3:hover, input[type="button"].fundo3:hover {
    background: #000;
}

.texto-complemento {
    display: none;
}







