@import url('reset.css');
@import url('fonts.css');
@import url('jquery-ui-1.9.2.custom.min.css');

body {
  width: 100%;
  background: #fff;
  font: 100% Arial, Helvetica, sans-serif;
  color: #555;
}

body * {
  box-sizing: border-box;
}

/* ---------------- 
	// TOP BAND 
------------------- */
.top-band {
  width: 100%;
  padding: 5px 0;
}

.top-band__text {
  float: left;
  font: 10px Arial, sans-serif;
  color: #767676;
  position: relative;
  top: 5px;
}

.top-band__text a {
  color: #767676;
  text-decoration: none;
}

.top-band__box-lang {
  float: right;
}

.top-band__box-lang a {
  display: inline-block;
  padding: 5px;
  text-decoration: none;
  color: #fff;
  font: 10px Arial, sans-serif;
  background: #7f796d;
}

.top-band__box-lang .contact-link {
  background: #f74600;
  transition: background-color 0.2s ease;
}
.top-band__box-lang .contact-link:hover {
  background: #f55a1d;
}

.top-band h1,
.top-band h2,
.top-band h3,
.top-band h4 {
  font: normal 10px Arial, sans-serif;
  display: inline;
}

/* RESPONSIVE 
------------------ */
@media screen and (max-width: 1000px) {
  .top-band {
    padding: 15px 0;
    display: none;
  }

  .top-band .inner {
    width: 95%;
  }

  .top-band__text {
    width: 80%;
    display: none;
  }

  .top-band__box-lang {
    width: auto;
  }

  .top-band__box-lang a {
    font: 14px Arial, sans-serif;
    padding: 10px 8px;
    margin-right: 6px;
  }

  .top-band__box-lang a:last-child {
    margin-right: 0;
  }

  .top-band__box-lang .contact-link {
    display: none;
  }
}

/* ---------------- 
	// TOP BAND 
------------------- */
.contact-band {
  width: 100%;
  padding: 5px 0;
  border-top: dotted 1px #ccc;
  border-bottom: dotted 1px #ccc;
}

.contact-band__nav {
  float: left;
}

.contact-band__nav ul {
  position: relative;
  top: 4px;
}

.contact-band__nav ul li {
  font: 11px Arial, sans-serif;
  color: #767676;
  float: left;
}

.contact-band__nav ul li a {
  text-decoration: none;
  font: 11px Arial, sans-serif;
  color: #767676;
  transition: color 0.2s ease;
}

.contact-band__nav ul li a:hover {
  color: #333;
}

.contact-band__nav .divider {
  display: inline-block;
  margin: 0 15px;
}

.contact-band__tel {
  float: right;
  font: 18px 'futura_md_btbold', Arial, sans-serif;
  color: #818181;
}

/* RESPONSIVE 
------------------ */
@media screen and (max-width: 1000px) {
  .contact-band {
    display: none;
  }

  .contact-band .inner {
    width: 95%;
  }
  .contact-band__nav {
    display: none;
  }

  .contact-band__tel {
    float: none;
    clear: both;
    margin: 10px auto;
    width: 100%;
    text-align: center;
  }
}

/* ---------------- 
	// HEADER
------------------- */
.header {
  width: 980px;
  height: 300px;
  position: relative;
  /*border: solid 1px #f55;*/
  margin: 0 auto;
  z-index: 1300;
}

.headline {
  width: 321px;
  height: 404px;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 25px;
  background: url('../img/bg-chamada-topo.png') no-repeat 0 0;
}

.logo {
  display: block;
  float: left;
  margin: 30px auto 0 auto;
  position: relative;
  z-index: 999;
}
.logo:hover {
  opacity: 0.9;
}

.headline__content {
  padding: 30px 0 0;
  width: 100%;
  position: relative;
  top: 30px;
}

.headline__content .title {
  font: 30px 'futura_md_btbold', Arial, sans-serif;
  color: #818181;
}

.headline__content .title h1,
.headline__content .title h2,
.headline__content .title h3,
.headline__content .title h4 {
  font: 30px 'futura_md_btbold', Arial, sans-serif;
  color: #818181;
  display: inline;
}

.headline__content .divider {
  margin: 30px 0;
  width: 40px;
  height: 4px;
  background: #fbb200;
}

.headline__content .content,
.headline__content .content a {
  font: 13px/1.5em Arial, sans-serif;
  color: #939393;
}

.headline__content a {
  text-decoration: none;
}
.headline__content a:hover {
  text-decoration: underline;
}

.menu-resp-ico {
  display: none;
}

/* RESPONSIVE 
------------------ */
@media screen and (max-width: 1000px) {
  .header {
    width: 100%;
    height: auto;
    background: #f5f5f5;
  }

  .headline {
    width: 100%;
    height: auto;
    position: relative;
    top: auto;
    left: auto;
    padding: 0;
    text-align: center;
    background: #f55;
  }

  .headline__content {
    width: 100%;
    height: auto;
    padding: 15px 0;
    text-align: center;
    clear: both;
    float: left;
    margin-top: 10px;
    top: auto;
  }

  .headline__content .title {
    font: 30px 'futura_md_btbold', Arial, sans-serif;
    color: #818181;
    display: block;
    text-align: center;
  }

  .headline__content .content,
  .headline__content .divider {
    display: none;
  }

  .logo {
    float: left;
    /*width: 68%;*/
  }

  .logo img {
    width: 100%;
  }

  .menu-resp-ico {
    width: 35px;
    height: 25px;
    display: block;
    position: absolute;
    top: 30px;
    right: 15px;
    background: transparent url('../img/ico-menu-resp.png') no-repeat 50% 50%;
    cursor: pointer;
  }
}

@media screen and (max-width: 1000px) {
  .logo {
    margin-left: 15px !important;
  }
}

@media screen and (max-width: 400px) {
  .logo {
    width: 68%;
  }
}

/* -----------------
	// FAKE SELECT 
-------------------- */
.fake-select {
  cursor: pointer;
}

.fake-select__wrapper {
  display: block;
  padding-right: 25px;
}

.fake-select__wrapper .item {
  display: block;
  padding: 12px;
  background: #f2f2f2;
  float: left;
  width: 230px;
  font: 13px Arial, sans-serif;
  color: #939393;
}

.fake-select__wrapper .seta {
  float: right;
  width: 40px;
  height: 40px;
  background: #7f796d url('../img/seta-lista-servicos.png') no-repeat 50% 50%;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.fake-select__wrapper .seta:hover {
  background-color: #726c61;
}
.mobile-select {
  display: none;
}

/* SERVICES LIST 
-------------------- */
.services-list {
  display: none;
  clear: both;
  width: 271px;
  border: solid 1px #ddd;
}

.services-list li {
  font: 13px Arial, sans-serif;
  color: #939393;
  display: block;
}

.services-list li a {
  font: 13px Arial, sans-serif;
  color: #939393;
  text-decoration: none;
  display: block;
  background: #fff;
  padding: 10px;
}

.services-list li:nth-child(2n) a {
  background: #f5f5f5;
}

.services-list li a:hover {
  background: #f90;
  color: #fff;
}

/* RESPONSIVE 
------------------ */
@media screen and (max-width: 1000px) {
  .fake-select {
    display: none;
  }

  .mobile-select {
    display: block;
    position: relative;
    border: solid 1px #ddd;
    cursor: pointer;
    margin-bottom: 25px;
  }

  .fake-select__wrapper {
    padding: 0;
  }

  .services-list {
    position: absolute;
    top: 40px;
    left: 0;
    /*border: none;*/
    width: 100%;
  }

  .services-list li a {
    padding: 15px;
  }

  .fake-select__wrapper .item {
    background: #fff;
    width: auto;
    font: 14px Arial, sans-serif;
  }

  .services-list li a {
    font-size: 14px;
  }
}

/* ---------------- 
	// MAIN #MENU
------------------- */
.main-menu {
  position: absolute;
  top: 0;
  right: 0;
}

.main-menu ul {
}

.main-menu ul li {
  font-family: 'futura_bk_btbook', Arial, sans-serif;
  color: #fff;
  float: left;
  display: block;
}

.main-menu ul li a {
  font-family: 'futura_bk_btbook', Arial, sans-serif;
  color: #fff;
  width: 159px;
  height: 100px;
  text-decoration: none;
  display: block;
  padding: 15px 0 0 20px;
}

.main-menu ul li a span {
  display: block;
  margin-bottom: 2px;
}

/* MENU ITEM
--------------- */
.menu-item {
  /*background: transparent url('../img/bg-menu.png?v=11') no-repeat 0 0;*/
  transition-property: background-position;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}

.menu-item.menu-item-1 {
  background: transparent url('../img/bg-menu-item-1.png') no-repeat 0 -5px;
}

.menu-item.menu-item-2 {
  background: transparent url('../img/bg-menu-item-2.png') no-repeat 0 -5px;
}

.menu-item.menu-item-3 {
  background: transparent url('../img/bg-menu-item-3.png') no-repeat 0 -5px;
}

.menu-item.menu-item-4 {
  background: transparent url('../img/bg-menu-item-4.png') no-repeat 0 -5px;
}

.menu-item.menu-item-1:hover,
.menu-item.menu-item-2:hover,
.menu-item.menu-item-3:hover,
.menu-item.menu-item-4:hover {
  background-position: 0 0;
}

.item-contato {
  display: none !important;
}

/* ---------------
	// SUBMENU 
	----------------- */
.main-menu .submenu-item {
  position: relative;
}

.main-menu .submenu {
  position: absolute;
  top: 95px;
  left: 0;
  width: 400px;
  height: auto;
  display: none;
}

.main-menu .submenu-item:hover .submenu {
  display: block;
}

.main-menu .submenu li {
  float: none;
}

.main-menu .submenu li a {
  display: block;
  padding: 10px 15px;
  width: auto;
  height: auto;
  background: #fff;
  color: #000;
}

.main-menu .submenu li a:hover {
  background: #f5f5f5;
}

/* SUBMENU TRABALHO */
.main-menu .submenu.submenu-trabalho li a {
  background: #f74600;
  color: #fff;
}
.main-menu .submenu.submenu-trabalho li:nth-child(2n + 1) a {
  background: #ff520e;
}
.main-menu .submenu.submenu-trabalho li a:hover {
  /*background: #ff520e;*/
  background: #e24000;
}

/* SUBMENU FAMILIAR */
.main-menu .submenu.submenu-familiar li a {
  background: #f98500;
  color: #fff;
}
.main-menu .submenu.submenu-familiar li:nth-child(2n + 1) a {
  background: #ff9318;
}
.main-menu .submenu.submenu-familiar li a:hover {
  /*background: #ff520e;*/
  background: #e07800;
}

/* SUBMENU DOCUMENTAÇÃO */
.main-menu .submenu.submenu-documentos {
  right: 0;
  left: auto;
}

.main-menu .submenu.submenu-documentos li a {
  background: #fdc800;
  color: #fff;
}
.main-menu .submenu.submenu-documentos li:nth-child(2n + 1) a {
  background: #f0c41c;
}
.main-menu .submenu.submenu-documentos li a:hover {
  /*background: #ff520e;*/
  background: #deb002;
}

/* RESPONSIVE 
------------------ */
@media screen and (max-width: 1000px) {
  .main-menu {
    width: 100%;
    position: absolute;
    top: 60px;
    right: 0;
    clear: both;
    z-index: 999;
    display: none;
  }

  .main-menu ul {
    width: 95%;
    margin: 0 auto;
  }

  .main-menu ul li {
    float: none;
    clear: both;
    text-align: center;
  }

  .main-menu ul li a {
    font-family: 'futura_bk_btbook', Arial, sans-serif;
    color: #333;
    width: auto;
    height: auto;
    padding: 15px;
    background: #fff;
  }

  .main-menu ul li:nth-child(2n) a {
    background: #f5f5f5;
  }

  .main-menu ul li:first-child a {
    border-top: solid 1px #777;
  }

  .main-menu ul li a:hover {
    background: #fcc000;
    color: #fff;
  }

  .menu-item.menu-item-1,
  .menu-item.menu-item-2,
  .menu-item.menu-item-3,
  .menu-item.menu-item-4 {
    background: #fff;
  }

  .item-contato {
    display: block !important;
  }

  .main-menu .submenu-item:hover .submenu {
    display: none;
  }
}

@media screen and (max-width: 420px) {
  .menu-item.menu-item-1,
  .menu-item.menu-item-3 {
  }
}

/* ---------------- 
	// BANNER
------------------- */
.banner,
.banner .cycle-slideshow {
  width: 100%;
  height: 509px;
  overflow-y: hidden;
}

.banner {
  position: relative;
  z-index: 600;
  top: -300px;
  margin-bottom: -300px;
}

.slide-banner {
  width: 100%;
  height: 509px;
}

.bg-banner {
  background: #000;
  height: 430px;
}

.img-banner {
  display: block;
  margin: 0 auto;
  width: 980px;
  height: 509px;
}

.bg-banner--one,
.bg-banner--four,
.bg-banner--five {
  background: #f4f4f4;
}

.bg-banner--two {
  background: #31200d;
}
.bg-banner--three {
  background: #a9bddb;
}

/* RESPONSIVE 
------------------ */
@media screen and (max-width: 1000px) {
  .banner {
    display: none;
  }
}

/* ---------------- 
	// SEARCH BOX
------------------- */
.searchbox {
  clear: both;
  position: relative;
  top: -30px;
  /*margin-bottom: -40px;*/
  z-index: 1200;
}

.searchform {
  float: right;
  width: 294px;
}

.search-field {
  background: #f2f2f2;
  font: 11px Arial, sans-serif;
  padding: 13px;
  color: #818181;
  border: none;
  outline: none;
  float: left;
  width: 250px;
}

.search-button {
  width: 40px;
  height: 40px;
  display: inline-block;
  background: #7f796d url('../img/lupa-busca.png') no-repeat 50% 50%;
  float: right;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
  outline: none;
}
.search-button:hover {
  background-color: #746e62;
}

/* RESPONSIVE 
------------------ */
@media screen and (max-width: 1000px) {
  .searchbox {
    display: none !important;
  }
}

/* ---------------- 
	// #INTRO TEXT
------------------- */
.intro-text {
  font: 13px/1.5em Arial, sans-serif;
  color: #939393;
  background: #f5f5f5;
  padding: 20px;
  display: block;
  margin-bottom: 30px;
  text-align: justify;
}

.intro-text a {
  color: #939393;
  text-decoration: underline;
  transition: color 0.2s ease;
}
.intro-text a:hover {
  color: #777;
}

.intro-text h1,
.intro-text h2,
.intro-text h3,
.intro-text h4 {
  font-weight: bold;
  display: inline;
}

.intro-text .hidden-content {
  display: none;
}

.intro-text .read-more {
  float: right;
  clear: both;
  text-decoration: none;
  color: #939393;
  transition: color 0.2s ease;
}

.intro-text .read-more:hover {
  color: #555;
}

.plus-ico {
  background: #7f796d;
  width: 15px;
  height: 15px;
  font: 11px Arial, sans-serif;
  color: #fff;
  text-align: center;
  display: inline-block;
  margin-right: 5px;
}

/* RESPONSIVE 
------------------ */
@media screen and (max-width: 1000px) {
  .intro-text {
    display: none !important;
  }
}

/* -------------------
	// MAIN CONTENT
---------------------- */
.main-content {
  clear: both;
}

.visa-boxes {
  clear: both;
  /*padding: 25px 0;*/
  margin: 30px 0 0;
}

.visa-box {
  padding: 25px;
}

.visa-box .visa-box__title {
  float: left;
  font: 21px 'futura_md_btbold', Arial, sans-serif;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.visa-box .visa-box__title:hover {
  opacity: 0.9;
}

.visa-box .divider {
  width: 40px;
  height: 4px;
  background: #ccc;
  margin-top: 20px;
  display: block;
}

.visabox-one .divider {
  background: #f74600;
}

.visabox-two .divider {
  background: #f98500;
}

.visa-box .visa-box__content {
  float: right;
  font: 12px/1.5em Arial, sans-serif;
}

.visa-box .visa-box__content h1,
.visa-box .visa-box__content h2,
.visa-box .visa-box__content h3,
.visa-box .visa-box__content h4 {
  font: 12px/1.5em Arial, sans-serif;
  display: inline;
}

.visa-box.visabox-one {
  background: #fff;
  width: 438px;
  float: left;
}

.visa-box.visabox-two {
  background: #7f796d;
  width: 538px;
  float: right;
}

.visabox-one .visa-box__title {
  width: 120px;
  color: #939597;
}

.visabox-two .visa-box__title {
  width: 120px;
  color: #fff;
}

.visabox-one .visa-box__content {
  width: 235px;
  color: #939393;
}

.visabox-one .visa-box__content a {
  color: #939393;
  text-decoration: none;
}

.visabox-two .visa-box__content {
  width: 315px;
  color: #fff;
}

/* RESPONSIVE 
------------------ */
@media screen and (max-width: 1000px) {
  .main-content {
    width: 100% !important;
  }

  .visa-boxes {
    clear: both;
    margin: 0;
  }

  .visa-box.visabox-one,
  .visa-box.visabox-two {
    width: 100%;
    float: none;
  }

  .visa-box .visa-box__title {
    float: none;
    display: block;
    width: auto;
  }

  .visa-box .visa-box__title br {
    /*display: inline-block;*/
  }

  .visabox-one .visa-box__content,
  .visabox-two .visa-box__content {
    width: auto;
    clear: both;
    float: none;
    margin-top: 15px;
  }
}

@media screen and (max-width: 500px) {
  /*.visa-box.visabox-one,
	.visa-box.visabox-two {
		background: #fff;
		width: 95%;
		float: none;
		margin: 0 auto;
	}*/
}

/* ----------------------
	// HOME LEFT CONTENT 
------------------------- */
.home-left-content {
  float: left;
  width: 695px;
  margin: 3px 0 0;
}

.video-box {
  float: left;
}

.video-box,
.video-box iframe {
  width: 439px;
  height: 248px;
}

.video-box iframe {
  width: 439px;
  height: 247px;
}

.flower-img {
  float: right;
}

.video-box img,
.flower-img img {
  display: block;
}

.rne-box {
  clear: both;
  background: #f5f5f5;
  padding: 25px;
  position: relative;
  top: 3px;
}

.rne-box .title {
  float: left;
  font: 21px 'futura_md_btbold', Arial, sans-serif;
  color: #818385;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.rne-box .title:hover {
  opacity: 0.9;
}

.rne-box .divider {
  width: 40px;
  height: 4px;
  background: #fdc800;
  margin-top: 20px;
  display: block;
}

.rne-box .content {
  float: right;
  font-family: Arial, sans-serif;
  color: #939393;
  width: 438px;
}

.rne-box .content h1,
.rne-box .content h2,
.rne-box .content h3,
.rne-box .content h4 {
  font-family: Arial, sans-serif;
  display: inline;
}

/* RESPONSIVE 
------------------ */
@media screen and (max-width: 1000px) {
  .home-left-content {
    float: none;
    width: 100%;
    margin: 0 auto;
  }

  .video-box,
  .video-box iframe {
    float: none;
    width: 100% !important;
    height: 350px !important;
    margin: 0 auto;
  }

  .flower-img {
    display: none;
  }

  .rne-box {
    margin: 0;
    top: 0;
  }

  .rne-box .title {
    float: none;
    display: block;
  }

  .rne-box .content {
    float: none;
    width: 100%;
    clear: both;
    margin-top: 15px;
  }
}

/* ------------------------
	// HOME RIGHT CONTENT 
--------------------------- */
.home-right-content {
  float: right;
  width: 282px;
  height: 399px;
  position: relative;
  margin-top: 3px;
}

.box-naturalizacao {
  background: #fbb200;
  padding: 30px;
}

.box-naturalizacao .title {
  font: 21px 'futura_md_btbold', Arial, sans-serif;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.box-naturalizacao .title:hover {
  opacity: 0.9;
}

.box-naturalizacao .divider {
  width: 40px;
  height: 4px;
  background: #fff;
  margin: 25px 0 10px 0;
  display: block;
}

.box-naturalizacao .content {
  font: 12px/1.5em Arial, sans-serif;
  color: #fff;
  padding-top: 15px;
}

.contact-btn {
  width: 100%;
  height: 106px;
  background: #b6b3a4;
  padding: 30px;
  position: absolute;
  bottom: 8px;
  right: 0;
  transition: background-color 0.3s ease;
  text-decoration: none;
  font: 21px 'futura_md_btbold', Arial, sans-serif;
  color: #fff;
}

.contact-btn:hover {
  background: #a6a291;
}

.contact-btn a {
}

.seta-btn-contato {
  width: 33px;
  height: 55px;
  display: inline-block;
  background: url('../img/seta-contato-home.png') no-repeat 0 0;
  position: absolute;
  top: 30px;
  right: 15px;
}

/* RESPONSIVE 
------------------ */
@media screen and (max-width: 1000px) {
  .home-right-content {
    float: none;
    width: 100%;
    height: auto;
    margin: 0 auto !important;
  }

  .box-naturalizacao .divider {
    margin: 15px 0;
  }

  .contact-btn {
    height: auto;
    width: 100%;
    display: block;
    position: relative;
    bottom: auto;
    right: auto;
    clear: both;
  }
}

/* ------------------------
	// SECONDARY CONTENT
--------------------------- */
.secondary-content {
  display: block;
  clear: both;
  padding: 30px 0 0;
}

.secondary-content__box {
  float: left;
  margin-right: 40px;
  width: 296px;
}

.secondary-content__box:last-child {
  margin-right: 0;
}

.secondary-content__box .title {
  display: block;
  font: 18px 'futura_bk_btbook', Arial, sans-serif;
  color: #939597;
  padding-bottom: 20px;
}

.secondary-content__box .title a {
  font: 18px 'futura_bk_btbook', Arial, sans-serif;
  color: #939597;
  text-decoration: none;
  transition: color 0.2s ease;
}

.secondary-content__box .title a:hover {
  color: #777;
}

.secondary-content__box .content {
  font: 13px/1.5em Arial, sans-serif;
  color: #939393;
}

/* RESPONSIVE 
------------------ */
@media screen and (max-width: 1000px) {
  .secondary-content {
    width: 95% !important;
  }

  .secondary-content__box {
    float: none;
    margin: 0 0 30px 0;
    width: 100%;
    display: block;
    padding: 0 15px;
  }
}

/* ------------------
	// OFFICES BOX
--------------------- */
.offices-boxes {
  background: #7f796d;
  padding: 20px;
  position: relative;
  top: 30px;
  margin-bottom: 30px !important;
  clear: both;
}

.offices-boxes .title {
  font: 21px 'futura_md_btbold', Arial, sans-serif;
  color: #fff;
  display: block;
  float: left;
  margin: 0 38px 0 0;
}

.office-box {
  width: 370px;
  color: #fff;
  font: 13px/1.5em Arial, sans-serif;
}

.office-box .content {
  float: left;
  width: 255px;
}

.office-box .map {
  float: right;
}

/* RESPONSIVE 
------------------ */
@media screen and (max-width: 1000px) {
  .offices-boxes {
    width: 100% !important;
    top: 0;
    margin-bottom: 0 !important;
  }

  .office-box {
    width: auto;
    clear: both;
    float: left !important;
    margin: 20px 0 0;
  }

  .offices-boxes .title {
    float: none;
    margin: 0;
    clear: both;
  }

  .office-box .content {
    /*float: none;*/
    width: ;
    margin-right: 15px;
  }
}

@media screen and (max-width: 450px) {
  .office-box .map {
    display: none;
  }
}

/* ------------------------
	// LEFT CONTENT 
--------------------------- */
.left-content {
  width: 675px;
  display: block;
  float: left;
  border-right: dotted 1px #ddd;
  padding-right: 20px;
}

/* ---------------
	// BREADCRUMBS
------------------ */
.breadcrumbs {
  display: block;
  padding: 15px 0;
  font: 10px Arial, Helvetica, sans-serif;
  color: #bdbdbd;
  position: relative;
  top: -15px;
  margin-bottom: -15px;
}

.breadcrumbs__links {
  float: left;
  position: relative;
  top: 5px;
}

.breadcrumbs a {
  font: 10px Arial, Helvetica, sans-serif;
  color: #bdbdbd;
  text-decoration: underline;
}

.breadcrumbs a:hover {
  color: #f79400;
}

.breadcrumbs .seta {
  font-size: 9px;
}

/* RESPONSIVE 
------------------ */
@media screen and (max-width: 1000px) {
  .left-content {
    padding: 0 20px;
    width: 100%;
    border: none;
    margin: 0 auto 30px auto;
  }

  .breadcrumbs {
    display: none;
  }
}

/* ---------------
	// SHARE
------------------ */
.share {
  float: right;
  width: 200px;
}

.a-pequeno,
.a-grande {
  color: #fabc00;
  cursor: pointer;
}

.a-pequeno {
  font-size: 9px;
  margin-right: 5px;
}
.a-grande {
  font-size: 11px;
}

.font-size {
  float: left;
  position: relative;
  top: 5px;
}

/* sumindo com o botão "+" */
.at-svc-compact {
  display: none !important;
}

/* SHARE ICONS
------------------ */
.share__icons {
  float: right;
}

.share__icons a {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: #eee;
}

.share__icons {
  /*background: url('../img/') no-repeat 0 0;*/
}

.social.facebook {
  background-position: ;
}

.social.twitter {
  background-position: ;
}

.social.gplus {
  background-position: ;
}

.social.email {
  background-position: ;
}

/* ---------------
	// TEXTBOX
------------------ */
.textbox {
  padding: 30px 0 0;
}

.textbox__title {
  display: block;
  font: 23px 'futura_bk_btbook', Arial, sans-serif;
  color: #fff;
}

.textbox__title a {
  color: #fff;
  text-decoration: none;
}

.textbox__title h1 {
  font-weight: normal;
  display: inline;
}

.textbox__title div {
  display: inline-block;
  background: #f74600;
  padding: 5px 15px;
}

.textbox__title h1,
.textbox__title h2,
.textbox__title h3,
.textbox__title h4 {
}

.textbox__title--familiar div {
  background: #f90;
}
.textbox__title--assessoria div {
  background: #ffc000;
}

.textbox__subtitle {
  display: block;
  padding-top: 20px;
  font-size: 14px;
  color: #5a5a5a;
}

.intext-title {
  font: 18px 'futura_bk_btbook', Arial, sans-serif;
  color: #939597;
  display: block;
}

.textbox__content {
  font: 13px/1.5em Arial, sans-serif;
  color: #939393;
}

.textbox__content a {
  color: #939393;
  text-decoration: underline;
}
.textbox__content a:hover {
  text-decoration: underline;
  color: #777;
}

.textbox__content h1,
.textbox__content h2,
.textbox__content h3,
.textbox__content h4 {
  display: inline;
  font-weight: bold;
}

.videobox,
.videobox iframe {
  width: 100%;
  height: 380px;
  display: block;
}

.textbox__services-list {
}

.textbox__services-list li {
  display: block;
  font: ;
}

.textbox__services-list li a {
  display: block;
  padding: 15px 7px;
  font: 13px Arial, sans-serif;
  color: #939393;
  transition: background-color 0.2s ease;
  text-decoration: none;
}

.textbox__services-list li:nth-child(2n) a {
  background: #f5f5f5;
}

.textbox__services-list li a:hover {
  background: #ff9900 !important;
  color: #fff;
  text-decoration: none;
}

/* RESPONSIVE 
------------------ */
@media screen and (max-width: 1000px) {
  .textbox__content {
    font: 14px/1.5em Arial, sans-serif;
  }
}

/* ---------------
	// SIDEBAR
------------------ */
.sidebar {
  float: right;
  width: 285px;
}

.sidebar iframe {
  margin-bottom: 30px;
}

.sidebar-box {
  margin-bottom: 30px;
}

.sidebar-box:last-child {
  margin-bottom: 0;
}

.sidebar__title {
  display: block;
  margin-bottom: 20px;
}

.sidebar__title div {
  display: inline-block;
  padding: 0 7px;
  background: #cec7be;
  font: 23px 'futura_bk_btbook', Arial, Helvetica, sans-serif;
  color: #fff;
}

.sidebar__formbox {
  font: 13px/1.5em Arial, sans-serif;
  color: #8a8a8a;
  margin-bottom: 30px;
}

.sidebar-img {
  display: block;
}

.sidebar-img img {
  display: block;
  width: 100%;
}

.sidebar-textbox {
  background: #cec7bd;
  padding: 15px;
  width: 100%;
}

.sidebar-textbox .title {
  font: 18px 'futura_bk_btbook', Arial, sans-serif;
  color: #fff;
  display: block;
  margin-bottom: 10px;
}

.sidebar-textbox .content {
  font: 13px/1.5em Arial, sans-serif;
  color: #fff;
  width: 100%;
  padding-right: 25px;
}

.sidebar-text {
  font: 13px/1.5em Arial, sans-serif;
  color: #939393;
}

/* RESPONSIVE 
------------------ */
@media screen and (max-width: 1000px) {
  .sidebar {
    display: none;
  }

  .contact-page .sidebar {
    float: none;
    width: 95%;
    margin: 0 auto;
    padding-bottom: 30px;
    display: block;
  }

  .contact-page .sidebar iframe {
    width: 100%;
  }

  .contact-page .sidebar {
  }

  .sidebar header div {
    display: block;
    clear: both;
  }

  .box-extra {
    display: none;
  }
}

/* ------------------
	// FORM SIDEBAR
--------------------- */
.form * {
  outline: none;
}

.form .label-block {
  display: block;
  margin-bottom: 5px;
  width: auto;
}

.formgroup {
  display: block;
  margin-bottom: 15px;
  clear: both;
  float: left;
}

.formgroup.formcontrol {
  float: none;
}

.formgroup.formcontrol .btn {
  display: inline-block;
  padding: 8px 16px;
  cursor: pointer;
}

.btn.form-btn {
  border: none;
  background: #f90;
  font: 14px Arial, sans-serif;
  color: #fff;
  transition: background-color 0.2s ease;
}

.btn.form-btn:hover {
  background: #ffa51d;
}

.form-field {
  padding: 5px;
  font: 13px/1.5em Arial, sans-serif;
  color: #8a8a8a;
  width: 200px;
  float: right;
}

.contact-form .form-field {
  width: 492px;
}

.contact-form .sm-field {
  width: 200px;
}

.form-field.select {
  padding: 5px 2px;
  font: 13px/1.5em Arial, sans-serif;
  color: #8a8a8a;
  width: 100%;
}

.form-field.text {
  background: #ebe5de;
  border: none;
}

.form-field.textarea {
  background: #ebe5de;
  border: none;
  float: right;
}

.form label {
  width: 80px;
  display: inline-block;
  float: left;
  padding-top: 8px;
}

/* CONTACT FORM */
.contact-form label {
  width: 160px;
}

.contact-form .form-field {
  padding: 8px;
}

.contact-form .select {
  padding: 8px 3px;
}

.contact-form .formgroup.formcontrol .btn {
  padding: 12px 20px;
}

.error-field {
  border: solid 1px #f77 !important;
}

/* RESPONSIVE 
------------------ */
@media screen and (max-width: 1000px) {
  .form {
    width: 100%;
    display: block;
  }
  .formgroup {
    width: 100%;
  }

  .form label {
    width: auto;
    margin-bottom: 10px;
    display: block;
    float: none;
  }

  .form input[type='submit'] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
  }

  /*.form select {
		appearance: menulist caret;
		-moz-appearance: menulist caret;
		-webkit-appearance: menulist caret;
	}*/

  .contact-form .form-field {
    width: 100%;
  }
}

/* ---------------
	// FOOTER
------------------ */
.footer {
  width: 100%;
  border-top: solid 2px #f9b000;
  padding: 20px 0;
  margin-top: 30px;
  float: left;
  clear: both;
}

.footer ul {
  float: left;
  width: auto;
  /* margin-right: 86px; */
  margin-right: 110px;
}

.footer ul:last-child {
  margin-right: 0;
}

.footer ul li {
  font: 11px Arial, sans-serif;
  color: #b3b3b3;
  display: block;
  margin-bottom: 7px;
}
.footer ul li:last-child {
  margin-bottom: 0;
}

.footer ul li a {
  font: 11px Arial, sans-serif;
  color: #b3b3b3;
  text-decoration: none;
  padding-left: 5px;
}

.footer ul li a:hover {
  text-decoration: underline;
}

.footer .item-title {
  font-weight: bolder;
  padding-left: 0;
}

.copyright {
  display: block;
  font: 11px Arial, sans-serif;
  color: #b3b3b3;
  width: 100%;
  padding: 12px 0;
  background: #f9f9f9;
  clear: both;
}

.copyright .inner {
  width: 980px;
  margin: 0 auto;
}

.copyright a {
  color: #b3b3b3;
  text-decoration: none;
}
.copyright a:hover {
  text-decoration: underline;
}

/* FOOTER EM RESOLUÇÕES MENORES */
.mobile-footer {
  display: none;
}

/* RESPONSIVE 
------------------ */
@media screen and (max-width: 1000px) {
  .footer,
  .copyright {
    display: none;
  }

  .mobile-footer {
    display: block;
    background: #fff;
    color: #333;
    padding: 15px 0;
    text-align: center;
    font: 12px Arial, sans-serif;
    clear: both;
  }
}

/* ---------------
	// FONT SIZE
------------------ */
.font-12 {
  font-size: 12px;
}
.font-13 {
  font-size: 13px;
}
.font-14 {
  font-size: 14px;
}
.font-21 {
  font-size: 21px;
}
.font-33 {
  font-size: 33px;
}

/* ---------------------
	// UTILITY CLASSES
------------------------ */
.clear {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.db {
  display: block;
}
.di {
  display: inline;
}
.inner {
  display: block;
  width: 980px;
  margin: 0 auto;
}
