@charset "UTF-8";
/*Fonts*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans&display=swap");
@font-face {
  font-family: 'MyriadPro-Bold';
  src: url("../fonts/myriad/MyriadPro-Bold.otf");
}
@font-face {
  font-family: 'MyriadPro-Regular';
  src: url("../fonts/myriad/MyriadPro-Regular.otf");
}
body {
  overflow-x: hidden;
  font-family: 'MyriadPro-Regular', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  outline: none;
}

a, button {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  white-space: normal !important;
}
a:hover, a:focus, button:hover, button:focus {
  outline: none;
}

.overlaySite {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
  visibility: hidden;
}
@media (min-width: 1025px) {
  .overlaySite {
    display: none;
  }
}
.overlaySite.ativo {
  visibility: visible;
}

/*
* CLASSES DA HOME
* -------------------------------------------------------- */
@media (max-width: 991px) {
  .FullMobile {
    max-width: 90%;
  }
}
@media (max-width: 575px) {
  .FullMobile {
    max-width: 100%;
  }
}

.tituloSecao-1 {
  margin-top: 0;
  font-size: 45px;
  font-family: 'MyriadPro-Regular', sans-serif;
}
.tituloSecao-1 span, .tituloSecao-1 strong {
  font-family: 'MyriadPro-Bold', sans-serif;
}
@media (max-width: 1199px) {
  .tituloSecao-1 {
    font-size: 40px;
  }
}

/* BOTOES */
.btn {
  font-family: 'MyriadPro-Regular', sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.2;
  padding: 12px 30px;
}
.btn:focus {
  box-shadow: none !important;
}
.btn:active:focus {
  box-shadow: none !important;
}
.btn-circle {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
}
.btn-primary {
  background: #ff2e34;
  color: #fff;
  border: 2px solid #ff2e34;
}
.btn-primary:hover, .btn-primary:active {
  background-color: #f96055 !important;
  color: #fff !important;
  border: 2px solid #ff2e34 !important;
}
.btn-primary:focus {
  background-color: #f96055 !important;
  color: #fff !important;
  border: 2px solid #ff2e34 !important;
}
.btn-transparent {
  background: transparent;
  color: #fff;
  border: 2px solid #ff2e34;
}
.btn-transparent:hover, .btn-transparent:active {
  background-color: #ff2e34 !important;
  color: #fff !important;
  border: 2px solid #ff2e34 !important;
}
.btn-transparent:focus {
  background-color: #ff2e34 !important;
  color: #fff !important;
  border: 2px solid #ff2e34 !important;
}

/*
* HEADER SITE
* -------------------------------------------------------- */
.headerSite .contentTopo {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.headerTopo {
  background-color: #022653;
}
@media (max-width: 575px) {
  .headerTopo {
    display: none;
  }
}
.headerTopo_row1 {
  align-items: center;
  height: 50px;
}
.headerTopo .contatosHeader_wrapper {
  display: flex;
}
.headerTopo .contatosHeader_endereco, .headerTopo .contatosHeader_email {
  margin-right: 20px;
  display: flex;
}
.headerTopo .contatosHeader_endereco i, .headerTopo .contatosHeader_email i {
  color: #ff2e34;
  margin: 1px 10px 0 0;
  font-size: 16px;
}
.headerTopo .contatosHeader_endereco a, .headerTopo .contatosHeader_email a {
  color: #d8d8d8;
  font-size: 15px;
  font-family: 'MyriadPro-Regular', sans-serif;
}
@media (max-width: 991px) {
  .headerTopo .contatosHeader_email {
    display: none;
  }
}
.headerTopo .socialHeader_wrapper {
  display: flex;
  justify-content: flex-end;
}
.headerTopo .socialHeader a {
  color: #ff2e34;
  font-size: 20px;
  margin: 0 8px;
}
.headerTopo .socialHeader i {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.headerTopo .socialHeader i:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  color: #f96055;
}

.headerMiddle {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.headerMiddle_row1 {
  height: 130px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 575px) {
  .headerMiddle_row1 {
    height: 80px;
  }
}
.headerMiddle .brand {
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .headerMiddle .brand {
    max-width: 260px;
  }
}
@media (max-width: 575px) {
  .headerMiddle .brand {
    max-width: 200px;
  }
}
.headerMiddle .brand.brandInterna {
  margin-top: 0;
}
.headerMiddle .menuPrincipal.desktop {
  display: none;
}
@media (min-width: 1025px) {
  .headerMiddle .menuPrincipal.desktop {
    display: block;
  }
  .headerMiddle .menuPrincipal.desktop ul {
    display: flex;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .headerMiddle .menuPrincipal.desktop ul li.menu-item {
    margin-left: 5px;
  }
  .headerMiddle .menuPrincipal.desktop ul li.menu-item > a {
    color: #f7ffff;
    font-size: 18px;
    font-family: 'MyriadPro-Regular', sans-serif;
    padding: 6px 12px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .headerMiddle .menuPrincipal.desktop ul li.menu-item > a {
    font-size: 16px;
  }
}
@media (min-width: 1025px) {
  .headerMiddle .menuPrincipal.desktop ul li.menu-item:hover > a {
    background-color: #ff2e34;
  }
}
@media (min-width: 1025px) {
  .headerMiddle .menuPrincipal.mobile {
    display: none;
  }
}
.headerMiddle .menuPrincipal.mobile .nav-toggle i {
  font-size: 20px;
  color: #fff;
  background: #022653;
  padding: 12px 16px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}
.headerMiddle .menuPrincipal.mobile .nav-close {
  position: fixed;
  right: 30px;
  top: 20px;
  font-size: 35px;
  color: #fff;
  cursor: pointer;
}
.headerMiddle .menuPrincipal.mobile .full-nav {
  background-color: rgba(2, 38, 83, 0.99);
  color: green;
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  max-width: 350px;
  z-index: 99;
  overflow-x: hidden;
  visibility: hidden;
  opacity: 0;
  transform: translateX(100%);
  transition: all .4s ease-in-out;
}
@media (max-width: 500px) {
  .headerMiddle .menuPrincipal.mobile .full-nav {
    max-width: 100%;
  }
}
.headerMiddle .menuPrincipal.mobile .full-nav.open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: all .4s ease-in-out;
  z-index: 99;
}
.headerMiddle .menuPrincipal.mobile .full-nav .nav-principal {
  display: flex;
  justify-content: center;
}
.headerMiddle .menuPrincipal.mobile .full-nav .nav-principal > ul {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 350px;
  padding-top: 6rem;
  padding-left: 0;
}
@media (max-width: 500px) {
  .headerMiddle .menuPrincipal.mobile .full-nav .nav-principal > ul {
    max-width: 100%;
  }
}
.headerMiddle .menuPrincipal.mobile .full-nav .nav-principal > ul > li.menu-item {
  display: flex;
  flex: 100%;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  transition: background-color 300ms ease;
  max-width: 350px;
}
@media (max-width: 767px) {
  .headerMiddle .menuPrincipal.mobile .full-nav .nav-principal > ul > li.menu-item {
    flex: 100%;
    max-width: 100%;
  }
}
.headerMiddle .menuPrincipal.mobile .full-nav .nav-principal > ul > li.menu-item > a {
  font-size: 18px;
  color: #fff;
  padding: 1rem;
  width: 100%;
  text-decoration: none;
}
.headerMiddle .menuPrincipal.mobile .full-nav .nav-principal > ul > li.menu-item:hover {
  background-color: rgba(255, 255, 255, 0.18);
}
.headerMiddle .menuPrincipal.mobile .full-nav .nav-principal > ul li.menu-item-has-children {
  flex-direction: column;
  position: relative;
}
.headerMiddle .menuPrincipal.mobile .full-nav .nav-principal > ul li.menu-item-has-children > a:after {
  content: '\f107';
  font-family: FontAwesome;
  font-weight: bold;
  font-style: normal;
  margin: 0px 10px 0px 0px;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  position: absolute;
  right: 0;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.headerMiddle .menuPrincipal.mobile .full-nav .nav-principal > ul li.menu-item-has-children > a.ativo:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.headerMiddle .menuPrincipal.mobile .full-nav .nav-principal > ul li.btnLaranja {
  background-color: #ff6600;
}
.headerMiddle .menuPrincipal.mobile .full-nav .nav-principal > ul ul.sub-menu {
  max-height: 0;
  overflow: hidden;
  transition: all .7s linear;
  list-style: none;
  padding-left: 0;
}
.headerMiddle .menuPrincipal.mobile .full-nav .nav-principal > ul ul.sub-menu.active {
  max-height: 500px !important;
}
.headerMiddle .menuPrincipal.mobile .full-nav .nav-principal > ul ul.sub-menu > li {
  display: flex;
  background-color: #212121;
  border-bottom: 1px solid #282828;
}
.headerMiddle .menuPrincipal.mobile .full-nav .nav-principal > ul ul.sub-menu > li:last-child {
  border-bottom: 0;
}
.headerMiddle .menuPrincipal.mobile .full-nav .nav-principal > ul ul.sub-menu > li a {
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  padding: 1rem;
  width: 100%;
  text-decoration: none;
  text-transform: uppercase;
}
.headerMiddle.headerInterna {
  background-color: #091e39;
}
.headerMiddle.is-sticky {
  position: fixed;
  top: 0;
  z-index: 100;
  background-color: #091e39;
  -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-transition: all .5s;
  transition: all .5s;
  width: 100% !important;
}
.headerMiddle.is-sticky .row1--sticky {
  height: 80px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 575px) {
  .headerMiddle.is-sticky .row1--sticky {
    height: 80px;
  }
}
.headerMiddle.is-sticky .brand--sticky {
  margin-top: 0;
  max-width: 200px;
}

.headerBottom {
  margin-top: -10px;
}
.headerBottom_row1 {
  justify-content: flex-end;
}
.headerBottom .orcamentoHeader {
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-delay: 0s;
  animation-iteration-count: infinite;
}
.headerBottom .orcamentoHeader a {
  text-decoration: none;
}
@media (max-width: 420px) {
  .headerBottom .orcamentoHeader button {
    font-size: 12px;
    padding: 8px 10px;
  }
}
.headerBottom .orcamentoHeader .imgWhats {
  display: inline-block;
  max-width: 60px;
}
@media (max-width: 991px) {
  .headerBottom .orcamentoHeader {
    position: fixed;
    bottom: 0;
    z-index: 999;
    right: 0;
    margin-bottom: 30px;
  }
}
.headerBottom .orcamentoHeader.whats-interna {
  position: fixed;
  bottom: 0;
  z-index: 999;
  right: 0;
  margin-bottom: 30px;
}
.headerBottom.headerInterna {
  margin-top: 0;
}

.headerBannerSlider .bgWrapper > img {
  object-fit: cover;
  width: 100%;
  max-height: 1040px;
  min-height: 800px;
}
@media (max-width: 1680px) {
  .headerBannerSlider .bgWrapper > img {
    max-height: 915px;
  }
}
@media (max-width: 1440px) {
  .headerBannerSlider .bgWrapper > img {
    min-height: 780px;
  }
}
@media (max-width: 1280px) {
  .headerBannerSlider .bgWrapper > img {
    min-height: 695px;
  }
}
@media (max-width: 1024px) {
  .headerBannerSlider .bgWrapper > img {
    min-height: inherit;
    max-height: inherit;
    height: 560px;
  }
}
@media (max-width: 600px) {
  .headerBannerSlider .bgWrapper > img {
    height: 350px;
  }
}

/*SE├ç├âO INTRO*/
.destaqueIntro {
  background-color: #f7f7f7;
  padding: 40px 0;
}
.destaqueIntro .container:first-child {
  margin-bottom: 40px;
}
.destaqueIntro .tituloSecao-1 {
  text-align: center;
}
.destaqueIntro .sub {
  display: block;
  text-align: center;
  font-size: 25px;
}
@media (max-width: 1199px) {
  .destaqueIntro .sub {
    font-size: 22px;
  }
}

@media (max-width: 991px) {
  .ServicoDestaque {
    margin: 0 auto 30px;
    display: table;
  }
}
.ServicoDestaque a {
  text-decoration: none;
}
.ServicoDestaque_camadas {
  position: relative;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  max-width: 255px;
}
.ServicoDestaque_camadaDois {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.ServicoDestaque_camadaDois .tipo {
  color: #fff;
  font-family: 'MyriadPro-Bold', sans-serif;
  font-size: 25px;
  text-align: center;
  max-width: 175px;
}
.ServicoDestaque_camadaDois .icone {
  color: #fff;
  font-size: 30px;
}
.ServicoDestaque_camadas:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
@media (max-width: 1199px) {
  .ServicoDestaque_camadaDois .tipo {
    font-size: 22px;
  }
  .ServicoDestaque_camadaDois .icone {
    font-size: 25px;
  }
}

/* SEC├âO SOBRE*/
.destaqueSobre {
  background-color: #022653;
}
.destaqueSobre_content {
  margin: 80px 0 50px;
}
@media (min-width: 992px) {
  .destaqueSobre_imagem {
    position: relative;
    margin-top: 40px;
  }
  .destaqueSobre_imagem > img {
    position: absolute;
    top: 20px;
  }
}
@media (max-width: 991px) {
  .destaqueSobre_imagem {
    max-width: 75%;
    margin: auto auto 60px;
  }
}
.destaqueSobre .tituloSecao-1 {
  color: #fff;
  margin-bottom: 20px;
}
.destaqueSobre .wrapperTxt p {
  color: #fff;
  text-align: justify;
  font-size: 20px;
}

/* SEC├âO CLIENTES*/
.destaqueClientes {
  background-color: #f7f7f7;
  padding: 80px 0;
}
.destaqueClientes .tituloSecao-1 {
  text-align: center;
  margin-bottom: 40px;
}
.destaqueClientes .tituloSecao-1 span {
  font-weight: bold;
  color: #ff2e34;
}

.wrapperClientesHome {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}
.wrapperClientesHome_item {
  width: 20%;
  max-width: 140px;
  margin: 20px;
}

/*
* CLASSES DO FOOTER
* -------------------------------------------------------- */
.footerSite {
  overflow: hidden;
}

.footerSiteDados {
  background-color: #022653;
}
@media (max-width: 991px) {
  .footerSiteDados {
    padding-bottom: 60px;
  }
}
.footerSiteDados .row-principal {
  justify-content: space-between;
}
.footerSiteDados .blCol {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .footerSiteDados .blCol {
    margin-bottom: 0;
  }
}
.footerSiteDados .tituloFooter {
  color: #fff;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 30px 0;
}

@media (max-width: 991px) {
  .logoFooter {
    margin-right: auto;
    margin-left: auto;
    display: table;
    max-width: 260px;
  }
}
@media (max-width: 575px) {
  .logoFooter {
    max-width: 200px;
  }
}

.blocoContatosFooter {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .blocoContatosFooter {
    margin-right: auto;
    margin-left: auto;
    display: table;
  }
}
.blocoContatosFooter .item {
  display: block;
  margin: 0 0 8px 0;
}
.blocoContatosFooter .item--endereco {
  display: flex;
}
.blocoContatosFooter i {
  color: #ff2e34;
  margin: 5px 10px 0 0;
  font-size: 14px;
}
.blocoContatosFooter a {
  color: #fff;
  font-size: 14px;
}
.blocoContatosFooter small {
  font-weight: bold;
}

.blocoNewsFooter label {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}
.blocoNewsFooter input.form-control {
  background-color: transparent;
  border-color: #5b7aa1;
}
.blocoNewsFooter input.form-control:focus {
  color: #333;
  background-color: #fff;
  border-color: #9E9E9E;
  outline: 0;
  box-shadow: 0 0 0 0.1rem #9E9E9E;
}
.blocoNewsFooter .btn {
  background-color: #ff2e34;
  border-color: #ff2e34;
  border-radius: 20px;
  padding: 10px 30px;
  line-height: 1;
}

.blocoSocialFooter {
  position: relative;
  z-index: 2;
}
.blocoSocialFooter .wrapperSocial {
  margin: 50px 0 0 0;
  display: flex;
  justify-content: center;
}
.blocoSocialFooter a {
  color: #ff2e34;
  font-size: 20px;
  margin: 0 8px;
}
.blocoSocialFooter i {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.blocoSocialFooter i:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  color: #f96055;
}

@media (max-width: 991px) {
  .blocoWhatsFooter {
    display: none;
  }
}
.blocoWhatsFooter .wrapper {
  position: relative;
}
.blocoWhatsFooter .wrapper img {
  position: absolute;
  top: 15px;
  right: -200px;
  max-width: 350px;
  overflow: overlay;
  z-index: 1;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-delay: 0s;
  animation-iteration-count: infinite;
}
.blocoWhatsFooter_escondeCol {
  display: none;
}

.footerSiteCopy {
  background-color: #ff2e34;
}
.footerSiteCopy span {
  color: #fff;
  text-align: center;
  display: block;
  padding: 10px 0;
  font-size: 16px;
}

/*
* CLASSES DAS P├üGINAS INTERNA (PADRONIZADO PARA TODAS)
* -------------------------------------------------------- */
main.pageInterna {
  margin-top: 180px;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 575px) {
  main.pageInterna {
    margin-top: 80px;
  }
}

h1.tituloSecaoInterna-1 {
  font-family: 'MyriadPro-Bold', sans-serif;
  color: #022653;
  border-bottom: 2px solid #ff2e34;
  margin: 0 0 2.5rem 0;
  text-transform: uppercase;
}

.contentPage h1,
.contentPage h2,
.contentPage h3,
.contentPage h4 {
  font-family: 'MyriadPro-Bold', sans-serif;
  color: #ff2e34;
}
.contentPage h2 {
  margin-top: 2rem;
}
.contentPage ul {
  margin: 0 0 1rem 0;
  padding: 0;
}
.contentPage ul li {
  list-style: none;
  padding-left: 30px;
}
.contentPage ul li:before {
  content: '\f10c';
  font-family: FontAwesome;
  font-weight: bold;
  font-style: normal;
  margin: 0px 20px 0px 10px;
  text-decoration: none;
  color: #022653;
  font-size: 12px;
  margin-left: -30px;
}

/*
* CLASSES DA P├üGINA SOBRE
* -------------------------------------------------------- */
.secaoSobre .contentPage li:before {
  content: '\f00c';
}

/*
* CLASSES DA P├üGINA IMPRESS├âO DIGITAL
* -------------------------------------------------------- */
.secaoImpressaodigital .imagemDestaque {
  max-width: 600px;
  display: table;
  margin-right: auto;
  margin-left: auto;
}

/*
* CLASSES DA P├üGINA COMUNICA├ç├âO VISUAL
* -------------------------------------------------------- */
.secaoComunicacaovisual .imagemDestaque {
  max-width: 600px;
  display: table;
  margin-right: auto;
  margin-left: auto;
}

/*
* CLASSES DA P├üGINA PERSONALIZA├ç├âO DE VEICULOS
* -------------------------------------------------------- */
.secaoPersonalizacaodeveiculos .imagemDestaque {
  max-width: 600px;
  display: table;
  margin-right: auto;
  margin-left: auto;
}

/*
* CLASSES DA P├üGINA CONTATO
* -------------------------------------------------------- */
.block_dados-contato .bloco-dados {
  margin-bottom: 20px;
}
.block_dados-contato .bloco-dados h4 {
  font-size: 17px;
  color: #ff2e34;
  font-weight: bold;
}
.block_dados-contato .bloco-dados a {
  color: #767676;
  font-size: 15px;
}
.block_dados-contato .bloco-dados a:hover {
  color: #022653;
}

.block_form-contato form {
  padding: 30px;
  background-color: #f5f5f5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 30px;
}
.block_form-contato label {
  font-size: 17px;
  color: #022653;
  font-weight: bold;
}
.block_form-contato input.form-control[type=text]:focus,
.block_form-contato input.form-control[type=email]:focus,
.block_form-contato textarea.form-control:focus {
  box-shadow: none;
  border-color: #022653;
}

.block_full-mapa {
  margin-top: 30px;
  padding: 0;
}
.block_full-mapa .wrapper {
  padding-bottom: 350px;
  height: 0;
  overflow: hidden;
}
.block_full-mapa iframe {
  width: 100%;
  height: 350px;
}

/*# sourceMappingURL=theme.min.css.map */
