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,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
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 {
  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 {
  right: 0px;
}
.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;
}
.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: "Poppins", sans-serif;
  font-weight: 400;
  background-color: #f5f6fa;
}
.container-fix {
  width: auto;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.container-full {
  width: 98%;
  max-width: 1750px;
  margin-left: auto;
  margin-right: auto;
}
.formc {
  color: #000;
}
.formc input[type="text"],
.formc input[type="email"],
.formc input[type="tel"] {
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  border-radius: 4px;
  padding-left: 10px;
  border: 0px;
  border-bottom: 1px solid #1d1d1b;
}
.formc select {
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  color: #767676;
  border-radius: 4px;
  padding-left: 10px;
  border: 0px;
  border-bottom: 1px solid #1d1d1b;
}
.formc textarea {
  width: 100%;
  height: 140px;
  margin-bottom: 20px;
  color: #000;
  border-radius: 4px;
  border: 0px;
  padding-left: 10px;
  border-bottom: 1px solid #1d1d1b;
}
.formc input[type="submit"] {
  width: 100%;
  max-width: 180px;
  float: right;
  height: 35px;
  border: 0px;
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  background-color: #003673;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 0px;
  border-radius: 4px;
  transition: all 0.44s ease-in-out;
  -moz-transition: all 0.44s ease-in-out;
  -webkit-transition: all 0.44s ease-in-out;
}
.formc input[type="submit"]:hover {
  color: #fff;
  background-color: #eb5a46;
}
.msg-send-form {
  display: none;
  color: #1d1d1b;
  margin-top: 10px;
}
.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: 70px 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: #003673;
  color: #fff;
  padding: 5px 20px 5px 20px;
  border-radius: 5px;
  font-size: 14px;
  transition: all 0.44s ease-in-out;
  -moz-transition: all 0.44s ease-in-out;
  -webkit-transition: all 0.44s ease-in-out;
}
.page-404 a:hover {
  background-color: ;
}
footer {
  margin-top: 60px;
}
footer .bg-ft2 {
  width: 100%;
  height: auto;
  display: table;
  background-color: #ebecee;
  padding-top: 30px;
  padding-bottom: 30px;
}
footer .bg-ft2 .bft2i {
  width: 40%;
  display: inline-table;
  float: left;
}
footer .bg-ft2 .logo-footer {
  width: 20%;
  float: right;
  text-align: right;
}
footer .bg-ft2 .logo-footer img {
  width: 100%;
  max-width: 145px;
}
footer .bg-ft2 p,
footer .bg-ft2 a {
  font-size: 12px;
  color: #1d1d1b;
  margin-bottom: 10px;
}
footer .bg-ft2 p i,
footer .bg-ft2 a i {
  color: #003673;
  margin-right: 3px;
  margin-top: 3px;
  display: inline-block;
  float: left;
  width: 20px;
}
footer .bg-ft2 p span,
footer .bg-ft2 a span {
  display: inline-block;
}
footer .bg-ft2 .p1 {
  font-size: 15px;
  color: #003673;
  margin-bottom: 15px;
}
footer .bg-ft2 .allrights {
  font-size: 12px;
  margin-top: 25px;
  margin-bottom: 0px;
  float: left;
  width: auto;
}
footer .bg-ft2 .tecnologia {
  display: block;
  margin-top: 25px;
  width: auto;
  float: right;
  margin-right: 28px;
}
footer .bg-ft2 .tecnologia span {
  display: inline-block;
  float: left;
  margin-right: 5px;
  font-size: 11px;
}
footer .bg-ft2 .tecnologia img {
  width: 88px;
  float: right;
  margin-top: 0px;
}
header {
  width: 100%;
  height: auto;
  display: table;
  background-color: #fff;
  box-shadow: 2px 2px 4px rgba(64,64,64,0.05);
  text-align: center;
  padding-top: 20px;
  padding-bottom: 15px;
  margin-bottom: 50px;
}
header img {
  width: 100%;
  max-width: 180px;
}
.htp {
  margin-top: 0px;
  color: #003673;
  color: #2c1e4f;
  font-size: 26px;
  margin-top: 20px;
  font-weight: 500;
  text-align: center;
}
.htp b {
  font-weight: 700;
}
.boxw {
  background-color: #fff;
  box-shadow: 2px 2px 7px #ccc;
  -webkit-box-shadow: 2px 2px 5px #ccc;
  -moz-box-shadow: 2px 2px 7px #ccc;
  border-radius: 5px;
  padding: 20px;
}
.view-perfil {
  margin-top: 90px;
  margin-bottom: 60px;
}
.view-perfil h1 {
  margin-top: 0px;
  color: #2a2e43;
  font-size: 26px;
  margin-bottom: 30px;
  font-weight: 500;
}
.view-perfil h1 b {
  font-weight: 700;
}
.view-perfil .img-left img {
  width: 200px;
  border-radius: 50%;
  border: 1px solid #ccc;
}
.view-perfil .right-infos .rlist {
  margin-bottom: 10px;
  color: #666;
  font-size: 18px;
}
.view-perfil .right-infos .rlist b {
  margin-right: 4px;
}
.view-perfil .right-infos .rlist a {
  display: inline-block;
  color: #666;
}
.view-perfil .right-infos .rlist a span {
  display: inline-block;
  background-color: #2aad01;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  padding: 5px 8px 6px 8px;
  border-radius: 2px;
}
.view-perfil .right-infos .rlist a span i {
  margin-right: 3px;
}
.view-perfil .right-infos .desc {
  margin-bottom: 20px;
}
.view-perfil .right-infos .redes-sociais p {
  color: #666;
  font-size: 18px;
}
.view-perfil .right-infos .redes-sociais .list-rs {
  margin-top: 5px;
}
.view-perfil .right-infos .redes-sociais .list-rs a {
  display: inline-block;
  font-size: 24px;
  margin-right: 15px;
  transition: all 0.44s ease-in-out;
  -moz-transition: all 0.44s ease-in-out;
  -webkit-transition: all 0.44s ease-in-out;
}
.view-perfil .right-infos .redes-sociais .list-rs a:hover {
  color: #1d1d1b;
}
.view-perfil .right-infos .redes-sociais .list-rs .facebook {
  color: #4867aa;
}
.view-perfil .right-infos .redes-sociais .list-rs .instagram {
  color: #de4666;
}
.view-perfil .right-infos .redes-sociais .list-rs .youtube {
  color: #fe0000;
}
.view-perfil .right-infos .redes-sociais .list-rs .twitter {
  color: #1da1f2;
}
.whatsapp-emp {
  width: 140px;
  height: auto;
  position: fixed;
  z-index: 999;
  right: 18px;
  bottom: 20px;
  color: #fff;
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
  text-align: center;
}
.whatsapp-emp span {
  display: inline-block;
  float: left;
  width: 100%;
  margin-bottom: 0px;
  padding: 9px 0 9px 0;
  background-color: #2aad01;
  border-radius: 10px;
}
.whatsapp-emp span i {
  font-size: 17px;
  margin-right: 3px;
}
.whatsapp-emp-person {
  width: 44px;
  height: auto;
  position: fixed;
  z-index: 999;
  right: 64px;
  bottom: 55px;
}
.whatsapp-emp-person img {
  width: 100%;
  border-radius: 50%;
  border: 2px solid #2aad01;
}
.box-wh {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 2px 2px 4px rgba(64,64,64,0.05);
}
.box-whp {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 2px 2px 4px rgba(64,64,64,0.05);
  padding: 20px;
}
.bwh-mt {
  margin-top: 40px;
}
.view-emp .address p {
  width: auto;
  display: inline-table;
  color: #5e6e6e;
  font-size: 15px;
  margin-top: 4px;
}
.view-emp .address p i {
  color: #2bcc9e;
  color: #ff6d5f;
  margin-right: 10px;
}
.view-emp .address a {
  display: inline-table;
  background-color: #a0a0a0;
  background-color: #2bcc9e;
  background-color: #ff6d5f;
  color: #fff;
  font-size: 13px;
  padding: 4px 10px 4px 10px;
  border-radius: 12px;
  margin-left: 14px;
  transition: all 0.44s ease-in-out;
  -moz-transition: all 0.44s ease-in-out;
  -webkit-transition: all 0.44s ease-in-out;
}
.view-emp .address a i {
  margin-right: 3px;
}
.view-emp .address a:hover {
  background-color: #003673;
  background-color: #2c1e4f;
}
.row-blocos-emp-view {
  margin-top: 30px;
}
.row-blocos-emp-view .box-imagem {
  text-align: center;
}
.row-blocos-emp-view .box-imagem img {
  border-radius: 10px;
  width: 100%;
  max-width: 580px;
  margin-bottom: -7px;
}
.title-box-ot {
  padding: 20px;
}
.title-box-ot p {
  width: 80%;
  float: left;
  color: #2a2e43;
  font-size: 20px;
  font-weight: 600;
  margin-top: 3px;
}
.title-box-ot p i {
  margin-right: 10px;
  color: #2bcc9e;
}
.title-box-ot .right-button {
  float: right;
  text-align: right;
  width: 20%;
}
.title-box-ot .right-button a {
  display: inline-block;
  color: #929292;
  font-size: 13px;
  line-height: 13px;
  margin-top: 15px;
  float: right;
  transition: all 0.44s ease-in-out;
  -moz-transition: all 0.44s ease-in-out;
  -webkit-transition: all 0.44s ease-in-out;
}
.title-box-ot .right-button a i {
  margin-left: 5px;
}
.title-box-ot .right-button a:hover {
  color: #003673;
}
.title-box-ot .right-button .btn-close-all-imgs {
  display: none;
}
.title-box-ot .right-button .btn-close-all-imgs-mobile {
  display: none;
}
.box-download-tabela {
  margin-bottom: -25px;
}
.box-download-tabela .content-button-download {
  padding: 0px 20px 18px 20px;
}
.box-download-tabela .content-button-download a {
  width: 100%;
  display: inline-block;
  background-color: #2bcc9e;
  color: #fff;
  text-align: center;
  padding: 16px 0 16px 0;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  border-radius: 10px;
  transition: all 0.44s ease-in-out;
  -moz-transition: all 0.44s ease-in-out;
  -webkit-transition: all 0.44s ease-in-out;
}
.box-download-tabela .content-button-download a i {
  margin-right: 5px;
}
.box-download-tabela .content-button-download a:hover {
  background-color: #003673;
}
.content-videos-emp .box-video {
  width: 48%;
  display: inline-block;
  float: left;
  position: relative;
  overflow: hidden;
  height: auto;
  margin-bottom: 10px;
}
.content-videos-emp .box-video .imgp {
  width: 100%;
  margin-bottom: -6px;
  border-radius: 10px;
}
.content-videos-emp .box-video .inner-bk {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 1;
}
.content-videos-emp .box-video .inner-bk .ib-center {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: transparent;
  height: auto;
  z-index: 1;
  text-align: center;
  color: #fff;
}
.content-videos-emp .box-video .inner-bk .ib-center .s1 {
  width: 100%;
  display: inline-block;
  margin-top: 50px;
}
.content-videos-emp .box-video .inner-bk .ib-center .s1 .play {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  position: relative;
  width: 32px;
  height: 32px;
  display: inline-block;
  border-radius: 50%;
  background: url("../img/transparent.png") repeat;
  transition: all 0.44s ease-in-out;
  -moz-transition: all 0.44s ease-in-out;
  -webkit-transition: all 0.44s ease-in-out;
}
.content-videos-emp .box-video .inner-bk .ib-center .s1 .play i {
  margin-left: 2px;
  margin-top: 8px;
}
.content-videos-emp .box-video .inner-bk .ib-center:hover .s1 .play {
  color: #2bcc9e;
  color: #ff6d5f;
}
.content-videos-emp .box-video .title {
  min-height: 50px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  margin-top: 15px;
  color: #1d1d1b;
}
.content-videos-emp .box-video:nth-child(even) {
  margin-left: 4%;
}
.content-arquivos {
  border-top: 2px solid #e6e6e6;
}
.content-arquivos .box-arquivo {
  margin-bottom: 15px;
  padding: 20px;
}
.content-arquivos .box-arquivo p {
  width: 70%;
  float: left;
  color: #2a2e43;
  font-size: 17px;
  line-height: 20px;
  font-weight: 600;
}
.content-arquivos .box-arquivo .right-download {
  width: 30%;
  float: right;
  text-align: right;
}
.content-arquivos .box-arquivo .right-download a {
  display: inline-block;
  border: 1px solid #2bcc9e;
  color: #2bcc9e;
  font-size: 15px;
  line-height: 15px;
  font-weight: 600;
  padding: 8px 22px 8px 22px;
  border-radius: 15px;
  transition: all 0.44s ease-in-out;
  -moz-transition: all 0.44s ease-in-out;
  -webkit-transition: all 0.44s ease-in-out;
}
.content-arquivos .box-arquivo .right-download a i {
  margin-right: 5px;
}
.content-arquivos .box-arquivo .right-download a:hover {
  background-color: #2bcc9e;
  color: #fff;
}
.title-box-oc {
  padding: 20px;
}
.title-box-oc p {
  width: 75%;
  float: left;
  color: #2a2e43;
  font-size: 20px;
  font-weight: 600;
}
.title-box-oc p span {
  color: #a0a0a0;
  font-size: 13px;
  font-weight: 400;
  margin-left: 5px;
}
.title-box-oc .right-button {
  width: 25%;
  float: right;
  text-align: right;
}
.title-box-oc .right-button a {
  display: inline-block;
  border: 1px solid #d8d8d8;
  color: #929292;
  font-size: 14px;
  line-height: 14px;
  padding: 8px 14px 8px 14px;
  border-radius: 15px;
  transition: all 0.44s ease-in-out;
  -moz-transition: all 0.44s ease-in-out;
  -webkit-transition: all 0.44s ease-in-out;
}
.title-box-oc .right-button a:hover {
  background-color: #003673;
  border: 1px solid #003673;
  color: #fff;
}
.content-box-oc {
  border-top: 1px solid #d2d2d2;
  padding: 18px 20px 18px 20px;
}
.content-box-oc .slist {
  width: 97%;
  padding: 8px 1.5% 8px 1.5%;
  display: inline-table;
  background-color: #f5f6fa;
  color: #929292;
  font-size: 15px;
}
.content-box-oc .slist .sl {
  width: 50%;
  float: left;
}
.content-box-oc .slist .sr {
  width: 50%;
  float: right;
  text-align: right;
}
.content-box-oc .slist .sr b {
  font-size: 14px;
}
.content-box-oc .slist .s60 {
  width: 60%;
}
.content-box-oc .slist .s40 {
  width: 40%;
}
.content-box-oc .slist .s70 {
  width: 70%;
}
.content-box-oc .slist .s30 {
  width: 30%;
}
.content-box-oc .slist:nth-child(even) {
  background: #fff;
}
.cbo-close {
  display: none;
}
.bg-all-galerias {
  margin-top: 20px;
}
.bg-all-galerias .box-galeria {
  margin-bottom: 15px;
}
.bg-all-galerias .content-gallery {
  padding: 20px;
  padding-top: 0px;
  padding-bottom: 30px;
  display: none;
}
.bg-all-galerias .content-gallery .box-img {
  display: inline-block;
}
.bg-all-galerias .content-gallery .box-img img {
  width: 100%;
}
.bg-all-galerias .content-gallery .box-img p {
  color: #2a2e43;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  margin-top: 5px;
}
.bg-all-galerias .content-gallery .slick-slide {
  margin: 4px;
}
.bg-all-galerias .content-gallery .slick-dots {
  bottom: -22px;
}
.bg-all-galerias .content-gallery .slick-prev {
  background-color: #f0f0f0;
  background-color: #eaeaea;
  background-size: 10px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  left: -15px;
}
.bg-all-galerias .content-gallery .slick-next {
  background-color: #f0f0f0;
  background-size: 10px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  right: -15px;
}
.bg-all-galerias #gallery_g1 {
  display: block;
}
.bg-all-galerias-mobile {
  margin-top: 20px;
}
.bg-all-galerias-mobile .box-galeria-mobile {
  margin-bottom: 15px;
}
.bg-all-galerias-mobile .content-gallery-mobile {
  padding: 20px;
  padding-top: 0px;
  padding-bottom: 30px;
  display: none;
}
.bg-all-galerias-mobile .content-gallery-mobile .box-img {
  display: inline-block;
}
.bg-all-galerias-mobile .content-gallery-mobile .box-img img {
  width: 100%;
}
.bg-all-galerias-mobile .content-gallery-mobile .box-img p {
  color: #2a2e43;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  margin-top: 5px;
}
.bg-all-galerias-mobile .content-gallery-mobile .slick-slide {
  margin: 4px;
}
.bg-all-galerias-mobile .content-gallery-mobile .slick-dots {
  bottom: -22px;
}
.bg-all-galerias-mobile .content-gallery-mobile .slick-prev {
  background-color: #f0f0f0;
  background-color: #eaeaea;
  background-size: 10px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  left: -15px;
}
.bg-all-galerias-mobile .content-gallery-mobile .slick-next {
  background-color: #f0f0f0;
  background-size: 10px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  right: -15px;
}
.bg-all-galerias-mobile #gallery_mobile_gm1 {
  display: block;
}
.modal-view-mapa {
  width: 1080px;
  padding: 20px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
}
.modal-view-mapa .close-modal {
  text-align: right;
}
.modal-view-mapa .close-modal span {
  display: inline-block;
  padding: 8px;
  width: 18px;
  height: 18px;
  background-color: #a0a0a0;
  cursor: pointer;
  border-radius: 5px;
  transition: all 0.44s ease-in-out;
  -moz-transition: all 0.44s ease-in-out;
  -webkit-transition: all 0.44s ease-in-out;
}
.modal-view-mapa .close-modal span img {
  width: 100%;
}
.modal-view-mapa .close-modal span:hover {
  background-color: #1d1d1b;
}
.modal-view-mapa h1 {
  color: #000;
  font-size: 28px;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 10px;
}
.modal-view-mapa p {
  font-size: 16px;
  text-align: center;
  color: #a0a0a0;
}
.modal-view-mapa p i {
  color: #000;
  margin-right: 5px;
}
.modal-view-mapa .imap {
  margin-top: 20px;
}
.modal-view-mapa .imap iframe {
  width: 100%;
  height: 450px;
}
.modal-view-mapa .itour iframe {
  height: 524px;
}
.br-view-emp-mobile {
  display: none;
}
.bg-emp-vadg {
  margin-top: 40px;
}
.bg-emp-vadg .menu-opc-emp {
  margin-bottom: 20px;
}
.bg-emp-vadg .menu-opc-emp a {
  width: 32%;
  margin-right: 2%;
  height: 70px;
  display: inline-table;
  color: #2a2e43;
  border-radius: 8px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 2px 2px 4px rgba(64,64,64,0.05);
  text-align: center;
  font-size: 14px;
  transition: all 0.44s ease-in-out;
  -moz-transition: all 0.44s ease-in-out;
  -webkit-transition: all 0.44s ease-in-out;
}
.bg-emp-vadg .menu-opc-emp a:hover {
  color: #2bcc9e;
}
.bg-emp-vadg .menu-opc-emp a span {
  width: 100%;
  display: table;
}
.bg-emp-vadg .menu-opc-emp a i {
  font-size: 18px;
  margin-top: 13px;
  margin-bottom: 5px;
}
.bg-emp-vadg .menu-opc-emp a:nth-child(3) {
  margin-right: 0px;
}
.bg-emp-vadg .menu-opc-emp .active {
  color: #2bcc9e;
}
.bg-emp-vadg .rbox-opc-emp {
  display: none;
}
.bg-emp-vadg #box_opc_galeria {
  display: block;
}
.bg-emp-vadg .content-videos-emp .box-video {
  margin-bottom: 10px;
}
.bg-emp-vadg .content-videos-emp .box-video .inner-bk .ib-center .s1 {
  margin-top: 30px;
}
.bg-emp-vadg .content-videos-emp .box-video .title {
  min-height: 40px;
  font-size: 14px;
  line-height: 18px;
  margin-top: 10px;
}
.bg-emp-vadg .content-videos-emp .box-video:nth-child(even) {
  margin-left: 4%;
}
.bg-emp-vadg .content-arquivos {
  border-top: 0px;
  padding-top: 0px;
}
.bg-emp-vadg .content-arquivos .box-arquivo {
  margin-bottom: 12px;
  padding: 10px;
}
.bg-emp-vadg .content-arquivos .box-arquivo p {
  width: 60%;
  font-size: 14px;
  line-height: 18px;
}
.bg-emp-vadg .content-arquivos .box-arquivo .right-download {
  width: 40%;
}
.bg-emp-vadg .content-arquivos .box-arquivo .right-download a {
  font-size: 14px;
  line-height: 14px;
  padding: 8px 20px 8px 20px;
  border-radius: 15px;
}
.bg-emp-vadg .content-arquivos .box-arquivo .right-download a i {
  margin-right: 3px;
}
.bg-all-galerias-mobile {
  margin-top: 20px;
}
.bg-all-galerias-mobile .box-galeria-mobile {
  margin-bottom: 15px;
}
.bg-all-galerias-mobile .content-gallery-mobile {
  padding: 20px;
  padding-top: 0px;
  padding-bottom: 30px;
  display: none;
}
.bg-all-galerias-mobile .content-gallery-mobile .box-img {
  display: inline-block;
}
.bg-all-galerias-mobile .content-gallery-mobile .box-img img {
  width: 100%;
}
.bg-all-galerias-mobile .content-gallery-mobile .box-img p {
  color: #2a2e43;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  margin-top: 5px;
}
.bg-all-galerias-mobile .content-gallery-mobile .slick-slide {
  margin: 4px;
}
.bg-all-galerias-mobile .content-gallery-mobile .slick-dots {
  bottom: -22px;
}
.bg-all-galerias-mobile .content-gallery-mobile .slick-prev {
  background-color: #f0f0f0;
  background-color: #eaeaea;
  background-size: 10px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  left: -15px;
}
.bg-all-galerias-mobile .content-gallery-mobile .slick-next {
  background-color: #f0f0f0;
  background-size: 10px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  right: -15px;
}
.bg-all-galerias-mobile #gallery_mobile_gm1 {
  display: block;
}
.p-load-unidades {
  margin-top: 20px;
  color: #929292;
  font-size: 18px;
  font-weight: 600;
}
.box-all-unidades {
  margin-top: 30px;
}
.box-all-unidades .box-wh {
  margin-top: 25px;
}
.box-all-unidades .title-box-oc-1 p {
  width: 45%;
  color: #23af76;
}
.box-all-unidades .title-box-oc-1 .right-button {
  width: 55%;
  text-align: right;
}
.box-all-unidades .title-box-oc-1 .right-button a {
  float: none;
  display: inline-block;
}
.box-all-unidades .title-box-oc-1 .right-button .btn-open-implantacao {
  padding: 0px;
  text-decoration: underline;
  margin-right: 50px;
  border: 0px;
  color: #2a2e43;
  font-weight: 600;
  transition: all 0.44s ease-in-out;
  -moz-transition: all 0.44s ease-in-out;
  -webkit-transition: all 0.44s ease-in-out;
}
.box-all-unidades .title-box-oc-1 .right-button .btn-open-implantacao i {
  margin-right: 5px;
}
.box-all-unidades .title-box-oc-1 .right-button .btn-open-implantacao:hover {
  background-color: transparent;
  color: #003673;
}
.box-all-unidades .r-implantacao-mobile {
  display: none;
}
.box-all-unidades .r-implantacao-mobile .btn-open-implantacao {
  padding: 0px;
  text-decoration: underline;
  margin-right: 0px;
  border: 0px;
  color: #2a2e43;
  font-weight: 600;
  margin-left: 20px;
  transition: all 0.44s ease-in-out;
  -moz-transition: all 0.44s ease-in-out;
  -webkit-transition: all 0.44s ease-in-out;
}
.box-all-unidades .r-implantacao-mobile .btn-open-implantacao i {
  margin-right: 5px;
}
.box-all-unidades .r-implantacao-mobile .btn-open-implantacao:hover {
  background-color: transparent;
  color: #003673;
}
.box-all-unidades .title-box-oc-2 p {
  color: #eb5a46;
}
.box-all-unidades .title-box-oc-3 p {
  color: #f2d600;
}
.box-all-unidades .content-box-oc .title-andar-pav {
  color: #2a2e43;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}
.box-all-unidades .content-box-oc .box-list-unidades {
  margin-bottom: 10px;
}
.box-all-unidades .content-box-oc .box-list-unidades .box-unidade {
  width: 48.5%;
  margin-right: 1.1%;
  display: inline-table;
  border: 2px solid #2bcc9e;
  border-radius: 10px;
  margin-bottom: 15px;
  color: #2a2e43;
}
.box-all-unidades .content-box-oc .box-list-unidades .box-unidade .din {
  display: inline-table;
  float: left;
}
.box-all-unidades .content-box-oc .box-list-unidades .box-unidade .rlu1 {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.box-all-unidades .content-box-oc .box-list-unidades .box-unidade .rlu1 .title {
  width: 20%;
}
.box-all-unidades .content-box-oc .box-list-unidades .box-unidade .rlu1 .title p {
  font-size: 18px;
  font-weight: 600;
  margin-left: 5px;
  margin-top: 4px;
}
.box-all-unidades .content-box-oc .box-list-unidades .box-unidade .rlu1 .subtitle {
  width: 32%;
}
.box-all-unidades .content-box-oc .box-list-unidades .box-unidade .rlu1 .subtitle p {
  font-size: 13px;
  line-height: 13px;
  color: #a0a0a0;
  margin-top: 5px;
}
.box-all-unidades .content-box-oc .box-list-unidades .box-unidade .rlu1 .preco {
  width: 48%;
  text-align: right;
}
.box-all-unidades .content-box-oc .box-list-unidades .box-unidade .rlu1 .preco p {
  color: #2bcc9e;
  font-size: 17px;
  padding-right: 5px;
  margin-top: 3px;
  font-weight: 700;
}
.box-all-unidades .content-box-oc .box-list-unidades .box-unidade .rlu1 .preco p b {
  font-weight: 600;
  font-size: 15px;
}
.box-all-unidades .content-box-oc .box-list-unidades .box-unidade .rlu2 {
  margin-bottom: 8px;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #efefef;
  color: #929292;
}
.box-all-unidades .content-box-oc .box-list-unidades .box-unidade .rlu2 i {
  color: #2bcc9e;
  font-size: 15px;
  float: left;
  margin-top: 0px;
}
.box-all-unidades .content-box-oc .box-list-unidades .box-unidade .rlu2 .inl-inner {
  width: auto;
  display: inline-block;
  margin-left: 10px;
  float: left;
}
.box-all-unidades .content-box-oc .box-list-unidades .box-unidade .rlu2 .privativo {
  text-align: center;
  width: 30%;
}
.box-all-unidades .content-box-oc .box-list-unidades .box-unidade .rlu2 .privativo .p2 {
  font-size: 11px;
}
.box-all-unidades .content-box-oc .box-list-unidades .box-unidade .rlu2 .privativo .pp {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  text-align: center;
  color: #2a2e43;
}
.box-all-unidades .content-box-oc .box-list-unidades .box-unidade .rlu2 .right-infos {
  width: 68%;
  float: right;
}
.box-all-unidades .content-box-oc .box-list-unidades .box-unidade .rlu2 .right-infos .din {
  float: right;
}
.box-all-unidades .content-box-oc .box-list-unidades .box-unidade .rlu2 .p1 {
  font-size: 17px;
  line-height: 19px;
  font-weight: 600;
  text-align: center;
}
.box-all-unidades .content-box-oc .box-list-unidades .box-unidade .rlu2 .p2 {
  font-size: 13px;
  line-height: 19px;
}
.box-all-unidades .content-box-oc .box-list-unidades .box-unidade .rlu2 .more i {
  margin-top: 3px;
  font-size: 14px;
}
.box-all-unidades .content-box-oc .box-list-unidades .box-unidade .rlu2 .vagas {
  margin-left: 10px;
  margin-right: 10px;
}
.box-all-unidades .content-box-oc .box-list-unidades .box-unidade .list-infos {
  display: none;
}
.box-all-unidades .content-box-oc .box-list-unidades .box-unidade .list-infos .dlist {
  width: 92%;
  padding: 6px 3% 6px 5%;
  display: inline-table;
  background-color: #f5f6fa;
  color: #929292;
  font-size: 14px;
}
.box-all-unidades .content-box-oc .box-list-unidades .box-unidade .list-infos .dlist .sl {
  width: 50%;
  float: left;
}
.box-all-unidades .content-box-oc .box-list-unidades .box-unidade .list-infos .dlist .sl i {
  color: #2bcc9e;
  font-size: 12px;
  margin-right: 3px;
}
.box-all-unidades .content-box-oc .box-list-unidades .box-unidade .list-infos .dlist .sr {
  width: 50%;
  float: right;
  text-align: right;
}
.box-all-unidades .content-box-oc .box-list-unidades .box-unidade .list-infos .dlist .sr b {
  font-size: 12px;
}
.box-all-unidades .content-box-oc .box-list-unidades .box-unidade .list-infos .dlist:nth-child(even) {
  background: #fff;
}
.box-all-unidades .content-box-oc .box-list-unidades .box-unidade .rlu3 a {
  width: 100%;
  padding: 6px 0 6px 0;
  display: table;
  background-color: #2bcc9e;
  text-align: center;
  color: #fff;
  font-size: 13px;
  border-radius: 0 0 6px 6px;
}
.box-all-unidades .content-box-oc .box-list-unidades .box-unidade .rlu3 a i {
  margin-left: 7px;
}
.box-all-unidades .content-box-oc .box-list-unidades .box-unidade:nth-child(2n) {
  margin-right: 0px;
}
.box-all-unidades .content-box-oc .box-lu-2 .box-unidade {
  border: 2px solid #eb5a46;
}
.box-all-unidades .content-box-oc .box-lu-2 .box-unidade .rlu1 .preco p {
  color: #eb5a46;
}
.box-all-unidades .content-box-oc .box-lu-2 .box-unidade .rlu3 a {
  background-color: #eb5a46;
}
.box-all-unidades .content-box-oc .box-lu-3 .box-unidade {
  border: 2px solid #f2d600;
}
.box-all-unidades .content-box-oc .box-lu-3 .box-unidade .rlu1 .preco p {
  color: #f2d600;
}
.box-all-unidades .content-box-oc .box-lu-3 .box-unidade .rlu3 a {
  background-color: #f2d600;
}
.box-all-unidades-new {
  margin-top: 30px;
}
.box-all-unidades-new .box-wh {
  margin-top: 25px;
}
.box-all-unidades-new .title-box-oc-1 p {
  width: 45%;
  color: #23af76;
}
.box-all-unidades-new .title-box-oc-1 .right-button {
  width: 55%;
  text-align: right;
}
.box-all-unidades-new .title-box-oc-1 .right-button a {
  float: none;
  display: inline-block;
}
.box-all-unidades-new .title-box-oc-1 .right-button .btn-open-implantacao {
  padding: 0px;
  text-decoration: underline;
  margin-right: 50px;
  border: 0px;
  color: #2a2e43;
  font-weight: 600;
  transition: all 0.44s ease-in-out;
  -moz-transition: all 0.44s ease-in-out;
  -webkit-transition: all 0.44s ease-in-out;
}
.box-all-unidades-new .title-box-oc-1 .right-button .btn-open-implantacao i {
  margin-right: 5px;
}
.box-all-unidades-new .title-box-oc-1 .right-button .btn-open-implantacao:hover {
  background-color: transparent;
  color: #003673;
}
.box-all-unidades-new .r-implantacao-mobile {
  display: none;
}
.box-all-unidades-new .r-implantacao-mobile .btn-open-implantacao {
  padding: 0px;
  text-decoration: underline;
  margin-right: 0px;
  border: 0px;
  color: #2a2e43;
  font-weight: 600;
  margin-left: 20px;
  transition: all 0.44s ease-in-out;
  -moz-transition: all 0.44s ease-in-out;
  -webkit-transition: all 0.44s ease-in-out;
}
.box-all-unidades-new .r-implantacao-mobile .btn-open-implantacao i {
  margin-right: 5px;
}
.box-all-unidades-new .r-implantacao-mobile .btn-open-implantacao:hover {
  background-color: transparent;
  color: #003673;
}
.box-all-unidades-new .title-box-oc-2 p {
  color: #eb5a46;
}
.box-all-unidades-new .title-box-oc-3 p {
  color: #f2d600;
}
.box-all-unidades-new .content-box-oc .title-andar-pav {
  color: #2a2e43;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}
.box-all-unidades-new .content-box-oc .box-list-unidades {
  margin-bottom: 10px;
}
.box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade {
  width: 48.5%;
  margin-right: 1.1%;
  display: inline-table;
  border: 2px solid #2bcc9e;
  border-radius: 10px;
  margin-bottom: 15px;
  color: #2a2e43;
}
.box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade .din {
  display: inline-table;
  float: left;
}
.box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade .rlu1 {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade .rlu1 .title {
  width: 20%;
}
.box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade .rlu1 .title p {
  font-size: 18px;
  font-weight: 600;
  margin-left: 5px;
  margin-top: 4px;
}
.box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade .rlu1 .subtitle {
  width: 32%;
}
.box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade .rlu1 .subtitle p {
  font-size: 13px;
  line-height: 13px;
  color: #a0a0a0;
  margin-top: 5px;
}
.box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade .rlu1 .preco {
  width: 48%;
  text-align: right;
}
.box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade .rlu1 .preco p {
  color: #2bcc9e;
  font-size: 17px;
  padding-right: 5px;
  margin-top: 3px;
  font-weight: 700;
}
.box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade .rlu1 .preco p b {
  font-weight: 600;
  font-size: 15px;
}
.box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade .rlu2 {
  margin-bottom: 8px;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #efefef;
  color: #929292;
}
.box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade .rlu2 i {
  color: #2bcc9e;
  font-size: 15px;
  float: left;
  margin-top: 0px;
}
.box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade .rlu2 .inl-inner {
  width: auto;
  display: inline-block;
  margin-left: 10px;
  float: left;
}
.box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade .rlu2 .privativo {
  text-align: center;
  width: 30%;
}
.box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade .rlu2 .privativo .p2 {
  font-size: 11px;
}
.box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade .rlu2 .privativo .pp {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  text-align: center;
  color: #2a2e43;
}
.box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade .rlu2 .right-infos {
  width: 68%;
  float: right;
}
.box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade .rlu2 .right-infos .din {
  float: right;
}
.box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade .rlu2 .p1 {
  font-size: 17px;
  line-height: 19px;
  font-weight: 600;
  text-align: center;
}
.box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade .rlu2 .p2 {
  font-size: 13px;
  line-height: 19px;
}
.box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade .rlu2 .more i {
  margin-top: 3px;
  font-size: 14px;
}
.box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade .rlu2 .vagas {
  margin-left: 10px;
  margin-right: 10px;
}
.box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade .list-infos .dlist {
  width: 92%;
  padding: 6px 3% 6px 5%;
  display: inline-table;
  background-color: #f5f6fa;
  color: #929292;
  font-size: 14px;
}
.box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade .list-infos .dlist .sl {
  width: 50%;
  float: left;
}
.box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade .list-infos .dlist .sl i {
  color: #2bcc9e;
  font-size: 12px;
  margin-right: 3px;
}
.box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade .list-infos .dlist .sr {
  width: 50%;
  float: right;
  text-align: right;
}
.box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade .list-infos .dlist .sr b {
  font-size: 12px;
}
.box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade .list-infos .dlist:nth-child(even) {
  background: #fff;
}
.box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade .list-infos .dlist:last-child {
  border-radius: 0 0 10px 10px;
}
.box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade .rlu3 a {
  width: 100%;
  padding: 6px 0 6px 0;
  display: table;
  background-color: #2bcc9e;
  text-align: center;
  color: #fff;
  font-size: 13px;
  border-radius: 0 0 6px 6px;
}
.box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade .rlu3 a i {
  margin-left: 7px;
}
.box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade:nth-child(2n) {
  margin-right: 0px;
}
.box-all-unidades-new .content-box-oc .box-lu-2 .box-unidade {
  border: 2px solid #eb5a46;
}
.box-all-unidades-new .content-box-oc .box-lu-2 .box-unidade .rlu1 .preco p {
  color: #eb5a46;
}
.box-all-unidades-new .content-box-oc .box-lu-2 .box-unidade .rlu3 a {
  background-color: #eb5a46;
}
.box-all-unidades-new .content-box-oc .box-lu-3 .box-unidade {
  border: 2px solid #f2d600;
}
.box-all-unidades-new .content-box-oc .box-lu-3 .box-unidade .rlu1 .preco p {
  color: #f2d600;
}
.box-all-unidades-new .content-box-oc .box-lu-3 .box-unidade .rlu3 a {
  background-color: #f2d600;
}
#boxc_uni_1 {
  display: block;
}
#boxc_unim_1 {
  display: block;
}
.box-all-unidades-mobile {
  margin-top: 30px;
}
.box-all-unidades-mobile .box-wh {
  margin-top: 25px;
}
.box-all-unidades-mobile .title-box-oc-1 p {
  width: 45%;
  color: #23af76;
}
.box-all-unidades-mobile .title-box-oc-1 .right-button {
  width: 55%;
  text-align: right;
}
.box-all-unidades-mobile .title-box-oc-1 .right-button a {
  float: none;
  display: inline-block;
}
.box-all-unidades-mobile .title-box-oc-1 .right-button .btn-open-implantacao {
  display: none;
}
.box-all-unidades-mobile .r-implantacao-mobile {
  display: block;
  margin-top: -5px;
  margin-bottom: 10px;
}
.box-all-unidades-mobile .r-implantacao-mobile .btn-open-implantacao {
  font-size: 14px;
  padding: 0px;
  text-decoration: underline;
  margin-right: 0px;
  border: 0px;
  color: #2a2e43;
  font-weight: 600;
  margin-left: 10px;
  transition: all 0.44s ease-in-out;
  -moz-transition: all 0.44s ease-in-out;
  -webkit-transition: all 0.44s ease-in-out;
}
.box-all-unidades-mobile .r-implantacao-mobile .btn-open-implantacao i {
  margin-right: 5px;
}
.box-all-unidades-mobile .r-implantacao-mobile .btn-open-implantacao:hover {
  background-color: transparent;
  color: #003673;
}
.box-all-unidades-mobile .title-box-oc-2 p {
  color: #eb5a46;
}
.box-all-unidades-mobile .title-box-oc-3 p {
  color: #f2d600;
}
.box-all-unidades-mobile .content-box-oc .title-andar-pav {
  font-size: 19px;
  margin-bottom: 10px;
  font-weight: 600;
}
.box-all-unidades-mobile .content-box-oc .box-list-unidades {
  margin-bottom: 10px;
}
.box-all-unidades-mobile .content-box-oc .box-list-unidades .box-unidade {
  width: 100%;
  display: table;
  border: 2px solid #2bcc9e;
  border-radius: 8px;
  margin-bottom: 15px;
  color: #2a2e43;
}
.box-all-unidades-mobile .content-box-oc .box-list-unidades .box-unidade .din {
  display: inline-table;
  float: left;
}
.box-all-unidades-mobile .content-box-oc .box-list-unidades .box-unidade .rlu1 {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.box-all-unidades-mobile .content-box-oc .box-list-unidades .box-unidade .rlu1 .title {
  width: 20%;
}
.box-all-unidades-mobile .content-box-oc .box-list-unidades .box-unidade .rlu1 .title p {
  font-size: 18px;
  font-weight: 600;
  margin-left: 5px;
  margin-top: 4px;
}
.box-all-unidades-mobile .content-box-oc .box-list-unidades .box-unidade .rlu1 .subtitle {
  width: 32%;
}
.box-all-unidades-mobile .content-box-oc .box-list-unidades .box-unidade .rlu1 .subtitle p {
  font-size: 13px;
  line-height: 13px;
  color: #a0a0a0;
  margin-top: 5px;
}
.box-all-unidades-mobile .content-box-oc .box-list-unidades .box-unidade .rlu1 .preco {
  width: 48%;
  text-align: right;
}
.box-all-unidades-mobile .content-box-oc .box-list-unidades .box-unidade .rlu1 .preco p {
  color: #2bcc9e;
  font-size: 17px;
  padding-right: 5px;
  margin-top: 3px;
  font-weight: 700;
}
.box-all-unidades-mobile .content-box-oc .box-list-unidades .box-unidade .rlu1 .preco p b {
  font-weight: 600;
  font-size: 15px;
}
.box-all-unidades-mobile .content-box-oc .box-list-unidades .box-unidade .rlu2 {
  margin-bottom: 8px;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #efefef;
  color: #929292;
}
.box-all-unidades-mobile .content-box-oc .box-list-unidades .box-unidade .rlu2 i {
  color: #2bcc9e;
  font-size: 15px;
  float: left;
  margin-top: 0px;
}
.box-all-unidades-mobile .content-box-oc .box-list-unidades .box-unidade .rlu2 .inl-inner {
  width: auto;
  display: inline-block;
  margin-left: 10px;
  float: left;
}
.box-all-unidades-mobile .content-box-oc .box-list-unidades .box-unidade .rlu2 .privativo {
  text-align: center;
  width: 30%;
}
.box-all-unidades-mobile .content-box-oc .box-list-unidades .box-unidade .rlu2 .privativo .p2 {
  font-size: 11px;
}
.box-all-unidades-mobile .content-box-oc .box-list-unidades .box-unidade .rlu2 .privativo .pp {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  text-align: center;
  color: #2a2e43;
}
.box-all-unidades-mobile .content-box-oc .box-list-unidades .box-unidade .rlu2 .right-infos {
  width: 68%;
  float: right;
}
.box-all-unidades-mobile .content-box-oc .box-list-unidades .box-unidade .rlu2 .right-infos .din {
  float: right;
}
.box-all-unidades-mobile .content-box-oc .box-list-unidades .box-unidade .rlu2 .p1 {
  font-size: 17px;
  line-height: 19px;
  font-weight: 600;
  text-align: center;
}
.box-all-unidades-mobile .content-box-oc .box-list-unidades .box-unidade .rlu2 .p2 {
  font-size: 13px;
  line-height: 19px;
}
.box-all-unidades-mobile .content-box-oc .box-list-unidades .box-unidade .rlu2 .more i {
  margin-top: 3px;
  font-size: 14px;
}
.box-all-unidades-mobile .content-box-oc .box-list-unidades .box-unidade .rlu2 .vagas {
  margin-left: 10px;
  margin-right: 10px;
}
.box-all-unidades-mobile .content-box-oc .box-list-unidades .box-unidade .list-infos {
  display: none;
}
.box-all-unidades-mobile .content-box-oc .box-list-unidades .box-unidade .list-infos .dlist {
  width: 92%;
  padding: 6px 3% 6px 5%;
  display: inline-table;
  background-color: #f5f6fa;
  color: #929292;
  font-size: 14px;
}
.box-all-unidades-mobile .content-box-oc .box-list-unidades .box-unidade .list-infos .dlist .sl {
  width: 50%;
  float: left;
}
.box-all-unidades-mobile .content-box-oc .box-list-unidades .box-unidade .list-infos .dlist .sl i {
  color: #2bcc9e;
  font-size: 12px;
  margin-right: 3px;
}
.box-all-unidades-mobile .content-box-oc .box-list-unidades .box-unidade .list-infos .dlist .sr {
  width: 50%;
  float: right;
  text-align: right;
}
.box-all-unidades-mobile .content-box-oc .box-list-unidades .box-unidade .list-infos .dlist .sr b {
  font-size: 12px;
}
.box-all-unidades-mobile .content-box-oc .box-list-unidades .box-unidade .list-infos .dlist:nth-child(even) {
  background: #fff;
}
.box-all-unidades-mobile .content-box-oc .box-list-unidades .box-unidade .rlu3 a {
  width: 100%;
  padding: 6px 0 6px 0;
  display: table;
  background-color: #2bcc9e;
  text-align: center;
  color: #fff;
  font-size: 13px;
  border-radius: 0 0 6px 6px;
}
.box-all-unidades-mobile .content-box-oc .box-list-unidades .box-unidade .rlu3 a i {
  margin-left: 7px;
}
.box-all-unidades-mobile .content-box-oc .box-lu-2 .box-unidade {
  border: 2px solid #eb5a46;
}
.box-all-unidades-mobile .content-box-oc .box-lu-2 .box-unidade .rlu1 .preco p {
  color: #eb5a46;
}
.box-all-unidades-mobile .content-box-oc .box-lu-2 .box-unidade .rlu3 a {
  background-color: #eb5a46;
}
.box-all-unidades-mobile .content-box-oc .box-lu-3 .box-unidade {
  border: 2px solid #f2d600;
}
.box-all-unidades-mobile .content-box-oc .box-lu-3 .box-unidade .rlu1 .preco p {
  color: #f2d600;
}
.box-all-unidades-mobile .content-box-oc .box-lu-3 .box-unidade .rlu3 a {
  background-color: #f2d600;
}
.bg-diferenciais .title-box-ot {
  padding: 20px;
}
.bg-diferenciais .title-box-ot p {
  width: 65%;
  font-size: 20px;
  margin-top: 3px;
}
.bg-diferenciais .title-box-ot .right-button {
  width: 35%;
}
.bg-diferenciais .title-box-ot .right-button .btn-close-all-difs {
  display: none;
}
.bg-diferenciais .title-box-ot .right-button .btn-close-all-imgs-difs {
  display: none;
}
.bg-diferenciais .box-diferencial {
  margin-bottom: 15px;
}
.bg-diferenciais .box-diferencial .title-box-oc {
  padding: 15px;
}
.bg-diferenciais .box-diferencial .title-box-oc p {
  width: 70%;
  font-size: 18px;
  margin-top: 1px;
}
.bg-diferenciais .box-diferencial .title-box-oc .right-button {
  width: 30%;
}
.bg-diferenciais .box-diferencial .title-box-oc .right-button a {
  font-size: 13px;
  line-height: 13px;
  padding: 8px 15px 8px 15px;
  border-radius: 13px;
}
.bg-diferenciais .box-diferencial .box-difs {
  padding: 0 0 10px 15px;
  display: none;
}
.bg-diferenciais .box-diferencial .box-difs .boxd {
  width: auto;
  display: inline-block;
  background-color: #f9f9f9;
  margin-right: 12px;
  margin-bottom: 7px;
  padding: 4px;
  border-radius: 3px;
}
.bg-diferenciais .box-diferencial .box-difs .boxd img {
  float: left;
  width: 28px;
  margin-right: 3px;
}
.bg-diferenciais .box-diferencial .box-difs .boxd h4 {
  color: #1d1d1b;
  font-size: 13px;
  line-height: 13px;
  width: auto;
  float: left;
  font-weight: 400;
  margin-top: 9px;
}
.bg-all-galerias-2 {
  margin-top: 20px;
}
.bg-all-galerias-2 .box-galeria {
  margin-bottom: 15px;
}
.bg-all-galerias-2 .content-gallery,
.bg-all-galerias-2 .content-gallery-mobile {
  padding: 20px;
  padding-top: 0px;
  padding-bottom: 5px;
  display: none;
}
.bg-all-galerias-2 .content-gallery .box-img,
.bg-all-galerias-2 .content-gallery-mobile .box-img {
  display: inline-table;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 15px;
}
.bg-all-galerias-2 .content-gallery .box-img img,
.bg-all-galerias-2 .content-gallery-mobile .box-img img {
  width: 100%;
}
.bg-all-galerias-2 .content-gallery .box-img p,
.bg-all-galerias-2 .content-gallery-mobile .box-img p {
  color: #2a2e43;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  margin-top: 0px;
}
.bg-all-galerias-2 .content-gallery .box-img:nth-child(3n),
.bg-all-galerias-2 .content-gallery-mobile .box-img:nth-child(3n) {
  margin-right: 0px;
}
.bg-all-galerias-2 .content-gallery .slick-slide,
.bg-all-galerias-2 .content-gallery-mobile .slick-slide {
  margin: 4px;
}
.bg-all-galerias-2 .content-gallery .slick-dots,
.bg-all-galerias-2 .content-gallery-mobile .slick-dots {
  bottom: -22px;
}
.bg-all-galerias-2 .content-gallery .slick-prev,
.bg-all-galerias-2 .content-gallery-mobile .slick-prev {
  background-color: #f0f0f0;
  background-color: #eaeaea;
  background-size: 10px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  left: -15px;
}
.bg-all-galerias-2 .content-gallery .slick-next,
.bg-all-galerias-2 .content-gallery-mobile .slick-next {
  background-color: #f0f0f0;
  background-size: 10px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  right: -15px;
}
.bg-all-galerias-2 #gallery_g21 {
  display: block;
}
.material-symbols-outlined {
  line-height: 0 !important;
  vertical-align: middle !important;
  translate: none !important;
  -webkit-translate: none !important;
}
@media (max-width: 1180px) {
  .container-fix {
    padding-left: 15px;
    padding-right: 15px;
  }
  .container-full {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 650px) {
  footer {
    margin-top: 60px;
  }
  footer .bg-ft2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  footer .bg-ft2 .bft2i {
    width: 100%;
  }
  footer .bg-ft2 .bft2i .fa-map-marker-alt {
    display: none;
  }
  footer .bg-ft2 .logo-footer {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 0px;
  }
  footer .bg-ft2 .logo-footer img {
    max-width: 155px;
  }
  footer .bg-ft2 p,
  footer .bg-ft2 a {
    font-size: 11px;
    color: #1d1d1b;
    margin-bottom: 10px;
  }
  footer .bg-ft2 p i,
  footer .bg-ft2 a i {
    color: #003673;
    margin-right: 5px;
    margin-top: 3px;
    width: auto;
    font-size: 11px;
    float: left;
  }
  footer .bg-ft2 p span,
  footer .bg-ft2 a span {
    display: inline-table;
  }
  footer .bg-ft2 .p1 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  footer .bg-ft2 .p2 {
    margin-top: 15px;
  }
  footer .bg-ft2 .allrights {
    width: 100%;
    font-size: 11px;
    margin-top: 20px;
    text-align: center;
  }
  footer .bg-ft2 .tecnologia {
    display: block;
    margin-top: 20px;
    width: 100%;
    float: left;
    text-align: center;
    margin-right: 0px;
  }
  footer .bg-ft2 .tecnologia span {
    display: inline-block;
    float: none;
    margin-right: 5px;
    font-size: 11px;
  }
  footer .bg-ft2 .tecnologia img {
    width: 68px;
    float: none;
    margin-top: 2px;
    display: inline-block;
  }
  .formc {
    color: #000;
  }
  .formc input[type="text"],
  .formc input[type="email"],
  .formc input[type="tel"] {
    height: 35px;
    margin-bottom: 17px;
    padding-left: 8px;
  }
  .formc select {
    height: 35px;
    margin-bottom: 17px;
    color: #767676;
    padding-left: 8px;
  }
  .formc textarea {
    height: 110px;
    margin-bottom: 17px;
    padding-left: 8px;
  }
  .formc input[type="submit"] {
    max-width: 160px;
    float: left;
    height: 30px;
    font-size: 12px;
    line-height: 12px;
  }
  .formc .input-wrapper label {
    width: auto;
    padding: 6px;
    font-size: 14px;
  }
  .msg-add-sucess {
    width: 96%;
    padding: 2%;
    font-size: 16px;
    margin: 40px auto;
  }
  header {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  header img {
    width: 100%;
    max-width: 180px;
  }
  .htp {
    font-size: 18px;
    margin-top: 15px;
  }
  .view-perfil {
    margin-top: 50px;
  }
  .view-perfil h1 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .view-perfil .img-left {
    text-align: center;
    margin-bottom: 13px;
  }
  .view-perfil .img-left img {
    width: 160px;
  }
  .view-perfil .right-infos .rlist {
    margin-bottom: 12px;
    font-size: 16px;
  }
  .view-perfil .right-infos .rlist a {
    display: inline-block;
    color: #666;
  }
  .view-perfil .right-infos .rlist a span {
    font-size: 14px;
    line-height: 14px;
    padding: 10px 15px 10px 15px;
    margin-top: 4px;
    margin-bottom: 5px;
  }
  .view-perfil .right-infos .rlist a span i {
    margin-right: 2px;
  }
  .view-perfil .right-infos .desc {
    margin-bottom: 20px;
  }
  .view-perfil .right-infos .redes-sociais p {
    font-size: 17px;
  }
  .view-perfil .right-infos .redes-sociais .list-rs {
    margin-top: 5px;
  }
  .view-perfil .right-infos .redes-sociais .list-rs a {
    font-size: 24px;
    margin-right: 18px;
  }
  .view-pemp .img-left {
    max-width: 130px;
    margin-right: 10px;
    margin-bottom: 5px;
  }
  .view-pemp h2 {
    font-size: 18px;
  }
  .view-pemp .texto p {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .view-pemp .title2 {
    margin-top: 20px;
    font-size: 18px;
    margin-bottom: 15px;
  }
  .view-pemp .arquivo-digital h2 {
    margin-bottom: 15px;
  }
  .view-pemp .arquivo-digital a {
    padding: 10px 30px 10px 30px;
    font-size: 13px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .view-pemp .buttons-gf {
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .view-pemp .buttons-gf a {
    padding: 8px 15px 8px 15px;
    font-size: 11px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
  .view-pemp .bg-full-gf {
    text-align: left;
  }
  .view-pemp .bg-full-gf .box-gf {
    width: 47%;
    margin: 1.5%;
    margin-bottom: 15px;
  }
  .view-pemp .bg-full-gf .box-gf p {
    font-size: 13px;
    line-height: 16px;
    width: 76%;
  }
  .view-pemp .bg-full-gf .box-gf .download {
    width: 22%;
    margin-right: 2%;
    font-size: 12px;
  }
  .view-pemp .bg-full-gf .row-gf {
    display: none;
  }
  .view-pemp .bg-full-gf .rgf-1 {
    display: block;
  }
  .view-pemp .row-videos h2 {
    margin-bottom: 20px;
  }
  .view-pemp .row-videos .box-videos {
    width: 100%;
    margin-right: 0px;
  }
  .view-pemp .row-videos .box-videos iframe {
    width: 100%;
    height: 198px;
    margin-bottom: 15px;
  }
  .whatsapp-emp {
    width: 124px;
    right: auto;
    left: 5px;
    bottom: 7px;
    font-size: 13px;
    line-height: 14px;
  }
  .whatsapp-emp span {
    margin-bottom: 0px;
    padding: 8px 2px 8px 2px;
    border-radius: 10px;
  }
  .whatsapp-emp span i {
    font-size: 15px;
    margin-right: 2px;
  }
  .whatsapp-emp-person {
    width: 33px;
    right: auto;
    left: 43px;
    bottom: 37px;
  }
  .whatsapp-emp-person img {
    border: 2px solid #2aad01;
  }
  .box-all-unidades {
    margin-top: 20px;
  }
  .box-all-unidades .box-uni .ropen a {
    font-size: 19px;
    line-height: 21px;
    margin-top: 15px;
  }
  .box-all-unidades .box-uni .ropen a i {
    margin-top: 4px;
  }
  .box-all-unidades .box-uni .list-unidades {
    display: none;
  }
  .box-all-unidades .box-uni .list-unidades .four.columns {
    width: 100%;
    margin-left: 0px;
  }
  .box-all-unidades .box-uni .list-unidades .column:first-child,
  .box-all-unidades .box-uni .list-unidades .columns:first-child {
    margin-left: 0px;
  }
  .box-all-unidades .box-uni .list-unidades .unidade {
    padding: 10px;
    margin-bottom: 15px;
  }
  .box-all-unidades .box-uni .list-unidades .unidade .rl-vaa {
    margin-top: 13px;
  }
  .box-all-unidades .box-uni .list-unidades .unidade .rl-vaa .box-inline {
    width: 43%;
    float: left;
  }
  .box-all-unidades .box-uni .list-unidades .unidade .rl-vaa .box-inline .p1 {
    font-size: 13px;
    line-height: 16px;
  }
  .box-all-unidades .box-uni .list-unidades .unidade .rl-vaa .box-inline .p2 {
    font-size: 15px;
  }
  .box-all-unidades .box-uni .list-unidades .unidade .rl-vaa .box-inline .p2 span {
    font-size: 13px;
  }
  .box-all-unidades .box-uni .list-unidades .unidade .rl-vaa .b2 {
    width: 32%;
  }
  .box-all-unidades .box-uni .list-unidades .unidade .rl-vaa .b3 {
    width: 24%;
  }
  .box-all-unidades .box-uni .r-pavimento-unidades {
    margin-top: 5px;
  }
  .box-all-unidades .box-uni .r-pavimento-unidades .rtitle-andar {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .row-g-maps .title2 {
    margin-bottom: 20px;
  }
  .row-g-maps iframe {
    height: 240px;
  }
  .row-diferenciais .title2 {
    margin-bottom: 20px;
  }
  .row-diferenciais .list-td {
    margin-bottom: 0px;
    padding-left: 10px;
  }
  .row-diferenciais .list-td h3 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .row-diferenciais .list-td .box-difs .boxd {
    margin-right: 9px;
    margin-bottom: 9px;
    padding: 4px;
  }
  .row-diferenciais .list-td .box-difs .boxd img {
    width: 26px;
    margin-right: 5px;
  }
  .row-diferenciais .list-td .box-difs .boxd h4 {
    font-size: 13px;
    line-height: 13px;
    margin-top: 7px;
  }
  .title-bg-ve {
    padding: 15px;
    font-size: 18px;
  }
  .embed-iframe iframe {
    height: 350px;
  }
  .list-emps {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .list-emps .three {
    width: 48%;
    display: inline-table !important;
    float: none;
  }
  .list-emps .three:nth-child(odd) {
    margin-right: 4%;
  }
  .list-emps .box-empi {
    margin-bottom: 25px;
    padding: 10px;
    padding-bottom: 5px;
    color: #1d1d1b;
    height: auto;
    min-height: 240px;
  }
  .list-emps .box-empi img {
    width: 100%;
    max-width: 233px;
    border-radius: 5px;
    margin-bottom: 0px;
  }
  .list-emps .box-empi .ah2 {
    font-size: 15px;
    line-height: 20px;
    min-height: 40px;
  }
  .list-emps .box-empi .cidade {
    font-size: 14px;
    line-height: 18px;
  }
  .list-emps .box-empi .ah3 {
    font-size: 14px;
    line-height: 18px;
  }
  .list-emps .box-empi h2 {
    font-size: 13px;
    line-height: 21px;
    min-height: 46px;
  }
  .list-emps .box-empi p {
    color: #666;
    font-size: 13px;
    min-height: 50px;
    margin-bottom: 5px;
  }
  .view-emp .address p {
    width: 100%;
    font-size: 15px;
    margin-top: 4px;
  }
  .view-emp .address p i {
    margin-right: 8px;
  }
  .view-emp .address a {
    font-size: 13px;
    padding: 4px 10px 4px 10px;
    border-radius: 12px;
    margin-left: 0px;
    margin-top: 15px;
  }
  .modal-view-mapa {
    width: 96%;
    padding: 10px 2% 10px 2%;
  }
  .modal-view-mapa .close-modal {
    text-align: right;
  }
  .modal-view-mapa .close-modal span {
    display: inline-block;
    padding: 8px;
    width: 18px;
    height: 18px;
    background-color: #a0a0a0;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.44s ease-in-out;
    -moz-transition: all 0.44s ease-in-out;
    -webkit-transition: all 0.44s ease-in-out;
  }
  .modal-view-mapa .close-modal span img {
    width: 100%;
  }
  .modal-view-mapa .close-modal span:hover {
    background-color: #1d1d1b;
  }
  .modal-view-mapa h1 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .modal-view-mapa p {
    font-size: 14px;
  }
  .modal-view-mapa .imap {
    margin-top: 10px;
  }
  .modal-view-mapa .imap iframe {
    height: 354px;
  }
  .br-view-emp-desktop {
    display: none;
  }
  .br-view-emp-mobile {
    display: block;
  }
  .br-view-emp-mobile .box-download-tabela {
    margin-bottom: 0px;
  }
  .title-box-oc {
    padding: 10px;
  }
  .title-box-oc p {
    width: 60%;
    font-size: 16px;
    line-height: 20px;
    margin-top: 4px;
  }
  .title-box-oc p span {
    font-size: 12px;
    margin-left: 0px;
    line-height: 18px;
  }
  .title-box-oc .right-button {
    width: 40%;
  }
  .title-box-oc .right-button a {
    font-size: 13px;
    line-height: 13px;
    padding: 8px 12px 8px 12px;
    border-radius: 15px;
  }
  .title-box-oc .right-button a i {
    margin-left: 5px;
  }
  .title-box-ot {
    padding: 10px;
    margin-bottom: 10px;
  }
  .title-box-ot p {
    width: 55%;
    font-size: 16px;
    line-height: 20px;
    margin-top: 3px;
  }
  .title-box-ot p i {
    margin-right: 8px;
  }
  .title-box-ot .right-button {
    float: right;
    text-align: right;
    width: 45%;
  }
  .title-box-ot .right-button a {
    font-size: 13px;
    line-height: 13px;
    margin-top: 8px;
  }
  .title-box-ot .right-button a i {
    margin-left: 5px;
  }
  .title-box-ot .right-button .btn-close-all-imgs {
    display: none;
  }
  .title-box-ot .right-button .btn-close-all-imgs-mobile {
    display: none;
  }
  .content-box-oc {
    padding: 14px 10px 14px 10px;
  }
  .box-download-tabela {
    margin-bottom: -15px;
  }
  .box-download-tabela .content-button-download {
    padding: 0px 10px 14px 10px;
  }
  .box-download-tabela .content-button-download a {
    padding: 15px 0 15px 0;
    font-size: 14px;
    line-height: 14px;
    border-radius: 10px;
  }
  .box-tour-guiado {
    margin-top: 20px;
  }
  .box-tour-guiado p {
    width: 100%;
  }
  .bg-diferenciais-mobile {
    margin-top: 20px;
  }
  .bg-diferenciais-mobile .title-box-ot {
    padding: 10px;
  }
  .bg-diferenciais-mobile .title-box-ot p {
    width: 60%;
    font-size: 16px;
    margin-top: 3px;
  }
  .bg-diferenciais-mobile .title-box-ot .right-button {
    width: 40%;
  }
  .bg-diferenciais-mobile .box-diferencial {
    margin-bottom: 15px;
  }
  .bg-diferenciais-mobile .box-diferencial .title-box-oc {
    padding: 15px;
  }
  .bg-diferenciais-mobile .box-diferencial .title-box-oc p {
    width: 60%;
    font-size: 15px;
    margin-top: 3px;
  }
  .bg-diferenciais-mobile .box-diferencial .title-box-oc .right-button {
    width: 40%;
  }
  .bg-diferenciais-mobile .box-diferencial .title-box-oc .right-button a {
    font-size: 12px;
    line-height: 12px;
    padding: 8px 13px 8px 13px;
    border-radius: 13px;
  }
  .bg-diferenciais-mobile .box-diferencial .box-difs {
    padding: 0 0 10px 12px;
    display: block;
  }
  .bg-diferenciais-mobile .box-diferencial .box-difs .boxd {
    margin-right: 10px;
    margin-bottom: 6px;
    padding: 3px;
    border-radius: 2px;
  }
  .bg-diferenciais-mobile .box-diferencial .box-difs .boxd img {
    width: 26px;
    margin-right: 2px;
  }
  .bg-diferenciais-mobile .box-diferencial .box-difs .boxd h4 {
    font-size: 12px;
    line-height: 12px;
    margin-top: 9px;
  }
  .bg-all-galerias-2 .title-box-oc {
    padding: 15px;
  }
  .bg-all-galerias-2 .title-box-oc p {
    width: 60%;
    font-size: 15px;
    margin-top: 3px;
  }
  .bg-all-galerias-2 .title-box-oc .right-button {
    width: 40%;
  }
  .bg-all-galerias-2 .title-box-oc .right-button a {
    font-size: 12px;
    line-height: 12px;
    padding: 8px 13px 8px 13px;
    border-radius: 13px;
  }
  .bg-all-galerias-2 .box-galeria {
    margin-bottom: 15px;
  }
  .bg-all-galerias-2 .content-gallery,
  .bg-all-galerias-2 .content-gallery-mobile {
    padding: 10px;
    padding-bottom: 0px;
  }
  .bg-all-galerias-2 .content-gallery .box-img,
  .bg-all-galerias-2 .content-gallery-mobile .box-img {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .bg-all-galerias-2 .content-gallery .box-img img,
  .bg-all-galerias-2 .content-gallery-mobile .box-img img {
    margin-bottom: -5px;
  }
  .bg-all-galerias-2 .content-gallery .box-img p,
  .bg-all-galerias-2 .content-gallery-mobile .box-img p {
    font-size: 12px;
    line-height: 14px;
  }
  .bg-all-galerias-2 .content-gallery .box-img:nth-child(3n),
  .bg-all-galerias-2 .content-gallery-mobile .box-img:nth-child(3n) {
    margin-left: 1%;
    margin-right: 1%;
  }
  .bg-all-galerias-2 #gallery_g1 {
    display: block;
  }
  .box-all-unidades-new .content-box-oc .box-list-unidades .box-unidade {
    width: 100%;
    margin-right: 0px;
  }
}
