@charset 'UTF-8';
.lb-loader,
.lightbox {
  text-align: center;
  line-height: 0;
}
.box-02 .item,
.slick-loading .slick-slide,
.slick-loading .slick-track,
.slogan .conteudo,
.slogan .titulo {
  visibility: hidden;
}
body:after {
  content: url(../images/close.png) url(../images/loading.gif)
    url(../images/prev.png) url(../images/next.png);
  display: none;
}
.lb-dataContainer:after,
.lb-outerContainer:after {
  content: "";
  clear: both;
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  filter: alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  font-weight: 400;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  background-color: #fff;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.lb-loader,
.lb-nav {
  position: absolute;
  left: 0;
}
.lb-outerContainer:after {
  display: table;
}
.lb-container {
  padding: 4px;
}
.lb-loader {
  top: 43%;
  height: 25%;
  width: 100%;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}
.lb-nav {
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}
.lb-next,
.lb-prev {
  height: 100%;
  cursor: pointer;
  display: block;
}
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  display: table;
}
.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 1em;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: 0;
  filter: alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: alpha(Opacity=100);
  opacity: 1;
}
.slick-slider,
.slick-track {
  position: relative;
  display: block;
}
.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
  font-family: slick;
  -webkit-font-smoothing: antialiased;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  top: 0;
  left: 0;
  max-width: none;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-loading .slick-list {
  background: url(ajax-loader.gif) center center no-repeat #fff;
}
@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/slick.eot);
  src: url(../fonts/slick.eot?#iefix) format("embedded-opentype"),
    url(../fonts/slick.woff) format("woff"),
    url(../fonts/slick.ttf) format("truetype"),
    url(../fonts/slick.svg#slick) format("svg");
}
.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â";
}
.slick-next:before,
[dir="rtl"] .slick-prev:before {
  content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}
[dir="rtl"] .slick-next:before {
  content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â";
}
.slick-slider {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢";
  text-align: center;
  opacity: 0.25;
  color: #000;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000;
}
* {
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #333;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
#aguarde,
#texto-404 {
  width: 100%;
  font-family: Calibri;
  text-align: center;
}
#erro-total {
  width: 700px;
  height: 270px;
  margin: 15px 0;
}
#imagem-centralizada {
  width: 100%;
  text-align: center;
  margin: 10px 0;
}
#texto-404 {
  font-size: 22px;
}
#aguarde {
  font-size: 19px;
  margin: 5px 0;
}
.page-404 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 600px;
}
a {
  text-decoration: none;
}
.formata-content {
  text-align: justify;
  font-size: 1.3em;
  color: #fff;
}
.formata-content p {
  font-size: 24px;
  color: #cd3631;
  font-weight: 700;
  margin-top: 20px;
}
.formata-paragrafo {
  justify-content: space-around;
  display: flex;
  flex-wrap: wrap;
}
.teste-59 {
  width: 450px;
  border: 2px solid red;
}
hr.separa-titulo {
  height: 20px;
  border: 0;
  box-shadow: 0 13px 15px -10px #ce3731 inset;
}
.alignleft,
.esquerda,
.esquerdo,
.float-left,
.left {
  float: left;
  display: table;
  margin: 0 10px 10px 0;
}
.alignright,
.direita,
.direito,
.float-right,
.right {
  float: right;
  display: table;
  margin: 0 0 10px 10px;
}
.aligncenter,
.center,
.meio {
  display: table;
  margin: 20px auto;
}
.borda {
  padding: 2px;
  background: #fff;
  box-shadow: 0 0 2px 0 #666;
}
.global {
  margin: 0 auto;
}
.conteudo-pages {
  min-height: 500px;
  width: 998px;
  margin: 0 auto;
}
.texto-pages {
  font: 15px/25px Calibri;
  color: #000;
  text-align: justify;
}
.texto-pages h1 {
  font: 25px Calibri;
  padding-left: 20px;
  margin-bottom: 15px;
  font-weight: 700;
  color: #000;
}
.texto-pages h2 {
  font: 20px Calibri;
  padding-left: 10px;
  margin-bottom: 15px;
  font-weight: 700;
  color: #000;
}
.contato input,
.contato textarea {
  font-size: 17px;
  width: 100%;
  background: #eee;
  border: 1px solid #ccc;
  color: #666;
  margin-bottom: 10px;
  outline: 0 !important;
  box-sizing: border-box;
}
.slider .slick-prev {
  left: 45px !important;
}
.slider .slick-next {
  right: 45px !important;
}
.slider img {
  max-width: 100%;
}
.slider2 .slick-active {
  opacity: 0.6 !important;
}
.slider2 .slick-center {
  opacity: 1 !important;
}
.slider2 .slick-slide {
  display: flex !important;
  justify-content: center;
  flex-direction: column;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -os-transition: all 0.3s;
}
.slider2 .slick-prev {
  right: 50px;
  left: initial;
  top: 0;
}
.slider2 .slick-next {
  top: 0;
  right: 0;
}
.menu-resp {
  display: none;
}
.contato input {
  padding: 15px 20px;
}
.contato textarea {
  padding: 10px 20px;
  resize: none;
  height: 200px;
}
.linha-topo,
.topo {
  width: 1200px;
  margin: 0 auto;
  display: flex;
}
.contato .submit {
  cursor: pointer;
  background: #ce3731;
  color: #fff;
}
body {
  overflow-x: hidden;
  background: url(../images/fundo.jpg);
}
.linha-topo-total {
  background: #ce3731;
}
.linha-topo {
  flex-wrap: wrap;
  justify-content: space-around;
}
.box-01,
.topo {
  flex-wrap: wrap;
}
.linha-topo .item {
  padding: 10px;
  color: #fff;
  font: 18px calibri;
}
.linha-topo .item i {
  color: inherit;
  font-size: 25px;
  vertical-align: text-top;
}
.topo-total {
  /* padding:30px 0 */
}
.topo {
  justify-content: space-around;
}
.topo > div {
  margin: 20px 0;
}
.topo .logo img {
  max-width: 350px;
}
.menu-total {
  display: flex;
  align-items: center;
}
.menu li {
  display: inline-block;
  margin: 10px 0;
  padding: 0 20px;
}
.menu li a {
  font: 18px calibri;
  color: #fff;
}
.menu li a.ativo,
.menu li a:hover {
  color: #ff0a00;
}
.fundo-slider {
  display: flex;
  position: relative;
  width: 100%;
  background: #000;
  overflow: hidden;
}
.fundo-slider img {
  max-width: initial;
  position: relative;
  transform: translateX(-50%);
  left: 50%;
}
.slogan-total {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  text-align: center;
}
.slogan {
  width: 700px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.slogan .titulo {
  font: 50px calibri;
  font-weight: lighter;
  color: #fff;
  margin-bottom: 10px;
}
.slogan .conteudo {
  font: 25px calibri;
  font-weight: lighter;
  color: #fff;
}
.box-01-total {
  /* padding:20px 0 */
}
.box-01 {
  width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}
.box-01 .box {
  width: 350px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 10px 0;
}
.titulo-servicos {
  font: 40px calibri;
  font-weight: lighter;
  margin-bottom: 10px;
  margin-left: 10px;
  color: #dadada;
  font-size: 50px;
}
.box-01 .box .item {
  width: 350px;
  height: 290px;
  margin: 0;
  overflow: hidden;
  position: relative;
  visibility: hidden;
}
.box-01 .box:last-child .item {
  width: 350px;
  height: 100%;
  margin: 0 !important;
  overflow: hidden;
  position: relative;
}
.box-01 .box a:last-child .item {
  margin-top: 10px;
}
.box-02,
.imagens-design {
  margin: 0 auto;
  display: flex;
}
.box-01 .box .item:hover .titulo {
  background: rgba(206, 55, 49, 1);
  transition: all 0.5s;
}
.box-01 .box .item .img {
  width: 350px;
  height: 290px;
}
.box-01 .box .item .img img {
  width: 100%;
  height: auto;
  min-height: 100%;
}
.box-01 .box .item .titulo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font: 40px calibri;
  color: #fff;
  font-weight: lighter;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  background: rgba(206, 55, 49, 0.7);
  transition: all 0.5s;
}
.imagens-design {
  width: 1080px;
  justify-content: space-around;
  flex-wrap: wrap;
}
.box-02 {
  width: 1200px;
  flex-wrap: wrap;
  justify-content: space-around;
}
.box-02 .item {
  width: 400px;
  text-align: center;
  padding: 60px 0;
  position: relative;
  color: #fff;
}
.box-02 .item > i {
  opacity: 0;
  font-size: 30px;
  color: inherit;
  transition: all 0.5s;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.box-02 .item:hover > i {
  opacity: 1;
  transition: all 0.5s;
}
.box-02 a:nth-child(2) .conteudo,
.box-02 a:nth-child(2) .titulo {
  color: inherit;
  transition: all 0.3s;
}
.box-02 .item .img {
  width: 120px;
  height: 120px;
  background: #ce3731;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 2px #84120d, 5px 5px 0 0 #560906;
  transition: all 0.5s;
}
.box-02 .item .img i {
  font-size: 60px;
  color: #fff;
}
.box-02 .item .conteudo,
.box-02 .item .titulo {
  color: inherit;
  padding: 0 30px;
  transition: all 0.3s;
}
.box-02 .item .titulo {
  font: 25px calibri;
  font-weight: lighter;
  margin-bottom: 20px;
}
.box-02 .item .conteudo {
  font: 20px calibri;
  font-weight: lighter;
}
.box-03-total {
  padding: 40px 0;
}
.box-03 {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.box-03 .item {
  width: 630px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.box-03 .item:first-child {
  width: 322px;
  overflow: hidden;
}
.box-03 .item .titulo {
  font: 40px calibri;
  font-weight: lighter;
  color: #ff0a00;
  margin-bottom: 30px;
}
.box-03 .item .titulo span {
  font: 22px calibri;
  font-weight: lighter;
  color: #ff0a00;
  display: block;
}
.box-03 .item .conteudo {
  font: 20px calibri;
  color: #fff;
  margin-bottom: 30px;
}
.box-03 .item .entrar {
  font: 22px calibri;
  font-weight: lighter;
  color: #fff;
  padding: 15px;
  width: 200px;
  text-align: center;
  display: table;
  background: #ce3731;
  transition: all 0.5s;
}
.box-03 .item .entrar:hover {
  background: #b1afaf;
  color: #fff;
  transition: all 0.5s;
}
.formata-texto .formata-content {
  font: 20px calibri;
  font-weight: lighter;
  padding: 0 10px;
  text-align: justify;
  color: #fff;
}
.titulo-itens {
  font: 25px calibri;
  color: #eee;
  margin-bottom: 20px;
  margin-left: 10px;
  border-bottom: 1px solid #84120d;
  text-align: center;
  font-weight: 700;
}
.box-04-total {
  background: url(../images/fundo-box-04.jpg);
  background-size: cover;
  padding: 20px 0;
}
.box-04 {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.box-04 .item {
  width: 500px;
  margin: 20px 0;
}
.item-engenharia {
  width: 300px;
  transition: all 0.8s;
  margin: 10px;
  padding: 15px;
  height: auto;
  opacity: 0.8;
  border: 2px solid #84120d;
  background-color: #666;
}
.completa-vermelho,
.formata-img {
  background: rgba(206, 55, 49, 0.7);
}
.item-engenharia:hover {
  transform: scale(1.1);
  opacity: 1;
}
.item-engenharia .formata-texto div p {
  text-align: left;
}
.item-engenharia img {
  width: 100%;
  height: 230px;
}
.box-04 .item > .titulo {
  font: 40px calibri;
  font-weight: lighter;
  color: #ce3731;
  margin-bottom: 10px;
}
.btn,
.rodape {
  margin: 0 auto;
}
.box-04 .item > .titulo span {
  font: 22px calibri;
  font-weight: lighter;
  color: #ce3731;
  display: block;
}
.mapa,
.rodape,
.rodape > div {
  display: flex;
}
.box-04 .item .contato {
  padding: 0 10px;
}
.mapa {
  position: relative;
  border: 2px solid #ce3731;
  height: 450px;
}
.mapa iframe {
  width: 100%;
}
.rodape {
  width: 1200px;
  flex-wrap: wrap;
  justify-content: space-around;
}
.rodape > div {
  padding: 20px 0;
  font: 20px calibri;
  color: #fff;
  align-items: center;
  justify-content: center;
}
.rodape .social img {
  padding: 5px;
}
div:hover > .btn {
  display: block;
  opacity: 1;
  transform: rotate(360);
  transition: all 1s;
}
.btn {
  text-align: center;
  width: 100%;
  height: 40px;
  padding: 5px 0;
  bottom: 0;
  z-index: 999;
  cursor: pointer;
  opacity: 0.6;
  transition: all 1s;
}
.btn.absolute {
  position: absolute;
}
.btn > div {
  width: 100px;
  display: inline-block;
}
.btn .add::after,
.btn .add::before,
.btn .remove::after,
.btn .remove::before {
  color: #000;
  display: block;
  width: 100%;
  text-align: center;
}
.btn .remove::before {
  content: "\f05e";
  font-family: fontAwesome;
  font-size: 40px;
}
.btn .remove::after {
  content: "";
  font-family: calibri;
  font-size: 14px;
}
.btn .add::before {
  content: "\f055";
  font-family: fontAwesome;
  font-size: 40px;
}
.btn .add::after {
  content: "RETORNAR";
  font-family: calibri;
  font-size: 16px;
}
.btn.white ::after,
.btn.white ::before {
  color: #fff !important;
}
.completa-vermelho {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font: 40px calibri;
  color: #fff;
  font-weight: lighter;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  transition: all 0.5s;
}
ul.formata-lista {
  padding: 20px;
}
ul.formata-lista li {
  font-size: 17px;
  line-height: 30px;
  color: #dadada;
}
.formata-texto {
  width: 1080px;
  margin: 0 auto;
}
img.img__img {
  padding: 10px;
}
.adm-obras .item:before {
  font-size: 50px;
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #999;
}
.adm-obras .item:nth-child(1):before {
  content: "\f03a";
  color: #d2691e;
  font-family: FontAwesome;
}
.adm-obras .item:nth-child(2):before {
  content: "\f0d6";
  font-family: FontAwesome;
  color: green;
}
.adm-obras .item:nth-child(3):before {
  content: "\f274";
  font-family: FontAwesome;
  color: #ce3731;
}
.adm-obras .item:nth-child(4):before {
  content: "\f08d";
  font-family: FontAwesome;
  color: orange;
}
.adm-obras .item:nth-child(5):before {
  content: "\f2b5";
  font-family: FontAwesome;
  color: #00b7ff;
}
.adm-obras .item {
  display: grid;
  width: 300px;
  text-align: justify;
  padding: 20px;
  font-size: 1.3em;
  justify-content: center;
  background-color: rgba(240, 248, 255, 0.83);
  margin: 10px;
}
.pp_social {
  display: none !important;
}
.adm-obras {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.formata-lista li span {
  font-size: 20px;
  background-color: #84120d;
  color: #fff;
  padding: 10px;
  display: table;
  border-radius: 25px;
  margin-bottom: 10px;
}
.formata-lista ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.img-sobre {
  width: 400px;
  margin: 40px auto;
}
.img-sobre img {
  width: 100%;
}
.formata-lista li {
  list-style: none;
  width: 167px;
  height: 157px;
  display: grid;
  border: 2px solid #6e5150;
  font-size: 1.4em;
  margin: 20px;
  color: #fff;
  padding: 10px 20px 20px;
  background-color: #b0afaf;
}
.lista-servicos {
  margin: 20px;
}
.lista-servicos li {
  font-size: 1.4em;
  color: #fff;
  line-height: 30px;
}
@media only screen and (max-width: 1200px) {
  * {
    max-width: 100%;
    box-sizing: border-box;
  }
  .conteudo-pages {
    padding: 2%;
  }
  .formata-paragrafo {
    display: grid;
  }
  .menu-resp,
  .menu-total {
    display: block;
    width: 100%;
  }
  .menu-resp {
    background: url(../images/menu-resp.png) center no-repeat;
    padding: 40px;
    cursor: pointer;
  }
  .menu {
    display: none;
  }
  .menu li {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
  .rodape div {
    width: 100%;
    margin: 20px 0;
    text-align: center;
  }
}
@charset 'UTF-8';
.lb-loader,
.lightbox {
  text-align: center;
  line-height: 0;
}
.box-02 .item,
.slick-loading .slick-slide,
.slick-loading .slick-track,
.slogan .conteudo,
.slogan .titulo {
  visibility: hidden;
}
body:after {
  content: url(../images/close.png) url(../images/loading.gif)
    url(../images/prev.png) url(../images/next.png);
  display: none;
}
.lb-dataContainer:after,
.lb-outerContainer:after {
  content: "";
  clear: both;
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  filter: alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  font-weight: 400;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  background-color: #fff;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.lb-loader,
.lb-nav {
  position: absolute;
  left: 0;
}
.lb-outerContainer:after {
  display: table;
}
.lb-container {
  padding: 4px;
}
.lb-loader {
  top: 43%;
  height: 25%;
  width: 100%;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}
.lb-nav {
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}
.lb-next,
.lb-prev {
  height: 100%;
  cursor: pointer;
  display: block;
}
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  display: table;
}
.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 1em;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: 0;
  filter: alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: alpha(Opacity=100);
  opacity: 1;
}
.slick-slider,
.slick-track {
  position: relative;
  display: block;
}
.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
  font-family: slick;
  -webkit-font-smoothing: antialiased;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  top: 0;
  left: 0;
  max-width: none;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-loading .slick-list {
  background: url(ajax-loader.gif) center center no-repeat #fff;
}
@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/slick.eot);
  src: url(../fonts/slick.eot?#iefix) format("embedded-opentype"),
    url(../fonts/slick.woff) format("woff"),
    url(../fonts/slick.ttf) format("truetype"),
    url(../fonts/slick.svg#slick) format("svg");
}
.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â";
}
.slick-next:before,
[dir="rtl"] .slick-prev:before {
  content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}
[dir="rtl"] .slick-next:before {
  content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â";
}
.slick-slider {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢";
  text-align: center;
  opacity: 0.25;
  color: #000;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000;
}
* {
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #333;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
#aguarde,
#texto-404 {
  width: 100%;
  font-family: Calibri;
  text-align: center;
}
#erro-total {
  width: 700px;
  height: 270px;
  margin: 15px 0;
}
#imagem-centralizada {
  width: 100%;
  text-align: center;
  margin: 10px 0;
}
#texto-404 {
  font-size: 22px;
}
#aguarde {
  font-size: 19px;
  margin: 5px 0;
}
.page-404 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 600px;
}
a {
  text-decoration: none;
}
.formata-content {
  text-align: justify;
  font-size: 1.3em;
  color: #fff;
}
.formata-content p {
  font-size: 24px;
  color: #cd3631;
  font-weight: 700;
  margin-top: 20px;
}
.formata-paragrafo {
  justify-content: space-around;
  display: flex;
  flex-wrap: wrap;
}
.teste-59 {
  width: 450px;
  border: 2px solid red;
}
hr.separa-titulo {
  height: 20px;
  border: 0;
  box-shadow: 0 13px 15px -10px #ce3731 inset;
}
.alignleft,
.esquerda,
.esquerdo,
.float-left,
.left {
  float: left;
  display: table;
  margin: 0 10px 10px 0;
}
.alignright,
.direita,
.direito,
.float-right,
.right {
  float: right;
  display: table;
  margin: 0 0 10px 10px;
}
.aligncenter,
.center,
.meio {
  display: table;
  margin: 20px auto;
}
.borda {
  padding: 2px;
  background: #fff;
  box-shadow: 0 0 2px 0 #666;
}
.global {
  margin: 0 auto;
}
.conteudo-pages {
  min-height: 500px;
  width: 998px;
  margin: 0 auto;
}
.texto-pages {
  font: 15px/25px Calibri;
  color: #000;
  text-align: justify;
}
.texto-pages h1 {
  font: 25px Calibri;
  padding-left: 20px;
  margin-bottom: 15px;
  font-weight: 700;
  color: #000;
}
.texto-pages h2 {
  font: 20px Calibri;
  padding-left: 10px;
  margin-bottom: 15px;
  font-weight: 700;
  color: #000;
}
.contato input,
.contato textarea {
  font-size: 17px;
  width: 100%;
  background: #eee;
  border: 1px solid #ccc;
  color: #666;
  margin-bottom: 10px;
  outline: 0 !important;
  box-sizing: border-box;
}
.slider .slick-prev {
  left: 45px !important;
}
.slider .slick-next {
  right: 45px !important;
}
.slider img {
  max-width: 100%;
}
.slider2 .slick-active {
  opacity: 0.6 !important;
}
.slider2 .slick-center {
  opacity: 1 !important;
}
.slider2 .slick-slide {
  display: flex !important;
  justify-content: center;
  flex-direction: column;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -os-transition: all 0.3s;
}
.slider2 .slick-prev {
  right: 50px;
  left: initial;
  top: 0;
}
.slider2 .slick-next {
  top: 0;
  right: 0;
}
.menu-resp {
  display: none;
}
.contato input {
  padding: 15px 20px;
}
.contato textarea {
  padding: 10px 20px;
  resize: none;
  height: 200px;
}
.linha-topo,
.topo {
  width: 1200px;
  margin: 0 auto;
  display: flex;
}
.contato .submit {
  cursor: pointer;
  background: #ce3731;
  color: #fff;
}
body {
  overflow-x: hidden;
  background: url(../images/fundo.jpg);
}
.linha-topo-total {
  background: #ce3731;
}
.linha-topo {
  flex-wrap: wrap;
  justify-content: space-around;
}
.box-01,
.topo {
  flex-wrap: wrap;
}
.linha-topo .item {
  padding: 10px;
  color: #fff;
  font: 18px calibri;
}
.linha-topo .item i {
  color: inherit;
  font-size: 25px;
  vertical-align: text-top;
}
.topo-total {
  /* padding:30px 0 */
}
.topo {
  justify-content: space-around;
}
.topo > div {
  /* margin:20px 0 */
}
.menu-total {
  display: flex;
  align-items: center;
}
.menu li {
  display: inline-block;
  margin: 10px 0;
  padding: 0 20px;
}
.menu li a {
  font: 18px calibri;
  color: #fff;
}
.menu li a.ativo,
.menu li a:hover {
  color: #ff0a00;
}
.fundo-slider {
  display: flex;
  position: relative;
  width: 100%;
  background: #000;
  overflow: hidden;
}
.fundo-slider img {
  max-width: initial;
  position: relative;
  transform: translateX(-50%);
  left: 50%;
}
.slogan-total {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  text-align: center;
}
.slogan {
  width: 700px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.slogan .titulo {
  font: 50px calibri;
  font-weight: lighter;
  color: #fff;
  margin-bottom: 10px;
}
.slogan .conteudo {
  font: 25px calibri;
  font-weight: lighter;
  color: #fff;
}
.box-01-total {
  /* padding:20px 0 */
}
.box-01 {
  width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}
.box-01 .box {
  width: 350px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 10px 0;
}
.titulo-servicos {
  font: 40px calibri;
  font-weight: lighter;
  margin-bottom: 10px;
  margin-left: 10px;
  color: #dadada;
  font-size: 50px;
}
.box-01 .box .item {
  width: 350px;
  height: 290px;
  margin: 0;
  overflow: hidden;
  position: relative;
  visibility: hidden;
}
.box-01 .box:last-child .item {
  width: 350px;
  height: 100%;
  margin: 0 !important;
  overflow: hidden;
  position: relative;
}
.box-01 .box a:last-child .item {
  margin-top: 10px;
}
.box-02,
.imagens-design {
  margin: 0 auto;
  display: flex;
}
.box-01 .box .item:hover .titulo {
  background: rgba(206, 55, 49, 1);
  transition: all 0.5s;
}
.box-01 .box .item .img {
  width: 350px;
  height: 290px;
}
.box-01 .box .item .img img {
  width: 100%;
  height: auto;
  min-height: 100%;
}
.box-01 .box .item .titulo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font: 40px calibri;
  color: #fff;
  font-weight: lighter;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  background: rgba(206, 55, 49, 0.7);
  transition: all 0.5s;
}
.imagens-design {
  width: 1080px;
  justify-content: space-around;
  flex-wrap: wrap;
}
.box-02 {
  width: 1200px;
  flex-wrap: wrap;
  justify-content: space-around;
}
.box-02 .item {
  width: 400px;
  text-align: center;
  padding: 60px 0;
  position: relative;
  color: #fff;
}
.box-02 .item > i {
  opacity: 0;
  font-size: 30px;
  color: inherit;
  transition: all 0.5s;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.box-02 .item:hover > i {
  opacity: 1;
  transition: all 0.5s;
}
.box-02 a:nth-child(2) .conteudo,
.box-02 a:nth-child(2) .titulo {
  color: inherit;
  transition: all 0.3s;
}
.box-02 .item .img {
  width: 120px;
  height: 120px;
  background: #ce3731;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 2px #84120d, 5px 5px 0 0 #560906;
  transition: all 0.5s;
}
.box-02 .item .img i {
  font-size: 60px;
  color: #fff;
}
.box-02 .item .conteudo,
.box-02 .item .titulo {
  color: inherit;
  padding: 0 30px;
  transition: all 0.3s;
}
.box-02 .item .titulo {
  font: 25px calibri;
  font-weight: lighter;
  margin-bottom: 20px;
}
.box-02 .item .conteudo {
  font: 20px calibri;
  font-weight: lighter;
}
.box-03-total {
  padding: 40px 0;
}
.box-03 {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 10px;
}
.box-03 .item {
  width: 630px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.box-03 .item:first-child {
  width: 322px;
  overflow: hidden;
  margin-bottom: 30px;
}
.box-03 .item .titulo {
  font: 40px calibri;
  font-weight: lighter;
  color: #ff0a00; /* margin-bottom:30px; */
}
.box-03 .item .titulo span {
  font: 22px calibri;
  font-weight: lighter;
  color: #ff0a00;
  display: block;
}
.box-03 .item .conteudo {
  font: 20px calibri;
  color: #fff;
  margin-bottom: 30px;
}
.box-03 .item .entrar {
  font: 22px calibri;
  font-weight: lighter;
  color: #fff;
  padding: 15px;
  width: 200px;
  text-align: center;
  display: table;
  background: #ce3731;
  transition: all 0.5s;
}
.box-03 .item .entrar:hover {
  background: #b1afaf;
  color: #fff;
  transition: all 0.5s;
}
.formata-texto .formata-content {
  font: 20px calibri;
  font-weight: lighter;
  padding: 0 10px;
  text-align: justify;
  color: #fff;
}
.titulo-itens {
  font: 25px calibri;
  color: #eee;
  margin-bottom: 20px;
  margin-left: 10px;
  border-bottom: 1px solid #84120d;
  text-align: center;
  font-weight: 700;
}
.box-04-total {
  background: url(../images/fundo-box-04.jpg);
  background-size: cover;
  padding: 20px 0;
}
.box-04 {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.box-04 .item {
  width: 500px;
  margin: 20px 0;
}
.item-engenharia {
  width: 300px;
  transition: all 0.8s;
  margin: 10px;
  padding: 15px;
  height: auto;
  opacity: 0.8;
  border: 2px solid #84120d;
  background-color: #666;
}
.completa-vermelho,
.formata-img {
  background: rgba(206, 55, 49, 0.7);
}
.item-engenharia:hover {
  transform: scale(1.1);
  opacity: 1;
}
.item-engenharia .formata-texto div p {
  text-align: left;
}
.item-engenharia img {
  width: 100%;
  height: 230px;
}
.box-04 .item > .titulo {
  font: 40px calibri;
  font-weight: lighter;
  color: #ce3731;
  margin-bottom: 10px;
  padding: 10px;
}
.btn,
.rodape {
  margin: 0 auto;
}
.box-04 .item > .titulo span {
  font: 22px calibri;
  font-weight: lighter;
  color: #ce3731;
  display: block;
}
.mapa,
.rodape,
.rodape > div {
  display: flex;
}
.box-04 .item .contato {
  padding: 0 10px;
}
.mapa {
  position: relative;
  border: 2px solid #ce3731;
  height: 450px;
}
.mapa iframe {
  width: 100%;
}
.rodape {
  width: 1200px;
  flex-wrap: wrap;
  justify-content: space-around;
}
.rodape > div {
  padding: 20px 0;
  font: 20px calibri;
  color: #fff;
  align-items: center;
  justify-content: center;
}
.rodape .social img {
  padding: 5px;
}
div:hover > .btn {
  display: block;
  opacity: 1;
  transform: rotate(360);
  transition: all 1s;
}
.btn {
  text-align: center;
  width: 100%;
  height: 40px;
  padding: 5px 0;
  bottom: 0;
  z-index: 999;
  cursor: pointer;
  opacity: 0.6;
  transition: all 1s;
}
.btn.absolute {
  position: absolute;
}
.btn > div {
  width: 100px;
  display: inline-block;
}
.btn .add::after,
.btn .add::before,
.btn .remove::after,
.btn .remove::before {
  color: #000;
  display: block;
  width: 100%;
  text-align: center;
}
.btn .remove::before {
  content: "\f05e";
  font-family: fontAwesome;
  font-size: 40px;
}
.btn .remove::after {
  content: "";
  font-family: calibri;
  font-size: 14px;
}
.btn .add::before {
  content: "\f055";
  font-family: fontAwesome;
  font-size: 40px;
}
.btn .add::after {
  content: "RETORNAR";
  font-family: calibri;
  font-size: 16px;
}
.btn.white ::after,
.btn.white ::before {
  color: #fff !important;
}
.completa-vermelho {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font: 40px calibri;
  color: #fff;
  font-weight: lighter;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  transition: all 0.5s;
}
ul.formata-lista {
  padding: 20px;
}
ul.formata-lista li {
  font-size: 17px;
  line-height: 30px;
  color: #dadada;
}
.formata-texto {
  width: 1080px;
  margin: 0 auto;
}
img.img__img {
  padding: 10px;
}
.adm-obras .item:before {
  font-size: 50px;
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #999;
}
.adm-obras .item:nth-child(1):before {
  content: "\f03a";
  color: #d2691e;
  font-family: FontAwesome;
}
.adm-obras .item:nth-child(2):before {
  content: "\f0d6";
  font-family: FontAwesome;
  color: green;
}
.adm-obras .item:nth-child(3):before {
  content: "\f274";
  font-family: FontAwesome;
  color: #ce3731;
}
.adm-obras .item:nth-child(4):before {
  content: "\f08d";
  font-family: FontAwesome;
  color: orange;
}
.adm-obras .item:nth-child(5):before {
  content: "\f2b5";
  font-family: FontAwesome;
  color: #00b7ff;
}
.adm-obras .item {
  display: grid;
  width: 300px;
  text-align: justify;
  padding: 20px;
  font-size: 1.3em;
  justify-content: center;
  background-color: rgba(240, 248, 255, 0.83);
  margin: 10px;
}
.pp_social {
  display: none !important;
}
.adm-obras {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.formata-lista li span {
  font-size: 20px;
  background-color: #84120d;
  color: #fff;
  padding: 10px;
  display: table;
  border-radius: 25px;
  margin-bottom: 10px;
}
.formata-lista ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.img-sobre {
  width: 310px;
  margin: 40px auto;
}
.img-sobre img {
  width: 100%;
}
.formata-lista li {
  list-style: none;
  width: 167px;
  height: 157px;
  display: grid;
  border: 2px solid #6e5150;
  font-size: 1.4em;
  margin: 20px;
  color: #fff;
  padding: 10px 20px 20px;
  background-color: #b0afaf;
}
.lista-servicos {
  margin: 20px;
}
.lista-servicos li {
  font-size: 1.4em;
  color: #fff;
  line-height: 30px;
}
@media only screen and (max-width: 1200px) {
  * {
    max-width: 100%;
    box-sizing: border-box;
  }
  .conteudo-pages {
    padding: 2%;
  }
  .formata-paragrafo {
    display: grid;
  }
  .menu-resp,
  .menu-total {
    display: block;
    width: 100%;
  }
  .menu-resp {
    background: url(../images/menu-resp.png) center no-repeat;
    padding: 40px;
    cursor: pointer;
  }
  .menu {
    display: none;
  }
  .menu li {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
  .rodape div {
    width: 100%;
    margin: 20px 0;
    text-align: center;
  }
}
