@charset "UTF-8";
@font-face {
  font-family: 'Conv_AdventPro-SemiBold';
  src: url("fonts/AdventPro-SemiBold.eot");
  src: local("☺"), url("fonts/AdventPro-SemiBold.woff") format("woff"), url("fonts/AdventPro-SemiBold.ttf") format("truetype"), url("fonts/AdventPro-SemiBold.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'Conv_AdventPro-SemiBold';
    src: url("AdventPro-SemiBold.svg#adventprosemibold") format("svg"); } }
@font-face {
  font-family: 'Conv_AdventPro-Regular';
  src: url("fonts/AdventPro-Regular.eot");
  src: local("☺"), url("fonts/AdventPro-Regular.woff") format("woff"), url("fonts/AdventPro-Regular.ttf") format("truetype"), url("fonts/AdventPro-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'Conv_AdventPro-Regular';
    src: url("Conv_AdventPro-Regular.svg#adventproregular") format("svg"); } }
@font-face {
  font-family: 'Conv_AdventPro-Bold';
  src: url("fonts/AdventPro-Bold.eot");
  src: local("☺"), url("fonts/AdventPro-Bold.woff") format("woff"), url("fonts/AdventPro-Bold.ttf") format("truetype"), url("fonts/AdventPro-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'Conv_AdventPro-Bold';
    src: url("AdventPro-Bold.svg#adventprobold") format("svg"); } }
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 33px;
  width: 33px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px\9;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 5px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: 5px; }
  .slick-prev:before {
    content: url(../images/seta_dir.png); }
    [dir="rtl"] .slick-prev:before {
      content: url(../images/seta_dir.png); }

.slick-next {
  right: 5px; }
  [dir="rtl"] .slick-next {
    left: 5px;
    right: auto; }
  .slick-next:before {
    content: url(../images/seta_esq.png); }
    [dir="rtl"] .slick-next:before {
      content: url(../images/seta_esq.png); }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 33px;
    width: 33px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 33px;
      width: 33px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  width: 90%;
  margin: 0 auto; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: inline-block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.tlaranja {
  background-color: #ffbb63;
  width: 60%;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0 10px 0 0;
  box-sizing: border-box;
  padding: 10px;
  font-size: 55px;
  margin: 0 auto; }

.tcinza {
  background-color: #8c8b8a;
  color: #fff;
  text-transform: uppercase;
  box-sizing: border-box;
  padding: 10px;
  font-size: 67px;
  border-radius: 0 10px 0 0;
  margin: 5px auto; }

.tsub {
  color: #8c8b8a;
  font-size: 24px; }

mark {
  color: #f18c09;
  background-color: transparent; }

.txtcorrido {
  color: #8c8b8a;
  font-size: 18px;
  width: 89%;
  margin: 15px auto; }

.sol_titulo {
  font-size: 30px;
  text-transform: uppercase;
  background-color: #fff;
  color: #f18c09;
  border-radius: 0 10px 0 0;
  width: 30%;
  box-sizing: border-box;
  padding: 10px;
  margin: 15px auto; }

.ctitulo {
  font-size: 30px;
  text-transform: uppercase;
  background-color: #fff;
  color: #414141;
  border-radius: 0 10px 0 0;
  width: auto;
  font-size: 32px;
  display: inline-block;
  box-sizing: border-box;
  padding: 10px 50px;
  margin: 150px auto;
  margin-bottom: 10px;
  font-family: "Conv_AdventPro-Regular"; }
  .ctitulo span {
    font-family: "Conv_AdventPro-Bold"; }

html, body, h1, h2, h3, h4, h5, hr, div, a, img, ul, ol, li, a, article {
  border: 0px;
  padding: 0px;
  margin: 0px;
  font-weight: normal; }

body {
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto; }

a {
  text-decoration: none;
  color: inherit; }
  a:hover {
    color: inherit; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Conv_AdventPro-Bold"; }

p {
  font-size: 18px; }

.contato {
  font-size: 25px;
  margin: 0; }

.bold {
  font-family: "Conv_AdventPro-Bold"; }

body {
  height: 100%;
  padding: 0;
  margin: 0;
  width: 100%;
  font-family: "Conv_AdventPro-Regular";
  letter-spacing: 0.1em; }

#main-content {
  position: relative;
  clear: both;
  width: 96%;
  max-width: 1280px;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 2%; }

.conteudo {
  position: relative;
  float: left;
  width: 68%;
  box-sizing: border-box;
  margin: 0; }

.conteudo {
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  margin: 0; }

.conteudo_m {
  position: relative;
  clear: both;
  width: 96%;
  max-width: 1280px;
  margin: 0 auto;
  box-sizing: border-box; }

aside {
  position: relative;
  float: left;
  width: 31%;
  box-sizing: border-box;
  margin: 0;
  margin-left: 0.3%; }

header {
  width: 100%;
  left: 0;
  box-sizing: border-box;
  color: #414141; }
  header#fixo {
    position: absolute;
    z-index: 500;
    top: 0; }
    header#fixo .conteudo_m {
      border-top: 5px solid #f18c09;
      padding: 20px; }
  header#relativo {
    position: fixed;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 1000;
    background-color: #fff;
    top: -200px; }
    header#relativo.ativo {
      top: 00px;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
    header#relativo .conteudo_m {
      border-bottom: 3px solid #f18c09;
      padding: 20px;
      overflow: hidden; }
    header#relativo .faixahead {
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 3px;
      background-color: #414141; }
    header#relativo .logo img {
      height: 40px;
      position: absolute;
      top: 50%;
      margin-top: -22px; }
    header#relativo .menu_inside {
      padding: 8px; }

#menu {
  position: relative;
  width: auto;
  float: right;
  margin: 0px 10px;
  overflow: hidden; }

.menu_link {
  position: relative;
  float: left;
  width: auto;
  top: 27px;
  padding: 14px 20px;
  text-transform: uppercase;
  color: #555;
  font-size: 1.1em;
  letter-spacing: 0.02em;
  font-size: "Conv_AdventPro-Bold";
  /*    background-color: red;*/
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  display: inline-block; }

.menu_link:hover {
  color: #b4143a;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out; }

.meio_menu {
  position: relative;
  float: left;
  padding: 0px 0px;
  margin: 38px 0px;
  width: 0px;
  height: 18px;
  border-left: 1px solid #999999;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out; }

.inside {
  position: relative;
  clear: both;
  width: 100%;
  margin: 0px auto;
  overflow: hidden; }

.inside.absolute {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 10; }

.inside.side1440 {
  max-width: 1440px;
  margin: 0px auto; }

#header .inside {
  background-image: url(../images/branco_90.png);
  border-bottom: 2px solid transparent;
  -webkit-border-image: url(../images/trans_preto.png) 30 round;
  /* Safari 3.1-5 */
  -o-border-image: url(../images/trans_preto.png) 30 round;
  /* Opera 11-12.1 */
  border-image: url(../images/trans_preto.png) 30 round; }

#logo_topo {
  position: absolute;
  z-index: 15;
  left: 40px;
  /*    margin-left: 60px;*/
  top: 50%;
  margin-top: -31px; }

.menu_inside {
  float: right;
  display: inline-block;
  width: auto;
  overflow: hidden;
  box-sizing: border-box;
  padding: 20px;
  text-transform: uppercase; }
  .menu_inside a {
    position: relative;
    box-sizing: border-box;
    font-family: "Conv_AdventPro-Bold"; }
    #relativo .menu_inside a {
      padding: 4px 20px; }
    #relativo .menu_inside a:hover {
      color: #f18c09;
      border-bottom: solid 3px #f18c09; }
    #relativo .menu_inside a.selected {
      color: #f18c09;
      border-bottom: solid 3px #f18c09; }
    .menu_inside a.menu_item_lk {
      box-sizing: border-box;
      padding: 4px 20px; }

*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

nav a:hover,
nav a:focus {
  outline: none; }

#fixo .menu_inside a.menu_item_lk::before,
#fixo .menu_inside a.menu_item_lk::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  border: 2px solid #f18c09;
  border-radius: 50%;
  content: '';
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.2);
  -moz-transform: translateX(-50%) translateY(-50%) scale(0.2);
  transform: translateX(-50%) translateY(-50%) scale(0.2); }

#fixo .menu_inside a.menu_item_lk::after {
  width: 90px;
  height: 90px;
  border-width: 6px;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.6);
  -moz-transform: translateX(-50%) translateY(-50%) scale(0.6);
  transform: translateX(-50%) translateY(-50%) scale(0.6); }

#fixo .menu_inside a.menu_item_lk:hover::before,
#fixo .menu_inside a.menu_item_lk:hover::after,
#fixo .menu_inside a.menu_item_lk:focus::before,
#fixo .menu_inside a.menu_item_lk:focus::after {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.5);
  -moz-transform: translateX(-50%) translateY(-50%) scale(0.5);
  transform: translateX(-50%) translateY(-50%) scale(0.5); }

footer {
  position: fixed;
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #414141;
  border-bottom: 5px solid #f18c09;
  display: block;
  z-index: 500;
  bottom: 0; }

.footer_lim {
  position: relative;
  margin: 0px auto;
  max-width: 700px;
  text-align: center; }

.contato {
  width: auto;
  display: inline-block;
  box-sizing: border-box;
  padding-right: 30px;
  vertical-align: middle; }

.footer1 {
  width: auto;
  display: inline-block;
  color: #8c8b8a;
  text-transform: uppercase; }

.footer2 {
  width: 65%;
  display: inline-block;
  background-color: #f18c09;
  color: #fff;
  padding: 10px;
  text-align: center; }
  .footer2 img {
    display: inline-block;
    vertical-align: middle; }
  .footer2 p {
    display: inline-block;
    box-sizing: border-box;
    padding: 10px 0 10px 40px;
    margin: 0 auto;
    text-align: left;
    font-size: 16px; }
    .footer2 p.telefone {
      background-image: url("../images/tel_icon.png");
      background-position: center left;
      background-repeat: no-repeat;
      width: 38%; }
    .footer2 p.email {
      background-image: url("../images/mail_icon.png");
      background-position: center left;
      background-repeat: no-repeat;
      width: 51%; }

.botao_lateral {
  position: relative;
  float: left;
  width: 100px;
  height: 50px;
  margin: 2px 0px;
  background-position: center top;
  background-size: cover;
  cursor: pointer; }

.botao_lateral:hover {
  background-position: center bottom; }

.botao_lateral.email {
  background-image: url("../images/cna-spitaletti-botao-contato.png"); }

.botao_lateral.endereco {
  background-image: url("../images/cna-spitaletti-botao-endereco.png"); }

.botao_lateral.telefone {
  background-image: url("../images/cna-spitaletti-botao-telefone.png"); }

.botao_lateral.chat {
  background-image: url("../images/cna-spitaletti-botao-chat-online.png"); }

.botao_saibamais {
  position: relative;
  width: 100px;
  padding: 10px;
  clear: both;
  /*    display: inline-block;*/
  margin: 0px auto;
  text-align: center;
  color: #b4143a;
  font-family: "Conv_AdventPro-Bold";
  text-transform: uppercase;
  font-size: 1.3em; }

.bt_emp {
  position: relative;
  float: left;
  width: 23%;
  /*     margin: 1%; */
  text-align: center; }

.bt_emp img {
  width: 100%;
  height: auto; }

.bt_emp .sobre_botao {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  z-index: 3;
  background-image: url("../images/base/cna-spitaletti-transparencia-preto-80.png");
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  opacity: 0;
  box-sizing: border-box;
  padding: 20px; }

.bt_emp:hover .sobre_botao {
  opacity: 1;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out; }

#empreendimentos .bt_emp {
  position: relative;
  float: left;
  width: 23%;
  margin-top: 2%;
  margin-left: 2%;
  overflow: hidden; }

#empreendimentos .bt_emp.bt1, #empreendimentos .bt_emp.bt5 {
  margin-left: 0; }

.botoes_predio > .metade_amplia > img {
  width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  -ms-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out; }

.botoes_predio:hover > .metade_amplia > img {
  width: 100%;
  -webkit-transform: scale(1.12);
  -moz-transform: scale(1.12);
  -o-transform: scale(1.12);
  -ms-transform: scale(1.12);
  transform: scale(1.12);
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  -ms-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out; }

.botoes_predio.linkado {
  background-color: #d3a907; }

.botoes_predio.linkado:hover {
  background-color: #555; }

.botoes_predio.linkado img {
  position: absolute;
  top: 40%;
  left: 47%;
  margin-left: -60px;
  margin-top: -82px;
  width: 120px;
  height: 165px; }

.topo_botao {
  background-image: url("../images/base/cna-spitaletti-faixa-topo.png");
  background-position: center right;
  height: 34px;
  box-sizing: border-box;
  background-color: #b4143a;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 4;
  width: 100%; }

#porfolio_home .topo_botao {
  background-color: #555; }

.botoes_predio .estrela {
  position: relative;
  float: left;
  width: 18px;
  height: 18px;
  background-image: url("../images/base/cna-spitaletti-icone-lancamento.png");
  background-size: cover;
  background-position: center bottom;
  margin: 8px; }

.botoes_predio:hover .estrela {
  background-position: center top; }

.botoes_predio .hover_botao {
  position: absolute;
  width: 100%;
  bottom: 0px;
  height: 100%;
  padding-top: 0px;
  box-sizing: border-box;
  text-align: center;
  /*    background-image: url("../images/base/cna-spitaletti-transparencia-preto-80.png");*/
  background: #000;
  color: #fff;
  z-index: 3; }

#lancamento_home .botoes_predio .hover_botao {
  width: 50%;
  right: 0;
  height: auto;
  /*    height: 100%;*/
  max-height: 50px;
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  -ms-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  padding-top: 0px; }

#lancamento_home .botoes_predio:hover .hover_botao {
  max-height: 2000px;
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  -ms-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out; }

.hover_botao h5 {
  position: relative;
  clear: both;
  font-size: 16px;
  letter-spacing: 0.07em;
  height: 50px;
  padding-top: 17px;
  box-sizing: border-box; }

.botoes_predio > h5 {
  position: absolute;
  bottom: 0;
  left: 0;
  clear: both;
  font-size: 16px;
  letter-spacing: 0.07em;
  min-height: 50px;
  padding-top: 17px;
  padding-bottom: 10px;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  background-color: black;
  border-top: 4px solid #aaa;
  color: #fff;
  z-index: 10; }

.hover_botao hr {
  position: relative;
  clear: both;
  width: 100%;
  height: 1px;
  background-color: #999; }

.hover_botao p.title_dados {
  position: relative;
  clear: both;
  width: auto;
  display: inline-block;
  /*    background-color: rebeccapurple;*/
  font-size: 16px;
  letter-spacing: 0.08em;
  margin: 0px;
  margin-top: 10px;
  margin-bottom: 5px;
  background-position: center left;
  color: #fff;
  font-family: "Conv_AdventPro-Bold";
  background-repeat: no-repeat;
  padding-top: 5px;
  padding-left: 16px; }

.hover_botao p.title_dados.endereco {
  background-image: url("../images/base/cna-spitaletti-icone-endereco.png"); }

.hover_botao p.title_dados.telefone {
  background-image: url("../images/base/cna-spitaletti-icone-telefone.png"); }

html[data-useragent*='MSIE 10.0'] .hover_botao p.title_dados {
  font-family: Arial;
  font-weight: bold; }

.hover_botao p.dados_emp {
  position: relative;
  clear: both;
  margin: 0px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.08em;
  font-family: "Conv_AdventPro-Regular"; }

html[data-useragent*='MSIE 10.0'] .hover_botao p.dados_emp {
  font-family: Arial; }

.botoes_fundo {
  position: relative;
  float: left;
  width: 32%;
  margin-left: 2%;
  background-color: rebeccapurple;
  padding-bottom: 45%; }

.botoes_fundo.cnasp {
  background-color: #b4143a; }

.botoes_fundo.cnasp:hover {
  background-color: #7e0e29; }

.botoes_fundo.nobras {
  background-color: #999; }

.botoes_fundo.nobras:hover {
  background-color: #6b6b6b; }

.botoes_fundo.respsocial {
  background-color: #f16007; }

.botoes_fundo.respsocial:hover {
  background-color: #a84305; }

.botoes_fundo.first {
  margin-left: 0px; }

.botoes_fundo.blocoqmsomos {
  position: absolute;
  top: 0px;
  left: auto;
  margin-left: 0;
  right: 0;
  background-color: #b4143a; }

.botoes_info {
  top: 15px;
  width: 60%;
  position: relative;
  float: left;
  overflow: hidden; }

.botoes_predio .seta_mov {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 34px;
  height: 20px;
  background-image: url("../images/base/site_cna_spitaletti-seta-right.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.botoes_predio:hover .seta_mov {
  background-image: url("../images/base/site_cna_spitaletti-seta-gif-right.gif"); }

.botoes_baixo {
  margin: 60px auto; }

.inside_botao {
  position: relative;
  clear: both;
  width: 90%;
  height: auto;
  margin: 0px auto; }

.botoes_fundo.blocorespon {
  position: absolute;
  top: 0px;
  left: auto;
  margin-left: 0;
  right: 0;
  background-color: #f16007; }

.respon_social .fundo_botao {
  background-color: #f16007; }

.botao_lateral.telefone .end_frame, .botao_lateral.telefone .tel_frame, .botao_lateral.endereco .tel_frame {
  position: absolute;
  top: 0;
  left: 0;
  /*    margin-left: -170px;*/
  /*    margin-top: -170px;*/
  z-index: 9002;
  width: 200px;
  height: 100%;
  border: 0;
  display: none; }

.botao_lateral.telefone.ativo .end_frame, .botao_lateral.telefone.ativo .tel_frame, .botao_lateral.endereco.ativo .tel_frame {
  display: block; }

.botao_lateral.telefone .tel_interno, .botao_lateral.endereco .tel_interno {
  position: absolute;
  right: 90px;
  height: 100%;
  width: 180px;
  z-index: -1;
  overflow: hidden;
  max-width: 0px;
  -webkit-transition: all .8s ease-in-out;
  -moz-transition: all .8s ease-in-out;
  -o-transition: all .8s ease-in-out;
  -ms-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out; }

.botao_lateral.telefone.ativo .tel_interno, .botao_lateral.endereco.ativo .tel_interno {
  max-width: 200px;
  -webkit-transition: all .8s ease-in-out;
  -moz-transition: all .8s ease-in-out;
  -o-transition: all .8s ease-in-out;
  -ms-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out; }

.botoes_lateral h1 {
  font-size: 1.1em;
  color: #666;
  padding: 10px; }

.sobre_botao img {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 6; }

.sobre_botao p {
  color: #fff; }

.logo {
  width: auto;
  display: inline-block;
  float: left; }

.mobile_menu {
  display: none; }

#plano_fb {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-top: 5px solid #414141;
  border-bottom: 4px solid #706f6f;
  background-image: url("../images/fundos/bannhom.jpg");
  background-size: cover;
  background-position: center bottom; }

.titulo_site {
  max-width: 750px;
  margin: 170px auto;
  margin-top: 250px;
  text-align: center; }

hr.linhalaranja {
  width: 25px;
  height: 3px;
  background-color: #f18c09;
  border: 0;
  border-radius: 5px;
  margin: 0 auto; }
hr.linhabranca {
  width: 25px;
  height: 3px;
  background-color: #fff;
  border: 0;
  border-radius: 5px;
  margin: 0 auto; }
hr.sel_clientes {
  height: 3px;
  max-height: 0;
  background-color: white;
  width: 100%;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.bemvindo {
  position: absolute;
  margin: 1% auto;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 25px;
  color: #8c8b8a;
  bottom: 0; }
  .bemvindo p {
    margin: 5px;
    font-size: 32px;
    color: #414141; }

#sobre_nos {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  color: #706f6f; }
  #sobre_nos hr.linhalaranja {
    width: 25px;
    height: 3px;
    background-color: #f18c09;
    border: 0;
    border-radius: 5px;
    margin: 0; }

.desc_plano {
  width: 100%;
  margin: 150px auto;
  max-width: 1200px;
  line-height: 1.7em;
  overflow: hidden; }
  .desc_plano p {
    float: left;
    clear: both;
    width: 100%;
    max-width: 700px; }
    .desc_plano p.stitulo {
      font-size: 30px;
      text-transform: uppercase;
      background-color: #ffbb63;
      color: #fff;
      border-radius: 0 10px 0 0;
      width: 30%;
      box-sizing: border-box;
      padding: 10px; }

#sobre_nos hr.linhalaranja {
  float: left;
  clear: both;
  width: 100%;
  max-width: 20px; }

.sobre1 {
  position: relative;
  width: 100%;
  background-image: url("../images/fundos/sobre_fundo.jpg");
  background-repeat: no-repeat;
  box-sizing: border-box;
  background-position: right;
  overflow: hidden; }

.faixa_sobre {
  position: relative;
  width: 100%;
  background-color: #ccc;
  box-sizing: border-box;
  height: 130px; }

.apresentacao {
  display: inline-block;
  float: right;
  vertical-align: middle;
  padding: 0px 0px 15px 135px;
  background-repeat: no-repeat;
  background-position: top left; }
  .apresentacao.dani {
    background-image: url("../images/dani.png"); }
  .apresentacao.marcela {
    background-image: url("../images/marcela.png"); }
  .apresentacao p {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    line-height: 1.3em; }
    .apresentacao p.nome {
      font-size: 23px;
      margin: 0; }

.esq_sobre {
  width: 50%;
  display: inline-block;
  float: left; }
  .esq_sobre img {
    position: absolute;
    bottom: 0; }

.dir_sobre {
  position: relative;
  width: 30%;
  display: inline-block;
  float: right;
  font-size: 20px;
  overflow: hidden;
  background-image: url("../images/calendario_icon.png");
  background-repeat: no-repeat;
  background-position: center left;
  color: #414141;
  font-family: "Conv_AdventPro-SemiBold";
  margin-right: 10%; }
  .dir_sobre p {
    box-sizing: border-box;
    padding: 30px 60px;
    margin: 0; }

.sobre2 {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 150px;
  overflow: hidden;
  height: auto;
  background-image: url("../images/fundos/perfil.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  text-align: center;
  border-bottom: 2px solid #414141; }
  .sobre2 img {
    display: inline-block;
    vertical-align: middle;
    float: left;
    margin-top: 7%; }

.metade_sobre {
  position: relative;
  width: 47%;
  float: left;
  text-align: left;
  margin: 0 1%; }

.conteudo_m {
  position: relative;
  margin: 0 auto;
  max-width: 1200px; }

#solucoes {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 120px;
  background-image: url("../images/fundos/servicos_fundo.jpg");
  text-align: center;
  color: #414141; }
  #solucoes mark {
    color: #fff; }

#clientes {
  position: relative;
  width: 100%;
  margin-bottom: 63px;
  background-image: url("../images/fundos/clientes_fundo.jpg");
  background-size: cover; }
  #clientes .responsive {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    text-align: center; }

.cliente_logo {
  position: relative;
  box-sizing: border-box;
  padding: 20px;
  border-left: 1px solid #706f6f;
  border-right: 1px solid #706f6f;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .cliente_logo:hover hr.sel_clientes {
    max-height: 3px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }

.txt_clientes {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 3;
  height: auto;
  box-sizing: border-box;
  padding: 0px;
  text-align: center;
  color: #fff; }

.desc_clientes {
  position: relative;
  height: auto;
  max-width: 850px;
  margin: 0 auto;
  line-height: 2em; }
  .desc_clientes mark {
    font-size: 24px;
    font-family: "Conv_AdventPro-SemiBold"; }

.slick_clientes {
  position: absolute;
  box-sizing: border-box;
  height: auto;
  background-color: #1d1d1d;
  margin: 0px 0;
  width: 100%;
  bottom: 20px;
  left: 0; }

.solucoes_item {
  height: 400px;
  border-radius: 0 10px 0 10px;
  margin: 0.5%;
  background-size: cover; }
  .solucoes_item.mercado {
    background-image: url("../images/solucoes/mercado.jpg"); }
    .solucoes_item.mercado .tiposolucao {
      background-image: url("../images/solucoes/cinza_transparencia.png"); }
  .solucoes_item.apoio {
    background-image: url("../images/solucoes/apoio.jpg"); }
    .solucoes_item.apoio .tiposolucao {
      background-image: url("../images/solucoes/laranja_transparencia.png"); }
  .solucoes_item.treinamento {
    background-image: url("../images/solucoes/treinamento.jpg"); }
    .solucoes_item.treinamento .tiposolucao {
      background-image: url("../images/solucoes/cinza_transparencia.png"); }
  .solucoes_item.terceirizacao {
    background-image: url("../images/solucoes/tercerizacao.jpg"); }
    .solucoes_item.terceirizacao .tiposolucao {
      background-image: url("../images/solucoes/laranja_transparencia.png"); }
  .solucoes_item.consultoria {
    background-image: url("../images/solucoes/consultoria.jpg"); }
    .solucoes_item.consultoria .tiposolucao {
      background-image: url("../images/solucoes/cinza_transparencia.png"); }

.tiposolucao {
  width: 95%;
  position: relative;
  margin-top: 250px;
  height: 125px; }
  .tiposolucao img {
    position: absolute;
    top: -66px;
    z-index: 500;
    left: 0; }
  .tiposolucao p {
    color: white;
    text-align: left;
    box-sizing: border-box;
    padding: 50px 0 10px 10px;
    font-size: 22px;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    margin: 0;
    border-radius: 0 0 10px 0;
    font-family: "Conv_AdventPro-SemiBold"; }
    .tiposolucao p span {
      font-size: 12px; }

@media screen and (max-width: 1350px) {
  .sobre2 {
    padding: 50px; }

  .esq_sobre {
    display: none; }

  .faixa_sobre {
    text-align: center;
    height: auto; }

  .dir_sobre {
    font-size: 20px;
    width: 70%;
    float: none;
    margin-right: 0; } }
@media screen and (max-width: 1200px) {
  .txt_clientes {
    padding: 50px; }

  .sobre2 {
    background-repeat: no-repeat; }
    .sobre2 img {
      margin-top: 0; }

  .metade_sobre {
    width: 90%;
    float: none;
    height: auto;
    overflow: hidden;
    margin: 3% auto; }

  .titulo_site {
    margin: 20% auto; }

  .tlaranja {
    width: 60%;
    font-size: 35px; }

  .tcinza {
    width: 70%;
    font-size: 40px; }

  .sobre1 {
    padding: 150px; } }
@media screen and (max-width: 950px) {
  .sobre1 {
    padding: 120px;
    background-image: none; }

  .desc_plano {
    margin: 40px auto; } }
@media screen and (max-width: 850px) {
  .tiposolucao {
    margin-top: 70%; }

  .conteudo_m {
    width: 100%; }

  .mobile_menu {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #706f6f;
    cursor: pointer; }

  .menu_inside {
    float: none;
    display: block;
    width: auto;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0;
    text-transform: uppercase;
    position: relative;
    width: 100%;
    max-height: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    .menu_inside.aberto {
      max-height: 329px;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }

  .logo {
    width: auto;
    height: auto;
    display: block;
    float: none;
    position: relative; }

  header#fixo {
    display: none; }
  header#relativo {
    display: block;
    top: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    header#relativo .logo img {
      position: relative;
      margin-top: 0; }
    header#relativo .menu_inside a {
      box-sizing: border-box;
      display: block;
      width: 100%; }

  #solucoes {
    padding: 20px; }

  .sol_titulo {
    width: 50%; }

  .titulo_site {
    margin: 25% auto 10% auto; }

  .sobre1 {
    padding: 10px; }

  .stitulo {
    width: 60%; }

  .footer2 {
    width: 100%; }
    .footer2 p {
      font-size: 16px;
      padding: 0; }
      .footer2 p.telefone {
        background-image: none; }
      .footer2 p.email {
        background-image: none; }

  #clientes {
    margin-bottom: 91px; } }
@media screen and (max-width: 650px) {
  .dir_sobre {
    width: 100%; }
    .dir_sobre p {
      padding: 16px 60px; }

  .metade_sobre {
    width: 100%; }

  .apresentacao {
    padding: 0;
    padding-top: 130px;
    text-align: center; }
    .apresentacao.dani {
      background-position: center top; }
    .apresentacao.marcela {
      background-position: center top; }

  .titulo_site {
    margin: 50% auto 10% auto; }

  .tlaranja {
    font-size: 30px;
    width: 70%; }

  .tcinza {
    width: 90%;
    font-size: 30px; }

  .tsub {
    font-size: 15px; }

  .txtcorrido {
    font-size: 14px; }

  .bemvindo {
    width: 100%; } }
@media screen and (max-width: 400px) {
  .footer2 {
    padding: 0; }
    .footer2 img {
      display: none; }
    .footer2 p {
      width: 100%; }

  .email, .telefone {
    text-align: center;
    width: 100%; }

  .footer2 p.email {
    width: 100%;
    text-align: center; }

  .footer2 p.telefone {
    width: 100%;
    text-align: center; }

  .sol_titulo {
    width: 80%; }

  #clientes {
    overflow: hidden;
    margin-bottom: 73px; }

  .ctitulo {
    margin: 10px auto; }

  .txt_clientes {
    position: relative;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 3;
    height: auto;
    box-sizing: border-box;
    padding: 0px;
    text-align: center;
    color: #fff; }

  .desc_clientes {
    position: relative;
    height: auto;
    max-width: 850px;
    margin: 0 auto;
    line-height: 2em;
    width: 100%;
    padding: 0; }

  .slick_clientes {
    position: relative; }

  .desc_plano p {
    font-size: 16px; }

  .desc_plano p.stitulo {
    font-size: 30px;
    text-transform: uppercase;
    background-color: #ffbb63;
    color: #fff;
    border-radius: 0 10px 0 0;
    width: 85%;
    box-sizing: border-box;
    padding: 10px; }

  .bemvindo {
    position: relative; }

  .dir_sobre {
    background-image: none; }
    .dir_sobre p {
      padding: 10px;
      font-size: 16px; }

  .faixa_sobre {
    height: auto;
    overflow: hidden; } }

/*# sourceMappingURL=style.css.map */
