article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
}
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0;
  }
}
@media (min-width: 550px) {
  .container {
    width: 80%;
  }
  .column,
  .columns {
    margin-left: 4%;
  }
  .column:first-child,
  .columns:first-child {
    margin-left: 0;
  }
  .one.column,
  .one.columns {
    width: 4.66666666667%;
  }
  .two.columns {
    width: 13.3333333333%;
  }
  .three.columns {
    width: 22%;
  }
  .four.columns {
    width: 30.6666666667%;
  }
  .five.columns {
    width: 39.3333333333%;
  }
  .six.columns {
    width: 48%;
  }
  .seven.columns {
    width: 56.6666666667%;
  }
  .eight.columns {
    width: 65.3333333333%;
  }
  .nine.columns {
    width: 74%;
  }
  .ten.columns {
    width: 82.6666666667%;
  }
  .eleven.columns {
    width: 91.3333333333%;
  }
  .twelve.columns {
    width: 100%;
    margin-left: 0;
  }
  .one-third.column {
    width: 30.6666666667%;
  }
  .two-thirds.column {
    width: 65.3333333333%;
  }
  .one-half.column {
    width: 48%;
  }
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.66666666667%;
  }
  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.3333333333%;
  }
  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%;
  }
  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.6666666667%;
  }
  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.3333333333%;
  }
  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 52%;
  }
  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.6666666667%;
  }
  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.3333333333%;
  }
  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78%;
  }
  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.6666666667%;
  }
  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.3333333333%;
  }
  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.6666666667%;
  }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.3333333333%;
  }
  .offset-by-one-half.column,
  .offset-by-one-half.columns {
    margin-left: 52%;
  }
}
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box;
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0;
}
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #fff;
  background-color: #33c3f0;
  border-color: #33c3f0;
}
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #fff;
  background-color: #1eaedb;
  border-color: #1eaedb;
}
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
}
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33c3f0;
  outline: 0;
}
label,
legend {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
fieldset {
  padding: 0;
  border-width: 0;
}
input[type="checkbox"],
input[type="radio"] {
  display: inline;
}
label > .label-body {
  display: inline-block;
  margin-left: 0.5rem;
  font-weight: 400;
}
ul {
  list-style: circle inside;
}
ol {
  list-style: decimal inside;
}
ol,
ul {
  padding-left: 0;
  margin-top: 0;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}
li {
  margin-bottom: 1rem;
}
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #e1e1e1;
}
th:first-child,
td:first-child {
  padding-left: 0;
}
th:last-child,
td:last-child {
  padding-right: 0;
}
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem;
}
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
.u-full-width {
  width: 100%;
  box-sizing: border-box;
}
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box;
}
.u-pull-right {
  float: right;
}
.u-pull-left {
  float: left;
}
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #e1e1e1;
}
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both;
}
.mfp-bg,
.mfp-wrap {
  position: fixed;
  left: 0;
  top: 0;
}
.mfp-bg,
.mfp-container,
.mfp-wrap {
  height: 100%;
  width: 100%;
}
.mfp-arrow:after,
.mfp-arrow:before,
.mfp-container:before,
.mfp-figure:after {
  content: "";
}
.mfp-bg {
  z-index: 1042;
  overflow: hidden;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-arrow,
.mfp-close:focus,
.mfp-close:hover {
  opacity: 0.65;
}
.mfp-wrap {
  z-index: 1043;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  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-ajax-holder .mfp-content,
.mfp-inline-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-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -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-close,
.mfp-close-btn-in .mfp-close,
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
  display: none;
}
button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  position: fixed;
  right: 25px;
  top: 10px;
  text-decoration: none;
  text-align: center;
  font-style: normal;
  font-size: 44px;
}
.mfp-close:active {
  top: 1px;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #fff;
  text-align: right;
  width: auto;
  right: 10px;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-figure,
img.mfp-img {
  line-height: 0;
}
.mfp-arrow {
  position: absolute;
  margin: -55px 0 0;
  top: 50%;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
}
.mfp-arrow:after,
.mfp-arrow:before {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: 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-image-holder .mfp-content,
img.mfp-img {
  max-width: 100%;
}
.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;
}
.mfp-figure:after,
img.mfp-img {
  width: auto;
  height: auto;
  display: block;
}
img.mfp-img {
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}
.mfp-figure:after {
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  right: 0;
  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-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;
  }
}
.clear {
  clear: both;
}
.displayflex {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.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 {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  font-family: "Work Sans", sans-serif !important;
  height: 100%;
  font-weight: 400;
}
.container-fix {
  width: auto;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.container-full {
  width: auto;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
#box-chat-whatsapp {
  width: 300px;
  background-color: #fff;
  border: 1px solid #00cc18;
  position: fixed;
  z-index: 999;
  bottom: 73px;
  right: 15px;
  padding-bottom: 20px;
  border-radius: 5px;
  display: none;
}
#box-chat-whatsapp .r-close {
  text-align: right;
}
#box-chat-whatsapp .r-close a {
  display: inline-block;
  color: #4c4c4c;
  font-size: 18px;
  margin-top: 5px;
  margin-right: 10px;
}
#box-chat-whatsapp p {
  text-align: center;
  font-size: 17px;
  margin-top: -10px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #4c4c4c;
}
#box-chat-whatsapp .formf {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  font-weight: 400;
}
#box-chat-whatsapp .formf ::placeholder {
  color: #999;
  opacity: 1;
}
#box-chat-whatsapp .formf :-ms-input-placeholder {
  color: #999;
}
#box-chat-whatsapp .formf ::-ms-input-placeholder {
  color: #999;
}
#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;
  color: ;
}
#box-chat-whatsapp .formf .g-recaptcha {
  margin-top: 7px;
}
#box-chat-whatsapp .formf input[type="submit"] {
  width: 100%;
  float: right;
  height: 40px;
  border: 0px;
  padding: 0px;
  margin-top: 15px;
  margin-bottom: 0px;
  color: #fff;
  background-color: #00cc18;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 0px;
  border-radius: 5px;
}
.btn-whatsapp {
  width: 122px;
  bottom: 11px;
  right: 15px;
  cursor: pointer;
  position: fixed;
  text-align: center;
  z-index: 999;
}
.btn-whatsapp img {
  width: 100%;
  margin-bottom: -5px;
}
#banners-desktop img {
  width: 100%;
  max-width: 1920px;
}
#banners-desktop .slick-dots {
  bottom: -38px;
}
#banners-desktop .slick-prev {
  background: url("../slick/imgs/arrow_prev_white.png") no-repeat center center;
}
#banners-desktop .slick-next {
  background: url("../slick/imgs/arrow_next_white.png") no-repeat center center;
}
.banner-single img {
  width: 100%;
  max-width: 1920px;
  margin-bottom: -5px;
}
.banner-single-mobile {
  display: none;
}
.banner-single-mobile img {
  width: 100%;
  max-width: 650px;
  margin-bottom: -5px;
}
.formc {
  width: 100%;
}
.formc ::placeholder {
  color: #000;
  opacity: 1;
}
.formc :-ms-input-placeholder {
  color: #000;
}
.formc ::-ms-input-placeholder {
  color: #000;
}
.formc label {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0px;
  color: ;
  text-align: left;
}
.formc label span {
  font-size: 14px;
}
.formc input[type="text"],
.formc input[type="email"],
.formc input[type="tel"] {
  width: 100%;
  height: 60px;
  margin-bottom: 25px;
  border-radius: 0px;
  padding-left: 10px;
  border: 0px;
  background-color: #fff;
  border-bottom: 2px solid #ccc;
}
.formc select {
  width: 100%;
  height: 60px;
  margin-bottom: 25px;
  border-radius: 0px;
  padding-left: 10px;
  border: 0px;
  background-color: #fff;
  border-bottom: 2px solid #ccc;
}
.formc textarea {
  width: 100%;
  height: 99px;
  margin-bottom: 25px;
  border-radius: 0px;
  padding-left: 10px;
  border: 0px;
  background-color: #fff;
  border-bottom: 2px solid #ccc;
}
.formc input[type="submit"] {
  width: 100%;
  max-width: 200px;
  height: 45px;
  border: 0px;
  padding: 0px;
  margin-bottom: 0px;
  margin-top: 30px;
  color: #fff;
  background-color: #000;
  border: 1px solid #fff;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0px;
  border-radius: 10px;
  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: #00ff96;
  color: #000;
}
.msg-send-form {
  color: #000;
  display: none;
  text-align: left;
  margin-top: 15px;
}
.msg-add-sucess {
  width: 92%;
  padding: 4%;
  max-width: 800px;
  border: 2px solid #00ff96;
  color: green;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin-top: 70px;
}
.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: ;
  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: #fff;
  color: #000;
}
header {
  width: 100%;
  height: auto;
  display: table;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000;
}
header .logo img {
  width: 100%;
  max-width: 210px;
  margin-bottom: -5px;
}
header .openmenu {
  width: 38px;
  float: right;
  display: none;
  cursor: pointer;
  margin-top: 6px;
}
header .openmenu span {
  display: block;
  height: 3px;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 5px;
}
header #bgmenu {
  margin-top: 0px;
}
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;
  margin-right: 10px;
}
header #bgmenu ul .li-close a:hover {
  border-bottom: 0px;
}
header #bgmenu ul li {
  display: inline-block;
  margin-bottom: 0px;
}
header #bgmenu ul li a {
  display: inline-block;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  margin-left: 45px;
  font-weight: 600;
  padding: 8px 12px;
  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;
}
header #bgmenu ul li a:hover {
  background-color: #fff;
  color: #000;
}
header #bgmenu ul li .orcamento {
  background-color: #00ff96;
  color: #000;
}
header #bgmenu ul li .orcamento img {
  float: left;
  width: 16px;
  margin-right: 6px;
}
header #bgmenu ul .li-rockad,
header #bgmenu ul .li-sociais,
header #bgmenu ul .li-text {
  display: none;
}
.headerfix {
  position: fixed;
  z-index: 999;
  transition: transform 0.5s ease;
  top: -61px;
  transform: translate3d(0,61px,0) !important;
  padding-top: 14px;
  padding-bottom: 14px;
}
.headerfix .logo img {
  max-width: 194px;
}
.headerfix #bgmenu {
  margin-top: 0px;
}
.fix_ac {
  padding-top: 94px;
}
.bgb {
  width: 100%;
  height: 1080px;
  display: table;
  background: url("../img/bg_home.png") no-repeat center top;
}
.bgb h1 {
  color: #fff;
  font-size: 42px;
  line-height: 52px;
  font-weight: 700;
  text-transform: uppercase;
  width: 330px;
  margin-top: 550px;
}
.h2p {
  font-size: 88px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
  margin-top: 40px;
  margin-bottom: 40px;
}
.bg-projetos-home {
  width: 100%;
}
.bg-projetos-home .box-lp {
  width: 33.333333333333%;
  display: inline-block;
  float: left;
  position: relative;
  overflow: hidden;
  height: auto;
}
.bg-projetos-home .box-lp .imgp {
  width: 100%;
  max-width: 640px;
  margin-bottom: -6px;
  transition: all 0.9s ease;
}
.bg-projetos-home .box-lp .inner-bk {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  color: #fff;
  z-index: 1;
  display: none;
}
.bg-projetos-home .box-lp .inner-bk .ib-center {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  border-radius: 8px;
  background: transparent;
  height: auto;
  z-index: 1;
  text-align: center;
  color: #fff;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.bg-projetos-home .box-lp .inner-bk .ib-center span {
  width: 100%;
  display: inline-block;
  position: absolute;
}
.bg-projetos-home .box-lp .inner-bk .ib-center .s1 {
  margin-top: -70px;
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
}
.bg-projetos-home .box-lp .inner-bk .ib-center .s2 {
  font-size: 22px;
  line-height: 24px;
  font-weight: 400;
  margin-top: 30px;
}
.bg-projetos-home .box-lp:hover .inner-bk {
  display: block;
}
.bg-projetos-home .box-lp:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.bg-projetos-home-mobile {
  display: none;
}
.bg-snr {
  width: 100%;
  height: 800px;
  display: table;
  background: url("../img/bg_snr.png") no-repeat center top;
  color: #fff;
}
.bg-snr h3 {
  font-size: 88px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 60px;
  margin-bottom: 60px;
}
.bg-snr .c-img img {
  width: 100%;
  max-width: 350px;
}
.bg-snr p {
  font-size: 27px;
  line-height: 38px;
  margin-top: 105px;
}
.bg-snr p br {
  line-height: 38px;
}
.bg-snr .r-line {
  margin-top: 20px;
}
.bg-snr .r-line span {
  display: inline-block;
  width: 110px;
  height: 2px;
  background-color: #707070;
}
.bg-blog {
  width: 100%;
  height: auto;
  display: table;
  background-color: #f4f4f4;
  padding-bottom: 50px;
}
.box-novidade {
  margin-bottom: 40px;
  background-color: #fff;
  border-radius: 15px;
}
.box-novidade a {
  display: inline-block;
  padding-bottom: 20px;
}
.box-novidade a span {
  width: 86%;
  padding-left: 7%;
  padding-right: 7%;
  display: inline-block;
}
.box-novidade a img {
  width: 100%;
  max-width: 400px;
  border-radius: 15px;
  margin-bottom: 10px;
}
.box-novidade a .title {
  color: #000;
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  transition: all 0.33s ease-in-out;
  -moz-transition: all 0.33s ease-in-out;
  -webkit-transition: all 0.33s ease-in-out;
}
.box-novidade a .descricao {
  font-size: 20px;
  color: #4c4c4c;
  margin-top: 20px;
}
.box-novidade a:hover .title {
  color: #00ff96;
}
.bg-contato {
  margin-top: 10px;
}
.bg-contato h3 {
  margin-bottom: 0px;
}
.bg-contato .pp {
  font-size: 18px;
  font-weight: 500;
}
.bg-contato .rlink {
  margin-top: 30px;
}
.bg-contato .rlink a {
  display: inline-block;
  background-color: #00ff96;
  color: #000;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 15px;
  border-radius: 4px;
  border: 2px solid #00ff96;
  transition: all 0.33s ease-in-out;
  -moz-transition: all 0.33s ease-in-out;
  -webkit-transition: all 0.33s ease-in-out;
}
.bg-contato .rlink a img {
  float: left;
  width: 16px;
  margin-right: 8px;
}
.bg-contato .rlink a:hover {
  background-color: #fff;
}
.bg-contato .right-form .formc {
  margin-top: 159px;
}
.bg-contato .box-lcf {
  float: left;
  margin-top: -210px;
}
.bg-contato .box-lcf p {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}
.bg-contato .box-lcf .phones-mail {
  margin-top: 20px;
}
.bg-contato .box-lcf .phones-mail a {
  display: table;
  color: #000;
  font-weight: 600;
  font-size: 16px;
}
.bg-contato .box-lcf .phones-mail .mail {
  margin-top: 20px;
}
.bg-contato .box-lcf .sociais {
  margin-top: 20px;
}
.bg-contato .box-lcf .sociais a {
  display: inline-block;
  font-size: 22px;
  color: #000;
  margin-right: 20px;
  transition: all 0.33s ease-in-out;
  -moz-transition: all 0.33s ease-in-out;
  -webkit-transition: all 0.33s ease-in-out;
}
.bg-contato .box-lcf .sociais a:hover {
  color: #00ff96;
}
footer {
  width: 100%;
  height: auto;
  display: table;
  background-color: #000;
  border-top: 20px solid #00ff96;
  margin-top: 120px;
  padding-top: 70px;
  padding-bottom: 70px;
}
footer .logo-f img {
  width: 300px;
  margin-top: 13px;
}
footer p {
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin-top: 20px;
}
footer .r-bt img {
  width: 55px;
  float: left;
}
footer .r-bt .a-top {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #00ff96;
  float: right;
  color: #000;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  margin-top: 14px;
  transition: all 0.33s ease-in-out;
  -moz-transition: all 0.33s ease-in-out;
  -webkit-transition: all 0.33s ease-in-out;
}
footer .r-bt .a-top:hover {
  background-color: #fff;
}
.bg-sobre-nos {
  width: 100%;
  height: auto;
  display: table;
  background-color: #000;
  color: #fff;
  border-top: 1px solid #373737;
  padding-bottom: 100px;
}
.bg-sobre-nos h1 {
  font-size: 88px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 60px;
  margin-bottom: 60px;
}
.bg-sobre-nos .c-img img {
  width: 100%;
  max-width: 330px;
}
.bg-sobre-nos .fptop {
  padding-top: 10px;
}
.bg-sobre-nos p {
  font-size: 19px;
  line-height: 29px;
  margin-bottom: 20px;
}
.oque-fazemos {
  width: 100%;
  height: auto;
  display: table;
  background-color: #282828;
  padding-top: 80px;
  padding-bottom: 100px;
  color: #fff;
}
.oque-fazemos h2 {
  font-size: 44px;
  text-transform: uppercase;
  margin-bottom: 70px;
}
.oque-fazemos .r-list {
  text-align: center;
}
.oque-fazemos .r-list .box-inline {
  width: 20%;
  float: left;
  display: inline-block;
}
.oque-fazemos .r-list .box-inline img {
  width: 108px;
  margin-bottom: 10px;
}
.oque-fazemos .r-list .box-inline h3 {
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
}
.oque-fazemos .r-list .box-inline h3 br {
  line-height: 30px;
}
.bg-liderancas {
  width: 100%;
  height: auto;
  display: table;
  background-color: #f4f4f4;
  padding-top: 80px;
  padding-bottom: 100px;
  color: #000;
  margin-bottom: 40px;
}
.bg-liderancas h4 {
  font-size: 44px;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.bg-liderancas .d-img {
  width: 51%;
  padding-right: 4%;
  float: left;
}
.bg-liderancas .d-img img {
  width: 100%;
  max-width: 430px;
  margin-bottom: -5px;
  border-radius: 2px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.33s ease-in-out;
  -moz-transition: all 0.33s ease-in-out;
  -webkit-transition: all 0.33s ease-in-out;
}
.bg-liderancas .d-img img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.bg-liderancas .d-info {
  width: 45%;
  float: right;
}
.bg-liderancas .d-info .p1 {
  font-size: 28px;
  font-weight: 700;
  margin-top: 60px;
  margin-bottom: 10px;
}
.bg-liderancas .d-info .p2 {
  font-size: 16px;
}
.bg-inner-gray {
  width: 100%;
  height: auto;
  display: table;
  background-color: #f4f4f4;
  padding-bottom: 40px;
}
.list-blog .box-novidade {
  margin-bottom: 60px;
}
.paginator {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.paginator span {
  color: #000;
  font-size: 18px;
}
.paginator span a {
  color: #000;
  padding: 5px 10px;
}
.paginator span a:hover {
  color: #00ff96;
}
.paginator span.current {
  color: #00ff96;
  font-weight: bold;
  padding: 5px 10px;
}
.paginator .prev,
.paginator .next {
  color: #000;
  padding: 5px 10px;
}
.paginator .prev a,
.paginator .next a {
  color: #000;
  padding: 0;
}
.view-noticia {
  max-width: 960px;
  margin-bottom: 80px;
}
.view-noticia .vn-img {
  margin-top: 50px;
  margin-bottom: 35px;
  text-align: center;
}
.view-noticia .vn-img img {
  width: 100%;
  max-width: 960px;
  border-radius: 10px;
}
.view-noticia .titulon {
  color: #000;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 30px;
  border-bottom: 2px solid #e2e2e2;
  padding-bottom: 30px;
}
.view-noticia .texto-nn p {
  font-size: 16px;
  line-height: 26px;
}
.bg-gallery {
  text-align: center;
  margin-top: 40px;
}
.bg-gallery .galeria img {
  width: 100%;
  max-width: 250px;
  margin-bottom: 20px;
  border-radius: 2px;
}
.bg-video {
  width: 100%;
  height: auto;
  display: table;
  text-align: center;
  margin-top: 50px;
}
.bg-video iframe {
  width: 100%;
  max-width: 800px;
  height: 450px;
  margin-bottom: 20px;
}
.bg-top-pi {
  width: 100%;
  height: auto;
  display: table;
  background-color: #000;
  border-top: 1px solid #373737;
}
.bg-top-pi .h2p {
  color: #fff;
  margin-top: 35px;
}
.r-projetos-ap {
  width: 100%;
  margin: 0 auto;
  margin-top: 60px;
  text-align: center;
}
.r-projetos-ap a {
  display: inline-block;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  transition: all 0.33s ease-in-out;
  -moz-transition: all 0.33s ease-in-out;
  -webkit-transition: all 0.33s ease-in-out;
}
.r-projetos-ap a i {
  margin-left: 5px;
}
.r-projetos-ap a:hover {
  color: #00ff96;
}
.r-projetos-ap .a-next {
  margin-left: 350px;
}
.r-projetos-ap .a-next i {
  margin-left: 0px;
  margin-right: 5px;
}
.rpap-mobile {
  display: none;
}
.title-tt {
  margin-top: 70px;
  margin-bottom: 80px;
}
.title-tt a {
  display: inline-block;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 93px;
  transition: all 0.33s ease-in-out;
  -moz-transition: all 0.33s ease-in-out;
  -webkit-transition: all 0.33s ease-in-out;
}
.title-tt a i {
  margin-right: 5px;
}
.title-tt a:hover {
  color: #00ff96;
}
.title-tt .box-go-l {
  width: 15%;
  float: left;
  display: inline-block;
}
.title-tt .box-go-r {
  width: 15%;
  float: right;
  display: inline-block;
  text-align: right;
}
.title-tt .box-go-r a i {
  margin-right: 0px;
  margin-left: 5px;
}
.title-tt .box-center {
  width: 70%;
  float: left;
  display: inline-block;
  text-align: center;
}
.title-tt .box-center h2 {
  color: #000;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
}
.texto-pjt p {
  font-size: 20px;
  color: #3c3c3c;
}
.list-bloco {
  width: 100%;
  height: auto;
  float: left;
  display: table;
}
.list-bloco h3 {
  margin-top: 70px;
  margin-bottom: 50px;
  text-align: center;
  color: #000;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 40px;
}
.list-bloco .texto-bp {
  margin-bottom: 80px;
}
.list-bloco .texto-bp p {
  font-size: 20px;
  color: #3c3c3c;
}
.list-bloco .texto-bp ul {
  list-style: none;
  margin-left: 10px;
  margin-top: 30px;
}
.list-bloco .texto-bp ul li {
  margin-bottom: 0px;
  font-size: 20px;
  margin-bottom: 5px;
  color: #3c3c3c;
}
.list-bloco .texto-bp ul li::before {
  content: "\2022";
  color: #3c3c3c;
  font-weight: bold;
  display: inline-block;
  width: 10px;
  margin-right: 5px;
}
.list-bloco img {
  width: 100%;
  margin-bottom: -7px;
}
.list-bloco .i-mobile {
  max-width: 650px;
  display: none;
}
.rpap-low {
  margin-top: 80px;
  margin-bottom: 80px;
}
.bg-view-ap {
  width: 100%;
  height: auto;
  display: table;
  background-color: #00ff96;
  padding-top: 40px;
  padding-bottom: 44px;
  text-align: center;
  margin-top: -3px;
}
.bg-view-ap a {
  display: inline-block;
  color: #000;
  font-size: 28px;
  font-weight: 500;
  transition: all 0.33s ease-in-out;
  -moz-transition: all 0.33s ease-in-out;
  -webkit-transition: all 0.33s ease-in-out;
}
.bg-view-ap a i {
  margin-left: 10px;
}
.bg-view-ap a:hover {
  color: #fff;
}
@media (max-width: 1560px) {
  .bgb {
    height: 900px;
    background: url("../img/bg_home.png") no-repeat center top;
    background-size: 1600px;
  }
  .bgb h1 {
    font-size: 34px;
    line-height: 44px;
    width: 270px;
    margin-top: 460px;
    margin-left: 100px;
  }
}
@media (max-width: 1080px) {
  .container-fix {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1080px) {
  header {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  header .logo {
    width: 75% !important;
    float: left;
    margin: 0px;
  }
  header .cright {
    width: 20% !important;
    float: right;
    margin: 0px;
  }
  header .cright .openmenu {
    display: table;
  }
  header .cright #bgmenu {
    display: none;
    text-align: left;
    background-color: none;
    background-color: #000;
    padding-top: 20px;
    padding-bottom: 30px;
    position: absolute;
    z-index: 999;
    width: 95%;
    padding-left: 5%;
    right: 0;
    top: -30px;
  }
  header .cright #bgmenu ul {
    text-align: left;
  }
  header .cright #bgmenu ul .li-close {
    display: block;
    margin-top: 32px;
    margin-bottom: 18px;
    margin-right: 5px;
  }
  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 {
    display: block;
    margin-bottom: 5px;
    margin-left: 0px;
    margin-right: 20px;
  }
  header .cright #bgmenu ul li a {
    margin-left: 0px;
    font-size: 22px;
    line-height: 22px;
    color: #4c4c4c;
    color: #fff;
    font-weight: 700;
  }
  header .cright #bgmenu ul li .orcamento {
    background-color: transparent;
    color: #000;
    margin-left: 0px;
    font-size: 22px;
    line-height: 22px;
    color: #4c4c4c;
    color: #fff;
    font-weight: 700;
  }
  header .cright #bgmenu ul li .orcamento img {
    display: none;
  }
  header .cright #bgmenu ul .li-rockad,
  header .cright #bgmenu ul .li-sociais,
  header .cright #bgmenu ul .li-text {
    display: block;
  }
  header .cright #bgmenu ul .li-rockad {
    margin-top: -30px;
    margin-bottom: 20px;
  }
  header .cright #bgmenu ul .li-rockad img {
    width: 70px;
    margin-left: 12px;
  }
  header .cright #bgmenu ul .li-sociais {
    margin-top: 25px;
  }
  header .cright #bgmenu ul .li-sociais a {
    display: inline-block;
    color: #fff;
    font-size: 30px;
    margin-right: 0px;
  }
  header .cright #bgmenu ul .li-text {
    color: #fff;
    margin-top: 20px;
  }
  header .cright #bgmenu ul .li-text span {
    margin-left: 12px;
    font-size: 14px;
  }
}
@media (max-width: 800px) {
  .bgb {
    height: 340px;
    background: url("../img/bg_home.png") no-repeat center top;
    background-size: 600px;
  }
  .bgb h1 {
    font-size: 32px;
    line-height: 38px;
    width: 252px;
    margin-top: 100px;
    margin-left: -10px;
  }
  .banner-single {
    display: none;
  }
  .banner-single-mobile {
    display: block;
  }
  #banners-desktop {
    margin-bottom: 30px;
  }
  #banners-desktop .slick-dots {
    bottom: -33px;
  }
  .btn-whatsapp {
    width: 101px;
    bottom: 10px;
  }
  .formc input[type="text"],
  .formc input[type="email"],
  .formc input[type="tel"] {
    height: 40px;
    margin-bottom: 15px;
    padding-left: 15px;
  }
  .formc select {
    height: 47px;
    margin-bottom: 20px;
    padding-left: 15px;
  }
  .formc input[type="submit"] {
    max-width: 200px;
    height: 42px;
    margin-top: 25px;
    font-size: 14px;
    line-height: 14px;
  }
  .h2p {
    font-size: 34px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .bg-projetos-home {
    width: 100%;
    display: none;
  }
  .bg-projetos-home .box-lp {
    width: 100%;
  }
  .bg-projetos-home .box-lp .inner-bk {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    color: #fff;
    z-index: 1;
    display: block;
    transition: all 0.33s ease-in-out;
    -moz-transition: all 0.33s ease-in-out;
    -webkit-transition: all 0.33s ease-in-out;
  }
  .bg-projetos-home .box-lp .inner-bk .ib-center .s1 {
    margin-top: -40px;
    font-size: 24px;
    line-height: 24px;
  }
  .bg-projetos-home .box-lp .inner-bk .ib-center .s2 {
    font-size: 18px;
    line-height: 18px;
    margin-top: 30px;
  }
  .bg-projetos-home .box-lp:hover .inner-bk {
    display: table;
  }
  .bg-projetos-home-mobile {
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
  }
  .bg-projetos-home-mobile .box-projeto {
    margin-bottom: 35px;
    float: left;
  }
  .bg-projetos-home-mobile .box-projeto a {
    width: 100%;
    display: inline-block;
    float: left;
    color: #000;
  }
  .bg-projetos-home-mobile .box-projeto a img {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
  }
  .bg-projetos-home-mobile .box-projeto a span {
    width: 100%;
    display: inline-block;
  }
  .bg-projetos-home-mobile .box-projeto a .s1 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 5px;
  }
  .bg-projetos-home-mobile .box-projeto a .s2 {
    font-size: 16px;
    line-height: 16px;
  }
  .bg-snr {
    height: auto;
    padding-bottom: 55px;
    background: url("../img/bg_snr.png") no-repeat center top;
  }
  .bg-snr h3 {
    font-size: 34px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .bg-snr .c-img img {
    width: 100%;
    max-width: 118px;
  }
  .bg-snr p {
    font-size: 18px;
    line-height: 26px;
    margin-top: 40px;
  }
  .bg-snr p br {
    line-height: 26px;
    display: none;
  }
  .bg-snr .r-line {
    margin-top: 5px;
  }
  .bg-snr .r-line span {
    width: 77px;
    height: 2px;
  }
  .bg-blog {
    padding-bottom: 30px;
  }
  .box-novidade {
    margin-bottom: 40px;
    border-radius: 10px;
  }
  .box-novidade a {
    padding-bottom: 20px;
  }
  .box-novidade a span {
    width: 86%;
    padding-left: 7%;
    padding-right: 7%;
  }
  .box-novidade a img {
    border-radius: 10px;
  }
  .box-novidade a .title {
    font-size: 22px;
    line-height: 30px;
  }
  .box-novidade a .descricao {
    font-size: 16px;
    margin-top: 20px;
  }
  .bg-contato {
    margin-top: 10px;
  }
  .bg-contato h3 {
    margin-bottom: 15px;
  }
  .bg-contato .pp {
    font-size: 15px;
  }
  .bg-contato .rlink {
    margin-top: 30px;
  }
  .bg-contato .rlink a {
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    padding: 10px 12px;
  }
  .bg-contato .rlink a img {
    width: 12px;
    margin-right: 8px;
  }
  .bg-contato .right-form .formc {
    margin-top: 40px;
  }
  .bg-contato .box-lcf {
    margin-top: 60px;
  }
  .bg-contato .box-lcf p {
    font-size: 14px;
  }
  .bg-contato .box-lcf .phones-mail {
    margin-top: 20px;
  }
  .bg-contato .box-lcf .phones-mail a {
    font-size: 15px;
  }
  .bg-contato .box-lcf .phones-mail .mail {
    margin-top: 20px;
  }
  .bg-contato .box-lcf .sociais {
    margin-top: 22px;
  }
  .bg-contato .box-lcf .sociais a {
    font-size: 21px;
    margin-right: 20px;
  }
  footer {
    background-color: #000;
    border-top: 15px solid #00ff96;
    margin-top: 80px;
    padding-top: 60px;
    padding-bottom: 70px;
  }
  footer .logo-f {
    text-align: center;
  }
  footer .logo-f img {
    width: 90%;
    max-width: 320px;
    margin-top: 0px;
  }
  footer p {
    font-size: 12px;
    margin-top: 40px;
  }
  footer .r-bt {
    margin-top: 48px;
  }
  footer .r-bt img {
    width: 44px;
    margin-left: 20px;
  }
  footer .r-bt .a-top {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    font-size: 18px;
    line-height: 30px;
    margin-top: 14px;
    margin-right: 20px;
  }
  .bg-sobre-nos {
    padding-bottom: 0px;
  }
  .bg-sobre-nos h1 {
    font-size: 34px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .bg-sobre-nos .c-img {
    margin-bottom: 40px;
  }
  .bg-sobre-nos .c-img img {
    width: 100%;
    max-width: 118px;
  }
  .bg-sobre-nos .fptop {
    padding-top: 0px;
  }
  .bg-sobre-nos p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
  }
  .oque-fazemos {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .oque-fazemos h2 {
    font-size: 32px;
    margin-bottom: 40px;
  }
  .oque-fazemos .r-list .box-inline {
    width: 100%;
    float: left;
    margin-bottom: 44px;
  }
  .oque-fazemos .r-list .box-inline img {
    width: 66px;
    margin-bottom: 5px;
  }
  .oque-fazemos .r-list .box-inline h3 {
    font-size: 18px;
    line-height: 28px;
  }
  .oque-fazemos .r-list .box-inline h3 br {
    line-height: 28px;
    display: none;
  }
  .bg-liderancas {
    padding-top: 55px;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .bg-liderancas h4 {
    font-size: 32px;
    margin-bottom: 40px;
  }
  .bg-liderancas .d-img {
    width: 100%;
    padding-right: 0;
  }
  .bg-liderancas .d-info {
    width: 100%;
    float: left;
  }
  .bg-liderancas .d-info .p1 {
    font-size: 24px;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .bg-liderancas .d-info .p2 {
    font-size: 16px;
    margin-bottom: 50px;
  }
  .bg-inner-gray {
    padding-bottom: 30px;
  }
  .list-blog .box-novidade {
    margin-bottom: 40px;
  }
  .view-noticia {
    margin-bottom: 30px;
  }
  .view-noticia .vn-img {
    margin-bottom: 30px;
  }
  .view-noticia .titulon {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 30px;
    padding-bottom: 27px;
  }
  .bg-gallery {
    margin-top: 20px;
  }
  .bg-gallery .galeria .ig {
    width: 50%;
    display: inline-block;
  }
  .bg-gallery .galeria img {
    margin-bottom: 10px;
    width: 94%;
  }
  .bg-video {
    margin-top: 30px;
  }
  .bg-video iframe {
    height: 260px;
    margin-bottom: 20px;
  }
  .r-projetos-ap {
    margin-top: 40px;
  }
  .r-projetos-ap a {
    font-size: 13px;
    float: left;
  }
  .r-projetos-ap .a-next {
    margin-left: 0px;
    float: right;
  }
  .rpap-mobile {
    display: block;
  }
  .title-tt {
    margin-top: 40px;
  }
  .title-tt .box-go-l {
    display: none;
  }
  .title-tt .box-go-r {
    display: none;
  }
  .title-tt .box-center {
    width: 100%;
  }
  .title-tt .box-center h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .texto-pjt p {
    font-size: 16px;
  }
  .list-bloco {
    float: left;
  }
  .list-bloco h3 {
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .list-bloco .texto-bp {
    margin-bottom: 40px;
  }
  .list-bloco .texto-bp p {
    font-size: 16px;
  }
  .list-bloco .texto-bp ul {
    margin-top: 20px;
  }
  .list-bloco .texto-bp ul li {
    font-size: 16px;
  }
  .list-bloco img {
    width: 100%;
    margin-bottom: -7px;
  }
  .list-bloco .i-desktop {
    display: none;
  }
  .list-bloco .i-mobile {
    display: block;
  }
  .rpap-low {
    margin-top: 55px;
    margin-bottom: 45px;
  }
  .bg-view-ap {
    padding-top: 25px;
    padding-bottom: 30px;
    margin-top: 0px;
  }
  .bg-view-ap a {
    font-size: 17px;
  }
}
