@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 {
    background-size: 55%;
    position: absolute;
    bottom: 11px;
    height: 35px;
    width: 35px; }
  .button-whats .effect {
    position: absolute;
    right: 14px;
    bottom: 8px;
    width: 41px;
    height: 41px; } }
/* -=-=-=-=-=-= 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; }

/* MD (Antigo SM) - Google Nexus 7 */
@media only screen and (max-device-width: 991px) {
  /* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Configuracoes Padrao do Menu Mobile -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
  header #menuMobile {
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    padding: 0 15px;
    position: fixed; }
    header #menuMobile .navbar-brand {
      margin-right: 0;
      padding: 0;
      flex: 1 1;
      text-align: center; }
      header #menuMobile .navbar-brand img {
        transform: none; }
    header #menuMobile .menu_slide {
      position: absolute;
      height: 100%;
      display: flex;
      align-items: center; }
      header #menuMobile .menu_slide .menu-open {
        font-size: 2.5rem;
        font-weight: bold;
        padding: 0 7px;
        transition: 0.3s; }
      header #menuMobile .menu_slide .side-menu-wrapper {
        padding-bottom: 15px;
        position: fixed;
        top: 0;
        height: 100%;
        z-index: 99;
        transition: 0.5s;
        box-sizing: border-box; }
        header #menuMobile .menu_slide .side-menu-wrapper .nav_area_mobile {
          font-size: 1.3rem;
          font-weight: 600;
          padding: 18px 12px;
          text-align: center; }
          header #menuMobile .menu_slide .side-menu-wrapper .nav_area_mobile i {
            padding-right: 5px; }
        header #menuMobile .menu_slide .side-menu-wrapper .navbar-nav {
          padding-top: 0;
          position: fixed;
          height: 100%;
          overflow-y: scroll; }
          header #menuMobile .menu_slide .side-menu-wrapper .navbar-nav .nav-item .nav-link {
            padding: 15px 15px;
            transition: 0.3s; }
            header #menuMobile .menu_slide .side-menu-wrapper .navbar-nav .nav-item .nav-link .fa-chevron-right {
              margin-right: 6px; }
        header #menuMobile .menu_slide .side-menu-wrapper .menu-close {
          /* close button */
          display: flex;
          align-items: center;
          justify-content: center;
          width: 35px;
          height: 35px;
          font-size: 2.2rem;
          border-radius: 50%;
          position: absolute;
          top: 10px;
          right: 12px; }
      header #menuMobile .menu_slide .menu-overlay {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 99;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.7);
        overflow-y: auto;
        overflow-x: hidden;
        text-align: center;
        opacity: 0;
        transition: opacity 1s; }
  header .ad {
    height: 0;
    top: 0; } }
/* 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: "Roboto", sans-serif;
  background-color: #FFFFFF;
  position: relative;
  color: #707070;
  -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: #0060AD;
      left: 50%;
      transform: translate(-50%, -50%); }
  @media only screen and (max-device-width: 991px) {
    #back-top {
      bottom: 20px;
      right: -2px; }
      #back-top a span {
        width: 25px;
        height: 25px; }
      #back-top a i {
        font-size: 3rem; } }

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Section Topo =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#section_topo {
  position: absolute;
  width: 100%;
  z-index: 9999;
  padding-top: 10px; }
  #section_topo .top_item {
    font-size: 1.6rem;
    margin-left: 32px;
    background: linear-gradient(to right, #009DDD 0%, #0060AD 50%, #003460 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }

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

header {
  position: relative;
  height: 90px; }
  header .navbar {
    background-color: #FFFFFF;
    height: 90px;
    top: 0;
    z-index: 999;
    width: 100%;
    padding: 0;
    border-bottom: 5px solid #FF9913;
    /* Parte Fixa durante a rolagem */ }
    header .navbar .navbar-brand {
      padding-top: 20px;
      margin-right: 40px; }
      header .navbar .navbar-brand img {
        height: 48px; }
      header .navbar .navbar-brand .logo_principal {
        margin-right: 48px; }
    header .navbar .navbar-nav {
      width: 100%;
      padding-top: 25px; }
      header .navbar .navbar-nav .nav-item {
        padding: 0 20px; }
        header .navbar .navbar-nav .nav-item .nav-link {
          position: relative;
          font-size: 1.6rem;
          font-weight: 300;
          color: #707070;
          line-height: 120%;
          padding: 0 6px;
          text-transform: uppercase; }
          header .navbar .navbar-nav .nav-item .nav-link:after {
            content: '';
            background-color: #FF9913;
            width: 100%;
            height: 0;
            position: absolute;
            bottom: -20px;
            transform: translate(-50%, 0);
            left: 50%;
            -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 {
            font-weight: 400;
            color: #FF9913; }
            header .navbar .navbar-nav .nav-item .nav-link:hover:after {
              height: 13px;
              -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:after {
          height: 13px; }
        header .navbar .navbar-nav .nav-item.nav_contato {
          padding-right: 0; }
      header .navbar .navbar-nav .dropdown-toggle {
        display: flex;
        align-items: center; }
        header .navbar .navbar-nav .dropdown-toggle .fa-caret-down {
          font-size: 1.6rem;
          margin-left: 5px; }
        header .navbar .navbar-nav .dropdown-toggle:after {
          border: none;
          margin-left: 0; }
      header .navbar .navbar-nav .dropdown-menu {
        background-color: #FF9913;
        border-radius: 0;
        border: none;
        top: 20px;
        left: -20px;
        min-width: 12rem;
        padding: 15px 20px;
        border-top: 9px solid #FFFFFF; }
        header .navbar .navbar-nav .dropdown-menu .dropdown-item {
          font-size: 1.5rem;
          color: #FFFFFF;
          padding: 8px 25px;
          line-height: 120%;
          -webkit-transition: all 0.2s linear;
          -moz-transition: all 0.2s linear;
          transition: all 0.2s linear; }
          header .navbar .navbar-nav .dropdown-menu .dropdown-item:hover {
            color: #003460;
            -webkit-transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            transition: all 0.2s linear; }
          header .navbar .navbar-nav .dropdown-menu .dropdown-item:active, header .navbar .navbar-nav .dropdown-menu .dropdown-item:focus, header .navbar .navbar-nav .dropdown-menu .dropdown-item:hover {
            background-color: transparent; }
    header .navbar.fix {
      position: fixed;
      height: 75px; }
      header .navbar.fix .navbar-brand {
        padding-top: 5px; }
      header .navbar.fix .navbar-nav {
        padding-top: 10px; }
  header .ad {
    height: 0;
    width: 100%;
    position: absolute;
    top: 80px;
    z-index: -2; }

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Section Banners =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#section_banner {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 1; }
  #section_banner .banner {
    height: calc(100vh - 90px - 140px); }
  #section_banner .carousel .carousel-control-prev, #section_banner .carousel .carousel-control-next {
    opacity: 0;
    transition: all 1.2s; }
    #section_banner .carousel .carousel-control-prev img, #section_banner .carousel .carousel-control-next img {
      height: 30px; }
  #section_banner .carousel:hover .carousel-control-prev, #section_banner .carousel:hover .carousel-control-next {
    opacity: 1;
    transition: all 1.2s; }

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Section Sobre Nos =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#section_sobre_nos {
  background: url("../../imagens/detalhe_dots.jpg") no-repeat center top;
  background-size: contain;
  padding: 75px 0 60px; }
  #section_sobre_nos .sec_sn_img {
    padding: 0 80px 90px 0; }
    #section_sobre_nos .sec_sn_img .carousel {
      z-index: 1; }
    #section_sobre_nos .sec_sn_img .sec_sn_item {
      height: 545px; }
    #section_sobre_nos .sec_sn_img .img_caixa {
      background-color: rgba(0, 156, 221, 0.18);
      height: 75%;
      width: 65%;
      position: absolute;
      top: 135px;
      right: 0; }
  #section_sobre_nos .sec_sn_caixa {
    padding-left: 50px; }
  #section_sobre_nos .sec_sn_titulo {
    font-family: "Antonio", sans-serif;
    font-size: 2.2rem;
    padding-top: 40px; }
  #section_sobre_nos .sec_sn_subtitulo {
    font-family: "Anton", sans-serif;
    color: #003460;
    padding-top: 20px; }
    #section_sobre_nos .sec_sn_subtitulo {
      font-size: 26px; }
      @media screen and (min-width: 768px) {
        #section_sobre_nos .sec_sn_subtitulo {
          font-size: calc(26px + 29 * ((100vw - 768px) / 832)); } }
      @media screen and (min-width: 1600px) {
        #section_sobre_nos .sec_sn_subtitulo {
          font-size: 55px; } }
  #section_sobre_nos .sec_sn_texto {
    font-size: 1.6rem;
    padding-top: 30px;
    line-height: 175%; }
  #section_sobre_nos .btn_saiba_mais button {
    font-family: "Antonio", sans-serif;
    background-color: #003460;
    color: #FFFFFF;
    font-size: 2rem;
    padding: 18px 65px 20px 50px;
    border-radius: 0;
    border: 1px solid #003460;
    font-weight: 400;
    margin-top: 50px;
    line-height: 120%; }
    #section_sobre_nos .btn_saiba_mais button:hover {
      background-color: #FFFFFF;
      color: #003460; }
    #section_sobre_nos .btn_saiba_mais button .btn_traco1, #section_sobre_nos .btn_saiba_mais button .btn_traco2 {
      height: 2px;
      position: absolute;
      top: 50%;
      transform: translate(0, -50%); }
    #section_sobre_nos .btn_saiba_mais button .btn_traco1 {
      background-color: #FFFFFF;
      width: 37px;
      right: 0; }
    #section_sobre_nos .btn_saiba_mais button .btn_traco2 {
      background-color: #003460;
      width: 56px;
      right: -56px; }
    #section_sobre_nos .btn_saiba_mais button:hover .btn_traco1 {
      background-color: #003460; }

/* -=-=-=-=-=-= Estilo Padrao para Botao =-=-=-=-=-=- */
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Section Maquinas =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#section_maquinas {
  background-color: #DAE3E8;
  padding: 45px 0;
  box-shadow: 0 16px 15px rgba(0, 0, 0, 0.11);
  z-index: 1; }
  #section_maquinas .sec_maq_titulo .tit_descricao {
    font-family: "Anton", sans-serif;
    color: #003460; }
    #section_maquinas .sec_maq_titulo .tit_descricao {
      font-size: 28px; }
      @media screen and (min-width: 768px) {
        #section_maquinas .sec_maq_titulo .tit_descricao {
          font-size: calc(28px + 30 * ((100vw - 768px) / 832)); } }
      @media screen and (min-width: 1600px) {
        #section_maquinas .sec_maq_titulo .tit_descricao {
          font-size: 58px; } }
  #section_maquinas .sec_maq_titulo .tit_linha {
    background-color: #FF9913;
    height: 5px;
    width: 120px;
    margin-top: 10px; }
  #section_maquinas .sec_maq_intro {
    font-size: 1.7rem; }
  #section_maquinas .sec_maq_lista {
    padding-top: 35px; }
    #section_maquinas .sec_maq_lista .maq_item .item_img {
      overflow: hidden; }
      #section_maquinas .sec_maq_lista .maq_item .item_img .img_efeito {
        height: 330px;
        transition: all 0.5s;
        transform: scale(1); }
    #section_maquinas .sec_maq_lista .maq_item .item_titulo {
      font-family: "Anton", sans-serif;
      font-size: 2.3rem;
      color: #003460;
      padding-top: 20px;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    #section_maquinas .sec_maq_lista .maq_item .item_linha {
      padding-top: 10px; }
      #section_maquinas .sec_maq_lista .maq_item .item_linha .linha1, #section_maquinas .sec_maq_lista .maq_item .item_linha .linha2 {
        background-color: #FF9913;
        height: 3px;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        transition: all 0.2s linear; }
      #section_maquinas .sec_maq_lista .maq_item .item_linha .linha1 {
        width: 90px; }
      #section_maquinas .sec_maq_lista .maq_item .item_linha .linha2 {
        width: 15px;
        margin-left: 15px; }
    #section_maquinas .sec_maq_lista .maq_item .item_texto {
      font-size: 1.6rem;
      padding-top: 15px; }
    #section_maquinas .sec_maq_lista .maq_item:hover .item_img .img_efeito {
      transition: all 0.5s;
      transform: scale(1.1); }
    #section_maquinas .sec_maq_lista .maq_item:hover .item_titulo {
      color: #FF9913;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    #section_maquinas .sec_maq_lista .maq_item:hover .item_linha .linha1 {
      width: 100%;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    #section_maquinas .sec_maq_lista .owl-nav {
      margin-top: 20px; }
      #section_maquinas .sec_maq_lista .owl-nav [class*='owl-'] {
        position: relative;
        margin: 0; }
        #section_maquinas .sec_maq_lista .owl-nav [class*='owl-'] img {
          height: 30px; }
        #section_maquinas .sec_maq_lista .owl-nav [class*='owl-']:hover {
          background: none; }
      #section_maquinas .sec_maq_lista .owl-nav .owl-prev {
        left: -22px; }
      #section_maquinas .sec_maq_lista .owl-nav .owl-next {
        right: -22px; }
    #section_maquinas .sec_maq_lista .owl-dots {
      margin-top: 15px;
      /* MD (Antigo SM) - Google Nexus 7 */ }
      #section_maquinas .sec_maq_lista .owl-dots .owl-dot span {
        width: 14px;
        height: 14px;
        background-color: transparent;
        border: 1px solid #003460; }
      #section_maquinas .sec_maq_lista .owl-dots .active span {
        background-color: #003460; }
      @media only screen and (max-device-width: 991px) {
        #section_maquinas .sec_maq_lista .owl-dots .owl-dot span {
          width: 10px;
          height: 10px; } }

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Section Orcamento =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#section_orcamento {
  background-image: -webkit-linear-gradient(left, #003460 50%, rgba(0, 156, 221, 0.77) 50%);
  background-image: -o-linear-gradient(left, #003460 50%, rgba(0, 156, 221, 0.77) 50%);
  background-image: linear-gradient(to right, #003460 50%, rgba(0, 156, 221, 0.77) 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= '#FF003460', endColorstr='#C4009CDD', GradientType=1);
  font-family: "Antonio", sans-serif;
  font-size: 1.8rem;
  padding: 75px 0; }
  #section_orcamento .sec_orc_texto {
    color: #FFFFFF;
    padding-right: 80px; }
  #section_orcamento .sec_orc_caixa {
    padding-left: 90px; }
  #section_orcamento .sec_orc_intro {
    color: #003460; }
  #section_orcamento .sec_orc_btn button {
    background-color: #FF9913;
    color: #FFFFFF;
    font-size: 2rem;
    padding: 20px 75px;
    border-radius: 0;
    border: 1px solid #FFFFFF;
    font-weight: 400;
    margin-top: 25px;
    line-height: 120%; }
    #section_orcamento .sec_orc_btn button:hover {
      background-color: #FFFFFF;
      color: #FF9913; }
    #section_orcamento .sec_orc_btn button .btn_traco {
      background-color: #FFFFFF;
      height: 2px;
      width: 91px;
      position: absolute;
      right: -55px;
      top: 50%;
      transform: translate(0, -50%); }
    #section_orcamento .sec_orc_btn button:hover {
      border-color: #FF9913; }
      #section_orcamento .sec_orc_btn button:hover .btn_traco {
        background-color: #FF9913; }

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Section Nossos Clientes =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#section_clientes {
  padding: 80px 0 56px;
  box-shadow: 0 10px 6px rgba(0, 0, 0, 0.16);
  z-index: 1; }
  #section_clientes .sec_cli_titulo .tit_descricao {
    font-family: "Anton", sans-serif;
    color: #003460; }
    #section_clientes .sec_cli_titulo .tit_descricao {
      font-size: 23px; }
      @media screen and (min-width: 768px) {
        #section_clientes .sec_cli_titulo .tit_descricao {
          font-size: calc(23px + 27 * ((100vw - 768px) / 832)); } }
      @media screen and (min-width: 1600px) {
        #section_clientes .sec_cli_titulo .tit_descricao {
          font-size: 50px; } }
  #section_clientes .sec_cli_titulo .tit_linha {
    background-color: #FF9913;
    height: 5px;
    width: 144px;
    margin: 10px auto 0; }
  #section_clientes .sec_cli_lista {
    padding-top: 50px; }
    #section_clientes .sec_cli_lista .cli_item {
      height: 180px; }
      #section_clientes .sec_cli_lista .cli_item img {
        width: auto;
        margin: 0 auto;
        max-height: 180px;
        max-width: 180px; }
    #section_clientes .sec_cli_lista .owl-dots {
      margin-top: 15px;
      /* MD (Antigo SM) - Google Nexus 7 */ }
      #section_clientes .sec_cli_lista .owl-dots .owl-dot span {
        width: 14px;
        height: 14px;
        background-color: transparent;
        border: 1px solid #003460; }
      #section_clientes .sec_cli_lista .owl-dots .active span {
        background-color: #003460; }
      @media only screen and (max-device-width: 991px) {
        #section_clientes .sec_cli_lista .owl-dots .owl-dot span {
          width: 10px;
          height: 10px; } }

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Section Videos =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#section_videos {
  background-image: -webkit-linear-gradient(top, rgba(170, 190, 201, 0.78) 66%, rgba(218, 227, 232, 0.78) 66%);
  background-image: -o-linear-gradient(top, rgba(170, 190, 201, 0.78) 66%, rgba(218, 227, 232, 0.78) 66%);
  background-image: linear-gradient(to bottom, rgba(170, 190, 201, 0.78) 66%, rgba(218, 227, 232, 0.78) 66%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= '#C7AABEC9', endColorstr='#C7DAE3E8', GradientType=0);
  padding: 75px 0 50px; }
  #section_videos .sec_vid_lista .videoWrapper {
    box-shadow: 0 10px 6px rgba(0, 0, 0, 0.23);
    margin: 0 6px 15px; }
  #section_videos .sec_vid_lista .owl-nav {
    position: absolute;
    width: 100%;
    height: 0;
    top: 46%; }
    #section_videos .sec_vid_lista .owl-nav [class*='owl-'] {
      position: absolute;
      background: transparent;
      font-size: 14px;
      margin: 0;
      padding: 0;
      border-radius: 0; }
      #section_videos .sec_vid_lista .owl-nav [class*='owl-'] img {
        height: 30px; }
    #section_videos .sec_vid_lista .owl-nav .owl-prev {
      left: -50px; }
    #section_videos .sec_vid_lista .owl-nav .owl-next {
      right: -50px; }
  #section_videos .sec_vid_lista .owl-dots {
    margin-top: 15px;
    /* MD (Antigo SM) - Google Nexus 7 */ }
    #section_videos .sec_vid_lista .owl-dots .owl-dot span {
      width: 14px;
      height: 14px;
      background-color: transparent;
      border: 1px solid #003460; }
    #section_videos .sec_vid_lista .owl-dots .active span {
      background-color: #003460; }
    @media only screen and (max-device-width: 991px) {
      #section_videos .sec_vid_lista .owl-dots .owl-dot span {
        width: 10px;
        height: 10px; } }
  #section_videos .sec_vid_intro {
    padding-top: 35px; }
    #section_videos .sec_vid_intro .intro_text {
      font-size: 2rem; }
    #section_videos .sec_vid_intro .intro_linha {
      background-color: #FF9913;
      height: 4px;
      width: 144px;
      margin: 10px auto 0; }

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Section Newsletter =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#section_newsletter {
  background: linear-gradient(to bottom, #009DDD 0%, #0060AD 50%, #003460 100%);
  padding: 40px 0 60px; }
  #section_newsletter .sec_news_icon img {
    height: 40px; }
  #section_newsletter .sec_news_titulo {
    font-family: "Baloo Tammudu 2", cursive;
    font-size: 1.9rem;
    font-weight: 500;
    color: #FFFFFF;
    padding-top: 12px; }
  #section_newsletter .form_newsletter {
    padding-top: 8px; }
    #section_newsletter .form_newsletter .form-control {
      font-size: 1.5rem;
      color: #707070;
      height: 40px;
      border: 1px solid #FFFFFF;
      border-radius: 6px 0 0 6px; }
      #section_newsletter .form_newsletter .form-control::placeholder {
        color: #707070; }
    #section_newsletter .form_newsletter .btn_news {
      background-color: #495D68;
      color: #FFFFFF;
      font-size: 1.6rem;
      padding: 5px 12px;
      border-radius: 0 6px 6px 0;
      border: 1px solid #495D68;
      font-weight: 400;
      margin-top: 0;
      line-height: 120%;
      background: linear-gradient(to right, #23353E 0%, #495D68 50%, #AABDC8 100%); }
      #section_newsletter .form_newsletter .btn_news:hover {
        background-color: #FFFFFF;
        color: #495D68; }
      #section_newsletter .form_newsletter .btn_news:hover {
        background: #FFFFFF; }

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Pagina de Confirmacao do Newsletter =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#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) / 832)); } }
    @media screen and (min-width: 1600px) {
      #pag_newsletter .news_titulo {
        font-size: 35px; } }
#pag_newsletter .news_text {
  font-size: 1.8rem; }
#pag_newsletter .btn_home button {
  background-color: #003460;
  color: #FFFFFF;
  font-size: 1.6rem;
  padding: 8px 35px;
  border-radius: 9px;
  border: 1px solid #003460;
  font-weight: 400;
  margin-top: 20px;
  line-height: 120%; }
  #pag_newsletter .btn_home button:hover {
    background-color: #FFFFFF;
    color: #003460; }

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Footer =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#footer .footer_principal {
  padding: 60px 0 45px; }
  #footer .footer_principal.footer_iphone .footer_redes_sociais .rs_item {
    color: #0060AD; }
  #footer .footer_principal.footer_iphone .footer_contatos .cont_item .item_icon {
    color: #0060AD; }
  #footer .footer_principal.footer_padrao .footer_redes_sociais .rs_item {
    background: linear-gradient(to right, #009DDD 0%, #0060AD 50%, #003460 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  #footer .footer_principal.footer_padrao .footer_contatos .cont_item .item_icon {
    background: linear-gradient(to right, #009DDD 0%, #0060AD 50%, #003460 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  #footer .footer_principal .footer_redes_sociais {
    padding-top: 28px; }
    #footer .footer_principal .footer_redes_sociais .rs_item {
      font-size: 2.3rem;
      margin-left: 33px; }
    #footer .footer_principal .footer_redes_sociais a:first-child .rs_item {
      margin-left: 0; }
  #footer .footer_principal .footer_contatos .cont_item .item_icon {
    font-size: 2rem; }
  #footer .footer_principal .footer_contatos .cont_item .item_descricao {
    font-size: 1.6rem;
    margin-left: 15px;
    flex: 1 1; }
  #footer .footer_principal .footer_contatos .item_email {
    padding-top: 15px; }
  #footer .footer_principal .footer_contatos .item_endereco {
    padding-top: 20px; }
#footer .footer_razao_by {
  background-color: rgba(170, 190, 201, 0.31); }
  #footer .footer_razao_by .footer_razao {
    font-size: 1.4rem; }
  #footer .footer_razao_by .footer_by {
    padding: 22px 0 16px; }
    #footer .footer_razao_by .footer_by .by {
      font-size: 0.9rem;
      position: absolute; }
    #footer .footer_razao_by .footer_by img {
      height: 30px; }
    #footer .footer_razao_by .footer_by .powered {
      margin-right: 30px; }
      #footer .footer_razao_by .footer_by .powered .by {
        top: -6px;
        right: -1px; }
    #footer .footer_razao_by .footer_by .design {
      min-width: 95px;
      text-align: left; }
      #footer .footer_razao_by .footer_by .design .by {
        top: -7px;
        right: 18px; }

/* -=-=-=-=-=-= Estilo Padrao para Botao =-=-=-=-=-=- */
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Pagina Quem Somos =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#pagina_quem_somos .pag_topo .top_descricao {
  font-family: "Anton", sans-serif;
  color: #DAE3E8;
  height: 196px;
  padding-bottom: 30px;
  letter-spacing: 10px; }
  #pagina_quem_somos .pag_topo .top_descricao {
    font-size: 22px; }
    @media screen and (min-width: 768px) {
      #pagina_quem_somos .pag_topo .top_descricao {
        font-size: calc(22px + 28 * ((100vw - 768px) / 832)); } }
    @media screen and (min-width: 1600px) {
      #pagina_quem_somos .pag_topo .top_descricao {
        font-size: 50px; } }
#pagina_quem_somos .pag_section .sec_img .carousel {
  z-index: 1; }
#pagina_quem_somos .pag_section .sec_img .img_caixa {
  background-color: rgba(0, 156, 221, 0.18);
  position: absolute; }
#pagina_quem_somos .pag_section .sec_texto {
  font-size: 1.7rem;
  line-height: 180%; }
  #pagina_quem_somos .pag_section .sec_texto p:last-child {
    margin-bottom: 0; }
#pagina_quem_somos .pag_section.section1 {
  padding-top: 70px; }
  #pagina_quem_somos .pag_section.section1 .sec_img {
    padding: 0 70px 75px 0; }
    #pagina_quem_somos .pag_section.section1 .sec_img .sec_img_item {
      height: 395px; }
    #pagina_quem_somos .pag_section.section1 .sec_img .img_caixa {
      top: 53px;
      right: 0;
      height: 86%;
      width: 64%; }
  #pagina_quem_somos .pag_section.section1 .sec_texto {
    padding-top: 20px;
    padding-left: 40px; }
#pagina_quem_somos .pag_section.section2 {
  padding: 50px 0 60px; }
  #pagina_quem_somos .pag_section.section2 .sec_img {
    padding: 0 0 60px 70px; }
    #pagina_quem_somos .pag_section.section2 .sec_img .sec_img_item {
      height: 500px; }
    #pagina_quem_somos .pag_section.section2 .sec_img .img_caixa {
      top: 123px;
      left: 0;
      height: 78%;
      width: 76%; }
  #pagina_quem_somos .pag_section.section2 .sec_texto {
    padding-top: 20px;
    padding-right: 70px; }
#pagina_quem_somos .pag_galeria {
  padding-bottom: 60px; }
  #pagina_quem_somos .pag_galeria .gal_item {
    overflow: hidden; }
    #pagina_quem_somos .pag_galeria .gal_item .item_img {
      height: 260px;
      transition: all 0.5s;
      transform: scale(1); }
    #pagina_quem_somos .pag_galeria .gal_item:hover .item_img {
      transition: all 0.5s;
      transform: scale(1.1); }
  #pagina_quem_somos .pag_galeria .owl-dots {
    margin-top: 10px;
    /* 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 #003460; }
    #pagina_quem_somos .pag_galeria .owl-dots .active span {
      background-color: #003460; }
    @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_galeria .owl-nav {
    position: absolute;
    width: 100%;
    height: 0;
    top: 105px; }
    #pagina_quem_somos .pag_galeria .owl-nav [class*='owl-'] {
      position: absolute;
      background: transparent;
      font-size: 14px;
      margin: 0;
      padding: 0;
      border-radius: 0; }
      #pagina_quem_somos .pag_galeria .owl-nav [class*='owl-'] img {
        height: 30px; }
    #pagina_quem_somos .pag_galeria .owl-nav .owl-prev {
      left: -45px; }
    #pagina_quem_somos .pag_galeria .owl-nav .owl-next {
      right: -45px; }
#pagina_quem_somos .pag_depoimentos {
  padding: 45px 0 60px; }
  #pagina_quem_somos .pag_depoimentos .pag_fundo {
    background: linear-gradient(to bottom, #009DDD 0%, #0060AD 50%, #003460 100%);
    height: 475px;
    width: 100%;
    position: absolute;
    top: 0; }
  #pagina_quem_somos .pag_depoimentos .dep_titulo .tit_descricao {
    font-family: "Anton", sans-serif;
    color: #FFFFFF;
    letter-spacing: 5px; }
    #pagina_quem_somos .pag_depoimentos .dep_titulo .tit_descricao {
      font-size: 24px; }
      @media screen and (min-width: 768px) {
        #pagina_quem_somos .pag_depoimentos .dep_titulo .tit_descricao {
          font-size: calc(24px + 16 * ((100vw - 768px) / 832)); } }
      @media screen and (min-width: 1600px) {
        #pagina_quem_somos .pag_depoimentos .dep_titulo .tit_descricao {
          font-size: 40px; } }
  #pagina_quem_somos .pag_depoimentos .dep_titulo .tit_linha {
    padding-top: 12px; }
    #pagina_quem_somos .pag_depoimentos .dep_titulo .tit_linha .linha1, #pagina_quem_somos .pag_depoimentos .dep_titulo .tit_linha .linha2 {
      background-color: #FF9913;
      height: 3px; }
    #pagina_quem_somos .pag_depoimentos .dep_titulo .tit_linha .linha1 {
      width: 120px; }
    #pagina_quem_somos .pag_depoimentos .dep_titulo .tit_linha .linha2 {
      width: 15px;
      margin-left: 15px; }
  #pagina_quem_somos .pag_depoimentos .dep_caixa {
    background-color: #FFFFFF;
    margin-top: 40px;
    padding-top: 60px; }
  #pagina_quem_somos .pag_depoimentos .dep_lista .dep_item {
    font-family: "Antonio", sans-serif; }
    #pagina_quem_somos .pag_depoimentos .dep_lista .dep_item .item_img {
      width: 90px;
      height: 90px;
      margin: 0 auto; }
    #pagina_quem_somos .pag_depoimentos .dep_lista .dep_item .item_texto {
      font-family: "Roboto", sans-serif;
      font-size: 1.6rem;
      padding-top: 18px;
      margin: 0 30px; }
    #pagina_quem_somos .pag_depoimentos .dep_lista .dep_item .item_nome {
      font-size: 1.8rem;
      font-weight: bold;
      color: #003460;
      padding-top: 18px; }
    #pagina_quem_somos .pag_depoimentos .dep_lista .dep_item .item_empresa {
      font-size: 1.4rem;
      color: #A5A5A5;
      padding-top: 12px; }
  #pagina_quem_somos .pag_depoimentos .dep_lista .owl-nav {
    position: absolute;
    width: 100%;
    height: 0;
    top: 150px; }
    #pagina_quem_somos .pag_depoimentos .dep_lista .owl-nav [class*='owl-'] {
      position: absolute;
      background: transparent;
      font-size: 14px;
      margin: 0;
      padding: 0;
      border-radius: 0; }
      #pagina_quem_somos .pag_depoimentos .dep_lista .owl-nav [class*='owl-'] img {
        height: 30px; }
    #pagina_quem_somos .pag_depoimentos .dep_lista .owl-nav .owl-prev {
      left: -65px; }
    #pagina_quem_somos .pag_depoimentos .dep_lista .owl-nav .owl-next {
      right: -65px; }
  #pagina_quem_somos .pag_depoimentos .dep_lista .owl-dots {
    margin-top: 15px;
    /* MD (Antigo SM) - Google Nexus 7 */ }
    #pagina_quem_somos .pag_depoimentos .dep_lista .owl-dots .owl-dot span {
      width: 14px;
      height: 14px;
      background-color: transparent;
      border: 1px solid #FF9913; }
    #pagina_quem_somos .pag_depoimentos .dep_lista .owl-dots .active span {
      background-color: #FF9913; }
    @media only screen and (max-device-width: 991px) {
      #pagina_quem_somos .pag_depoimentos .dep_lista .owl-dots .owl-dot span {
        width: 10px;
        height: 10px; } }

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Pagina de listagem das Maquinas =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#pagina_conteudo {
  padding-bottom: 100px; }
  #pagina_conteudo .pag_topo .top_descricao {
    font-family: "Anton", sans-serif;
    color: #DAE3E8;
    height: 196px;
    padding-bottom: 30px;
    letter-spacing: 10px; }
    #pagina_conteudo .pag_topo .top_descricao {
      font-size: 20px; }
      @media screen and (min-width: 768px) {
        #pagina_conteudo .pag_topo .top_descricao {
          font-size: calc(20px + 30 * ((100vw - 768px) / 832)); } }
      @media screen and (min-width: 1600px) {
        #pagina_conteudo .pag_topo .top_descricao {
          font-size: 50px; } }
  #pagina_conteudo .pag_lista {
    padding-top: 60px; }
    #pagina_conteudo .pag_lista .maq_item {
      margin-bottom: 50px; }
      #pagina_conteudo .pag_lista .maq_item .item_img {
        overflow: hidden; }
        #pagina_conteudo .pag_lista .maq_item .item_img .img_efeito {
          height: 332px;
          transition: all 0.5s;
          transform: scale(1); }
      #pagina_conteudo .pag_lista .maq_item .item_titulo {
        font-family: "Anton", sans-serif;
        font-size: 2.3rem;
        color: #003460;
        padding-top: 20px;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        transition: all 0.2s linear; }
      #pagina_conteudo .pag_lista .maq_item .item_linha {
        padding-top: 10px; }
        #pagina_conteudo .pag_lista .maq_item .item_linha .linha1, #pagina_conteudo .pag_lista .maq_item .item_linha .linha2 {
          background-color: #FF9913;
          height: 3px;
          -webkit-transition: all 0.2s linear;
          -moz-transition: all 0.2s linear;
          transition: all 0.2s linear; }
        #pagina_conteudo .pag_lista .maq_item .item_linha .linha1 {
          width: 90px; }
        #pagina_conteudo .pag_lista .maq_item .item_linha .linha2 {
          width: 15px;
          margin-left: 15px; }
      #pagina_conteudo .pag_lista .maq_item .item_texto {
        font-size: 1.6rem;
        padding-top: 15px; }
      #pagina_conteudo .pag_lista .maq_item:hover .item_img .img_efeito {
        transition: all 0.5s;
        transform: scale(1.1); }
      #pagina_conteudo .pag_lista .maq_item:hover .item_titulo {
        color: #FF9913;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        transition: all 0.2s linear; }
      #pagina_conteudo .pag_lista .maq_item:hover .item_linha .linha1 {
        width: 100%;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        transition: all 0.2s linear; }
  #pagina_conteudo .pagination {
    padding-top: 40px;
    margin-bottom: 0; }
    #pagina_conteudo .pagination .page-item .page-link {
      font-size: 1.5rem;
      color: #FF9913;
      padding: 3px 10px;
      border-radius: 5px;
      margin-right: 10px;
      border: 1px solid #FF9913; }
      #pagina_conteudo .pagination .page-item .page-link:focus {
        box-shadow: none; }
    #pagina_conteudo .pagination .page-item:last-child .page-link {
      margin-right: 0; }
    #pagina_conteudo .pagination .active .page-link {
      background-color: #FF9913;
      color: #FFFFFF; }
  #pagina_conteudo #modalModelo3D .modal-content {
    background-color: transparent;
    border: none; }
  #pagina_conteudo #modalModelo3D .modal-header {
    padding: 0;
    border: none; }
  #pagina_conteudo #modalModelo3D .modal-body {
    padding: 0; }
    #pagina_conteudo #modalModelo3D .modal-body .modelo_titulo {
      background-color: #003460;
      font-size: 1.8rem;
      color: #FFFFFF;
      padding: 12px 10px;
      position: absolute;
      top: 0;
      width: 100%; }
      #pagina_conteudo #modalModelo3D .modal-body .modelo_titulo .btn-close {
        background-image: none;
        padding: 0;
        opacity: 1;
        position: absolute;
        right: 15px;
        z-index: 1; }
        #pagina_conteudo #modalModelo3D .modal-body .modelo_titulo .btn-close i {
          font-size: 1.8rem;
          color: #FFFFFF; }
    #pagina_conteudo #modalModelo3D .modal-body .modelo_instrucao {
      font-size: 1.5rem;
      color: #003460;
      padding-top: 12px;
      position: absolute;
      top: 45px;
      width: 100%; }
    #pagina_conteudo #modalModelo3D .modal-body .embed-responsive-item {
      width: 100%;
      height: 708px; }
    #pagina_conteudo #modalModelo3D .modal-body .modelo_btn {
      background-color: #e0e0e0;
      padding-bottom: 15px;
      position: absolute;
      bottom: 0;
      width: calc(100% - 1px); }
      #pagina_conteudo #modalModelo3D .modal-body .modelo_btn button {
        background-color: #FF9913;
        color: #003460;
        font-size: 1.5rem;
        padding: 12px 40px;
        border-radius: 0;
        border: 1px solid #FF9913;
        font-weight: 400;
        margin-top: 0;
        line-height: 120%; }
        #pagina_conteudo #modalModelo3D .modal-body .modelo_btn button:hover {
          background-color: #003460;
          color: #FF9913; }

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Modal Solicitar Orçamento =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#modalOrcamento .modal-header {
  background-color: #003460;
  color: #FFFFFF;
  padding: 15px 30px; }
  #modalOrcamento .modal-header .modal-title {
    font-family: "Antonio", sans-serif;
    font-size: 2rem; }
  #modalOrcamento .modal-header .btn-close {
    background-image: none;
    color: #FFFFFF;
    width: auto;
    height: auto;
    padding: 0;
    opacity: 1; }
    #modalOrcamento .modal-header .btn-close i {
      font-size: 1.5rem; }
#modalOrcamento .modal-body {
  padding: 30px; }
  #modalOrcamento .modal-body .form_orcamento .form-group {
    margin-bottom: 22px; }
  #modalOrcamento .modal-body .form_orcamento .form-label {
    font-family: "Baloo Tammudu 2", cursive;
    font-size: 1.6rem;
    font-weight: 500;
    color: #0060AD;
    line-height: 120%;
    margin-bottom: 0; }
  #modalOrcamento .modal-body .form_orcamento .form-control {
    font-size: 1.5rem;
    color: #707070;
    border: 1px solid #AABDC8;
    border-radius: 5px; }
    #modalOrcamento .modal-body .form_orcamento .form-control::placeholder {
      color: #707070; }
  #modalOrcamento .modal-body .form_orcamento input, #modalOrcamento .modal-body .form_orcamento select {
    height: 50px; }
  #modalOrcamento .modal-body .form_orcamento textarea {
    height: 130px; }
  #modalOrcamento .modal-body .form_orcamento .btn_enviar button {
    font-family: "Antonio", sans-serif;
    background-color: #FF9913;
    color: #FFFFFF;
    font-size: 2rem;
    padding: 18px 65px 20px 50px;
    border-radius: 0;
    border: 1px solid #FFFFFF;
    font-weight: 400;
    margin-top: 5px;
    line-height: 120%; }
    #modalOrcamento .modal-body .form_orcamento .btn_enviar button:hover {
      background-color: #FFFFFF;
      color: #FF9913; }
    #modalOrcamento .modal-body .form_orcamento .btn_enviar button .btn_traco {
      height: 2px;
      position: absolute;
      top: 50%;
      transform: translate(0, -50%); }
      #modalOrcamento .modal-body .form_orcamento .btn_enviar button .btn_traco.traco1 {
        background-color: #FFFFFF;
        width: 37px;
        right: 0; }
      #modalOrcamento .modal-body .form_orcamento .btn_enviar button .btn_traco.traco2 {
        background-color: #FF9913;
        width: 55px;
        right: -55px; }
    #modalOrcamento .modal-body .form_orcamento .btn_enviar button:hover {
      border-color: #FF9913; }
      #modalOrcamento .modal-body .form_orcamento .btn_enviar button:hover .traco1 {
        background-color: #FF9913; }

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Pagina de detalhes das Maquinas =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#pagina_detalhes {
  padding-bottom: 76px; }
  #pagina_detalhes .pag_topo .top_descricao {
    font-family: "Anton", sans-serif;
    color: #DAE3E8;
    height: 196px;
    padding-bottom: 30px;
    letter-spacing: 10px; }
    #pagina_detalhes .pag_topo .top_descricao {
      font-size: 20px; }
      @media screen and (min-width: 768px) {
        #pagina_detalhes .pag_topo .top_descricao {
          font-size: calc(20px + 30 * ((100vw - 768px) / 832)); } }
      @media screen and (min-width: 1600px) {
        #pagina_detalhes .pag_topo .top_descricao {
          font-size: 50px; } }
  #pagina_detalhes .pag_titulo_video {
    padding-top: 55px; }
    #pagina_detalhes .pag_titulo_video .pag_titulo {
      flex: 1 1; }
      #pagina_detalhes .pag_titulo_video .pag_titulo .tit_descricao {
        color: #003460; }
        #pagina_detalhes .pag_titulo_video .pag_titulo .tit_descricao {
          font-size: 18px; }
          @media screen and (min-width: 768px) {
            #pagina_detalhes .pag_titulo_video .pag_titulo .tit_descricao {
              font-size: calc(18px + 12 * ((100vw - 768px) / 832)); } }
          @media screen and (min-width: 1600px) {
            #pagina_detalhes .pag_titulo_video .pag_titulo .tit_descricao {
              font-size: 30px; } }
      #pagina_detalhes .pag_titulo_video .pag_titulo .tit_linha {
        background-color: #FF9913;
        height: 2px;
        width: 208px;
        margin-top: 10px; }
    #pagina_detalhes .pag_titulo_video .pag_btn_video {
      background: linear-gradient(to bottom, #009DDD 0%, #0060AD 50%, #003460 100%);
      font-family: "Antonio", sans-serif;
      font-size: 1.5rem;
      color: #FFFFFF;
      padding: 16px 48px 16px 27px; }
      #pagina_detalhes .pag_titulo_video .pag_btn_video img {
        height: 39px;
        position: absolute;
        right: -22px;
        top: 50%;
        transform: translate(0, -50%); }
  #pagina_detalhes .pag_galeria {
    padding-top: 30px;
    margin-bottom: 28px; }
    #pagina_detalhes .pag_galeria .gal_item {
      height: 500px; }
      #pagina_detalhes .pag_galeria .gal_item img {
        width: auto;
        max-height: 500px;
        margin: 0 auto; }
    #pagina_detalhes .pag_galeria .owl-nav {
      position: absolute;
      width: 100%;
      height: 0;
      top: auto;
      width: auto;
      bottom: 34px;
      right: 85px; }
      #pagina_detalhes .pag_galeria .owl-nav [class*='owl-'] {
        position: absolute;
        background: transparent;
        font-size: 14px;
        margin: 0;
        padding: 0;
        border-radius: 0; }
        #pagina_detalhes .pag_galeria .owl-nav [class*='owl-'] img {
          height: 37px; }
      #pagina_detalhes .pag_galeria .owl-nav .owl-prev {
        left: -35px; }
      #pagina_detalhes .pag_galeria .owl-nav .owl-next {
        right: -35px; }
    #pagina_detalhes .pag_galeria .owl-dots {
      margin-top: 15px;
      /* MD (Antigo SM) - Google Nexus 7 */ }
      #pagina_detalhes .pag_galeria .owl-dots .owl-dot span {
        width: 14px;
        height: 14px;
        background-color: transparent;
        border: 1px solid #FF9913; }
      #pagina_detalhes .pag_galeria .owl-dots .active span {
        background-color: #FF9913; }
      @media only screen and (max-device-width: 991px) {
        #pagina_detalhes .pag_galeria .owl-dots .owl-dot span {
          width: 10px;
          height: 10px; } }
  #pagina_detalhes .pag_descricao {
    background-image: -webkit-linear-gradient(left, #FFFFFF 50%, #DAE3E8 50%);
    background-image: -o-linear-gradient(left, #FFFFFF 50%, #DAE3E8 50%);
    background-image: linear-gradient(to right, #FFFFFF 50%, #DAE3E8 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= '#FFFFFFFF', endColorstr='#FFDAE3E8', GradientType=1);
    padding: 55px 0 65px; }
    #pagina_detalhes .pag_descricao .pag_texto {
      font-size: 1.7rem;
      line-height: 200%; }
    #pagina_detalhes .pag_descricao .pag_especificacoes {
      padding-left: 80px; }
      #pagina_detalhes .pag_descricao .pag_especificacoes .esp_titulo {
        font-family: "Antonio", sans-serif;
        color: #003460; }
        #pagina_detalhes .pag_descricao .pag_especificacoes .esp_titulo {
          font-size: 20px; }
          @media screen and (min-width: 768px) {
            #pagina_detalhes .pag_descricao .pag_especificacoes .esp_titulo {
              font-size: calc(20px + 10 * ((100vw - 768px) / 832)); } }
          @media screen and (min-width: 1600px) {
            #pagina_detalhes .pag_descricao .pag_especificacoes .esp_titulo {
              font-size: 30px; } }
      #pagina_detalhes .pag_descricao .pag_especificacoes .esp_texto {
        font-size: 1.7rem;
        padding-top: 30px;
        line-height: 200%; }
  #pagina_detalhes .pag_video {
    padding-top: 50px; }
  #pagina_detalhes .btn_orcamento button {
    font-family: "Antonio", sans-serif;
    background-color: #FF9913;
    color: #003460;
    font-size: 2rem;
    padding: 22px 70px;
    border-radius: 0;
    border: 1px solid #FFFFFF;
    font-weight: 400;
    margin-top: 70px;
    line-height: 120%; }
    #pagina_detalhes .btn_orcamento button:hover {
      background-color: #003460;
      color: #FF9913; }
    #pagina_detalhes .btn_orcamento button .btn_traco {
      height: 2px;
      position: absolute;
      top: 50%;
      transform: translate(0, -50%); }
      #pagina_detalhes .btn_orcamento button .btn_traco.traco1 {
        background-color: #FFFFFF;
        width: 37px;
        right: 0; }
      #pagina_detalhes .btn_orcamento button .btn_traco.traco2 {
        background-color: #003460;
        width: 54px;
        right: -54px; }
    #pagina_detalhes .btn_orcamento button:hover .traco1 {
      background-color: #FF9913; }
  #pagina_detalhes .btn_voltar button {
    background-color: #003460;
    color: #FFFFFF;
    font-size: 1.7rem;
    padding: 14px 34px;
    border-radius: 0;
    border: 1px solid #003460;
    font-weight: 400;
    margin-top: 40px;
    line-height: 120%; }
    #pagina_detalhes .btn_voltar button:hover {
      background-color: #FFFFFF;
      color: #003460; }

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Pagina Servicos =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#pagina_servicos {
  padding-bottom: 50px; }
  #pagina_servicos .pag_topo .top_descricao {
    font-family: "Anton", sans-serif;
    color: #DAE3E8;
    height: 196px;
    padding-bottom: 30px;
    letter-spacing: 10px; }
    #pagina_servicos .pag_topo .top_descricao {
      font-size: 22px; }
      @media screen and (min-width: 768px) {
        #pagina_servicos .pag_topo .top_descricao {
          font-size: calc(22px + 28 * ((100vw - 768px) / 832)); } }
      @media screen and (min-width: 1600px) {
        #pagina_servicos .pag_topo .top_descricao {
          font-size: 50px; } }
  #pagina_servicos .pag_topo {
    margin-bottom: 70px; }
  #pagina_servicos .sec_texto {
    font-size: 1.7rem;
    line-height: 180%; }
  #pagina_servicos .sec_img {
    padding: 0 75px 75px 0; }
    #pagina_servicos .sec_img img {
      z-index: 1;
      width: 100%; }
    #pagina_servicos .sec_img .img_caixa {
      background-color: rgba(0, 156, 221, 0.18);
      position: absolute;
      top: 53px;
      right: 0;
      height: 90%;
      width: 64%; }
  #pagina_servicos .sec_texto {
    padding-left: 40px; }
  #pagina_servicos .pag_galeria {
    padding-top: 60px; }
    #pagina_servicos .pag_galeria .gal_item {
      overflow: hidden; }
      #pagina_servicos .pag_galeria .gal_item .item_img {
        height: 260px;
        transition: all 0.5s;
        transform: scale(1); }
      #pagina_servicos .pag_galeria .gal_item:hover .item_img {
        transition: all 0.5s;
        transform: scale(1.1); }
    #pagina_servicos .pag_galeria .owl-dots {
      margin-top: 10px;
      /* MD (Antigo SM) - Google Nexus 7 */ }
      #pagina_servicos .pag_galeria .owl-dots .owl-dot span {
        width: 14px;
        height: 14px;
        background-color: transparent;
        border: 1px solid #003460; }
      #pagina_servicos .pag_galeria .owl-dots .active span {
        background-color: #003460; }
      @media only screen and (max-device-width: 991px) {
        #pagina_servicos .pag_galeria .owl-dots .owl-dot span {
          width: 10px;
          height: 10px; } }
    #pagina_servicos .pag_galeria .owl-nav {
      position: absolute;
      width: 100%;
      height: 0;
      top: 105px; }
      #pagina_servicos .pag_galeria .owl-nav [class*='owl-'] {
        position: absolute;
        background: transparent;
        font-size: 14px;
        margin: 0;
        padding: 0;
        border-radius: 0; }
        #pagina_servicos .pag_galeria .owl-nav [class*='owl-'] img {
          height: 30px; }
      #pagina_servicos .pag_galeria .owl-nav .owl-prev {
        left: -45px; }
      #pagina_servicos .pag_galeria .owl-nav .owl-next {
        right: -45px; }

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Pagina Contato =-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
#pagina_contato .pag_topo .top_descricao {
  font-family: "Anton", sans-serif;
  color: #DAE3E8;
  height: 196px;
  padding-bottom: 30px;
  letter-spacing: 10px; }
  #pagina_contato .pag_topo .top_descricao {
    font-size: 25px; }
    @media screen and (min-width: 768px) {
      #pagina_contato .pag_topo .top_descricao {
        font-size: calc(25px + 25 * ((100vw - 768px) / 832)); } }
    @media screen and (min-width: 1600px) {
      #pagina_contato .pag_topo .top_descricao {
        font-size: 50px; } }
#pagina_contato .pag_form {
  background-repeat: no-repeat;
  background-position: right 70px;
  padding: 80px 0 70px; }
  #pagina_contato .pag_form .form_intro {
    font-family: "Baloo Tammudu 2", cursive;
    font-size: 1.8rem;
    line-height: 170%; }
  #pagina_contato .pag_form .form_contato {
    padding-top: 40px; }
    #pagina_contato .pag_form .form_contato .form-group {
      margin-bottom: 22px; }
    #pagina_contato .pag_form .form_contato .form-label {
      font-family: "Baloo Tammudu 2", cursive;
      font-size: 1.6rem;
      font-weight: 500;
      color: #0060AD;
      line-height: 120%;
      margin-bottom: 0; }
    #pagina_contato .pag_form .form_contato .form-control {
      font-size: 1.5rem;
      color: #707070;
      border: 1px solid #AABDC8;
      border-radius: 5px; }
      #pagina_contato .pag_form .form_contato .form-control::placeholder {
        color: #707070; }
    #pagina_contato .pag_form .form_contato .campo_select i {
      font-size: 12px; }
    #pagina_contato .pag_form .form_contato input, #pagina_contato .pag_form .form_contato select {
      height: 50px; }
    #pagina_contato .pag_form .form_contato textarea {
      height: 130px; }
    #pagina_contato .pag_form .form_contato .btn_enviar button {
      font-family: "Antonio", sans-serif;
      background-color: #FF9913;
      color: #FFFFFF;
      font-size: 2rem;
      padding: 18px 65px 20px 50px;
      border-radius: 0;
      border: 1px solid #FFFFFF;
      font-weight: 400;
      margin-top: 5px;
      line-height: 120%; }
      #pagina_contato .pag_form .form_contato .btn_enviar button:hover {
        background-color: #FFFFFF;
        color: #FF9913; }
      #pagina_contato .pag_form .form_contato .btn_enviar button .btn_traco {
        height: 2px;
        position: absolute;
        top: 50%;
        transform: translate(0, -50%); }
        #pagina_contato .pag_form .form_contato .btn_enviar button .btn_traco.traco1 {
          background-color: #FFFFFF;
          width: 37px;
          right: 0; }
        #pagina_contato .pag_form .form_contato .btn_enviar button .btn_traco.traco2 {
          background-color: #FF9913;
          width: 55px;
          right: -55px; }
      #pagina_contato .pag_form .form_contato .btn_enviar button:hover {
        border-color: #FF9913; }
        #pagina_contato .pag_form .form_contato .btn_enviar button:hover .traco1 {
          background-color: #FF9913; }
#pagina_contato .pag_mapa {
  background-color: #DAE3E8;
  padding: 40px 0 60px; }
  #pagina_contato .pag_mapa .map_fundo {
    background: linear-gradient(to bottom, #009DDD 0%, #0060AD 50%, #003460 100%);
    width: 100%;
    height: 550px;
    position: absolute;
    top: 0; }
  #pagina_contato .pag_mapa .map_titulo {
    padding-bottom: 40px; }
    #pagina_contato .pag_mapa .map_titulo .tit_descricao {
      font-family: "Anton", sans-serif;
      color: #FFFFFF;
      letter-spacing: 5px; }
      #pagina_contato .pag_mapa .map_titulo .tit_descricao {
        font-size: 23px; }
        @media screen and (min-width: 768px) {
          #pagina_contato .pag_mapa .map_titulo .tit_descricao {
            font-size: calc(23px + 17 * ((100vw - 768px) / 832)); } }
        @media screen and (min-width: 1600px) {
          #pagina_contato .pag_mapa .map_titulo .tit_descricao {
            font-size: 40px; } }
    #pagina_contato .pag_mapa .map_titulo .tit_linha {
      background-color: #FF9913;
      height: 5px;
      width: 144px;
      margin: 15px auto 0; }
  #pagina_contato .pag_mapa .map_area {
    height: 520px;
    box-shadow: 0 11px 6px rgba(0, 0, 0, 0.05); }

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