<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  position: fixed;
  right: 10px;
  top: 0;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-style: normal;
  font-size: 38px;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 0.65;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #fff;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0,0,0,0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0,0,0,0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.bgloader {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255,255,255,0.7);
  z-index: 9999;
  display: none;
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.bgloader::after {
  content: "";
  display: block;
  position: absolute;
  left: 48%;
  top: 40%;
  width: 40px;
  height: 40px;
  border-style: solid;
  border-color: black;
  border-top-color: transparent;
  border-width: 4px;
  border-radius: 50%;
  -webkit-animation: spin 0.8s linear infinite;
  animation: spin 0.8s linear infinite;
}
.buttonv {
  background-color: #afefad;
  color: #fff;
  display: inline-block;
  padding: 10px 30px 10px 30px;
  font-size: 16px;
  line-height: 16px;
  border-radius: 4px;
  transition: all 0.33s ease-in-out;
  -moz-transition: all 0.33s ease-in-out;
  -webkit-transition: all 0.33s ease-in-out;
}
.buttonv:hover {
  background-color: #3c3c3b;
}
.textop {
  font-size: 18px;
  line-height: 31px;
}
.sombra {
  -webkit-box-shadow: 0px 1px 22px 0px rgba(39,39,44,0.4);
  -moz-box-shadow: 0px 1px 22px 0px rgba(39,39,44,0.4);
  box-shadow: 0px 1px 22px 0px rgba(39,39,44,0.4);
}
.clear {
  clear: both;
}
.wfull {
  width: 100%;
  height: auto;
  display: table;
}
input:invalid {
  box-shadow: none;
}
textarea:invalid {
  box-shadow: none;
}
* {
  padding: 0;
  border: 0;
  margin: 0;
  line-height: 1.5;
}
a,
img {
  border: 0;
  text-decoration: none;
}
input {
  outline: none;
}
html,
body {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  height: 100%;
  font-weight: 400;
}
.container-fix {
  width: auto;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
.cfix650 {
  max-width: 650px;
}
.cfix550 {
  max-width: 450px;
}
.container-full {
  width: 97%;
  margin-left: auto;
  margin-right: auto;
}
.formc {
  color: #000;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}
.formc ::placeholder {
  color: #939393;
  opacity: 1;
}
.formc :-ms-input-placeholder {
  color: #939393;
}
.formc ::-ms-input-placeholder {
  color: #939393;
}
.formc label {
  color: #3c3c3b;
  font-size: 15px;
  text-align: left;
  margin-bottom: 2px;
  font-weight: 600;
}
.formc input[type="text"],
.formc input[type="email"],
.formc input[type="tel"] {
  width: 100%;
  height: 45px;
  margin-bottom: 18px;
  padding-left: 10px;
  border: 1px solid #e1e1e1;
}
.formc select {
  width: 100%;
  height: 45px;
  margin-bottom: 18px;
  padding-left: 10px;
  border: 1px solid #e1e1e1;
}
.formc textarea {
  width: 100%;
  height: 100px;
  border: 1px solid #e1e1e1;
  margin-bottom: 15px;
}
.formc input[type="submit"] {
  width: 200px;
  height: 40px;
  border: 0px;
  padding: 0px;
  margin-top: 10px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0px;
  font-weight: 600;
  border-radius: 4px;
  text-transform: none;
  background-color: #e03540;
  transition: all 0.33s ease-in-out;
  -moz-transition: all 0.33s ease-in-out;
  -webkit-transition: all 0.33s ease-in-out;
}
.formc input[type="submit"]:hover {
  background-color: #3c3c3b;
  color: #fff;
}
.msg-send-form {
  display: none;
  margin-top: 5px;
  color: #000;
  text-align: center;
}
.msg-add-sucess {
  width: 94%;
  padding: 3%;
  max-width: 800px;
  background-color: #dff0d8;
  color: #2e6b2d;
  border: 2px solid #d8eaca;
  font-size: 18px;
  text-align: center;
  margin: 80px auto;
}
.page-404 {
  margin-top: 70px;
  margin-bottom: 70px;
  text-align: center;
  background-color: #000;
  border-radius: 5px;
  padding: 40px;
  color: #fff;
}
.page-404 p {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 40px;
}
.page-404 a {
  display: inline-block;
  background-color: #e03540;
  color: #fff;
  padding: 5px 20px 5px 20px;
  border-radius: 5px;
  font-size: 14px;
  transition: all 0.33s ease-in-out;
  -moz-transition: all 0.33s ease-in-out;
  -webkit-transition: all 0.33s ease-in-out;
}
.page-404 a:hover {
  background-color: ;
}
header {
  width: 100%;
  position: absolute;
  z-index: 777;
}
header .content-menu {
  background: rgba(255,255,255,0.92);
  border-radius: 16px;
  margin-top: 20px;
  padding: 13px 20px 13px 20px;
}
header .logo {
  display: flex;
  align-items: center;
  gap: 25px;
}
header .logo img {
  width: 100%;
  max-width: 150px;
  margin-bottom: -5px;
}
header .openmenu {
  width: 35px;
  float: right;
  display: none;
  cursor: pointer;
}
header .openmenu span {
  display: block;
  height: 3px;
  background-color: #e03540;
  border-radius: 5px;
  margin-bottom: 5px;
}
header #bgmenu {
  margin-top: 20px;
}
header #bgmenu ul {
  list-style: none;
  margin-bottom: 0px;
  text-align: right;
}
header #bgmenu ul .li-close {
  display: none;
  text-align: right;
}
header #bgmenu ul .li-close a {
  border-bottom: 0px;
}
header #bgmenu ul .li-close a img {
  width: 22px;
  display: inline-block;
}
header #bgmenu ul .li-close a:hover {
  border-bottom: 0px;
}
header #bgmenu ul li {
  display: inline-block;
  margin-bottom: 0px;
  margin-left: 40px;
}
header #bgmenu ul li a {
  color: #3c3c3b;
  font-size: 17px;
  line-height: 17px;
  font-weight: 600;
  transition: all 0.33s ease-in-out;
  -moz-transition: all 0.33s ease-in-out;
  -webkit-transition: all 0.33s ease-in-out;
}
header #bgmenu ul li a:hover {
  color: #e03540;
}
.box-whatsapp {
  position: fixed;
  z-index: 7;
  bottom: 10px;
  right: 28px;
  width: 70px;
}
.box-whatsapp a {
  width: 100%;
  padding: 5%;
  display: inline-block;
  background-color: #54b731;
  border: 4px solid #93ed56;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  font-weight: 600;
}
.box-whatsapp a span {
  width: 100%;
  float: left;
  font-size: 14px;
  line-height: 16px;
}
.box-whatsapp a img {
  width: 22px;
  margin-top: 6px;
  margin-bottom: -5px;
}
#box-chat-whatsapp {
  width: 285px;
  background-color: #fff;
  filter: drop-shadow(0px 4px 12px rgba(0,0,0,0.16));
  position: fixed;
  z-index: 999;
  bottom: 100px;
  right: 18px;
  padding-bottom: 20px;
  border-radius: 10px;
  display: none;
}
#box-chat-whatsapp .r-close {
  text-align: right;
}
#box-chat-whatsapp .r-close a {
  display: inline-block;
  color: #939393;
  font-size: 18px;
  margin-top: 5px;
  margin-right: 10px;
}
#box-chat-whatsapp p {
  text-align: center;
  font-size: 15px;
  margin-top: -10px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #3c3c3b;
}
#box-chat-whatsapp .formf {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
#box-chat-whatsapp .formf ::placeholder {
  color: #666;
  opacity: 1;
}
#box-chat-whatsapp .formf :-ms-input-placeholder {
  color: #666;
}
#box-chat-whatsapp .formf ::-ms-input-placeholder {
  color: #666;
}
#box-chat-whatsapp .formf input[type="text"],
#box-chat-whatsapp .formf input[type="email"],
#box-chat-whatsapp .formf input[type="tel"] {
  width: 100%;
  height: 35px;
  margin-bottom: 10px;
  border: 0px;
  padding-left: 10px;
  font-size: 14px;
  border-radius: 0px;
  background-color: transparent;
  border-bottom: 2px solid #ccc;
}
#box-chat-whatsapp .formf select {
  width: 100%;
  height: 35px;
  margin-bottom: 10px;
  border: 0px;
  padding-left: 10px;
  font-size: 14px;
  border-radius: 0px;
  background-color: transparent;
  border-bottom: 2px solid #ccc;
  color: #666;
}
#box-chat-whatsapp .formf .g-recaptcha {
  margin-top: 7px;
}
#box-chat-whatsapp .formf input[type="submit"] {
  width: 100%;
  float: right;
  height: 33px;
  border: 0px;
  padding: 0px;
  margin-top: 15px;
  margin-bottom: 0px;
  color: #fff;
  background-color: #54b731;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0px;
  border-radius: 5px;
  font-weight: 600;
}
.hinner {
  position: relative;
}
.headerfix {
  position: fixed;
  z-index: 999;
  transition: transform 0.5s ease;
  top: -61px;
  transform: translate3d(0,61px,0) !important;
}
.headerfix .content-menu {
  background: rgba(255,255,255,0.92);
  filter: drop-shadow(0px 4px 12px rgba(0,0,0,0.16));
  border-radius: 0 0 10px 10px;
  margin-top: 0px;
  padding: 10px 20px 10px 20px;
}
.headerfix .logo img {
  max-width: 99px;
}
.headerfix #bgmenu {
  margin-top: 7px;
}
.fixci {
  padding-top: 83px;
}
.bg-banner {
  width: 100%;
  height: auto;
  display: block;
}
.bg-banner .slick-prev {
  background-color: rgba(255,255,255,0.92);
  background-size: 12px;
}
.bg-banner .slick-next {
  background-color: rgba(255,255,255,0.92);
  background-size: 12px;
}
.bg-banner .bh-image {
  z-index: 0;
  position: relative;
}
.bg-banner .bh-image img {
  width: 100%;
  max-width: 1920px;
}
.bg-banner .content-bh-emp {
  width: 100%;
  height: 230px;
  display: block;
  background: #fff;
  box-shadow: 0px 12px 20px rgba(0,0,0,0.16);
  border-radius: 16px;
  z-index: 22;
  position: relative;
  margin-top: -110px;
  margin-bottom: 40px;
}
.bg-banner .content-bh-emp .row-ibe {
  padding: 40px 60px 0px 60px;
  color: #3c3c3b;
}
.bg-banner .content-bh-emp .row-ibe h1 {
  margin-top: 0px;
  margin-bottom: 4px;
  color: #e03540;
  font-size: 38px;
  line-height: 38px;
}
.bg-banner .content-bh-emp .row-ibe .pc {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
.bg-banner .content-bh-emp .row-ibe .pr {
  font-size: 16px;
}
.bg-banner .content-bh-emp .row-ibe .fcenter .rlist {
  border: 1px solid #e03540;
  border-radius: 8px;
  padding: 12px 15px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  margin-bottom: 12px;
}
.bg-banner .content-bh-emp .row-ibe .fcenter .rlist i {
  color: #e03540;
  margin-right: 8px;
}
.bg-banner .content-bh-emp .row-ibe .flinks a {
  display: inline-block;
  width: 100%;
  text-align: center;
  border: 1px solid #e03540;
  font-size: 16px;
  line-height: 16px;
  border-radius: 8px;
  padding: 12px 0;
  margin-bottom: 12px;
  color: #e03540;
  font-weight: 600;
  transition: all 0.33s ease-in-out;
  -moz-transition: all 0.33s ease-in-out;
  -webkit-transition: all 0.33s ease-in-out;
}
.bg-banner .content-bh-emp .row-ibe .flinks a:hover {
  background-color: #3c3c3b;
  border: 1px solid #3c3c3b;
  color: #fff;
}
.bg-banner .content-bh-emp .row-ibe .flinks .l1 {
  background-color: #e03540;
  color: #fff;
}
.sn-home {
  margin-top: 80px;
}
.sn-home h2 {
  color: #e03540;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 600;
}
.sn-home .p1 {
  color: #3c3c3b;
  font-size: 38px;
  line-height: 46px;
  font-weight: 700;
}
.sn-home .p2 {
  color: #3c3c3b;
  font-size: 18px;
  line-height: 28px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.sn-home .qtd-obras {
  text-align: center;
}
.sn-home .qtd-obras p {
  margin: 0 auto;
}
.sn-home .qtd-obras p span {
  width: 100%;
  display: table;
}
.sn-home .qtd-obras p .s1 {
  font-size: 155px;
  line-height: 144px;
  font-weight: 700;
  color: #fff;
  -webkit-text-stroke-width: 6px;
  -webkit-text-stroke-color: #e03540;
}
.sn-home .qtd-obras p .s2 {
  font-size: 55px;
  line-height: 60px;
  font-weight: 700;
  color: #e03540;
}
.sn-home .qtd-obras p .s3 {
  font-size: 26px;
  color: #939393;
}
.sn-home .row-numbers {
  margin-top: 80px;
  background-color: #f4f4f4;
  border-radius: 16px;
  padding: 60px 100px;
  text-align: center;
}
.sn-home .row-numbers p {
  width: 250px;
  margin: 0 auto;
}
.sn-home .row-numbers p span {
  width: 100%;
  display: table;
}
.sn-home .row-numbers p .sn1 {
  color: #e03540;
  font-size: 55px;
  line-height: 60px;
  font-weight: 700;
}
.sn-home .row-numbers p .sn2 {
  color: #3c3c3b;
  font-size: 24px;
  line-height: 30px;
}
.r-link a {
  display: inline-block;
  text-align: center;
  border: 1px solid #e03540;
  font-size: 16px;
  line-height: 16px;
  border-radius: 8px;
  padding: 12px 20px;
  color: #e03540;
  transition: all 0.33s ease-in-out;
  -moz-transition: all 0.33s ease-in-out;
  -webkit-transition: all 0.33s ease-in-out;
}
.r-link a:hover {
  background-color: #e03540;
  color: #fff;
}
.rt-ldt {
  margin-top: 90px;
  margin-bottom: 30px;
}
.rt-ldt h3 {
  color: #3c3c3b;
  font-size: 36px;
  font-weight: 700px;
  width: auto;
  background-color: #fff;
  float: left;
  z-index: 5;
  position: relative;
  padding-right: 30px;
}
.rt-ldt span {
  width: 100%;
  height: 6px;
  background-image: linear-gradient(to right,#e03540,#fff);
  float: left;
  position: relative;
  margin-top: -27px;
  z-index: 0;
}
.noticias-home {
  margin-top: 90px;
}
.noticias-home .nh-left {
  padding-right: 50px;
}
.noticias-home .nh-left h4 {
  color: #e03540;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 600;
}
.noticias-home .nh-left .p1 {
  color: #3c3c3b;
  font-size: 38px;
  line-height: 46px;
  font-weight: 700;
}
.noticias-home .nh-left .p2 {
  color: #3c3c3b;
  font-size: 18px;
  line-height: 28px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.noticias-home .nh-right .list-noticia {
  background-color: #fff;
  filter: drop-shadow(0px 4px 12px rgba(0,0,0,0.16));
  border-radius: 8px;
  margin-bottom: 30px;
}
.noticias-home .nh-right .list-noticia .ln-left {
  width: 41%;
  float: left;
}
.noticias-home .nh-right .list-noticia .ln-left img {
  width: 100%;
  max-width: 200px;
  margin-bottom: -6px;
  border-radius: 8px 0 0 8px;
}
.noticias-home .nh-right .list-noticia .ln-right {
  width: 55%;
  padding: 10px 2% 10px 2%;
  float: right;
}
.noticias-home .nh-right .list-noticia .ln-right a {
  display: inline-block;
  color: #3c3c3b;
}
.noticias-home .nh-right .list-noticia .ln-right .title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  min-height: 59px;
  transition: all 0.33s ease-in-out;
  -moz-transition: all 0.33s ease-in-out;
  -webkit-transition: all 0.33s ease-in-out;
}
.noticias-home .nh-right .list-noticia .ln-right .title:hover {
  color: #e03540;
}
.noticias-home .nh-right .list-noticia .ln-right .description {
  font-size: 15px;
  line-height: 22px;
  min-height: 66px;
}
.noticias-home .nh-right .list-noticia .ln-right .more {
  text-align: right;
}
.noticias-home .nh-right .list-noticia .ln-right .more a {
  color: #e03540;
  font-size: 14px;
  font-weight: 700;
}
.noticias-home .nh-right .list-noticia .ln-right .more a i {
  margin-left: 7px;
  float: right;
  margin-top: 5px;
}
.bg-newsletter {
  width: 100%;
  height: auto;
  display: table;
  background-color: #f4f4f4;
  margin-top: 70px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.bg-newsletter h5 {
  color: #e03540;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 600;
}
.bg-newsletter .p1 {
  color: #3c3c3b;
  font-size: 38px;
  line-height: 46px;
  font-weight: 700;
}
.bg-newsletter .p2 {
  color: #3c3c3b;
  font-size: 18px;
  line-height: 28px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.bg-newsletter .row-fn {
  text-align: center;
}
.bg-newsletter .row-fn h6 {
  color: #3c3c3b;
  font-size: 24px;
  margin-bottom: 10px;
}
footer {
  width: 100%;
  height: auto;
  display: table;
  background-color: #606060;
  padding-top: 50px;
  padding-bottom: 50px;
}
footer .menu-footer a {
  display: table;
  color: #FFF;
  font-size: 17px;
  margin-bottom: 6px;
  border-bottom: 1px solid transparent;
  transition: all 0.33s ease-in-out;
  -moz-transition: all 0.33s ease-in-out;
  -webkit-transition: all 0.33s ease-in-out;
}
footer .menu-footer a:hover {
  border-bottom: 1px solid #FFF;
}
footer .phones {
  margin-bottom: 25px;
}
footer .phones a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  padding: 7px 10px 7px 10px;
  border: 1px solid #fff;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.33s ease-in-out;
  -moz-transition: all 0.33s ease-in-out;
  -webkit-transition: all 0.33s ease-in-out;
}
footer .phones a:hover {
  background-color: #fff;
  color: #3c3c3b;
}
footer .phones a i {
  margin-left: 5px;
}
footer .phones .whatsapp {
  margin-left: 20px;
}
footer .address {
  width: 100%;
  max-width: 400px;
  color: #fff;
}
footer .sociais {
  margin-top: 35px;
}
footer .sociais a {
  font-size: 22px;
  color: #fff;
  margin-right: 20px;
}
footer .logo-footer {
  text-align: right;
  margin-bottom: 25px;
}
footer .logo-footer img {
  width: 100%;
  max-width: 180px;
}
footer .sline {
  width: 25px;
  height: 2px;
  background-color: #fff;
  display: inline-block;
  float: right;
  margin-bottom: 25px;
}
footer .allrights {
  text-align: right;
  color: #fff;
  font-size: 16px;
  clear: both;
}
.cinner {
  margin-top: 20px;
  margin-bottom: 70px;
}
.breadcrumb {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #606060;
}
.breadcrumb a {
  display: inline-block;
  color: #606060;
  font-size: 15px;
  transition: all 0.33s ease-in-out;
  -moz-transition: all 0.33s ease-in-out;
  -webkit-transition: all 0.33s ease-in-out;
}
.breadcrumb a:hover {
  color: #e03540;
}
.breadcrumb i {
  margin-left: 8px;
  margin-right: 8px;
  display: inline-block;
  font-size: 12px;
}
.tc-emp {
  margin-bottom: 40px;
}
.tc-emp .list-emp {
  width: 100%;
  display: inline-block;
  float: left;
  position: relative;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.tc-emp .list-emp img {
  width: 100%;
  max-width: 360px;
  margin-bottom: -6px;
  border-radius: 8px;
}
.tc-emp .list-emp .inner-black {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  color: #fff;
  border-radius: 8px;
  transition: all 0.33s ease-in-out;
  -moz-transition: all 0.33s ease-in-out;
  -webkit-transition: all 0.33s ease-in-out;
}
.tc-emp .list-emp .inner-black .s100 {
  width: 100%;
  display: table;
}
.tc-emp .list-emp .inner-black .status {
  background-color: #e03540;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  padding: 5px 8px 5px 8px;
  border-radius: 4px;
  float: right;
  margin-top: 15px;
  margin-right: 15px;
}
.tc-emp .list-emp .inner-black .title {
  width: 100%;
  display: inline-block;
  font-size: 28px;
  line-height: 30px;
  font-weight: 700;
}
.tc-emp .list-emp .inner-black .year {
  color: #e03540;
  font-size: 18px;
  font-weight: 600;
}
.tc-emp .list-emp .inner-black .slow {
  margin-left: 15px;
  position: absolute;
  bottom: 15px;
}
.tc-emp .list-emp .inner-black:hover {
  background: rgba(0,0,0,0.1);
}
.bg-menu-emp {
  width: 100%;
  height: auto;
  display: table;
  background-color: #606060;
  text-align: center;
  border-radius: 0 0 10px 10px;
  margin-bottom: 30px;
}
.bg-menu-emp li {
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.bg-menu-emp li a {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  line-height: 15px;
  text-transform: uppercase;
  padding: 12px 35px 12px 35px;
  transition: all 0.33s ease-in-out;
  -moz-transition: all 0.33s ease-in-out;
  -webkit-transition: all 0.33s ease-in-out;
}
.bg-menu-emp li a:hover {
  background-color: #fff;
  color: #606060;
}
.bmefix {
  width: 1180px;
  position: fixed;
  z-index: 999;
  transition: transform 0.5s ease;
  top: -61px;
  transform: translate3d(0,61px,0) !important;
}
.fixci-emp {
  padding-top: 49px;
}
.box-img-info {
  margin-top: 30px;
}
.box-img-info .bi-left img {
  width: 100%;
  max-width: 460px;
  border-radius: 16px;
}
.box-img-info .bi-right h1 {
  color: #e03540;
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  margin-bottom: 0px;
  margin-top: 60px;
}
.box-img-info .bi-right h2 {
  color: #606060;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
.box-img-info .bi-right .texto {
  width: 100%;
  max-width: 500px;
}
.box-img-info .bi-right .texto p {
  color: #606060;
  font-size: 18px;
}
.box-img-info .bi-right .destaques-emp {
  margin-top: 40px;
  border: 1px solid #e03540;
  border-radius: 16px;
  width: 100%;
  max-width: 400px;
  padding: 20px;
  padding-bottom: 5px;
}
.box-img-info .bi-right .destaques-emp .bd-inline {
  width: 50%;
  float: left;
  display: inline-block;
  margin-bottom: 15px;
}
.box-img-info .bi-right .destaques-emp .bd-inline .p1 {
  font-size: 15px;
  color: #e03540;
  font-weight: 600;
}
.box-img-info .bi-right .destaques-emp .bd-inline .p2 {
  font-size: 18px;
  color: #3c3c3b;
  margin-top: 2px;
}
.rtt-filter {
  margin-top: 70px;
}
.rtt-filter .rt-left .rht {
  color: #e03540;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 4px;
  font-weight: 600;
}
.rtt-filter .rt-left .rp1 {
  color: #3c3c3b;
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
}
.rtt-filter .rt-left .rp2 {
  color: #3c3c3b;
  font-size: 17px;
  line-height: 27px;
  margin-top: 15px;
}
.rtt-filter .rt-right {
  text-align: right;
}
.rtt-filter .rt-right .rfilter {
  margin-top: 100px;
}
.rtt-filter .rt-right .rfilter a {
  display: inline-block;
  color: #606060;
  border: 1px solid #606060;
  font-size: 15px;
  line-height: 15px;
  text-transform: uppercase;
  padding: 8px 12px 6px 12px;
  border-radius: 8px;
  margin-left: 20px;
  margin-bottom: 10px;
  transition: all 0.33s ease-in-out;
  -moz-transition: all 0.33s ease-in-out;
  -webkit-transition: all 0.33s ease-in-out;
}
.rtt-filter .rt-right .rfilter a:hover {
  background-color: #e03540;
  border: 1px solid #e03540;
  color: #fff;
}
.rtt-filter .rt-right .rfilter .btng-active {
  background-color: #e03540;
  border: 1px solid #e03540;
  color: #fff;
}
.rtt-filter .rt-right .rfilter .btnp-active {
  background-color: #e03540;
  border: 1px solid #e03540;
  color: #fff;
}
.bg-full-gf {
  margin-top: 50px;
}
.bg-full-gf .row-gf {
  margin-bottom: 20px;
  display: none;
}
.bg-full-gf .row-gf .ig {
  margin-bottom: 25px;
}
.bg-full-gf .row-gf .ig img {
  width: 100%;
  max-width: 280px;
  border-radius: 8px;
}
.bg-full-gf .rgf-1 {
  display: block;
}
.bg-video-emp {
  width: 100%;
  height: auto;
  display: table;
  background-color: #f4f4f4;
  padding-top: 60px;
  padding-bottom: 40px;
  margin-top: -20px;
}
.bg-video-emp h4 {
  color: #e03540;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 4px;
  font-weight: 600;
}
.bg-video-emp p {
  color: #3c3c3b;
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  width: 100%;
  max-width: 370px;
}
.bg-video-emp .right-v {
  text-align: center;
}
.bg-video-emp .right-v iframe {
  width: 100%;
  max-width: 800px;
  height: 380px;
  margin-bottom: 20px;
  border-radius: 16px;
}
.bg-low-plantas {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}
.bg-low-plantas img {
  width: 100%;
  max-width: 800px;
}
.bg-low-plantas .row-gp {
  display: none;
}
.bg-low-plantas .rg-p-1 {
  display: block;
}
.content-slider-dif {
  margin-top: 40px;
  width: 100%;
  position: absolute;
  left: 0px;
}
.content-full-slider {
  height: auto;
}
.content-full-slider .slick-slide {
  margin-right: 20px;
}
.content-full-slider .slick-dots {
  bottom: -30px;
}
.content-sd {
  position: relative;
}
.content-sd .boxd {
  background-color: #f4f4f4;
  padding: 18px;
  border-radius: 16px;
}
.content-sd .boxd h5 {
  background-color: #fff;
  box-shadow: 0px 4px 12px rgba(0,0,0,0.16);
  border-radius: 8px;
  color: #e03540;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  padding: 6px 0;
  margin-bottom: 22px;
}
.content-sd .boxd .texts p {
  font-size: 15px;
  margin-bottom: 7px;
  color: #3c3c3b;
}
.evoluca-obra {
  margin-top: 40px;
}
.evoluca-obra .cssProgress {
  width: 100%;
  margin-bottom: 0px;
}
.evoluca-obra .cssProgress .progress1,
.evoluca-obra .cssProgress .progress2,
.evoluca-obra .cssProgress .progress3 {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.evoluca-obra .cssProgress .cssProgress-bar {
  display: block;
  float: left;
  width: 0%;
  height: 100%;
  background: #afefad;
  box-shadow: inset 0px -1px 2px rgba(0,0,0,0.1);
  -webkit-transition: width 0.8s ease-in-out;
  transition: width 0.8s ease-in-out;
}
.evoluca-obra .cssProgress .cssProgress-label {
  position: absolute;
  overflow: hidden;
  left: 0px;
  right: 0px;
  color: rgba(0,0,0,0.6);
  font-size: 22px;
  text-align: center;
  text-shadow: 0px 1px rgba(0,0,0,0.3);
}
.evoluca-obra .cssProgress .cssProgress-info {
  background-color: #9575cd !important;
}
.evoluca-obra .cssProgress .cssProgress-danger {
  background-color: #ef5350 !important;
}
.evoluca-obra .cssProgress .cssProgress-success {
  background-color: #66bb6a !important;
}
.evoluca-obra .cssProgress .cssProgress-warning {
  background-color: #ffb74d !important;
}
.evoluca-obra .cssProgress .cssProgress-right {
  float: right !important;
}
.evoluca-obra .cssProgress .cssProgress-label-left {
  margin-left: 10px;
  text-align: left !important;
}
.evoluca-obra .cssProgress .cssProgress-label-right {
  margin-right: 10px;
  text-align: right !important;
}
.evoluca-obra .cssProgress .cssProgress-label2 {
  display: block;
  margin: 2px 0;
  padding: 0 8px;
  font-size: 0.8em;
}
.evoluca-obra .cssProgress .cssProgress-label2.cssProgress-label2-right {
  text-align: right;
}
.evoluca-obra .cssProgress .cssProgress-label2.cssProgress-label2-center {
  text-align: center;
}
.evoluca-obra .cssProgress .cssProgress-stripes,
.evoluca-obra .cssProgress .cssProgress-active,
.evoluca-obra .cssProgress .cssProgress-active-right {
  background-image: -webkit-linear-gradient(135deg,rgba(255,255,255,0.125) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.125) 50%,rgba(255,255,255,0.125) 75%,transparent 75%,transparent);
  background-image: linear-gradient(-45deg,rgba(255,255,255,0.125) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.125) 50%,rgba(255,255,255,0.125) 75%,transparent 75%,transparent);
  background-size: 35px 35px;
}
.evoluca-obra .cssProgress .cssProgress-active {
  -webkit-animation: cssProgressActive 2s linear infinite;
  -ms-animation: cssProgressActive 2s linear infinite;
  animation: cssProgressActive 2s linear infinite;
}
.evoluca-obra .cssProgress .cssProgress-active-right {
  -webkit-animation: cssProgressActiveRight 2s linear infinite;
  -ms-animation: cssProgressActiveRight 2s linear infinite;
  animation: cssProgressActiveRight 2s linear infinite;
}
@-webkit-keyframes cssProgressActive {
  .evoluca-obra 0% {
    background-position: 0 0;
  }
  .evoluca-obra 100% {
    background-position: 35px 35px;
  }
}
@-ms-keyframes cssProgressActive {
  .evoluca-obra 0% {
    background-position: 0 0;
  }
  .evoluca-obra 100% {
    background-position: 35px 35px;
  }
}
@keyframes cssProgressActive {
  .evoluca-obra 0% {
    background-position: 0 0;
  }
  .evoluca-obra 100% {
    background-position: 35px 35px;
  }
}
@-webkit-keyframes cssProgressActiveRight {
  .evoluca-obra 0% {
    background-position: 0 0;
  }
  .evoluca-obra 100% {
    background-position: -35px -35px;
  }
}
@-ms-keyframes cssProgressActiveRight {
  .evoluca-obra 0% {
    background-position: 0 0;
  }
  .evoluca-obra 100% {
    background-position: -35px -35px;
  }
}
@keyframes cssProgressActiveRight {
  .evoluca-obra 0% {
    background-position: 0 0;
  }
  .evoluca-obra 100% {
    background-position: -35px -35px;
  }
}
.evoluca-obra .progress2 {
  background-color: #eee;
  border-radius: 9px;
  box-shadow: inset 0px 1px 3px rgba(0,0,0,0.3);
}
.evoluca-obra .progress2 .cssProgress-bar {
  height: 33px;
  border-radius: 9px;
}
.evoluca-obra .progress2 .cssProgress-label {
  line-height: 33px;
  color: #3c3c3b;
}
.evoluca-obra .list-progress {
  margin-bottom: 20px;
}
.evoluca-obra .list-progress .rlf {
  width: 100%;
  float: left;
  display: table;
  margin-bottom: 5px;
}
.evoluca-obra .list-progress .fleft {
  width: 75%;
  float: left;
}
.evoluca-obra .list-progress .fright {
  width: 25%;
  float: right;
  text-align: right;
}
.evoluca-obra .list-progress .fright span {
  font-size: 12px;
}
.evoluca-obra .list-progress .pl {
  color: #3c3c3b;
  font-size: 16px;
  font-weight: 600;
}
.evoluca-obra .list-progress .pl span {
  font-size: 12px;
}
.evoluca-obra .list-progress .cssProgress {
  margin-top: 3px;
}
.iframe-gm {
  margin-top: 40px;
  text-align: center;
}
.iframe-gm iframe {
  width: 100%;
  height: 398px;
}
.nossa-historia h1 {
  color: #e03540;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 4px;
  font-weight: 600;
  margin-top: 30px;
}
.nossa-historia .p1 {
  color: #3c3c3b;
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
}
.nossa-historia .texto p {
  color: #3c3c3b;
  font-size: 17px;
  line-height: 27px;
  margin-top: 15px;
}
.nossa-historia .tags {
  margin-top: 40px;
  width: 100%;
  max-width: 500px;
}
.nossa-historia .tags span {
  display: inline-block;
  border: 1px solid #e03540;
  color: #e03540;
  font-size: 18px;
  line-height: 18px;
  border-radius: 8px;
  padding: 10px 13px;
  margin-right: 20px;
  margin-bottom: 18px;
  transition: all 0.33s ease-in-out;
  -moz-transition: all 0.33s ease-in-out;
  -webkit-transition: all 0.33s ease-in-out;
}
.nossa-historia .tags span:hover {
  background-color: #e03540;
  color: #fff;
}
.nossa-historia .img1 img {
  width: 100%;
  max-width: 520px;
  border-radius: 16px;
}
.nossa-historia2 {
  margin-top: 60px;
}
.nossa-historia2 .img2 img {
  width: 100%;
  max-width: 520px;
  border-radius: 16px;
}
.nossa-historia2 .texto2 {
  margin-top: 90px;
}
.nossa-historia2 .texto2 p {
  color: #3c3c3b;
  font-size: 17px;
  line-height: 27px;
  margin-top: 15px;
}
.row-tp {
  margin-top: 60px;
}
.row-tp .rht {
  color: #e03540;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 4px;
  font-weight: 600;
  margin-top: 30px;
}
.row-tp .rp1 {
  color: #3c3c3b;
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
}
.rl-videos .row-vb {
  text-align: center;
  margin-top: 30px;
  padding-top: 30px;
}
.rl-videos .row-vb iframe {
  width: 100%;
  max-width: 750px;
  height: 450px;
  margin-bottom: 25px;
}
.iframe-gm-ae {
  margin-top: 30px;
}
.iframe-gm-ae iframe {
  width: 100%;
  height: 398px;
}
.list-equipe {
  margin-top: 40px;
}
.list-equipe .tc-equip {
  margin-bottom: 40px;
}
.list-equipe .tc-equip .box-equip {
  width: 100%;
  display: inline-block;
  float: left;
  position: relative;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.list-equipe .tc-equip .box-equip img {
  width: 100%;
  max-width: 350px;
  margin-bottom: -6px;
  border-radius: 8px;
}
.list-equipe .tc-equip .box-equip .inner-black {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  color: #fff;
  border-radius: 8px;
  transition: all 0.33s ease-in-out;
  -moz-transition: all 0.33s ease-in-out;
  -webkit-transition: all 0.33s ease-in-out;
}
.list-equipe .tc-equip .box-equip .inner-black h4 {
  width: 95%;
  padding-left: 5%;
  display: inline-block;
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  margin-top: 205px;
}
.list-equipe .tc-equip .box-equip .inner-black p {
  width: 95%;
  padding-left: 5%;
  display: inline-block;
  color: #e03540;
  font-size: 17px;
  line-height: 17px;
  font-weight: 600;
}
.list-equipe .tc-equip .box-equip .inner-black:hover {
  background: rgba(0,0,0,0.1);
}
.r-contato {
  margin-top: 40px;
}
.r-contato .htp {
  color: #e03540;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 600;
}
.r-contato .p1 {
  color: #3c3c3b;
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
}
.r-contato .p2 {
  color: #3c3c3b;
  font-size: 17px;
  line-height: 27px;
  margin-top: 15px;
}
.r-contato .box-contato {
  background-color: #f4f4f4;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  border-radius: 16px;
}
.r-contato .box-contato .formc {
  margin-top: 25px;
  max-width: 400px;
}
.r-contato .right-c iframe {
  width: 100%;
  height: 480px;
  border-radius: 16px;
  margin-top: 50px;
}
.title-tt h1 {
  color: #e03540;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 600;
}
.title-tt p {
  color: #3c3c3b;
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
}
.r-noticias {
  margin-top: 40px;
}
.r-noticias .noticia {
  background: #ffffff;
  border-radius: 16px;
  filter: drop-shadow(0px 12px 20px rgba(0,0,0,0.16));
  margin-bottom: 50px;
  min-height: 400px;
}
.r-noticias .noticia img {
  width: 100%;
  max-width: 360px;
  border-radius: 16px 16px 0 0;
}
.r-noticias .noticia .title {
  display: inline-table;
  width: 90%;
  padding: 13px 5% 10px 5%;
  color: #e03540;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}
.r-noticias .noticia .description {
  display: inline-table;
  width: 90%;
  padding: 5px 5% 20px 5%;
  color: #3c3c3b;
  font-size: 16px;
  line-height: 22px;
}
.bg-linha-do-tempo {
  width: 100%;
  height: auto;
}
.bg-linha-do-tempo .slick-dots {
  bottom: -30px;
}
.bg-linha-do-tempo .slick-prev {
  background-color: rgba(255,255,255,0.92);
  background-size: 12px;
}
.bg-linha-do-tempo .slick-next {
  background-color: rgba(255,255,255,0.92);
  background-size: 12px;
}
.bg-linha-do-tempo .box-emp-lt {
  width: 100%;
  display: inline-block;
  float: left;
  position: relative;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.bg-linha-do-tempo .box-emp-lt img {
  width: 100%;
  max-width: 480px;
  margin-bottom: -6px;
}
.bg-linha-do-tempo .box-emp-lt .inner-black {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  color: #fff;
  border-radius: 8px;
  transition: all 0.33s ease-in-out;
  -moz-transition: all 0.33s ease-in-out;
  -webkit-transition: all 0.33s ease-in-out;
}
.bg-linha-do-tempo .box-emp-lt .inner-black .s100 {
  width: 100%;
  display: table;
}
.bg-linha-do-tempo .box-emp-lt .inner-black .percent {
  width: auto;
  float: left;
  background-color: #fff;
  color: #e03540;
  padding: 8px;
  border-radius: 8px;
  margin-top: 18px;
  margin-left: 18px;
  font-weight: 700;
  font-size: 17px;
  line-height: 14px;
  text-align: center;
}
.bg-linha-do-tempo .box-emp-lt .inner-black .percent b {
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
}
.bg-linha-do-tempo .box-emp-lt .inner-black .status {
  background-color: #e03540;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  padding: 5px 8px 5px 8px;
  border-radius: 8px;
  float: right;
  margin-top: 18px;
  margin-right: 18px;
  border: 1px solid red;
}
.bg-linha-do-tempo .box-emp-lt .inner-black .title {
  width: 100%;
  display: inline-block;
  font-size: 26px;
  font-weight: 700;
}
.bg-linha-do-tempo .box-emp-lt .inner-black .year {
  color: #e03540;
  font-size: 18px;
  font-weight: 600;
}
.bg-linha-do-tempo .box-emp-lt .inner-black .slow {
  margin-left: 18px;
  position: absolute;
  bottom: 20px;
}
.bg-linha-do-tempo .box-emp-lt .inner-black:hover {
  background: rgba(0,0,0,0.1);
}
.view-noticia {
  margin-top: 30px;
}
.view-noticia .al-left {
  float: left;
}
.view-noticia .al-left img {
  width: 100%;
  max-width: 400px;
  margin-right: 30px;
  margin-bottom: 20px;
  border-radius: 8px;
}
.view-noticia h1 {
  color: #e03540;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 10px;
}
.view-noticia .texto-n p {
  font-size: 18px;
  line-height: 28px;
  color: #3c3c3b;
  margin-bottom: 10px;
}
.view-noticia .shareBox {
  width: 100%;
  display: table;
  text-align: left;
  margin-top: 20px;
}
.view-noticia .shareBox .ssi {
  width: auto;
  display: inline-block;
  float: left;
  margin-right: 20px;
}
.view-noticia .shareBox .facebookl {
  height: 20px;
  margin-top: 4px;
  margin-bottom: 3px;
}
.view-noticia .shareBox .twitter {
  height: 20px;
  overflow: hidden;
  margin-top: 4px;
}
.view-noticia .shareBox .sharewhats {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../img/icon_whatsapp.png") no-repeat;
  background-size: 24px;
  margin-top: 2px;
  margin-right: 0px;
}
.view-noticia .bg-gallery {
  margin-top: 40px;
  text-align: center;
}
.view-noticia .bg-gallery .galeria img {
  width: 100%;
  max-width: 320px;
  margin-bottom: 30px;
  border-radius: 4px;
  transition: all 0.33s ease-in-out;
  -moz-transition: all 0.33s ease-in-out;
  -webkit-transition: all 0.33s ease-in-out;
}
.view-noticia .bg-gallery .galeria img:hover {
  transform: scale(1.05);
}
.view-noticia .video {
  text-align: center;
  margin-top: 20px;
  padding-top: 22px;
  background-color: #000;
  border-radius: 16px;
}
.view-noticia .video iframe {
  width: 100%;
  max-width: 800px;
  height: 440px;
  margin-bottom: 20px;
}
.bg-contato-et {
  width: 100%;
  height: auto;
  display: table;
  background-color: #e03540;
  padding-top: 40px;
  padding-bottom: 40px;
  float: left;
}
.bg-contato-et p {
  color: #fff;
  font-size: 28px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
}
.bg-contato-et .formc {
  max-width: 100%;
}
.bg-contato-et .formc input[type="submit"] {
  background-color: #3c3c3b;
  color: #fff;
  margin-top: 0px;
  height: 45px;
}
.content-galeria {
  margin-bottom: 70px;
}
.solicitc-mobile {
  width: 100%;
  display: table;
  position: fixed;
  top: 10px;
  text-align: center;
  z-index: 9999;
  display: none;
}
.solicitc-mobile a {
  width: 88%;
  display: inline-block;
  background-color: #e03540;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  font-weight: 600;
  padding-top: 13px;
  padding-bottom: 13px;
  border-radius: 10px;
}
.list-status-emp {
  margin-bottom: 20px;
}
.list-status-emp h1 {
  color: #3c3c3b;
  font-size: 38px;
  line-height: 46px;
  font-weight: 700;
  margin-bottom: 40px;
}
.container-fix-ac {
  width: 100%;
  margin: 0 auto;
  max-width: 820px;
}
.container-fix-ac h1 {
  text-align: center;
  font-size: 36px;
  color: #e03540;
}
.box-list-relatoios {
  margin-top: 50px;
  margin-bottom: 100px;
}
.box-list-relatoios a {
  display: table;
  color: #3c3c3b;
  font-size: 18px;
  border-bottom: 2px solid #3c3c3b;
  margin-bottom: 10px;
  transition: all 0.33s ease-in-out;
  -moz-transition: all 0.33s ease-in-out;
  -webkit-transition: all 0.33s ease-in-out;
}
.box-list-relatoios a:hover {
  color: #e03540;
  border-bottom: 2px solid #e03540;
}
@media (max-width: 1180px) {
  .container-fix {
    padding-left: 15px;
    padding-right: 15px;
  }
  .container-full {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  header {
    width: 100%;
    position: relative;
    z-index: 777;
  }
  header .content-menu {
    background: rgba(255,255,255,0.92);
    border-radius: 0px;
    margin-top: 18px;
    margin-bottom: 18px;
    padding: 0px 0px 0px 0px;
  }
  header .logo {
    width: 75% !important;
    float: left;
    margin: 0px;
  }
  header .logo img {
    width: 100%;
    max-width: 122px;
    margin-bottom: -5px;
  }
  header .cright {
    width: 20% !important;
    float: right;
    margin: 0px;
  }
  header .cright .openmenu {
    display: table;
    margin-right: 10px;
    margin-top: 14px;
  }
  header .cright #bgmenu {
    display: none;
    text-align: left;
    background-color: #e03540;
    padding-top: 20px;
    padding-bottom: 10px;
    position: absolute;
    z-index: 999;
    width: 100%;
    right: 0;
    top: -46px;
  }
  header .cright #bgmenu ul {
    text-align: center;
  }
  header .cright #bgmenu ul .li-close {
    display: block;
    margin-top: 23px;
    margin-bottom: 10px;
    margin-right: 27px;
  }
  header .cright #bgmenu ul .li-close a {
    border: 0px;
  }
  header .cright #bgmenu ul .li-close a:hover {
    background-color: transparent;
  }
  header .cright #bgmenu ul .li-close a img {
    width: 28px;
  }
  header .cright #bgmenu ul li {
    display: block;
    margin-bottom: 25px;
    margin-left: 0px;
    margin-right: 0px;
  }
  header .cright #bgmenu ul li a {
    font-size: 18px;
    line-height: 18px;
    color: #fff;
  }
  header .cright #bgmenu ul li a:hover {
    color: #fff;
  }
}
@media (max-width: 800px) {
  .box-whatsapp {
    bottom: 7px;
    right: auto;
    left: 7px;
    width: 60px;
  }
  .box-whatsapp a {
    width: 100%;
    padding: 5%;
    border: 3px solid #93ed56;
    border-radius: 8px;
  }
  .box-whatsapp a span {
    font-size: 12px;
    line-height: 14px;
  }
  .box-whatsapp a img {
    width: 20px;
    margin-top: 6px;
  }
  #box-chat-whatsapp {
    width: 273px;
    bottom: 82px;
    right: auto;
    left: 8px;
    border-radius: 8px;
  }
  .formc {
    max-width: 100%;
  }
  .formc label {
    font-size: 14px;
  }
  .formc input[type="text"],
  .formc input[type="email"],
  .formc input[type="tel"] {
    height: 43px;
    margin-bottom: 15px;
  }
  .formc select {
    height: 43px;
    margin-bottom: 15px;
  }
  .formc input[type="submit"] {
    width: 180px;
    height: 40px;
    font-size: 14px;
    line-height: 14px;
  }
  .bg-banner {
    width: 100%;
    height: auto;
    display: block;
  }
  .bg-banner .bh-image {
    z-index: 0;
    position: relative;
  }
  .bg-banner .bh-image img {
    width: 100%;
    max-width: 1920px;
  }
  .bg-banner .content-bh-emp {
    width: 100%;
    height: auto;
    border-radius: 8px;
    z-index: 22;
    margin-top: -30px;
    margin-bottom: 30px;
  }
  .bg-banner .content-bh-emp .row-ibe {
    padding: 20px 20px 10px 20px;
    color: #3c3c3b;
  }
  .bg-banner .content-bh-emp .row-ibe h1 {
    margin-top: 0px;
    margin-bottom: 4px;
    font-size: 20px;
    line-height: 20px;
  }
  .bg-banner .content-bh-emp .row-ibe .pc {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .bg-banner .content-bh-emp .row-ibe .pr {
    font-size: 14px;
  }
  .bg-banner .content-bh-emp .row-ibe .fcenter {
    margin-top: 15px;
  }
  .bg-banner .content-bh-emp .row-ibe .fcenter .rlist {
    border-radius: 8px;
    padding: 10px 13px;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 12px;
  }
  .bg-banner .content-bh-emp .row-ibe .fcenter .rlist i {
    margin-right: 7px;
  }
  .bg-banner .content-bh-emp .row-ibe .flinks {
    margin-top: 15px;
  }
  .bg-banner .content-bh-emp .row-ibe .flinks a {
    font-size: 13px;
    line-height: 13px;
    padding: 12px 0;
    margin-bottom: 12px;
  }
  .sn-home {
    margin-top: 50px;
  }
  .sn-home h2 {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .sn-home .p1 {
    font-size: 22px;
    line-height: 30px;
  }
  .sn-home .p2 {
    font-size: 15px;
    line-height: 24px;
    margin-top: 15px;
    margin-bottom: 25px;
  }
  .sn-home .qtd-obras {
    margin-top: 60px;
  }
  .sn-home .qtd-obras p {
    margin: 0 auto;
  }
  .sn-home .qtd-obras p span {
    width: 100%;
    display: table;
  }
  .sn-home .qtd-obras p .s1 {
    font-size: 88px;
    line-height: 88px;
    -webkit-text-stroke-width: 5px;
  }
  .sn-home .qtd-obras p .s2 {
    font-size: 44px;
    line-height: 44px;
  }
  .sn-home .qtd-obras p .s3 {
    font-size: 22px;
  }
  .sn-home .row-numbers {
    margin-top: 20px;
    border-radius: 8px;
    padding: 20px 20px 0 20px;
  }
  .sn-home .row-numbers p {
    width: 200px;
    margin-bottom: 20px;
  }
  .sn-home .row-numbers p .sn1 {
    font-size: 40px;
    line-height: 50px;
  }
  .sn-home .row-numbers p .sn2 {
    font-size: 18px;
    line-height: 26px;
  }
  .r-link a {
    font-size: 13px;
    line-height: 13px;
    border-radius: 6px;
    padding: 11px 18px;
    color: #e03540;
  }
  .rt-ldt {
    margin-top: 60px;
    margin-bottom: 30px;
  }
  .rt-ldt h3 {
    font-size: 22px;
    z-index: 5;
    position: relative;
    padding-right: 10px;
  }
  .rt-ldt span {
    height: 4px;
    margin-top: -17px;
  }
  .noticias-home {
    margin-top: 70px;
  }
  .noticias-home .nh-left {
    padding-right: 0px;
  }
  .noticias-home .nh-left h4 {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .noticias-home .nh-left .p1 {
    font-size: 22px;
    line-height: 30px;
  }
  .noticias-home .nh-left .p2 {
    font-size: 14px;
    line-height: 23px;
    margin-top: 15px;
    margin-bottom: 25px;
  }
  .noticias-home .nh-left .r-link {
    display: none;
  }
  .noticias-home .nh-right {
    margin-top: 5px;
  }
  .noticias-home .nh-right .list-noticia {
    margin-bottom: 35px;
  }
  .noticias-home .nh-right .list-noticia .ln-left {
    width: 41%;
    float: left;
  }
  .noticias-home .nh-right .list-noticia .ln-left img {
    width: 100%;
    max-width: 200px;
    margin-bottom: -6px;
    border-radius: 8px 0 0 8px;
  }
  .noticias-home .nh-right .list-noticia .ln-right {
    width: 53%;
    padding: 10px 3% 10px 3%;
    float: right;
  }
  .noticias-home .nh-right .list-noticia .ln-right a {
    display: inline-block;
    color: #3c3c3b;
  }
  .noticias-home .nh-right .list-noticia .ln-right .title {
    font-size: 18px;
    line-height: 26px;
    min-height: 69px;
  }
  .noticias-home .nh-right .list-noticia .ln-right .description {
    display: none;
  }
  .bg-newsletter {
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .bg-newsletter h5 {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .bg-newsletter .p1 {
    font-size: 22px;
    line-height: 30px;
  }
  .bg-newsletter .p2 {
    font-size: 14px;
    line-height: 23px;
    margin-top: 15px;
    margin-bottom: 25px;
  }
  .bg-newsletter .row-fn {
    text-align: center;
  }
  .bg-newsletter .row-fn h6 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  footer {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  footer .menu-footer {
    text-align: center;
    margin-bottom: 40px;
  }
  footer .menu-footer a {
    display: none;
  }
  footer .menu-footer .rtrans {
    display: inline-block;
    border-bottom: 1px solid #FFF;
  }
  footer .phones {
    margin-bottom: 25px;
    text-align: center;
  }
  footer .phones a {
    font-size: 14px;
    line-height: 14px;
    padding: 7px 5px 7px 5px;
  }
  footer .phones .whatsapp {
    margin-left: 10px;
  }
  footer .address {
    font-size: 15px;
    text-align: center;
  }
  footer .sociais {
    margin-top: 25px;
    text-align: center;
  }
  footer .sociais a {
    font-size: 20px;
    margin-left: 11px;
    margin-right: 11px;
  }
  footer .logo-footer {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 25px;
  }
  footer .sline {
    display: none;
  }
  footer .allrights {
    text-align: center;
    font-size: 13px;
  }
  .tc-emp {
    margin-bottom: 45px;
  }
  .tc-emp .list-emp .inner-black .slow {
    margin-left: 15px;
    margin-top: 315px;
  }
  .bg-menu-emp {
    border-radius: 0 0 8px 8px;
    margin-bottom: 30px;
    display: none;
  }
  .bg-menu-emp li {
    width: 50%;
    float: left;
  }
  .bg-menu-emp li a {
    font-size: 14px;
    line-height: 14px;
    padding: 13px 0px 13px 0px;
    width: 100%;
  }
  .box-img-info {
    margin-top: 30px;
  }
  .box-img-info .bi-right h1 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 5px;
    margin-top: 30px;
  }
  .box-img-info .bi-right h2 {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .box-img-info .bi-right .texto {
    max-width: 100%;
  }
  .box-img-info .bi-right .texto p {
    font-size: 16px;
  }
  .box-img-info .bi-right .destaques-emp {
    margin-top: 30px;
    border-radius: 10px;
    width: 90%;
    max-width: 90%;
    padding: 5%;
    padding-bottom: 5px;
  }
  .box-img-info .bi-right .destaques-emp .bd-inline {
    width: 50%;
    float: left;
    display: inline-block;
    margin-bottom: 13px;
  }
  .box-img-info .bi-right .destaques-emp .bd-inline .p1 {
    font-size: 13px;
  }
  .box-img-info .bi-right .destaques-emp .bd-inline .p2 {
    font-size: 15px;
  }
  .rtt-filter {
    margin-top: 50px;
  }
  .rtt-filter .rt-left .rht {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .rtt-filter .rt-left .rp1 {
    font-size: 22px;
    line-height: 30px;
  }
  .rtt-filter .rt-left .rp2 {
    font-size: 14px;
    line-height: 23px;
    margin-top: 15px;
    margin-bottom: 25px;
  }
  .rtt-filter .rt-right {
    text-align: center;
  }
  .rtt-filter .rt-right .rfilter {
    margin-top: 10px;
  }
  .rtt-filter .rt-right .rfilter a {
    font-size: 14px;
    line-height: 14px;
    padding: 8px 12px 6px 12px;
    margin-left: 8px;
    margin-right: 8px;
  }
  .rtt-filter .rt-right .rfilter .btng-active {
    background-color: #e03540;
    border: 1px solid #e03540;
    color: #fff;
  }
  .bg-full-gf {
    margin-top: 35px;
  }
  .bg-full-gf .row-gf {
    margin-bottom: 20px;
    display: none;
  }
  .bg-full-gf .row-gf .ig {
    margin-bottom: 20px;
    width: 50%;
    display: inline-block;
  }
  .bg-full-gf .row-gf .ig img {
    width: 95%;
  }
  .bg-full-gf .rgf-1 {
    display: block;
  }
  .bg-video-emp {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: -50px;
  }
  .bg-video-emp h4 {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .bg-video-emp p {
    font-size: 20px;
    line-height: 30px;
  }
  .bg-video-emp .right-v {
    text-align: center;
    margin-top: 30px;
  }
  .bg-video-emp .right-v iframe {
    height: 270px;
    margin-bottom: 10px;
    border-radius: 10px;
  }
  .content-slider-dif {
    margin-top: 5px;
    width: auto;
    position: relative;
    left: 0px;
  }
  .content-full-slider {
    display: block;
    position: relative;
    height: auto;
  }
  .content-full-slider .slick-slide {
    margin-right: 5px;
    margin-left: 5px;
  }
  .content-full-slider .slick-dots {
    bottom: -40px;
  }
  .content-sd {
    margin-bottom: 45px;
  }
  .content-sd .boxd {
    padding: 20px;
  }
  .content-sd .boxd h5 {
    font-size: 15px;
    padding: 6px 0;
    margin-bottom: 20px;
  }
  .content-sd .boxd .texts p {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .clear-slider {
    display: none;
  }
  .evoluca-obra {
    margin-top: 0px;
  }
  .evoluca-obra .cssProgress .cssProgress-label {
    font-size: 18px;
  }
  .evoluca-obra .progress2 .cssProgress-bar {
    height: 30px;
  }
  .evoluca-obra .progress2 .cssProgress-label {
    line-height: 30px;
  }
  .evoluca-obra .list-progress {
    margin-bottom: 15px;
  }
  .evoluca-obra .list-progress .rlf {
    margin-bottom: 5px;
  }
  .evoluca-obra .list-progress .pl {
    font-size: 15px;
  }
  .evoluca-obra .list-progress .pl span {
    font-size: 12px;
  }
  .evoluca-obra .list-progress .cssProgress {
    margin-top: 3px;
  }
  .iframe-gm {
    margin-top: 0px;
  }
  .iframe-gm iframe {
    height: 203px;
  }
  .nossa-historia h1 {
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 5px;
  }
  .nossa-historia .p1 {
    font-size: 22px;
    line-height: 30px;
  }
  .nossa-historia .texto p {
    font-size: 14px;
    line-height: 23px;
    margin-top: 15px;
  }
  .nossa-historia .tags {
    margin-top: 20px;
    max-width: 100%;
  }
  .nossa-historia .tags span {
    font-size: 14px;
    line-height: 14px;
    border-radius: 8px;
    padding: 9px 12px;
    margin-right: 15px;
    margin-bottom: 13px;
  }
  .nossa-historia .img1 {
    margin-top: 20px;
  }
  .nossa-historia2 {
    margin-top: 0px;
  }
  .nossa-historia2 .img2 {
    display: none;
  }
  .nossa-historia2 .texto2 {
    margin-top: 20px;
  }
  .nossa-historia2 .texto2 p {
    font-size: 14px;
    line-height: 23px;
    margin-top: 10px;
  }
  .row-tp {
    margin-top: 40px;
  }
  .row-tp .rht {
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 5px;
  }
  .row-tp .rp1 {
    font-size: 22px;
    line-height: 30px;
  }
  .rl-videos .row-vb {
    margin-top: 0px;
    padding-top: 0px;
    background-color: #fff;
  }
  .rl-videos .row-vb iframe {
    height: 270px;
    margin-top: 25px;
    margin-bottom: 0px;
  }
  .iframe-gm-ae {
    margin-top: 20px;
  }
  .iframe-gm-ae iframe {
    height: 238px;
  }
  .list-equipe {
    margin-top: 30px;
  }
  .list-equipe .tc-equip {
    margin-bottom: 40px;
  }
  .list-equipe .tc-equip .box-equip .inner-black h4 {
    font-size: 22px;
    line-height: 24px;
    margin-top: 275px;
  }
  .list-equipe .tc-equip .box-equip .inner-black p {
    font-size: 16px;
    line-height: 16px;
  }
  .r-contato {
    margin-top: 40px;
  }
  .r-contato .htp {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .r-contato .p1 {
    font-size: 22px;
    line-height: 30px;
  }
  .r-contato .p2 {
    font-size: 14px;
    line-height: 23px;
    margin-top: 10px;
    margin-bottom: 25px;
  }
  .r-contato .box-contato {
    width: 90%;
    padding: 30px 5%;
    border-radius: 8px;
  }
  .r-contato .box-contato .formc {
    margin-top: 20px;
    max-width: 100%;
  }
  .r-contato .right-c {
    margin-top: 50px;
  }
  .r-contato .right-c iframe {
    height: 265px;
    border-radius: 8px;
    margin-top: 0px;
  }
  .title-tt h1 {
    font-size: 15px;
  }
  .title-tt p {
    font-size: 22px;
    line-height: 30px;
  }
  .r-noticias {
    margin-top: 35px;
  }
  .r-noticias .noticia {
    border-radius: 8px;
    margin-bottom: 50px;
    min-height: 40px;
  }
  .r-noticias .noticia img {
    border-radius: 8px 8px 0 0;
  }
  .r-noticias .noticia .title {
    width: 90%;
    padding: 13px 5% 8px 5%;
    font-size: 16px;
    line-height: 20px;
  }
  .r-noticias .noticia .description {
    width: 90%;
    padding: 5px 5% 20px 5%;
    font-size: 15px;
    line-height: 20px;
  }
  .view-noticia {
    margin-top: 30px;
  }
  .view-noticia .al-left {
    float: left;
  }
  .view-noticia .al-left img {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .view-noticia h1 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .view-noticia .texto-n p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 9px;
  }
  .view-noticia .shareBox {
    margin-top: 15px;
  }
  .view-noticia .shareBox .facebookl {
    width: 180px;
    overflow-x: hidden;
  }
  .view-noticia .shareBox .sharewhats {
    margin-top: 0px;
  }
  .view-noticia .bg-gallery {
    margin-top: 30px;
  }
  .view-noticia .bg-gallery .galeria .ig {
    width: 50%;
    display: inline-block;
  }
  .view-noticia .bg-gallery .galeria img {
    margin-bottom: 8px;
    width: 96%;
    border-radius: 2px;
  }
  .view-noticia .video {
    margin-top: 20px;
    padding-top: 0px;
    border-radius: 0px;
  }
  .view-noticia .video iframe {
    height: 222px;
    margin-bottom: 0px;
  }
  .bg-contato-et {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .bg-contato-et p {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .bg-contato-et .formc {
    max-width: 100%;
  }
  .bg-contato-et .formc input[type="submit"] {
    margin-top: 7px;
    height: 42px;
  }
  .bg-contato-et {
    display: none;
    padding-top: 35px;
    padding-bottom: 20px;
    float: left;
    position: fixed;
    z-index: 9999;
    top: 50px;
  }
  .bg-contato-et p {
    display: none;
  }
  .bg-contato-et .formc {
    max-width: 100%;
  }
  .bg-contato-et .formc input[type="submit"] {
    background-color: #3c3c3b;
    color: #fff;
    margin-top: 0px;
    height: 45px;
  }
  .content-galeria {
    margin-top: -20px;
  }
  .list-status-emp {
    margin-bottom: 10px;
  }
  .list-status-emp h1 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 30px;
  }
  .container-fix-ac {
    width: 90%;
  }
  .container-fix-ac h1 {
    font-size: 22px;
    color: #e03540;
  }
  .box-list-relatoios {
    margin-top: 40px;
    margin-bottom: 60px;
  }
  .box-list-relatoios a {
    font-size: 15px;
    border-bottom: 1px solid #3c3c3b;
    margin-bottom: 12px;
  }
  .box-list-relatoios a:hover {
    border-bottom: 1px solid #e03540;
  }
}
</pre></body></html>