/***************************************
GERAIS INÍCIO
***************************************/

body {
  font-family: "Nunito", sans-serif;
}

body h1 {
  font-weight: 700;
}

body h1::after {
  display: none;
}

/**** NAVBAR INÍCIO ****/

/** gerais início **/

.nav.navbar-nav.menus.navbar-right.teltopo .fa {
  color: #001567;
}

.nav.navbar-nav.menus.navbar-right.teltopo > li > a:hover {
  color: #001567 !important;
}

.navbar.navbar-fixed-top.navtopo {
  background: #38206c;
  box-shadow: none;
}

.navbar-nav.menus > li > a {
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
}

.navbar-nav.menus > li > a:hover {
  background: none;
  color: #0db5fc !important;
}
.navbar-nav.menus > li > a:focus {
  text-decoration: none;
  background: none;
  outline: 0;
  color: #0db5fc !important;
  border-bottom: 3px solid #0db5fc;
}

.navbar-nav.menus .menu-servicos a:hover {
  background: #0db5fc;
  border: 2px solid #0db5fc;
  font-weight: 700;
  color: #38206c !important;
  transform: scale(1.06);
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -o-transform: scale(1.06);
  box-shadow: 0px 5px 6px #00000030;
}

/** gerais final **/

/** fixed-topo início **/

.navbar.navbar-fixed-top.navtopo .navbar-nav.menus > li > a {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  color: #fff;
  padding: 40px 12px;
}

.navbar.navbar-fixed-top.navtopo .nav .navbar-brand {
  height: 100px;
}

.navbar.navbar-fixed-top.navtopo .navbar-nav.menus .menu-servicos a {
  border: 2px solid #0db5fc;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  padding: 10px 15px !important;
  margin-top: 28px;
}

/** fixed-topo final **/

/** small height início **/

.navbar.navbar-fixed-top.navtopo.small-height
  .navbar-nav.menus
  .menu-servicos
  a {
  margin-top: 18px;
}

.navbar.navbar-fixed-top.navtopo.small-height {
  box-shadow: 0px 10px 30px #1300316b;
}

.navbar.navbar-fixed-top.navtopo.small-height .nav .navbar-brand {
  height: 80px;
}

.navbar.navbar-fixed-top.navtopo.small-height .navbar-nav.menus > li > a {
  padding: 30px 12px;
}

/** small height final **/

/** NAVBAR FINAL **/

/***************************************
GERAIS FINAL
***************************************/

/***************************************
HOME INÍCIO
***************************************/

/****FORM INÍCIO****/

.navbar.navbar-fixed-top.navtopo {
  background: rgb(0, 15, 113);
  background: linear-gradient(
    90deg,
    rgba(0, 15, 113, 1) 35%,
    rgba(119, 238, 193, 1) 100%
  );
}

.box.box-formulario:after,
.box.box-formulario-full:after {
  display: none;
}

.box.box-formulario .box-form {
  margin-left: 0;
}

.box.box-formulario .formlateral {
  background: rgb(0, 15, 113);
  background: linear-gradient(
    205deg,
    rgba(0, 15, 113, 0.7371323529411764) 0%,
    rgba(119, 238, 193, 0.7595413165266106) 100%
  );
  box-shadow: 17px 20px 30px #2e1c42e0;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
}

.box.box-formulario .formlateral .form-control,
.box-formulario-full .form-control {
  border: 1px solid #fff;
  border-radius: 30px;
  background: #01125280;
}

.box.box-formulario .formlateral #btnSubmit,
.box-formulario-full #btnSubmit {
  color: #001567;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  border-radius: 30px;
  background: #fff;
  transition: 0.2s all ease;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}

.box.box-formulario .formlateral #btnSubmit:hover,
.box-formulario-full #btnSubmit:hover {
  box-shadow: 0px 10px 30px #00000020;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.box.box-formulario .formlateral h4 {
  color: #fff;
  font-size: 25px;
}

.box.box-formulario .boxtextos h1,
.box.box-formulario-full h1 {
  line-height: 55px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  margin-top: 85px;
}

.box.box-formulario .boxtextos h2,
.box.box-formulario-full h2 {
  color: #77eec1;
  font-weight: 600;
  font-size: 40px;
  margin: 0;
}

/**PLACEHOLDERS**/

#boxformulario .form-control::-webkit-input-placeholder {
  /* Edge */
  color: #fff;
}

#boxformulario .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

#boxformulario .form-control::placeholder {
  color: #fff;
}

#boxformulario .form-control:focus {
  /* Edge */
  background: #fff;
  color: #001567;
}

#boxformulario .form-control:focus {
  /* Internet Explorer 10-11 */
  background: #fff;
  color: #001567;
}

#boxformulario .form-control:focus {
  background: #fff;
  color: #001567;
}

/****FORM FINAL****/

/**** SOBRE INÍCIO ****/

.box.b-sobre {
  padding-bottom: 0;
}

.box.b-sobre .imgbloco img {
  margin: 0 auto;
}

.box.b-sobre h1 {
  color: #646484;
}

.box.b-sobre h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 80px;
  height: 4px;
  background-color: #009ddf;
  border-radius: 30px;
}

.box.b-sobre .boxtextos a {
  display: block;
  background: #fff;
  color: #0db5fc;
  font-weight: 700;
  font-size: 20px;
  width: 50%;
  padding: 20px 0;
  text-align: center;
  padding: 15px 0;
  border: 4px solid transparent;
  border-radius: 40px;
  background: linear-gradient(to right, white, white),
    linear-gradient(15deg, #000f71, #77eec1);
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  transition: 0.2s all ease;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}

.box.b-sobre .boxtextos a:hover {
  text-decoration: none;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  box-shadow: 0px 10px 20px #00000020;
  background: linear-gradient(to right, #009ddf, #009ddf),
    linear-gradient(15deg, #4e307d, #fd8484);
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  color: #fff;
}

/**** SOBRE FINALw ****/

/**** SERVIÇOS INÍCIO ****/

.box.b-banner-servicos {
  background: url(/uploads/2370/home/bg-servicos-2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 750px;
}

.box.b-banner-servicos h1 {
  color: #fff;
  top: 485px;
  margin-left: 52px;
}

/** TABS **/

.box.b-tabs {
  padding-top: 0;
  overflow: inherit;
}

.box.b-tabs .menu {
  position: relative;
  z-index: 1;
}

.box.b-tabs .tab-content {
  overflow: hidden;
  padding-top: 68px;
}

.box.b-tabs .nav-tabs {
  display: flex;
  justify-content: center;
  margin-top: -52px;
  position: relative;
  border: 0;
}

.box.b-tabs .nav-tabs > li {
  text-align: center;
  float: none;
  display: flex;
  align-content: center;
  align-self: center;
  margin: 0 30px;
}

.box.b-tabs .nav-tabs > li > a {
  background: #1a1753;
  font-size: 30px;
  color: #fff;
  font-weight: 800;
  display: flex;
  height: 168px;
  text-align: center;
  align-self: center;
  align-items: center;
  padding: 0 50px;
  border-radius: 40px;
  width: 500px;
  justify-content: center;
  align-content: center;
  transition: 0.3s all ease;
}

.nav-tabs > li.active > a,
.nav-tabs li a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  background: #fff !important;
  color: #009ddf !important;
  box-shadow: 0px -17px 4px -3px #433a4c29;
  border: none;
}

#grafica:after {
  content: url(/uploads/2370/home/after-graphic.png);
  position: absolute;
  left: 0;
  top: -214px;
  overflow: hidden;
  width: 42%;
}

#sinalizacao:after {
  content: url(/uploads/2370/home/after-sinal.png);
  position: absolute;
  left: 0;
  top: -214px;
  overflow: hidden;
  width: 42%;
}

#sinalizacao:before {
  content: url(/uploads/2370/home/before-sinal.png);
  position: absolute;
  right: 0;
  top: 25px;
  overflow: hidden;
}

#grafica li {
  font-size: 30px;
  font-weight: 600;
  padding: 10px 0;
  color: #7f7f8b;
}

li::marker {
  color: #72dcb4;
}

#sinalizacao h3 {
  font-size: 35px;
  font-weight: 700;
  color: #77eec1;
}

#sinalizacao li {
  font-size: 30px;
  font-weight: 600;
  padding: 10px 0;
  transition: 0.2s all ease;
}

#sinalizacao li > a {
  display: block;
  color: #7f7f8b;
  transition: 0.2s all ease;
}

#sinalizacao li > a:hover {
  text-decoration: none;
  transform: scale(1.05);
}

#sinalizacao li:hover {
  transform: scale(1.05);
}

#sinalizacao li > a:focus,
#sinalizacao li > a:visited {
  text-decoration: none;
}

#sinalizacao li::marker {
  color: #72dcb4;
}

/**** SERVIÇOS FINAL ****/

/**** SOCIAL INÍCIO ****/

.box.b-social {
  background: url(/uploads/2370/home/bg-social-2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 8vh 0;
}

.banners-sociais div a .fa {
  border: 5px solid #fff;
  color: #fff;
}

/**** SOCIAL FINAL ****/

/**** CLIENTES INÍCIO ****/

.box.b-nossos-clientes {
  background: #fff;
}

.box.b-nossos-clientes h1 {
  font-weight: 700;
  color: #009ddf;
}

.box.b-nossos-clientes h1::after {
  display: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: auto;
  height: 100%;
}

/**** CLIENTES FINAL ****/

/**** PORTFÓLIO INÍCIO ****/

.box.box-album-de-fotos.b-portifolio {
  background: #001567;
}

.box.box-album-de-fotos.b-portifolio h1 {
  color: #77eec1;
  padding: 0 !important;
}

.box.box-album-de-fotos.b-portifolio h1::after {
  display: none;
}

.box.box-album-de-fotos.b-portifolio .col-md-3 {
  width: 20%;
}

/**** PORTFÓLIO INÍCIO ****/

/**** ENDEREÇO E MAPA INÍCIO ****/

.box.box-mapa .contact-box.phone {
  border-right: 2px solid #77eec1;
}
.box.box-mapa .contact-box.phone-dois {
  border-left: 2px solid #77eec1;
}

.box.box-mapa .contact-box .content p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 30px;
}

.box.box-mapa .contact-box .icon {
  background: none;
}

.box.box-mapa .contact-box .content h5 {
  font-size: 20px;
  color: #fff;
}

.box.box-mapa .contact-box .content .phonerodape {
  margin-bottom: 0;
}

.box.box-mapa .contact-box .content .phonerodape a,
.box.box-mapa .contact-box .content .mail a {
  color: #fff;
  font-size: 18px;
}

.box.box-mapa .contact-box .content .phonerodape a:hover,
.box.box-mapa .contact-box .content .mail a:hover {
  text-decoration: none;
  color: #77eec1;
}

.box.box-mapa .contact-box {
  background: none;
  padding: 25px 25px 25px 95px;
  border-radius: 0;
  position: relative;
  border: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  min-height: 147px;
  margin: 40px 0;
}

.box.box-mapa .infos {
  background: url(/uploads/2370/home/bg-endereco.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  padding: 10vh 0;
}

.box.box-mapa .endereco {
  padding: 25px;
  background: #1a17539c;
  border: none;
  border-radius: 40px;
  box-shadow: 0px 10px 30px #00000059;
}

.box.box-mapa .contact-box.endereco h5 {
  font-size: 30px;
  color: #77eec1;
}

.box.box-mapa .endereco p {
  color: #fff;
}

.box.box-mapa .endereco h1 {
  color: #fff;
  margin: 0;
  padding: 20px 0;
}

.box.box-mapa .map p {
  margin: 0;
}

/**** ENDEREÇO E MAPA FINAL ****/

/**** FOOTER INÍCIO ****/

footer {
  background: #001567;
}
footer p {
  color: #fff;
}

/**** FOOTER FINAL ****/

/***************************************
HOME FINAL
***************************************/

/***************************************
PRODUTO INÍCIO
***************************************/

/**** GERAL INÍCIO ****/

.bg-conteudo.bg-servicos .full-image img {
  width: 100%;
  height: auto;
}

.bg-conteudo.bg-servicos .text-two img {
  margin: 0 auto;
}

/**** GERAL FINAL ****/

/**** ADESIVOS INÍCIO ****/

.bg-conteudo.bg-servicos .titulospaginas::before {
  display: none;
}

.titulospaginas {
  position: relative;
  margin-bottom: 40px;
  background-position: top !important;
  height: 650px;
  margin-bottom: 0px !important;
}

.titulospaginas h1 {
  font-size: 100px;
}

.titulospaginas.menu {
  position: relative;
  background-position: center !important;
  height: 350px;
  margin-bottom: 60px !important;
}

.bg-conteudo.bg-servicos .textspage h1 {
  font-size: 50px;
  color: #646484;
  position: relative;
}

.bg-conteudo.bg-servicos .textspage h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 80px;
  height: 4px;
  background-color: #009ddf;
  border-radius: 30px;
}

.bg-conteudo.bg-servicos .textspage p {
  font-size: 20px;
  color: #7f7f8b;
  line-height: 25px;
}

.full-image {
  margin-top: 40px;
}

.bg-conteudo.bg-servicos .img-centro {
  padding: 10vh 0;
}

.bg-conteudo.bg-servicos .img-centro img {
  display: block;
  margin: 0 auto;
}

.bg-conteudo.bg-servicos .efeito {
  background: #fff;
  border: 2px solid #009ddf;
  border-radius: 40px;
  margin-bottom: 60px;
}

/** efeito **/

.twentytwenty-horizontal .twentytwenty-handle:after {
  background: #009ddf !important;
  box-shadow: 0 -3px 0 #009ddf, 0px 0px 12px rgb(51 51 51 / 50%) !important;
}

.twentytwenty-horizontal .twentytwenty-handle:before {
  background: #009ddf !important;
  box-shadow: 0 3px 0 #009ddf, 0px 0px 12px rgb(51 51 51 / 50%) !important;
}

.twentytwenty-handle {
  border: 3px solid #009ddf !important;
}

.twentytwenty-right-arrow {
  border-left: 6px solid #009ddf !important;
}

.twentytwenty-left-arrow {
  border-right: 6px solid #009ddf !important;
}

/**-**/

.bg-conteudo.bg-servicos .menupage .topomenu .contmenu h3,
.bg-conteudo.bg-servicos .menupage .topomenu .contmenu p,
.bg-conteudo.bg-servicos .menupage .topomenu .contmenu .btleiamais {
  display: none;
}

.bg-conteudo.bg-servicos .menupage {
  margin-bottom: 40px;
  border-radius: 30px;
  transition: 0.2s all ease;
}

.bg-conteudo.bg-servicos .menupage:hover {
  transform: scale(1.05);
  box-shadow: 0px 10px 20px #00000020;
}

.main .bg-conteudo.bg-servicos li {
  font-size: 20px;
  font-weight: 600;
  padding: 5px 0;
  color: #7f7f8b;
}

/**** ADESIVOS FINAL ****/

/**** GALERIAS INÍCIO ****/

/** album inicio **/

#album-photos {
  padding: 0;
}
#album-photos .container-fluid {
  background: #001567;
}

#album-photos .col-md-3 a img {
  width: 100%;
  height: auto;
}

#album-photos img::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #5663c1;
  top: 0;
  opacity: 60%;
}

#album-photos .col-md-3 a {
  margin: 0;
  padding: 0;
  border: none;
}

#album-photos .col-md-3 {
  padding: 0;
  width: 20% !important;
}

#album-photos .thumbnail:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #001567;
  opacity: 60%;
  transition: 0.2s ease-in;
  top: 0;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
}

#album-photos .thumbnail:hover:after {
  display: none;
}

.galeria-detail {
  width: 100%;
}

.galeria-detail .title {
  background: #001567;
  padding: 30px 0;
}

.galeria-detail .title h1 {
  color: #77eec1;
  padding: 0;
  margin: 0;
}

/** album final **/

/** album localização início **/

#album-local .col-md-12 {
  padding: 0;
}

#album-local .thumbnail:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #5663c1;
  opacity: 60%;
  transition: 0.2s ease-in;
  top: 0;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
}

#album-local .thumbnail {
  border: none;
}

#album-local .thumbnail:hover:after {
  display: none;
}

#album-local {
  background: #5a66d1;
}

#album-local h2 {
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 30px;
  margin: 0;
  margin-bottom: 20px;
}

#album-local .col-md-3 {
  width: 10% !important;
}

/** album localização final **/

/**** GALERIAS FINAL ****/

/***************************************
PRODUTO FINAL
***************************************/

#gdpr-cookie-message {
  background: #001567 !important;
}
#gdpr-cookie-message button,
button#ihavecookiesBtn {
  background: #ffffff20 !important;
  font-size: 16px !important;
  padding: 5px 40px !important;
  border-radius: 30px !important;
  border: 2px solid #77eec1;
  color: #77eec1 !important;
  transition: 0.2s all ease;
}
#gdpr-cookie-message button:hover {
  transform: scale(1.05);
  box-shadow: 0px 5px 10px #00000020;
}

/***************************************
MEDIA QUERY INÍCIO
***************************************/

@media (max-width: 1920px) {
  /**** HOME INÍCIO ****/
  /** tabs início **/
  #grafica:after {
    left: -70px;
    top: -134px;
    transform: scale(0.85);
  }
  #sinalizacao:after {
    left: -208px;
    top: -36px;
    transform: scale(0.85);
  }
  #sinalizacao:before {
    top: 88px;
  }
  /** tabs final **/
  /**** HOME FINAL ****/
  /**** PRODUTOS INÍCIO ****/
  /** adesivos início **/
  .titulospaginas {
    height: 550px;
  }
  /** adesivos início **/
  /**** PRODUTOS FINAL ****/
}

@media (max-width: 1560px) {
  /**** HOME INÍCIO ****/
  #grafica:after {
    left: -236px;
    top: -130px;
    transform: scale(0.75);
    width: 100%;
  }
  #sinalizacao:after {
    left: -390px;
    top: -36px;
    transform: scale(0.75);
    width: 100%;
  }
  #sinalizacao:before {
    top: 141px;
  }
  /**** HOME FINAL ****/
  /**** PRODUTOS INÍCIO ****/
  .titulospaginas {
    height: 450px;
  }
  /**** PRODUTOS FINAL ****/
}

@media (max-width: 1366px) {
  .box.box-mapa .infos {
    height: initial;
    background-position: top right;
  }
  /**** HOME INÍCIO ****/
  .titulospaginas {
    height: 400px;
  }
  /**** HOME FINAL ****/
  /**** PRODUTOS INÍCIO ****/
  .titulospaginas h1 {
    font-size: 80px;
  }
  /**** PRODUTOS FINAL ****/
}

@media (max-width: 1280px) {
  /**** HOME INÍCIO ****/
  .box.b-sobre .imgbloco img {
    height: 500px;
    width: auto;
    margin: 0 auto;
    margin-top: 48px;
  }
  .box.b-sobre {
    padding-top: 10px;
    padding-bottom: 0;
  }
  #grafica:after {
    left: -260px;
    top: -68px;
    transform: scale(0.65);
    width: 100%;
  }
  #sinalizacao:after {
    left: -390px;
    top: 4px;
    transform: scale(0.65);
    width: 100%;
  }
  #sinalizacao:before {
    top: 130px;
  }
  /**** HOME FINAL ****/
  /**** PRODUTOS INÍCIO ****/
  .titulospaginas .container {
    padding-top: 10vh;
  }
  /**** PRODUTOS FINAL ****/
}

@media (max-width: 1024px) {
  /**** HOME INÍCIO ****/
  .navbar.navbar-fixed-top.navtopo .nav .navbar-brand {
    height: 80px;
  }
  .navbar.navbar-fixed-top.navtopo.small-height .nav .navbar-brand {
    height: 75px;
    margin-top: 4px;
    margin-right: 15px;
  }
  .navbar.navbar-fixed-top.navtopo .navbar-nav.menus > li > a,
  .navbar.navbar-fixed-top.navtopo.small-height .navbar-nav.menus > li > a {
    padding: 30px 10px;
  }
  .navbar.navbar-fixed-top.navtopo .navbar-nav.menus .menu-servicos a {
    margin-top: 17px;
  }
  /**-**/
  .box.b-tabs .nav-tabs > li > a {
    width: 400px;
  }
  #grafica:after {
    left: -275px;
    top: -68px;
    transform: scale(0.6);
    width: 100%;
  }
  #sinalizacao:after {
    left: -324px;
    top: 4px;
    transform: scale(0.6);
    width: 100%;
  }
  #sinalizacao:before {
    top: 130px;
    transform: scale(0.7);
    right: -71px;
  }
  /**** HOME FINAL ****/
  /**** PRODUTOS INÍCIO ****/
  .titulospaginas {
    height: 350px;
  }
  /**** PRODUTOS FINAL ****/

  /**** RODAPÉ ALTERAÇÃO INÍCIO ****/
  .box.box-mapa .contact-box .content h5 {
    font-size: 18px;
  }
  .box.box-mapa .contact-box svg {
    height: 40px;
  }
  .box.box-mapa .contact-box.mail svg {
    height: 35px;
  }
  /**** RODAPÉ ALTERAÇÃO FINAL ****/
}

@media (max-width: 991px) {
  /**navbar início **/
  .navbar.navbar-fixed-top.navtopo {
    background: rgb(0, 15, 113);
    background: linear-gradient(
      40deg,
      rgba(0, 15, 113, 1) 35%,
      rgba(119, 238, 193, 1) 100%
    );
  }
  /**-**/
  .navbar-toggle .icon-bar {
    background: #000f71;
  }
  /**-**/
  .navbar.navbar-fixed-top.navtopo .navbar-nav.menus > li > a,
  .navbar.navbar-fixed-top.navtopo.small-height .navbar-nav.menus > li > a {
    padding: 10px 0px 10px 35px;
    border: none;
  }
  /**-**/
  .navbar.navbar-fixed-top.navtopo .navbar-nav.menus .menu-servicos a {
    padding: 10px 15px !important;
    margin-top: 0px;
    width: 12%;
    margin-left: 30px;
    text-align: center;
  }
  /** - **/
  .nav.navbar-nav.menus.navbar-right.teltopo .fa {
    color: #77eec1;
  }
  /** navbar final **/
  .box.box-formulario .boxtextos h1,
  .box.box-formulario-full h1 {
    margin-top: 0px;
    padding-bottom: 0px;
  }
  .box.box-formulario .boxtextos h2,
  .box.box-formulario-full h2 {
    padding-bottom: 20px;
  }
  .box.b-form {
    background-position: center right !important;
  }
  /**-Na categoria maior-**/
  .box.box-img-esquerda.b-sobre .row {
    display: flex;
    flex-flow: column;
  }
  /**-Nas categorias menores-**/
  .box.box-img-esquerda.b-sobre .row .col-md-6:first-child {
    order: 2;
  }
  .box.box-img-esquerda.b-sobre .row .col-md-6:last-child {
    order: 1;
  }
  .box.box-img-esquerda.b-sobre a {
    margin: 0 auto;
  }
  .box.box-img-esquerda.b-sobre .imgbloco {
    margin-bottom: 0;
  }
  .box.b-sobre {
    padding-top: 60px;
    padding-bottom: 0;
  }
  #grafica:after {
    left: -304px;
    top: -68px;
  }
  /**** PRODUTOS INÍCIO ****/
  .titulospaginas.menu {
    position: relative;
    background-position: center !important;
    height: 150px;
    margin-bottom: 60px !important;
  }
  /**-**/
  .bg-conteudo.bg-servicos .menupage .bgavatar {
    height: 163px !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
  /**-**/
  .titulospaginas.menu {
    height: 150px;
  }
  .titulospaginas .container {
    padding-top: 4vh;
  }
  .titulospaginas h1 {
    padding: 0;
  }
  /**-**/
  .titulospaginas {
    height: 250px;
  }
  /**** PRODUTOS INÍCIO ****/
  .box.box-mapa .endereco {
    text-align: center;
  }
  /**-**/
  .owl-next {
    right: 0px;
  }
  .owl-prev {
    left: 0px;
  }
  /**** MAPA INÍCIO ****/
  .box.box-mapa .contact-box.phone {
    float: none;
    border: none;
    border-bottom: 2px solid #77eec1;
    margin: 0;
    background: #1a17539c;
    border-radius: 0px;
  }
  .box.box-mapa .contact-box.phone-dois {
    float: none;
    border: none;
    margin: 0;
    background: #1a17539c;
    border-radius: 0px 0px 30px 30px;
  }
  /**-**/
  .box.box-mapa .contact-box.mail {
    float: none;
    border-bottom: 2px solid #77eec1;
    margin: 0;
    background: #1a17539c;
    border-radius: 30px 30px 0px 0px;
  }
  /**** MAPA FINAL ****/

  /**** RODAPÉ ALTERAÇÃO INÍCIO ****/
  /**-Na categoria maior-**/
  .box.box-mapa.b-mapa .tels {
    display: flex;
    flex-flow: column;
  }
  /**-Nas categorias menores-**/
  .box.box-mapa.b-mapa .tels .col-md-4:first-child {
    order: 2;
    margin: 0 auto;
  }
  .box.box-mapa.b-mapa .tels .col-md-4:nth-child(2) {
    order: 1;
    margin: 0 auto;
  }
  .box.box-mapa.b-mapa .tels .col-md-4:last-child {
    order: 3;
    margin: 0 auto;
  }
  /**order**/
  .box.box-mapa .col-md-4 {
    padding: 0;
  }
  .box.box-mapa .contact-box.phone,
  .box.box-mapa .contact-box.phone-dois,
  .box.box-mapa .contact-box.mail {
    padding: 25px 25px 25px 85px;
  }
  /**** RODAPÉ ALTERAÇÃO FINAL ****/
}

@media (max-width: 600px) {
  .box.b-form {
    background-image: url(/uploads/2370/home/bg-mob-form-2.png) !important;
    padding-top: 30px;
  }
  .navbar.navbar-fixed-top.navtopo .navbar-nav.menus .menu-servicos a {
    width: 25%;
  }
  .box.b-tabs .nav-tabs > li > a {
    width: 250px;
  }
  .box.b-tabs .nav-tabs > li > a {
    font-size: 25px;
  }
  /**-**/
  #sinalizacao:after {
    left: -450px;
    top: -60px;
    transform: scale(0.5);
    width: 200%;
  }
  /**-**/
  .box.b-tabs .tab-content {
    overflow: hidden;
    padding-top: 40px;
  }
  /**-**/
  #sinalizacao:before {
    display: none;
    /*display
    top: 130px;
    transform: scale(0.45);
    right: -121px;
    */
  }
  /**-**/
  #grafica:after {
    left: -281px;
    transform: scale(0.45) rotate(13deg);
    top: 0px;
    width: 125%;
  }
  #grafica li {
    font-size: 25px;
    padding: 6px 0;
  }
  .box.b-tabs .nav-tabs > li > a {
    height: 120px;
    border-radius: 30px;
  }
  .box.b-tabs {
    padding-bottom: 30px;
  }
  .box.b-banner-servicos {
    height: 300px;
  }
  .box.b-banner-servicos h1 {
    color: #fff;
    top: 98px;
    margin-left: -290px;
  }
  /**-**/
  .owl-next {
    right: 0px;
  }
  .owl-prev {
    left: 0px;
  }
  /**** MAPA INÍCIO ****/
  .box.box-mapa .contact-box.phone {
    float: none;
    border: none;
    border-bottom: 2px solid #77eec1;
    margin: 0;
    background: #1a17539c;
    border-radius: 0px;
    width: 90%;
    margin: 0 auto;
  }
  .box.box-mapa .contact-box.phone-dois {
    float: none;
    border: none;
    margin: 0;
    background: #1a17539c;
    border-radius: 0px 0px 30px 30px;
    width: 90%;
    margin: 0 auto;
  }
  /**-**/
  .box.box-mapa .contact-box.mail {
    float: none;
    border-bottom: 2px solid #77eec1;
    margin: 0;
    background: #1a17539c;
    border-radius: 30px 30px 0px 0px;
    width: 90%;
    margin: 0 auto;
  }
  /**** MAPA FINAL ****/

  /**** SERVIÇOS INÍCIO ****/
  .bg-conteudo.bg-servicos .menupage .bgavatar {
    height: 120px !important;
  }
  .bg-conteudo.bg-servicos .menupage {
    margin-bottom: 20px;
  }
  /**** SERVIÇOS FINAL ****/
}

@media (max-width: 475px) {
  .box.b-form {
    background-image: url(/uploads/2370/home/bg-mob-form-2.png) !important;
    padding-top: 30px;
  }
  /**-**/
  .box.b-sobre .boxtextos a {
    width: 80%;
  }
  /**-**/
  .box.b-tabs .nav-tabs > li > a {
    height: 80px;
    border-radius: 20px;
    width: 170px;
    font-size: 20px;
  }
  .box.b-tabs .nav-tabs > li {
    margin: 0 10px;
  }
  .box.b-banner-servicos h1 {
    margin-left: -120px;
  }
  #sinalizacao li > a {
    font-size: 20px;
  }
  #sinalizacao li {
    padding: 4px 0;
  }
  #sinalizacao h3 {
    font-size: 30px;
    line-height: 35px;
  }
  .box.b-tabs .tab-content {
    padding-top: 10px;
  }
  #sinalizacao:after {
    left: -394px;
    top: -128px;
    transform: scale(0.4);
  }
  #grafica li {
    font-size: 20px;
    padding: 4px 0;
  }
  #grafica:after {
    left: -336px;
    transform: scale(0.35) rotate(346deg);
    top: -129px;
    width: 176%;
  }
  /**-**/
  .box.box-album-de-fotos.b-portifolio .col-md-3 {
    width: 50%;
  }
  /**-**/
  .owl-carousel .owl-item img {
    margin: 0 auto;
  }
  .owl-next {
    right: 0px;
  }
  .owl-prev {
    left: 0px;
  }
  /**-**/
  .box.box-mapa .infos {
    background-position: -1382px;
  }
  .box.box-mapa .contact-box.phone {
    float: none;
  }
  /**** MAPA INÍCIO ****/
  .box.box-mapa .contact-box.phone {
    float: none;
    border: none;
    border-bottom: 2px solid #77eec1;
    margin: 0;
    background: #1a17539c;
    border-radius: 0px;
    width: 90%;
    margin: 0 auto;
  }
  .box.box-mapa .contact-box.phone-dois {
    float: none;
    border: none;
    margin: 0;
    background: #1a17539c;
    border-radius: 0px 0px 30px 30px;
    width: 90%;
    margin: 0 auto;
  }
  /**-**/
  .box.box-mapa .contact-box.mail {
    float: none;
    border-bottom: 2px solid #77eec1;
    margin: 0;
    background: #1a17539c;
    border-radius: 30px 30px 0px 0px;
    width: 90%;
    margin: 0 auto;
  }
  /**** MAPA FINAL ****/

  /**** PRODUTOS INÍCIO ****/
  #album-photos .col-md-3 {
    width: 33% !important;
  }
  /**** PRODUTOS FINAL ****/
}

@media (max-width: 414px) {
  .navbar.navbar-fixed-top.navtopo .navbar-nav.menus .menu-servicos a {
    width: 35%;
  }
}
@media (max-width: 393px) {
  .box.box-mapa .infos {
    background-position: -1628px;
  }
}
@media (max-width: 375px) {
  .box.b-tabs .nav-tabs > li > a {
    width: 150px;
  }
  /**-**/
  #sinalizacao:after {
    left: -360px;
    top: -128px;
    transform: scale(0.35);
    width: 212%;
  }
  /**-**/
  .box.box-mapa .infos {
    background-position: -1628px;
  }
}
@media (max-width: 360px) {
}

/***************************************
MEDIA QUERY
***************************************/
.box.box-mapa .contact-box:hover {
    transform: none;
    box-shadow: 0px 10px 30px #00000059;
}