@charset "UTF-8";
/* CORES */
/* FONTS */
/***********/
/* Aligner */
/***********/
.aligner {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  height: 100%; }

.aligner-item {
  display: inline-block;
  vertical-align: middle; }

/* HEADER */
header {
  height: 100px;
  background-color: #fff;
  border-bottom: solid 5px #cdcdcd !important; }

li.active a.bg-servicos {
  background-color: #3a8b93 !important; }

li:hover a.bg-servicos {
  color: #3a8b93 !important; }

li.active a.bg-blog, li.active a.bg-home {
  background-color: #ebb530 !important; }

li:hover a.bg-blog, li:hover a.bg-home {
  color: #ebb530 !important; }

li.active a.bg-depoimento {
  background-color: #744a98 !important; }

li:hover a.bg-depoimento {
  color: #744a98 !important; }

li.active:hover a {
  color: #fff !important; }

/* INDEX */
section#index {
  /* banner */
  /* carousel */
  /* ultimas blog */ }
  section#index .carousel-indicators {
    bottom: 0; }
  section#index div#owl-index {
    margin: 40px 0; }
  section#index div.box-Servicos img {
    margin: 10px auto;
    width: 17%; }
  section#index div.box-Servicos h3 {
    font-family: 'helveticaneueltcom-ltcn';
    font-size: 28px;
    color: #828282;
    text-transform: uppercase;
    margin: 0;
    line-height: 120%;
    text-align: center;
    font-size: 24px;
    margin-bottom: 10x; }
  section#index div.box-Servicos p {
    font-family: 'helveticaneueltcom-cn';
    font-size: 18px;
    color: #828282;
    line-height: 120%;
    text-align: center; }
  section#index section#ultimasBlog {
    padding-top: 48px; }
    section#index section#ultimasBlog h3 {
      font-family: 'helveticaneueltcom-mdcn';
      font-size: 42px;
      color: #828282;
      text-transform: uppercase;
      margin: 0;
      text-align: left;
      margin-bottom: 20px; }
    section#index section#ultimasBlog div#flex-Ultimasblog {
      display: flex;
      -webkit-display: flex;
      -mox-display: flex;
      -oz-display: flex;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -oz-flex-wrap: wrap; }
    section#index section#ultimasBlog div.box-noticias {
      display: flex;
      justify-content: space-between; }
      section#index section#ultimasBlog div.box-noticias div.borda {
        flex-direction: column;
        display: flex;
        justify-content: space-between;
        border-bottom: solid 1px #cdcdcd;
        border-left: solid 1px #cdcdcd;
        border-right: solid 1px #cdcdcd; }
      section#index section#ultimasBlog div.box-noticias a {
        text-decoration: none; }
        section#index section#ultimasBlog div.box-noticias a:hover div.boxDescricao p {
          margin-left: 15px; }
        section#index section#ultimasBlog div.box-noticias a:hover div.boxImg p {
          background-color: rgba(235, 181, 48, 0.6); }
      section#index section#ultimasBlog div.box-noticias div.boxImg {
        position: relative; }
        section#index section#ultimasBlog div.box-noticias div.boxImg img {
          bottom: 0; }
        section#index section#ultimasBlog div.box-noticias div.boxImg p.p-data {
          position: absolute;
          bottom: 0;
          color: #fff;
          padding: 5px;
          margin: 0;
          width: 100%;
          background-color: rgba(0, 0, 0, 0.4);
          font-size: 14px;
          font-family: arial;
          font-weight: bold;
          transition: all 0.1s ease-in-out; }
      section#index section#ultimasBlog div.box-noticias div.boxDescricao {
        padding: 15px; }
        section#index section#ultimasBlog div.box-noticias div.boxDescricao h4 {
          margin: 0;
          text-transform: uppercase;
          color: #828282;
          font-family: 'helveticaneueltcom-cn';
          font-size: 18px; }
        section#index section#ultimasBlog div.box-noticias div.boxDescricao p {
          margin: 5px 0 0 0;
          text-transform: uppercase;
          font-family: 'helveticaneueltcom-cn';
          font-weight: bold;
          font-size: 16px;
          color: #ebb530;
          line-height: 120%;
          transition: all 0.2s ease-in-out; }

/* MENU PRINCIPAL
**********************************/
.navbar-fixed-top {
  position: inherit; }

.navbar-brand {
  padding-top: 7px;
  margin: 0; }

.navbar-inverse {
  border: none;
  background: #fff;
  margin-bottom: 0; }

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  background: #fff;
  border-color: #000; }

.navbar-nav {
  padding: 23px 0; }

.navbar-inverse .navbar-nav > li > a {
  color: #8e8d8d;
  font-family: 'helveticaneueltcom-cn';
  text-transform: uppercase;
  font-size: 20px; }

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
  background: #1676bd;
  padding-top: 17px;
  padding-bottom: 11px;
  border-radius: 4px; }

.navbar-nav > li > a {
  padding-top: 17px;
  padding-bottom: 11px; }

.navbar-inverse .navbar-nav > li > a:hover {
  color: #1676bd; }

/** BOTÕES COMPARTILHAR **/
/* botao compartilhar */
.social {
  margin: 0 auto; }
  .social .facebook {
    background: #005c9d;
    border-bottom: solid 3px #002f51;
    text-decoration: none;
    width: 105px;
    height: 34px;
    color: white;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    font-family: arial;
    text-transform: uppercase;
    font-size: 12px;
    transition: all 0.1s ease-in-out; }
    .social .facebook:hover {
      opacity: 0.8;
      border-bottom: 0; }
  .social .twitter {
    margin: 0 4px;
    background: #00adee;
    border-bottom: solid 3px #0075a2;
    text-decoration: none;
    width: 105px;
    height: 34px;
    color: white;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    font-family: arial;
    text-transform: uppercase;
    font-size: 12px;
    transition: all 0.1s ease-in-out; }
    .social .twitter:hover {
      opacity: 0.8;
      border-bottom: 0; }
  .social .google-plus {
    background: #fe4935;
    border-bottom: solid 3px #e51801;
    text-decoration: none;
    width: 105px;
    height: 34px;
    color: white;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    font-family: arial;
    text-transform: uppercase;
    font-size: 12px;
    transition: all 0.1s ease-in-out; }
    .social .google-plus:hover {
      opacity: 0.8;
      border-bottom: 0; }
  .social .whats {
    margin: 0 0 0 4px;
    background: #009c00;
    border-bottom: solid 3px #005000;
    text-decoration: none;
    width: 105px;
    height: 34px;
    color: white;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    font-family: arial;
    text-transform: uppercase;
    font-size: 12px;
    transition: all 0.1s ease-in-out;
    width: 34px; }
    .social .whats:hover {
      opacity: 0.8;
      border-bottom: 0; }

/* DROP DOWN
*********************************************
ul.navbar-nav li {
    display: relative;

    &:nth-child(4) {
            padding-top: 13px;
            cursor: pointer;
        }

    span {
        color: $cinza-escuro;
        @include texto-maiusculo();
        padding: 17px 15px 11px 15px;

        &:hover {
            color: $vermelho-padrao;
        }
    }
}

ul.navbar-nav li {

    ul {
        li {
            list-style: none;
            @include texto-maiusculo();
            display:block;
            font-size: 16px;

            a {
                text-decoration: none;
                color: #000;
                padding: 15px 10px 10px 14px;
                background: $vermelho-padrao;
                float: left;
                width: 100%;
                transition: all 0.2s ease-in-out;

                &:hover {
                    background: darken($vermelho-padrao, 10%);
                }
            }
        }
    }
}
ul.navbar-nav li:hover ul, ul.navbar-nav li.over ul {
    display: block;
}


#nav-menu ul ul {
    position: absolute;
    float: left;
    visibility: hidden;
    opacity: 0;
    padding: 0;
    width: 155%; /* alinha menu pra cima antes de aparecer
    top: 80%;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -webkit-transition: opacity 0.2s, top 0.4s, visibility 0s linear 0.4s;
    -moz-transition: opacity 0.2s, top 0.4s, visibility 0s linear 0.4s;
    -ms-transition: opacity 0.2s, top 0.4s, visibility 0s linear 0.4s;
    -o-transition: opacity 0.2s, top 0.4s, visibility 0s linear 0.4s;
    transition: opacity 0.2s, top 0.4s, visibility 0s linear 0.4s;
}

#nav-menu li:hover > ul {
    top: 120%; /* alinha menu pra baixo com o hover
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.4s, top 0.4s;
    -moz-transition: opacity 0.4s, top 0.4s;
    -ms-transition: opacity 0.4s, top 0.4s;
    -o-transition: opacity 0.4s, top 0.4s;
    transition: opacity 0.4s, top 0.4s;
}



/* alinha o menu pra baixo - pra dar o efeito da caida quando for dar o hover
#nav-menu > ul > li:hover > ul {
    top: 100%;
}

/* DROPDDOWN DO DROPDOWN

#nav-menu ul ul ul {
    top: -20px;
    left: 100%;
    background-color: #BDC3C7;
}

/* alinha a 'box' totalmente pra direita
#nav-menu > ul > li:last-child ul ul,
#nav-menu > ul > li:nth-last-child(2) ul ul {
    left: -100%;
}

/* alinha o menu no hover - efeito da 'caida'
#nav-menu ul ul li:hover ul {
    top: 0;
}

#nav-menu.mobile ul ul {
    display: none;
}

#nav-menu i {
    color: inherit;
}

#nav-menu > ul > li > a i {
    background-color: #161616;
    padding: 5px 7px;
}
*/
/* PERFIL */
section#perfil {
  /* descricao perfil */
  /* formacaom profissional */ }
  section#perfil div.box-topo {
    height: 135px;
    background-color: #1676bd;
    text-align: center;
    padding: 35px 0 0 0; }
    section#perfil div.box-topo h1 {
      font-family: 'helveticaneueltcom-mdcn';
      font-size: 42px;
      color: #828282;
      text-transform: uppercase;
      margin: 0;
      color: #fff; }
    section#perfil div.box-topo p {
      font-family: 'helveticaneueltcom-cn';
      font-size: 18px;
      color: #828282;
      line-height: 120%;
      color: #7cbff0;
      font-size: 30px; }
  section#perfil section#descricaoPerfil {
    width: 100%; }
    section#perfil section#descricaoPerfil div.lado-esquerdo {
      float: left;
      width: 70%;
      border: solid 1px #d1d1d1;
      padding: 30px;
      text-align: justify;
      position: relative;
            /*&:after {
                content: "";

                width: 0;
                height: 0;
                border-style: solid;
                border-width: 15px 0 15px 20px;
                border-color: transparent transparent transparent darken($cinza-borda, 15%);

                position: absolute;
                right: -20px;
                top: 45%;
            }*/ }
      section#perfil section#descricaoPerfil div.lado-esquerdo img {
        position: absolute;
        right: -21px;
        top: 46%; }
      section#perfil section#descricaoPerfil div.lado-esquerdo p {
        font-family: 'helveticaneueltcom-cn';
        font-size: 18px;
        color: #828282;
        line-height: 120%; }
      section#perfil section#descricaoPerfil div.lado-esquerdo span {
        font-family: 'helveticaneueltcom-cn';
        font-size: 18px;
        color: #828282;
        line-height: 120%;
        text-transform: uppercase; }
    section#perfil section#descricaoPerfil img {
      float: right; }
  section#perfil section#formacaoProfissional {
    width: 100%; }
    section#perfil section#formacaoProfissional h2 {
      font-family: 'helveticaneueltcom-mdcn';
      font-size: 42px;
      color: #828282;
      text-transform: uppercase;
      margin: 0;
      margin: 0;
      text-align: center; }
    section#perfil section#formacaoProfissional ul {
      width: 100%;
      padding-left: 16px; }
      section#perfil section#formacaoProfissional ul li {
        width: 49%;
        float: left;
        font-family: 'helveticaneueltcom-cn';
        font-size: 18px;
        color: #828282;
        line-height: 120%;
        font-family: 'helveticaneueltcom-ltcn';
        height: 60px; }
        section#perfil section#formacaoProfissional ul li p {
          margin: 0;
          /*&:nth-child(2) {
              margin-left: 13px;
              margin-top: 3px;
          }*/ }

/* SERVICOS */
section#servicos {
  text-align: center; }
  section#servicos div.box-topo {
    height: 135px;
    background-color: #3a8b93;
    text-align: center;
    padding: 35px 0 0 0;
    margin: 0 0 35px 0; }
    section#servicos div.box-topo h1 {
      font-family: 'helveticaneueltcom-mdcn';
      font-size: 42px;
      color: #828282;
      text-transform: uppercase;
      margin: 0;
      color: #fff; }
    section#servicos div.box-topo p {
      font-family: 'helveticaneueltcom-cn';
      font-size: 18px;
      color: #828282;
      line-height: 120%;
      color: #92ced4;
      font-size: 30px; }
  section#servicos div#boxServicos {
    height: 270px; }
    section#servicos div#boxServicos img {
      margin: 0 auto; }
    section#servicos div#boxServicos h3 {
      font-family: 'helveticaneueltcom-ltcn';
      font-size: 28px;
      color: #828282;
      text-transform: uppercase;
      margin: 0;
      line-height: 120%;
      text-align: center;
      margin-bottom: 10px; }
    section#servicos div#boxServicos p {
      font-family: 'helveticaneueltcom-cn';
      font-size: 18px;
      color: #828282;
      line-height: 120%; }
  section#servicos a.botaoContratar {
    border-radius: 4px;
    padding: 24px 58px;
    background-color: #3a8b93;
    text-decoration: none;
    color: #FFF;
    text-transform: uppercase;
    border-bottom: solid 3px #24575c;
    font-family: 'helveticaneueltcom-mdcn';
    font-size: 18px; }
    section#servicos a.botaoContratar:hover {
      opacity: 0.8; }

/*  blog */
section#blog div.box-topo {
  height: 135px;
  background-color: #ebb530;
  text-align: center;
  padding: 42px 0 0 0;
  margin: 0 0 35px 0;
  /** BUSCAR BLOG **/ }
  section#blog div.box-topo h1 {
    font-family: 'helveticaneueltcom-mdcn';
    font-size: 42px;
    color: #828282;
    text-transform: uppercase;
    margin: 0;
    font-family: 'helveticaneueltcom-ltcn';
    font-size: 66px;
    color: #fff;
    float: left; }
  section#blog div.box-topo form#search {
    position: relative;
    width: 30%;
    float: right; }
    section#blog div.box-topo form#search input[type=search] {
      font-family: "helveticaneueltcom-mdcn";
      font-size: 14px;
      width: 100%;
      padding-left: 22px;
      padding-top: 7;
      padding-right: 65px;
      height: 57px;
      border: 0px;
      border-radius: 5px !important;
      -webkit-appearance: none;
      background: #fff;
      color: #424242; }
    section#blog div.box-topo form#search .search-submit {
      position: absolute;
      right: 16px;
      top: 15px;
      transition: all 0.2s ease-in-out; }
    section#blog div.box-topo form#search .search-submit:hover {
      right: 10px; }
    section#blog div.box-topo form#search .form-control:focus {
      border: 0px !important; }
section#blog div#flex-Ultimasblog {
  display: flex;
  -webkit-display: flex;
  -mox-display: flex;
  -oz-display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -oz-flex-wrap: wrap; }
section#blog div.box-noticias {
  display: flex;
  justify-content: space-between; }
  section#blog div.box-noticias div.borda {
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    border-bottom: solid 1px #cdcdcd;
    border-left: solid 1px #cdcdcd;
    border-right: solid 1px #cdcdcd; }
  section#blog div.box-noticias a {
    text-decoration: none; }
    section#blog div.box-noticias a:hover div.boxDescricao p {
      margin-left: 15px; }
  section#blog div.box-noticias div.boxImg {
    position: relative; }
    section#blog div.box-noticias div.boxImg img {
      bottom: 0; }
    section#blog div.box-noticias div.boxImg p.p-data {
      position: absolute;
      bottom: 0;
      color: #fff;
      padding: 5px;
      margin: 0;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.4);
      font-size: 14px;
      font-family: arial;
      font-weight: bold; }
  section#blog div.box-noticias div.boxDescricao {
    padding: 10px; }
    section#blog div.box-noticias div.boxDescricao h4 {
      margin: 0;
      text-transform: uppercase;
      color: #828282;
      font-family: 'helveticaneueltcom-mdcn';
      font-size: 18px; }
    section#blog div.box-noticias div.boxDescricao p {
      margin: 5px 0 0 0;
      text-transform: uppercase;
      font-family: 'helveticaneueltcom-cn';
      font-weight: bold;
      font-size: 16px;
      color: #ebb530;
      line-height: 120%;
      transition: all 0.2s ease-in-out; }

/* BLOG ABRE */
/*  blog */
section#blog-abre {
  /* conteudo postagens */
  /* aside */ }
  section#blog-abre div.box-topo {
    height: 135px;
    background-color: #ebb530;
    text-align: center;
    padding: 42px 0 0 0;
    margin: 0 0 35px 0;
    /** BUSCAR BLOG **/ }
    section#blog-abre div.box-topo h1 {
      font-family: 'helveticaneueltcom-mdcn';
      font-size: 42px;
      color: #828282;
      text-transform: uppercase;
      margin: 0;
      font-family: 'helveticaneueltcom-ltcn';
      font-size: 66px;
      color: #fff;
      float: left; }
    section#blog-abre div.box-topo form#search {
      position: relative;
      width: 30%;
      float: right; }
      section#blog-abre div.box-topo form#search input[type=search] {
        font-family: "helveticaneueltcom-mdcn";
        font-size: 14px;
        width: 100%;
        padding-left: 22px;
        padding-top: 10px;
        padding-right: 65px;
        height: 57px;
        border-radius: 0 !important;
        -webkit-border-radius: 0 !important;
        -webkit-appearance: none;
        border-color: #cdcdcd;
        background: #fff;
        color: #424242; }
      section#blog-abre div.box-topo form#search .search-submit {
        position: absolute;
        right: 16px;
        top: 15px;
        transition: all 0.2s ease-in-out; }
      section#blog-abre div.box-topo form#search .search-submit:hover {
        right: 10px; }
  section#blog-abre h3.deixarComentario {
    font-family: 'helveticaneueltcom-cn';
    color: #828282;
    text-transform: uppercase;
    font-size: 26px;
    margin: 30px 0 5px 0; }
  section#blog-abre section.lado-esquerdo {
    width: 65%;
    float: left; }
    section#blog-abre section.lado-esquerdo h2 {
      margin: 0;
      text-transform: uppercase;
      color: #828282;
      font-family: 'helveticaneueltcom-mdcn';
      font-size: 40.18px;
      line-height: 100%; }
    section#blog-abre section.lado-esquerdo p.data {
      color: #ebb530;
      font-family: 'HelveticaNeueLTStdBd';
      font-size: 18px;
      line-height: 90%; }
    section#blog-abre section.lado-esquerdo figcaption {
      margin-top: 5px;
      text-align: center;
      color: #a8a8a8;
      font-size: 16px;
      font-family: 'helveticaneueltcom-cn';
      font-style: italic; }
    section#blog-abre section.lado-esquerdo span.fonte {
      font-family: 'helveticaneueltcom-mdcn';
      color: #ebb530;
      font-size: 16px;
      font-weight: bold; }
    section#blog-abre section.lado-esquerdo p.p-fonte {
      font-family: 'helveticaneueltcom-cn';
      font-size: 16px;
      color: #828282; }
    section#blog-abre section.lado-esquerdo div.p-postagem {
      text-align: left;
      color: #a8a8a8;
      font-family: 'helveticaneueltcom-cn';
      font-size: 18px;
      line-height: 120%; }
  section#blog-abre aside.ladoDireito {
    width: 30%;
    float: right; }
    section#blog-abre aside.ladoDireito h3 {
      text-transform: uppercase;
      color: #828282;
      font-family: 'helveticaneueltcom-cn';
      font-size: 28px;
      text-align: center;
      margin: 0; }
    section#blog-abre aside.ladoDireito section.blogRecente {
      border: solid 1px #cdcdcd;
      padding: 15px;
      width: 100%;
      border-radius: 5px; }
      section#blog-abre aside.ladoDireito section.blogRecente a {
        text-decoration: none; }
        section#blog-abre aside.ladoDireito section.blogRecente a div.boxRecente {
          height: auto;
          border-bottom: solid 1px #cdcdcd;
          height: 100px;
          transition: all 0.2s ease-in-out; }
        section#blog-abre aside.ladoDireito section.blogRecente a:last-child div.boxRecente {
          border-bottom: 0; }
        section#blog-abre aside.ladoDireito section.blogRecente a:hover div.boxRecente {
          background-color: #eee; }
      section#blog-abre aside.ladoDireito section.blogRecente div.boxImg {
        width: 35%;
        margin-right: 5%; }
      section#blog-abre aside.ladoDireito section.blogRecente div.boxTexto {
        width: 60%; }
        section#blog-abre aside.ladoDireito section.blogRecente div.boxTexto p.data {
          color: #ebb530;
          margin: 0;
          font-family: 'HelveticaNeueLTStdBd'; }
        section#blog-abre aside.ladoDireito section.blogRecente div.boxTexto p.titulo {
          color: #828282;
          font-family: 'helveticaneueltcom-mdcn';
          font-size: 16.88px;
          margin: 0;
          line-height: 120%; }
    section#blog-abre aside.ladoDireito a.verMais {
      border-radius: 4px;
      padding: 20px 30px;
      font-family: 'helveticaneueltcom-mdcn';
      font-size: 16px;
      background-color: #ebb530;
      text-decoration: none;
      color: #FFF;
      text-transform: uppercase;
      border-bottom: solid 3px #bc8b12; }
      section#blog-abre aside.ladoDireito a.verMais:hover {
        opacity: 0.8; }

/* DEPOIMENTOS */
section#depoimentos {
  text-align: center;
  /* depoimentos */
  /* botao deixar depoimento */ }
  section#depoimentos div.box-topo {
    height: 135px;
    background-color: #744a98;
    text-align: center;
    padding: 35px 0 0 0;
    margin: 0 0 35px 0; }
    section#depoimentos div.box-topo h1 {
      font-family: 'helveticaneueltcom-mdcn';
      font-size: 42px;
      color: #828282;
      text-transform: uppercase;
      margin: 0;
      color: #fff; }
    section#depoimentos div.box-topo p {
      font-family: 'helveticaneueltcom-cn';
      font-size: 18px;
      color: #828282;
      line-height: 120%;
      color: #bfa7d4;
      font-size: 30px; }
  section#depoimentos div.boxDepoimento {
    margin-bottom: 35px; }
    section#depoimentos div.boxDepoimento div.box-texto {
      width: 70%;
      float: left;
      border: solid 1px #cdcdcd;
      text-align: justify;
      padding: 25px;
      color: #828282;
      margin-right: 5%;
      position: relative; }
      section#depoimentos div.boxDepoimento div.box-texto p {
        font-family: 'helveticaneueltcom-cn';
        font-size: 18px;
        color: #828282;
        line-height: 120%; }
      section#depoimentos div.boxDepoimento div.box-texto span.nome {
        font-size: 18px;
        text-transform: uppercase;
        font-family: 'helveticaneueltcom-mdcn'; }
      section#depoimentos div.boxDepoimento div.box-texto p.profissao {
        font-family: 'helveticaneueltcom-mdcn';
        font-size: 16px;
        margin: 0; }
      section#depoimentos div.boxDepoimento div.box-texto img {
        position: absolute;
        right: -21px;
        top: 46%; }
    section#depoimentos div.boxDepoimento div.boxFoto {
      width: 22%;
      float: right;
      overflow: hidden;
      border-radius: 50%; }
  section#depoimentos div.modal-depoimento {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 25px;
    border-radius: 5px;
    border: solid 2px #cdcdcd; }
    section#depoimentos div.modal-depoimento h3 {
      text-transform: uppercase;
      color: #828282;
      font-family: 'helveticaneueltcom-mdcn';
      margin-top: 0; }
    section#depoimentos div.modal-depoimento form {
      /* feito isso para funcionar no internet explorer*/ }
      section#depoimentos div.modal-depoimento form form {
        width: 56%;
        margin: 0 auto;
        color: #909090 !important;
        text-align: center;
        padding-bottom: 30px; }
      section#depoimentos div.modal-depoimento form .form-input {
        background: #fff;
        font-family: 'helveticaneueltcom-cn';
        font-size: 17px;
        color: #909090 !important;
        border: solid 1px #cdcdcd;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        padding: 21px 19px 20px 19px;
        margin: 0 0 10px 0;
        float: left;
        width: 100%; }
      section#depoimentos div.modal-depoimento form .input-maior {
        width: 100%;
        float: left; }
      section#depoimentos div.modal-depoimento form .input-menor {
        width: 49%;
        float: right; }
      section#depoimentos div.modal-depoimento form .input-margin {
        margin: 0 10px 0 0;
        float: left; }
      section#depoimentos div.modal-depoimento form #Telefone {
        width: 100%; }
      section#depoimentos div.modal-depoimento form textarea {
        height: 150px;
        width: 100%; }
      section#depoimentos div.modal-depoimento form input[type='submit'] {
        text-transform: uppercase;
        font-family: 'helveticaneueltcom-cn';
        font-size: 16px;
        color: #fff;
        background-color: #1676bd;
        padding: 21px 107px 20px 107px;
        border: solid 1px #cdcdcd;
        margin: 10px 0;
        transition-duration: 0.1s;
        border-radius: 5px;
        border-bottom: solid 3px #0e4b78; }
      section#depoimentos div.modal-depoimento form input[type='submit']:hover {
        background-color: #389de8; }
      section#depoimentos div.modal-depoimento form select {
        width: 100% !important;
        text-transform: uppercase;
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        background: url("../img/seta-select.png") no-repeat 96.6% 50% #fff !important;
        cursor: pointer; }
      section#depoimentos div.modal-depoimento form select:hover {
        background: #fff url("../img/seta-select-hover.png") no-repeat 96.6% 50% !important; }
      section#depoimentos div.modal-depoimento form select::-ms-expand {
        display: none !important; }
      section#depoimentos div.modal-depoimento form .arquivoFile {
        cursor: pointer; }
      section#depoimentos div.modal-depoimento form .btn-file {
        cursor: pointer;
        text-transform: uppercase;
        cursor: pointer;
        margin: 7px 0 0 -19%;
        position: absolute !important;
        color: #fff;
        display: inline-block;
        background: #b73c23;
        border: solid 1px #cdcdcd;
        padding: 17px 18px 11px 18px;
        outline: none;
        white-space: nowrap;
        -webkit-user-select: none;
        cursor: pointer;
        font-size: 14px;
        font-family: 'HelveticaNeueLTStdRoman'; }
      section#depoimentos div.modal-depoimento form .btn-file:hover {
        opacity: 0.8; }
      section#depoimentos div.modal-depoimento form .btn-file input[type=file] {
        position: absolute;
        top: 0;
        left: 0;
        width: 176px;
        height: 50px;
        filter: alpha(opacity=0);
        opacity: 0; }
      section#depoimentos div.modal-depoimento form input[readonly] {
        background: #fff;
        font-family: 'HelveticaNeueLTStdRoman';
        font-size: 16px;
        color: #909090 !important;
        border: 1px solid #d5d4d4;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        padding: 21px 19px 20px 19px;
        margin: 0 0 10px 0;
        float: left;
        width: 100%; }
      section#depoimentos div.modal-depoimento form textarea:focus, section#depoimentos div.modal-depoimento form input:focus, section#depoimentos div.modal-depoimento form input[type]:focus, section#depoimentos div.modal-depoimento form select:focus {
        border-color: none !important;
        box-shadow: 0px 0px 0px transparent inset, 0 0 0px transparent;
        outline: 0 none; }
      section#depoimentos div.modal-depoimento form ::-webkit-input-placeholder {
        color: #909090;
        text-transform: uppercase; }
      section#depoimentos div.modal-depoimento form :-moz-placeholder {
        color: #909090;
        text-transform: uppercase; }
      section#depoimentos div.modal-depoimento form ::-moz-placeholder {
        color: #909090;
        text-transform: uppercase; }
      section#depoimentos div.modal-depoimento form :-ms-input-placeholder {
        color: #909090;
        text-transform: uppercase; }
      section#depoimentos div.modal-depoimento form input[type='submit'] {
        background-color: #744a98;
        border-bottom: solid 3px #4d3165;
        padding: 15px 50px 15px 50px;
        font-family: 'helveticaneueltcom-mdcn';
        font-size: 20px; }
        section#depoimentos div.modal-depoimento form input[type='submit']:hover {
          background-color: #744a98;
          opacity: 0.8; }
      section#depoimentos div.modal-depoimento form select {
        appearance: none;
        background: url("../img/seta-select-2.png") no-repeat 96.6% 50% #fff !important; }
      section#depoimentos div.modal-depoimento form select:hover {
        background: #fff url("../img/seta-select-2.png") no-repeat 96.6% 50% !important;
        opacity: 0.7 !important; }
      section#depoimentos div.modal-depoimento form .btn-file {
        cursor: pointer;
        position: absolute;
        right: 35px;
        overflow: hidden;
        width: 126px;
        text-align: left;
        color: #b5b5b5;
        padding-top: 37px;
        font-weight: 400;
        background: url("../img/select-procurar.png") no-repeat 50% 50% #fff;
        border-left: 0;
        float: right; }
      section#depoimentos div.modal-depoimento form input[name=file-text] {
        width: 100%;
        float: left; }
      section#depoimentos div.modal-depoimento form .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block; }
  section#depoimentos div.deixarDepoimento a {
    border-radius: 4px;
    padding: 20px 30px;
    font-family: 'helveticaneueltcom-mdcn';
    font-size: 16px;
    background-color: #744a98;
    text-decoration: none;
    color: #FFF;
    text-transform: uppercase;
    border-bottom: solid 3px #4d3165; }
    section#depoimentos div.deixarDepoimento a:hover {
      opacity: 0.8; }

/* CONTATO */
section#contato {
  text-align: center; }
  section#contato div.box-topo {
    height: 135px;
    background-color: #1676bd;
    text-align: center;
    padding: 35px 0 0 0;
    margin: 0 0 35px 0; }
    section#contato div.box-topo h1 {
      font-family: 'helveticaneueltcom-mdcn';
      font-size: 42px;
      color: #828282;
      text-transform: uppercase;
      margin: 0;
      color: #fff; }
    section#contato div.box-topo p {
      font-family: 'helveticaneueltcom-cn';
      font-size: 18px;
      color: #828282;
      line-height: 120%;
      color: #7cbff0;
      font-size: 30px; }
  section#contato form#formContato {
    /* feito isso para funcionar no internet explorer*/
    width: 56%;
    text-align: center;
    margin: 0 auto; }
    section#contato form#formContato form {
      width: 56%;
      margin: 0 auto;
      color: #909090 !important;
      text-align: center;
      padding-bottom: 30px; }
    section#contato form#formContato .form-input {
      background: #fff;
      font-family: 'helveticaneueltcom-cn';
      font-size: 17px;
      color: #909090 !important;
      border: solid 1px #cdcdcd;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      border-radius: 0px;
      padding: 21px 19px 20px 19px;
      margin: 0 0 10px 0;
      float: left;
      width: 100%; }
    section#contato form#formContato .input-maior {
      width: 100%;
      float: left; }
    section#contato form#formContato .input-menor {
      width: 49%;
      float: right; }
    section#contato form#formContato .input-margin {
      margin: 0 10px 0 0;
      float: left; }
    section#contato form#formContato #Telefone {
      width: 100%; }
    section#contato form#formContato textarea {
      height: 150px;
      width: 100%; }
    section#contato form#formContato input[type='submit'] {
      text-transform: uppercase;
      font-family: 'helveticaneueltcom-cn';
      font-size: 16px;
      color: #fff;
      background-color: #1676bd;
      padding: 21px 107px 20px 107px;
      border: solid 1px #cdcdcd;
      margin: 10px 0;
      transition-duration: 0.1s;
      border-radius: 5px;
      border-bottom: solid 3px #0e4b78; }
    section#contato form#formContato input[type='submit']:hover {
      background-color: #389de8; }
    section#contato form#formContato select {
      width: 100% !important;
      text-transform: uppercase;
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
      background: url("../img/seta-select.png") no-repeat 96.6% 50% #fff !important;
      cursor: pointer; }
    section#contato form#formContato select:hover {
      background: #fff url("../img/seta-select-hover.png") no-repeat 96.6% 50% !important; }
    section#contato form#formContato select::-ms-expand {
      display: none !important; }
    section#contato form#formContato .arquivoFile {
      cursor: pointer; }
    section#contato form#formContato .btn-file {
      cursor: pointer;
      text-transform: uppercase;
      cursor: pointer;
      margin: 7px 0 0 -19%;
      position: absolute !important;
      color: #fff;
      display: inline-block;
      background: #b73c23;
      border: solid 1px #cdcdcd;
      padding: 17px 18px 11px 18px;
      outline: none;
      white-space: nowrap;
      -webkit-user-select: none;
      cursor: pointer;
      font-size: 14px;
      font-family: 'HelveticaNeueLTStdRoman'; }
    section#contato form#formContato .btn-file:hover {
      opacity: 0.8; }
    section#contato form#formContato .btn-file input[type=file] {
      position: absolute;
      top: 0;
      left: 0;
      width: 176px;
      height: 50px;
      filter: alpha(opacity=0);
      opacity: 0; }
    section#contato form#formContato input[readonly] {
      background: #fff;
      font-family: 'HelveticaNeueLTStdRoman';
      font-size: 16px;
      color: #909090 !important;
      border: 1px solid #d5d4d4;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      border-radius: 0px;
      padding: 21px 19px 20px 19px;
      margin: 0 0 10px 0;
      float: left;
      width: 100%; }
    section#contato form#formContato textarea:focus, section#contato form#formContato input:focus, section#contato form#formContato input[type]:focus, section#contato form#formContato select:focus {
      border-color: none !important;
      box-shadow: 0px 0px 0px transparent inset, 0 0 0px transparent;
      outline: 0 none; }
    section#contato form#formContato ::-webkit-input-placeholder {
      color: #909090;
      text-transform: uppercase; }
    section#contato form#formContato :-moz-placeholder {
      color: #909090;
      text-transform: uppercase; }
    section#contato form#formContato ::-moz-placeholder {
      color: #909090;
      text-transform: uppercase; }
    section#contato form#formContato :-ms-input-placeholder {
      color: #909090;
      text-transform: uppercase; }

/* RODAPE */
footer {
  background-color: #f6f6f6;
  border-top: solid 5px #cdcdcd; }

footer span.endereco-rodape1 {
  font-family: 'helveticaneueltcom-mdcn';
  color: #717171;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 100%; }

footer span.endereco-rodape2 {
  font-family: 'helveticaneueltcom-ltcn';
  color: #828181;
  font-size: 16.88px;
  line-height: 100%; }

footer span.tel {
  font-family: 'helveticaneueltcom-cn';
  font-size: 24px;
  line-height: 100%; }

footer #prestige {
  float: right !important;
  margin-top: 45px; }

div.img-footer {
  background: url("../img/img-topo-pagina.jpg") 50% 50% no-repeat;
  width: 100%;
  height: 9px;
  position: absolute;
  bottom: 0; }

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