@charset "UTF-8";
/* VARIAVEIS PADRAO DO PROJETO */
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Fontes =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Cores =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
/* Padrao */
/* Projeto */
/* CLASSES E OUTROS ESTILOS PADRAO DO PROJETO */
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= AJUSTES =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
body {
  -webkit-transition: all 0.8s;
  transition: all 0.8s; }

a {
  text-decoration: none;
  color: inherit; }
  a:hover, a:visited, a:focus {
    text-decoration: none;
    outline: none;
    color: inherit; }

button:visited, button:focus {
  outline: none !important;
  box-shadow: none !important; }

input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
  outline: none; }

img {
  max-width: 100%; }

.form-control:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(199, 204, 207, 0.6); }

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= CLASSES =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
/* -=-=-=-=-=-= Classes Personalizadas -=-=-=-=-=-= */
#i_load {
  margin-left: 6px; }

.campo_select {
  position: relative; }
  .campo_select select {
    -webkit-appearance: none; }
  .campo_select i {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 15px;
    font-size: 18px;
    pointer-events: none;
    cursor: pointer;
    z-index: 10; }

.configBGPadrao {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.configBGCol {
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0; }

.lh_90 {
  line-height: 90%; }

.lh_100 {
  line-height: 100%; }

.lh_120 {
  line-height: 120%; }

.cursor_pointer {
  cursor: pointer; }

/* Display flex no carousel */
.carousel_flex .owl-carousel .owl-stage {
  display: flex; }

/* Display flex no carousel e centralizacao */
.carousel_flex_center .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
  margin: 0 auto; }

/* Cria o efeito Parallax */
.parallax {
  width: 100%;
  min-height: 100%;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: auto 100%; }

/* Video do YouTube */
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 35px; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* -=-=-=-=-=-= Botão Whatsapp Pulsante -=-=-=-=-=-= */
.button-whats a {
  background: #2db741 url(../../imagens/whatsapp-icon.png) no-repeat 55% 45%;
  background-size: 60%;
  position: fixed;
  right: 17px;
  bottom: 25px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  z-index: 9; }
.button-whats .pulsate-css {
  -webkit-animation: pulsate 1s ease-out;
  animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 0.0;
  border: 3px solid #2db741;
  border-radius: 30px;
  height: 18px;
  width: 18px;
  position: relative;
  display: inline-block;
  margin-top: 20px;
  text-align: center; }
.button-whats .effect {
  position: fixed;
  right: 12px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  background: #2db741;
  border-radius: 50%;
  z-index: 8; }

/* MD (Antigo SM) - Google Nexus 7 */
@media only screen and (max-device-width: 991px) {
  .button-whats a {
    right: 8px;
    bottom: 8px;
    height: 35px;
    width: 35px; }
  .button-whats .effect {
    right: 3px;
    bottom: 3px;
    width: 45px;
    height: 45px; } }
/* -=-=-=-=-=-= Ajuste em Classes Existente -=-=-=-=-=-= */
.loading-ajaxLoad {
  text-align: center; }
  .loading-ajaxLoad img {
    padding-top: 20px; }

.owl-theme .owl-nav {
  margin-top: 0; }

/* Legenda Magnific Popup */
.mfp-title {
  font-size: 1.6rem; }

.modal-open {
  padding-right: 0 !important; }

.iv-close {
  background-color: #000000;
  border-radius: 100%; }

/* Oculta o icone lateral do Recaptcha */
.grecaptcha-badge {
  visibility: hidden; }

/* VARIAVEIS PADRAO DO PROJETO */
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Fontes =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Cores =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
/* Padrao */
/* Projeto */
/* -=-=-=-=-=-= Estilo Padrao para Botao =-=-=-=-=-=- */
/* -=-=-=-=-=-= Padrao para Setas do Carousel =-=-=-=-=-=- */
/* -=-=-=-=-=-= Seta de Carousel Redonda dos sites rápidos =-=-=-=-=-=- */
/* -=-=-=-=-=-= Seta de Carousel para Personalização =-=-=-=-=-=- */
/* -=-=-=-=-=-= Estilo Dots Padrao para owl-carrousel =-=-=-=-=-=- */
/* -=-=-=-=-=-= Efeito de Transicao =-=-=-=-=-=- */
/* -=-=-=-=-=-= Funcao para ajustar fontes grandes =-=-=-=-=-=- */
/*=-=-=-=-=-=-=-=-=-=-=-=-= Botão voltar ao topo -=-=-=-=-=-=-=-=-=-=-=-=-=*/
/*=-=-=-=-=-=-=-=-=-=-=-=-= Mixins do juice -=-=-=-=-=-=-=-=-=-=-=-=-=*/
/*=-=-=-=-=-=-=-=-=-=-=-=-= Mixins do gradients -=-=-=-=-=-=-=-=-=-=-=-=-=*/
/* VARIAVEIS PADRAO DO PROJETO */
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Fontes =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Cores =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
/* Padrao */
/* Projeto */
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Globais =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
body, html {
  font-size: 62.5%;
  font-family: "Raleway", sans-serif;
  background-color: #FFFFFF;
  position: relative;
  color: #4f6b79;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  width: 100%;
  overflow-x: hidden; }

/*=-=-=-=-=-=-=-=-=-=-=-=-= Botão voltar ao topo -=-=-=-=-=-=-=-=-=-=-=-=-= */
#back-top {
  position: fixed;
  bottom: 105px;
  right: 17px;
  z-index: 200;
  /* MD (Antigo SM) - Google Nexus 7 */ }
  #back-top a {
    position: relative;
    width: 50px;
    display: flex;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s; }
    #back-top a span {
      position: absolute;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: #FFFFFF; }
    #back-top a i {
      position: absolute;
      font-size: 5rem;
      color: #106694;
      left: 50%;
      transform: translate(-50%, -50%); }
  @media only screen and (max-device-width: 991px) {
    #back-top {
      bottom: 65px;
      right: 1px; }
      #back-top a span {
        width: 25px;
        height: 25px; }
      #back-top a i {
        font-size: 3.5rem; } }

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Nav Bar -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
a.anchor {
  display: block;
  position: relative;
  top: -80px;
  z-index: -999;
  visibility: hidden; }

header {
  position: relative;
  height: 160px; }
  header .navbar {
    background-color: #FFFFFF;
    top: 0;
    z-index: 999;
    width: 100%;
    padding: 0;
    box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.5);
    /* Parte Fixa durante a rolagem */ }
    header .navbar .container {
      height: 160px; }
    header .navbar .navbar-brand {
      margin-right: 80px; }
      header .navbar .navbar-brand img {
        transition: width 1s, height 1s, transform 1s;
        transform: scale(1); }
    header .navbar .nav_itens {
      position: absolute;
      top: 0;
      right: 15px;
      height: 45px;
      transition: width 1s, height 1s, transform 1s;
      transform: scale(1); }
      header .navbar .nav_itens .item_icon {
        font-size: 1.6rem;
        color: #0193d6;
        margin-right: 15px; }
      header .navbar .nav_itens .item_telefones {
        background-color: #0095d9;
        color: #FFFFFF;
        font-family: "Nunito", sans-serif;
        font-size: 1.6rem;
        font-weight: 500;
        padding: 0 10px;
        border-radius: 0 0 8px 8px; }
        header .navbar .nav_itens .item_telefones i {
          font-size: 1.6rem;
          padding-right: 5px; }
        header .navbar .nav_itens .item_telefones a {
          padding-left: 10px; }
        header .navbar .nav_itens .item_telefones span {
          font-size: 1.1rem; }
    header .navbar .navbar-nav {
      width: 100%;
      padding-top: 60px; }
      header .navbar .navbar-nav .nav-item .nav-link {
        font-size: 1.9rem;
        font-weight: 500;
        color: #4d6e93;
        line-height: 120%;
        padding: 0;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        transition: all 0.2s linear; }
        header .navbar .navbar-nav .nav-item .nav-link:hover {
          color: #72bf44;
          -webkit-transition: all 0.2s linear;
          -moz-transition: all 0.2s linear;
          transition: all 0.2s linear; }
      header .navbar .navbar-nav .nav-item.active .nav-link {
        color: #72bf44; }
      header .navbar .navbar-nav .nav_orcamento .nav-link {
        font-family: "Nunito", sans-serif;
        font-size: 1.7rem;
        font-weight: 600;
        padding: 8px 40px;
        border: 1px solid #0d6fa1;
        border-radius: 6px; }
    header .navbar.fix {
      position: fixed; }
      header .navbar.fix .container {
        height: 80px; }
      header .navbar.fix .navbar-brand img {
        transform: scale(0.55); }
      header .navbar.fix .nav_itens {
        height: 0;
        transform: scale(0); }
      header .navbar.fix .navbar-nav {
        padding-top: 0; }
  header .ad {
    height: 0;
    width: 100%;
    position: absolute;
    top: 80px;
    z-index: -2; }

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Section Banners =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#section_banner {
  box-shadow: 0 10px 14px -2px rgba(0, 0, 0, 0.5); }
  #section_banner .banner {
    background-size: auto 100%;
    height: calc(100vh - 180px - 79px); }
  #section_banner .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 15px;
    /* MD (Antigo SM) - Google Nexus 7 */ }
    #section_banner .owl-dots .owl-dot span {
      width: 14px;
      height: 14px;
      background-color: transparent;
      border: 1px solid #FFFFFF; }
    #section_banner .owl-dots .active span {
      background-color: #FFFFFF; }
    @media only screen and (max-device-width: 991px) {
      #section_banner .owl-dots .owl-dot span {
        width: 10px;
        height: 10px; } }
  #section_banner .owl-nav {
    position: absolute;
    width: 100%;
    height: 0;
    top: 45%;
    opacity: 0;
    transition: all 1.2s; }
    #section_banner .owl-nav [class*='owl-'] {
      position: absolute;
      background: transparent;
      font-size: 14px;
      margin: 0;
      padding: 0;
      border-radius: 0; }
      #section_banner .owl-nav [class*='owl-'] img {
        height: 30px; }
    #section_banner .owl-nav .owl-prev {
      left: 15px; }
    #section_banner .owl-nav .owl-next {
      right: 15px; }
  #section_banner:hover .owl-nav {
    opacity: 1;
    transition: all 1.2s; }

/* -=-=-=-=-=-= Titulo Padrao das Sections =-=-=-=-=-=- */
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Section O Que Fazemos =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#section_o_que_fazemos {
  padding-top: 80px; }
  #section_o_que_fazemos .sec_principal .sec_titulo .tit_descricao {
    font-weight: bold;
    color: #106694; }
    #section_o_que_fazemos .sec_principal .sec_titulo .tit_descricao {
      font-size: 22px; }
      @media screen and (min-width: 768px) {
        #section_o_que_fazemos .sec_principal .sec_titulo .tit_descricao {
          font-size: calc(22px + 16 * ((100vw - 768px) / 632)); } }
      @media screen and (min-width: 1400px) {
        #section_o_que_fazemos .sec_principal .sec_titulo .tit_descricao {
          font-size: 38px; } }
  #section_o_que_fazemos .sec_principal .sec_titulo .tit_linha {
    background-color: #72bf44;
    height: 3px;
    width: 156px;
    border-radius: 15px;
    margin: 35px 0 0; }
  #section_o_que_fazemos .sec_principal .sec_texto {
    font-size: 1.9rem;
    padding-top: 40px; }
  #section_o_que_fazemos .sec_principal .sec_galeria {
    padding-bottom: 35px;
    z-index: 1; }
    #section_o_que_fazemos .sec_principal .sec_galeria .oqf_foto {
      height: 600px; }
    #section_o_que_fazemos .sec_principal .sec_galeria .detalhe_sombra {
      position: absolute;
      width: 100%;
      bottom: 0;
      text-align: center; }
    #section_o_que_fazemos .sec_principal .sec_galeria .owl-dots {
      position: absolute;
      width: 100%;
      bottom: 10px;
      /* MD (Antigo SM) - Google Nexus 7 */ }
      #section_o_que_fazemos .sec_principal .sec_galeria .owl-dots .owl-dot span {
        width: 14px;
        height: 14px;
        background-color: transparent;
        border: 1px solid #FFFFFF; }
      #section_o_que_fazemos .sec_principal .sec_galeria .owl-dots .active span {
        background-color: #FFFFFF; }
      @media only screen and (max-device-width: 991px) {
        #section_o_que_fazemos .sec_principal .sec_galeria .owl-dots .owl-dot span {
          width: 10px;
          height: 10px; } }
  #section_o_que_fazemos .sec_principal .sec_detalhe {
    background: url("../../imagens/detalhe_quem_somos.jpg") no-repeat center top;
    background-size: cover;
    height: 140px;
    position: absolute;
    width: 100%;
    bottom: 25px;
    z-index: 0; }
  #section_o_que_fazemos .sec_topicos {
    padding: 100px 0 65px; }
    #section_o_que_fazemos .sec_topicos .top_item .item_img {
      height: 86px;
      width: 86px; }
      #section_o_que_fazemos .sec_topicos .top_item .item_img img {
        width: auto;
        max-width: 86px;
        max-height: 86px;
        margin: 0 auto; }
    #section_o_que_fazemos .sec_topicos .top_item .item_info {
      padding-left: 15px;
      flex: 1 1; }
      #section_o_que_fazemos .sec_topicos .top_item .item_info .info_titulo {
        font-size: 2.6rem;
        padding-top: 20px; }
      #section_o_que_fazemos .sec_topicos .top_item .item_info .info_descricao {
        font-size: 1.9rem;
        padding-top: 20px; }
    #section_o_que_fazemos .sec_topicos .owl-dots {
      /* MD (Antigo SM) - Google Nexus 7 */ }
      #section_o_que_fazemos .sec_topicos .owl-dots .owl-dot span {
        width: 14px;
        height: 14px;
        background-color: transparent;
        border: 1px solid #72bf44; }
      #section_o_que_fazemos .sec_topicos .owl-dots .active span {
        background-color: #72bf44; }
      @media only screen and (max-device-width: 991px) {
        #section_o_que_fazemos .sec_topicos .owl-dots .owl-dot span {
          width: 10px;
          height: 10px; } }

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Section Produtos =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#section_produtos {
  background-color: #d8e7ef;
  padding: 50px 0 60px; }
  #section_produtos .sec_titulo .tit_descricao {
    font-weight: bold;
    color: #106694; }
    #section_produtos .sec_titulo .tit_descricao {
      font-size: 20px; }
      @media screen and (min-width: 768px) {
        #section_produtos .sec_titulo .tit_descricao {
          font-size: calc(20px + 18 * ((100vw - 768px) / 632)); } }
      @media screen and (min-width: 1400px) {
        #section_produtos .sec_titulo .tit_descricao {
          font-size: 38px; } }
  #section_produtos .sec_titulo .tit_linha {
    background-color: #72bf44;
    height: 3px;
    width: 156px;
    border-radius: 15px;
    margin: 25px auto 0; }
  #section_produtos .sec_intro {
    font-size: 1.9rem;
    padding: 35px 25px 0; }
  #section_produtos .sec_lista {
    padding-top: 35px; }
    #section_produtos .sec_lista .pro_item {
      height: 240px;
      margin: 10px;
      border-radius: 10px;
      box-shadow: 0 0 8px -1px rgba(0, 0, 0, 0.5); }
    #section_produtos .sec_lista .owl-nav {
      position: absolute;
      width: 100%;
      height: 0;
      top: 36%; }
      #section_produtos .sec_lista .owl-nav [class*='owl-'] {
        position: absolute;
        background: transparent;
        font-size: 14px;
        margin: 0;
        padding: 0;
        border-radius: 0; }
        #section_produtos .sec_lista .owl-nav [class*='owl-'] img {
          height: 30px; }
      #section_produtos .sec_lista .owl-nav .owl-prev {
        left: -45px; }
      #section_produtos .sec_lista .owl-nav .owl-next {
        right: -45px; }
    #section_produtos .sec_lista .owl-dots {
      margin-top: 10px;
      /* MD (Antigo SM) - Google Nexus 7 */ }
      #section_produtos .sec_lista .owl-dots .owl-dot span {
        width: 14px;
        height: 14px;
        background-color: transparent;
        border: 1px solid #858e93; }
      #section_produtos .sec_lista .owl-dots .active span {
        background-color: #858e93; }
      @media only screen and (max-device-width: 991px) {
        #section_produtos .sec_lista .owl-dots .owl-dot span {
          width: 10px;
          height: 10px; } }
  #section_produtos .sec_btn button {
    background-color: #0095d9;
    color: #FFFFFF;
    font-size: 1.6rem;
    padding: 12px 35px;
    border-radius: 9px;
    border: 1px solid #0095d9;
    font-weight: 400;
    margin-top: 30px;
    line-height: 120%; }
    #section_produtos .sec_btn button:hover {
      background-color: #FFFFFF;
      color: #0095d9; }

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Section Servicos =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#section_servicos {
  box-shadow: 0 10px 14px -2px rgba(0, 0, 0, 0.5);
  z-index: 1; }
  #section_servicos .sec_fundo {
    background-image: -webkit-linear-gradient(left, rgba(2, 3, 18, 0.8) 50%, transparent 0%);
    background-image: -o-linear-gradient(left, rgba(2, 3, 18, 0.8) 50%, transparent 0%);
    background-image: linear-gradient(to right, rgba(2, 3, 18, 0.8) 50%, transparent 0%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= '#CC020312', endColorstr='#00000000', GradientType=1);
    padding: 50px 0; }
  #section_servicos .sec_titulo .tit_descricao {
    font-weight: bold;
    color: #FFFFFF; }
    #section_servicos .sec_titulo .tit_descricao {
      font-size: 22px; }
      @media screen and (min-width: 768px) {
        #section_servicos .sec_titulo .tit_descricao {
          font-size: calc(22px + 16 * ((100vw - 768px) / 632)); } }
      @media screen and (min-width: 1400px) {
        #section_servicos .sec_titulo .tit_descricao {
          font-size: 38px; } }
  #section_servicos .sec_titulo .tit_linha {
    background-color: #fff200;
    height: 3px;
    width: 156px;
    border-radius: 15px;
    margin: 35px 0 0; }
  #section_servicos .sec_texto {
    font-size: 1.9rem;
    color: #FFFFFF;
    padding-top: 35px; }
    #section_servicos .sec_texto p {
      margin-bottom: 0; }
  #section_servicos .sec_btn button {
    background-color: #0095d9;
    color: #FFFFFF;
    font-size: 1.5rem;
    padding: 10px 30px;
    border-radius: 9px;
    border: 1px solid #0095d9;
    font-weight: 400;
    margin-top: 35px;
    line-height: 120%; }
    #section_servicos .sec_btn button:hover {
      background-color: #FFFFFF;
      color: #0095d9; }

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Section Newsletter =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#section_newsletter {
  background-color: #72bf44;
  color: #FFFFFF;
  padding: 60px 0 55px; }
  #section_newsletter .sec_titulo .tit_descricao {
    font-size: 2rem;
    font-weight: bold; }
  #section_newsletter .sec_titulo .tit_linha {
    background-color: #0a5073;
    height: 3px;
    width: 100px;
    border-radius: 15px;
    margin-top: 8px; }
  #section_newsletter .sec_intro {
    font-size: 1.8rem;
    padding-top: 10px; }
  #section_newsletter .form_newsletter .form-control {
    font-size: 1.4rem;
    font-weight: 500;
    color: #0095d9;
    border: 1px solid #FFFFFF;
    border-radius: 6px 0 0 6px;
    height: 45px; }
    #section_newsletter .form_newsletter .form-control::placeholder {
      color: #0095d9; }
  #section_newsletter .form_newsletter .btn_news {
    background-color: #0095d9;
    color: #FFFFFF;
    font-size: 1.9rem;
    padding: 6px 25px;
    border-radius: 0 6px 6px 0;
    border: 1px solid #0095d9;
    font-weight: 600;
    margin-top: 0;
    line-height: 120%; }
    #section_newsletter .form_newsletter .btn_news:hover {
      background-color: #FFFFFF;
      color: #0095d9; }

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Pagina de Confirmacao do Newsletter =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#pag_newsletter {
  border-top: 1px solid #0095d9; }
  #pag_newsletter .news_titulo {
    font-weight: bold; }
    #pag_newsletter .news_titulo {
      font-size: 20px; }
      @media screen and (min-width: 768px) {
        #pag_newsletter .news_titulo {
          font-size: calc(20px + 15 * ((100vw - 768px) / 632)); } }
      @media screen and (min-width: 1400px) {
        #pag_newsletter .news_titulo {
          font-size: 35px; } }
  #pag_newsletter .news_text {
    font-size: 1.8rem; }
  #pag_newsletter .btn_home button {
    background-color: #0095d9;
    color: #FFFFFF;
    font-size: 1.6rem;
    padding: 8px 35px;
    border-radius: 9px;
    border: 1px solid #0095d9;
    font-weight: 400;
    margin-top: 20px;
    line-height: 120%; }
    #pag_newsletter .btn_home button:hover {
      background-color: #FFFFFF;
      color: #0095d9; }

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Section Projetos =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#section_projetos {
  border-top: 4px solid #FFFFFF;
  background-image: url("../../imagens/fundo_projetos.jpg");
  padding: 65px 0 50px; }
  #section_projetos .sec_titulo .tit_descricao {
    font-weight: bold;
    color: #4f6b79; }
    #section_projetos .sec_titulo .tit_descricao {
      font-size: 20px; }
      @media screen and (min-width: 768px) {
        #section_projetos .sec_titulo .tit_descricao {
          font-size: calc(20px + 13 * ((100vw - 768px) / 632)); } }
      @media screen and (min-width: 1400px) {
        #section_projetos .sec_titulo .tit_descricao {
          font-size: 33px; } }
  #section_projetos .sec_titulo .tit_linha {
    background-color: #72bf44;
    height: 3px;
    width: 156px;
    border-radius: 15px;
    margin: 25px auto 0; }
  #section_projetos .sec_lista {
    padding-top: 35px; }
    #section_projetos .sec_lista .proj_item .item_img {
      overflow: hidden; }
      #section_projetos .sec_lista .proj_item .item_img .img_efeito {
        height: 300px;
        transition: all 0.5s;
        transform: scale(1); }
      #section_projetos .sec_lista .proj_item .item_img:before {
        content: '';
        display: inline-block;
        width: 65px;
        height: 92px;
        background-color: #0193d6;
        position: absolute;
        bottom: 0;
        right: 0;
        transform-origin: 0 100%;
        transform: rotate(90deg);
        transition: 350ms 250ms transform;
        z-index: 1; }
      #section_projetos .sec_lista .proj_item .item_img:after {
        position: absolute;
        bottom: 4px;
        right: 9px;
        content: '\f002';
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 1.8rem;
        color: #FFFFFF;
        transition: 350ms 450ms transform, 350ms 450ms opacity;
        transform: translateX(100%);
        opacity: 0;
        z-index: 2; }
    #section_projetos .sec_lista .proj_item .item_titulo {
      font-size: 1.9rem;
      font-weight: bold;
      color: #106694;
      padding-top: 18px; }
    #section_projetos .sec_lista .proj_item .item_descricao {
      font-size: 1.7rem;
      padding-top: 16px; }
    #section_projetos .sec_lista .proj_item:hover .item_img .img_efeito {
      transition: all 0.5s;
      transform: scale(1.1); }
    #section_projetos .sec_lista .proj_item:hover .item_img:before {
      transform: rotate(45deg); }
    #section_projetos .sec_lista .proj_item:hover .item_img:after {
      transform: translateX(0);
      opacity: 1; }
    #section_projetos .sec_lista .owl-nav {
      position: absolute;
      width: 100%;
      height: 0;
      top: 130px; }
      #section_projetos .sec_lista .owl-nav [class*='owl-'] {
        position: absolute;
        background: transparent;
        font-size: 14px;
        margin: 0;
        padding: 0;
        border-radius: 0; }
        #section_projetos .sec_lista .owl-nav [class*='owl-'] img {
          height: 30px; }
      #section_projetos .sec_lista .owl-nav .owl-prev {
        left: -40px; }
      #section_projetos .sec_lista .owl-nav .owl-next {
        right: -40px; }
    #section_projetos .sec_lista .owl-dots {
      margin-top: 10px;
      /* MD (Antigo SM) - Google Nexus 7 */ }
      #section_projetos .sec_lista .owl-dots .owl-dot span {
        width: 14px;
        height: 14px;
        background-color: transparent;
        border: 1px solid #72bf44; }
      #section_projetos .sec_lista .owl-dots .active span {
        background-color: #72bf44; }
      @media only screen and (max-device-width: 991px) {
        #section_projetos .sec_lista .owl-dots .owl-dot span {
          width: 10px;
          height: 10px; } }

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Section Parceiros =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#section_parceiros {
  padding: 50px 0 70px; }
  #section_parceiros .sec_titulo .tit_descricao {
    font-weight: bold;
    color: #4f6b79; }
    #section_parceiros .sec_titulo .tit_descricao {
      font-size: 22px; }
      @media screen and (min-width: 768px) {
        #section_parceiros .sec_titulo .tit_descricao {
          font-size: calc(22px + 11 * ((100vw - 768px) / 632)); } }
      @media screen and (min-width: 1400px) {
        #section_parceiros .sec_titulo .tit_descricao {
          font-size: 33px; } }
  #section_parceiros .sec_titulo .tit_linha {
    background-color: #72bf44;
    height: 3px;
    width: 156px;
    border-radius: 15px;
    margin: 25px auto 0; }
  #section_parceiros .sec_lista {
    padding-top: 70px; }
    #section_parceiros .sec_lista .par_item img {
      width: auto;
      margin: 0 auto; }
    #section_parceiros .sec_lista .owl-dots {
      /* MD (Antigo SM) - Google Nexus 7 */ }
      #section_parceiros .sec_lista .owl-dots .owl-dot span {
        width: 14px;
        height: 14px;
        background-color: transparent;
        border: 1px solid #72bf44; }
      #section_parceiros .sec_lista .owl-dots .active span {
        background-color: #72bf44; }
      @media only screen and (max-device-width: 991px) {
        #section_parceiros .sec_lista .owl-dots .owl-dot span {
          width: 10px;
          height: 10px; } }

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Footer =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#footer .footer_principal {
  background-image: url("../../imagens/fundo_footer.jpg");
  color: #FFFFFF;
  padding: 35px 0 30px; }
  #footer .footer_principal .footer_info {
    font-family: "Nunito", sans-serif;
    font-size: 1.8rem;
    font-weight: 600; }
    #footer .footer_principal .footer_info .info_item {
      margin-bottom: 20px; }
      #footer .footer_principal .footer_info .info_item .item_icon {
        padding-right: 15px;
        min-width: 33px;
        text-align: center; }
      #footer .footer_principal .footer_info .info_item .item_descricao {
        flex: 1 1; }
      #footer .footer_principal .footer_info .info_item:last-child {
        margin-bottom: 0; }
  #footer .footer_principal .footer_redes_sociais .rs_item {
    font-size: 2rem;
    margin-right: 15px; }
  #footer .footer_principal .footer_redes_sociais a:last-child .rs_item {
    margin-right: 0; }
#footer .footer_by {
  padding: 25px 0 15px; }
  #footer .footer_by .by {
    font-size: 0.9rem;
    position: absolute;
    color: #000000; }
  #footer .footer_by img {
    height: 30px; }
  #footer .footer_by .powered {
    margin-right: 30px; }
    #footer .footer_by .powered .by {
      top: -6px;
      right: -1px; }
  #footer .footer_by .design {
    min-width: 95px;
    text-align: left; }
    #footer .footer_by .design .by {
      top: -7px;
      right: 18px; }

/* -=-=-=-=-=-= Topo padrao das paginas internas =-=-=-=-=-=- */
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Pagina Quem Somos =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#pagina_quem_somos {
  box-shadow: 0 10px 15px -2px rgba(0, 0, 0, 0.35);
  z-index: 2; }
  #pagina_quem_somos .pag_img_topo {
    margin-bottom: 95px; }
    #pagina_quem_somos .pag_img_topo .topo_titulo {
      color: #FFFFFF;
      height: 235px;
      padding-bottom: 25px; }
      #pagina_quem_somos .pag_img_topo .topo_titulo {
        font-size: 25px; }
        @media screen and (min-width: 768px) {
          #pagina_quem_somos .pag_img_topo .topo_titulo {
            font-size: calc(25px + 32 * ((100vw - 768px) / 632)); } }
        @media screen and (min-width: 1400px) {
          #pagina_quem_somos .pag_img_topo .topo_titulo {
            font-size: 57px; } }
  #pagina_quem_somos .pag_img {
    padding-bottom: 30px; }
    #pagina_quem_somos .pag_img img {
      position: relative;
      width: 100%;
      z-index: 2; }
    #pagina_quem_somos .pag_img .img_sombra {
      position: absolute;
      width: 100%;
      bottom: 0;
      text-align: center;
      z-index: 1; }
  #pagina_quem_somos .pag_titulo {
    padding-top: 15px;
    padding-left: 50px; }
    #pagina_quem_somos .pag_titulo .tit_cinza {
      font-size: 22px; }
      @media screen and (min-width: 768px) {
        #pagina_quem_somos .pag_titulo .tit_cinza {
          font-size: calc(22px + 9 * ((100vw - 768px) / 632)); } }
      @media screen and (min-width: 1400px) {
        #pagina_quem_somos .pag_titulo .tit_cinza {
          font-size: 31px; } }
    #pagina_quem_somos .pag_titulo .tit_azul {
      font-weight: bold;
      color: #106694;
      line-height: 75%; }
      #pagina_quem_somos .pag_titulo .tit_azul {
        font-size: 35px; }
        @media screen and (min-width: 768px) {
          #pagina_quem_somos .pag_titulo .tit_azul {
            font-size: calc(35px + 35 * ((100vw - 768px) / 632)); } }
        @media screen and (min-width: 1400px) {
          #pagina_quem_somos .pag_titulo .tit_azul {
            font-size: 70px; } }
    #pagina_quem_somos .pag_titulo .tit_linha {
      background-color: #72bf44;
      height: 3px;
      width: 225px;
      margin: 45px auto 0; }
  #pagina_quem_somos .pag_sec2 {
    padding: 70px 0 60px; }
  #pagina_quem_somos .pag_texto {
    font-size: 1.9rem; }
    #pagina_quem_somos .pag_texto p:last-child {
      margin-bottom: 0; }
    #pagina_quem_somos .pag_texto.texto1 {
      padding-top: 50px;
      padding-left: 50px; }
    #pagina_quem_somos .pag_texto.texto2 {
      text-align: right;
      padding-right: 50px;
      padding-bottom: 28px; }
  #pagina_quem_somos .pag_galeria {
    padding-bottom: 28px; }
    #pagina_quem_somos .pag_galeria .fot_item {
      height: 471px; }
    #pagina_quem_somos .pag_galeria .detalhe_sombra {
      position: absolute;
      width: 100%;
      bottom: 0;
      text-align: center; }
    #pagina_quem_somos .pag_galeria .owl-dots {
      position: absolute;
      width: 100%;
      bottom: 5px;
      /* MD (Antigo SM) - Google Nexus 7 */ }
      #pagina_quem_somos .pag_galeria .owl-dots .owl-dot span {
        width: 14px;
        height: 14px;
        background-color: transparent;
        border: 1px solid #FFFFFF; }
      #pagina_quem_somos .pag_galeria .owl-dots .active span {
        background-color: #FFFFFF; }
      @media only screen and (max-device-width: 991px) {
        #pagina_quem_somos .pag_galeria .owl-dots .owl-dot span {
          width: 10px;
          height: 10px; } }
  #pagina_quem_somos .pag_missao_visao_valores {
    background-color: #d8e7ef;
    padding: 70px 0; }
    #pagina_quem_somos .pag_missao_visao_valores .mvv_lista .owl-item {
      margin-top: 45px;
      margin-bottom: 20px; }
    #pagina_quem_somos .pag_missao_visao_valores .mvv_lista .mvv_item {
      background-color: #FFFFFF;
      border-radius: 10px;
      box-shadow: 0 0 8px -1px rgba(0, 0, 0, 0.5);
      width: 290px;
      margin: 0 auto; }
      #pagina_quem_somos .pag_missao_visao_valores .mvv_lista .mvv_item .item_icon {
        background-color: #faa61a;
        height: 90px;
        width: 90px;
        margin: 0 auto;
        border: 6px solid #FFFFFF;
        box-shadow: 8px 10px 10px 0 rgba(50, 50, 50, 0.3);
        position: absolute;
        transform: translate(-50%, 0);
        left: 50%;
        top: -45px; }
        #pagina_quem_somos .pag_missao_visao_valores .mvv_lista .mvv_item .item_icon img {
          max-height: 50px;
          max-width: 50px;
          margin: 0 auto; }
      #pagina_quem_somos .pag_missao_visao_valores .mvv_lista .mvv_item .item_titulo {
        font-size: 2.9rem;
        font-weight: 900;
        color: #106694;
        padding-top: 65px; }
      #pagina_quem_somos .pag_missao_visao_valores .mvv_lista .mvv_item .item_texto {
        font-family: "Nunito", sans-serif;
        font-size: 1.7rem;
        font-weight: 500;
        padding: 20px 35px;
        line-height: 130%; }
    #pagina_quem_somos .pag_missao_visao_valores .mvv_lista .owl-nav {
      position: absolute;
      width: 100%;
      height: 0;
      top: 190px; }
      #pagina_quem_somos .pag_missao_visao_valores .mvv_lista .owl-nav [class*='owl-'] {
        position: absolute;
        background: transparent;
        font-size: 14px;
        margin: 0;
        padding: 0;
        border-radius: 0; }
        #pagina_quem_somos .pag_missao_visao_valores .mvv_lista .owl-nav [class*='owl-'] img {
          height: 30px; }
      #pagina_quem_somos .pag_missao_visao_valores .mvv_lista .owl-nav .owl-prev {
        left: -40px; }
      #pagina_quem_somos .pag_missao_visao_valores .mvv_lista .owl-nav .owl-next {
        right: -40px; }
    #pagina_quem_somos .pag_missao_visao_valores .mvv_lista .owl-dots {
      margin-top: 10px;
      /* MD (Antigo SM) - Google Nexus 7 */ }
      #pagina_quem_somos .pag_missao_visao_valores .mvv_lista .owl-dots .owl-dot span {
        width: 14px;
        height: 14px;
        background-color: transparent;
        border: 1px solid #106694; }
      #pagina_quem_somos .pag_missao_visao_valores .mvv_lista .owl-dots .active span {
        background-color: #106694; }
      @media only screen and (max-device-width: 991px) {
        #pagina_quem_somos .pag_missao_visao_valores .mvv_lista .owl-dots .owl-dot span {
          width: 10px;
          height: 10px; } }

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Sections dos Atalhos =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#section_atalhos {
  background-image: url("../../imagens/fundo_projetos.jpg");
  padding: 60px 0 35px;
  box-shadow: 0 12px 15px -2px rgba(0, 0, 0, 0.5);
  z-index: 1; }
  #section_atalhos .sec_titulo .tit_descricao {
    font-weight: bold;
    color: #4f6b79; }
    #section_atalhos .sec_titulo .tit_descricao {
      font-size: 22px; }
      @media screen and (min-width: 768px) {
        #section_atalhos .sec_titulo .tit_descricao {
          font-size: calc(22px + 8 * ((100vw - 768px) / 632)); } }
      @media screen and (min-width: 1400px) {
        #section_atalhos .sec_titulo .tit_descricao {
          font-size: 30px; } }
  #section_atalhos .sec_titulo .tit_linha {
    background-color: #72bf44;
    height: 3px;
    width: 156px;
    border-radius: 15px;
    margin: 25px auto 0; }
  #section_atalhos .sec_lista {
    padding-top: 20px; }
    #section_atalhos .sec_lista .ata_item {
      background-color: #FFFFFF;
      height: 209px;
      width: 209px;
      margin: 0 auto;
      border: 3px solid #FFFFFF;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      transition: all 0.2s linear; }
      #section_atalhos .sec_lista .ata_item .item_img img {
        width: auto;
        max-height: 90px;
        max-width: 90px;
        margin: 0 auto; }
      #section_atalhos .sec_lista .ata_item .item_titulo {
        font-size: 1.9rem;
        font-weight: bold;
        color: #106694;
        padding-top: 15px; }
      #section_atalhos .sec_lista .ata_item:hover {
        border-color: #106694;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        transition: all 0.2s linear; }
    #section_atalhos .sec_lista .owl-dots {
      /* MD (Antigo SM) - Google Nexus 7 */ }
      #section_atalhos .sec_lista .owl-dots .owl-dot span {
        width: 14px;
        height: 14px;
        background-color: transparent;
        border: 1px solid #4f6b79; }
      #section_atalhos .sec_lista .owl-dots .active span {
        background-color: #4f6b79; }
      @media only screen and (max-device-width: 991px) {
        #section_atalhos .sec_lista .owl-dots .owl-dot span {
          width: 10px;
          height: 10px; } }

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Pagina de Detalhes dos Produtos =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#pagina_produto {
  box-shadow: 0 10px 15px -2px rgba(0, 0, 0, 0.35);
  z-index: 2;
  padding-bottom: 50px; }
  #pagina_produto .pag_img_topo .topo_titulo {
    color: #FFFFFF;
    height: 235px;
    padding-bottom: 25px; }
    #pagina_produto .pag_img_topo .topo_titulo {
      font-size: 26px; }
      @media screen and (min-width: 768px) {
        #pagina_produto .pag_img_topo .topo_titulo {
          font-size: calc(26px + 31 * ((100vw - 768px) / 632)); } }
      @media screen and (min-width: 1400px) {
        #pagina_produto .pag_img_topo .topo_titulo {
          font-size: 57px; } }
  #pagina_produto .pag_texto {
    font-size: 1.9rem;
    padding-top: 95px;
    text-align: justify; }
    #pagina_produto .pag_texto p {
      margin-bottom: 22px; }
  #pagina_produto .btn_orcamento button {
    background-color: #0095d9;
    color: #FFFFFF;
    font-size: 1.5rem;
    padding: 10px 30px;
    border-radius: 6px;
    border: 1px solid #0095d9;
    font-weight: 400;
    margin-top: 15px;
    line-height: 120%; }
    #pagina_produto .btn_orcamento button:hover {
      background-color: #FFFFFF;
      color: #0095d9; }
  #pagina_produto .pag_galeria {
    padding-top: 40px; }
    #pagina_produto .pag_galeria .fot_item {
      height: 240px; }

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Section Contato =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#pagina_contato {
  box-shadow: 0 10px 15px -2px rgba(0, 0, 0, 0.35);
  z-index: 2; }
  #pagina_contato .pag_img_topo {
    margin-bottom: 60px; }
    #pagina_contato .pag_img_topo .topo_titulo {
      color: #FFFFFF;
      height: 235px;
      padding-bottom: 25px; }
      #pagina_contato .pag_img_topo .topo_titulo {
        font-size: 26px; }
        @media screen and (min-width: 768px) {
          #pagina_contato .pag_img_topo .topo_titulo {
            font-size: calc(26px + 31 * ((100vw - 768px) / 632)); } }
        @media screen and (min-width: 1400px) {
          #pagina_contato .pag_img_topo .topo_titulo {
            font-size: 57px; } }
  #pagina_contato .pag_intro {
    font-size: 1.9rem;
    padding: 0 25px; }
  #pagina_contato .form_contato {
    padding: 52px 0 85px; }
    #pagina_contato .form_contato .form-group {
      margin-bottom: 25px; }
    #pagina_contato .form_contato .form-control {
      background-color: #f7f8fc;
      font-size: 1.5rem;
      color: #4d4d4f;
      border: 1px solid #839498;
      border-radius: 5px;
      padding: 5px 20px; }
      #pagina_contato .form_contato .form-control::placeholder {
        color: #4d4d4f; }
    #pagina_contato .form_contato input {
      height: 50px; }
    #pagina_contato .form_contato .caixa_pergunta {
      background-color: #f7f8fc;
      border: 1px solid #839498;
      border-radius: 5px;
      color: #4d4d4f;
      padding: 15px;
      margin-bottom: 25px; }
      #pagina_contato .form_contato .caixa_pergunta .perg_titulo {
        font-size: 1.8rem;
        font-weight: bold; }
      #pagina_contato .form_contato .caixa_pergunta .perg_lista {
        padding-top: 12px; }
        #pagina_contato .form_contato .caixa_pergunta .perg_lista .form-check input[type=radio] {
          opacity: 0;
          margin-top: 5px;
          cursor: pointer;
          margin-left: 0;
          width: 17px;
          height: 17px; }
        #pagina_contato .form_contato .caixa_pergunta .perg_lista .form-check input[type=radio] + label:before {
          font-family: "Font Awesome 5 Free";
          content: "\f111";
          margin-right: 8px;
          font-size: 17px; }
        #pagina_contato .form_contato .caixa_pergunta .perg_lista .form-check input[type=radio]:checked + label:before {
          content: "\f058"; }
        #pagina_contato .form_contato .caixa_pergunta .perg_lista .form-check .form-check-label {
          font-size: 1.8rem; }
    #pagina_contato .form_contato textarea {
      height: 100px; }
    #pagina_contato .form_contato .btn_enviar button {
      background-color: #0095d9;
      color: #FFFFFF;
      font-size: 1.5rem;
      padding: 10px 30px;
      border-radius: 6px;
      border: 1px solid #0095d9;
      font-weight: 400;
      margin-top: 5px;
      line-height: 120%; }
      #pagina_contato .form_contato .btn_enviar button:hover {
        background-color: #FFFFFF;
        color: #0095d9; }
  #pagina_contato .detalhe_sombra {
    box-shadow: 0 10px 15px -2px rgba(0, 0, 0, 0.35);
    z-index: 2; }
  #pagina_contato .pag_mapa {
    padding-top: 44px;
    box-shadow: 0 0 15px -2px rgba(0, 0, 0, 0.1);
    z-index: 2; }
    #pagina_contato .pag_mapa .map_titulo {
      padding-bottom: 30px; }
      #pagina_contato .pag_mapa .map_titulo .tit_descricao {
        font-size: 3rem;
        font-weight: bold; }
      #pagina_contato .pag_mapa .map_titulo .tit_linha {
        background-color: #72bf44;
        height: 3px;
        width: 128px;
        border-radius: 15px;
        margin: 18px auto 0; }
    #pagina_contato .pag_mapa .gmaps {
      height: 660px; }

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