@charset "UTF-8";
/* MAIN */
/* PALETA DE CORES */
/* PALETA DE CINZA */
/* VALORES PADRÃO DA FONTE */
/* OTIMIZAÇÃO */
/* WEBFONT */
@font-face {
  font-family: "WebFont";
  src: url("/css/font/black-webfont.woff") format("woff"), url("/css/font/black-webfont.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "WebFont";
  src: url("/css/font/extrabold-webfont.woff") format("woff"), url("/css/font/extrabold-webfont.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "WebFont";
  src: url("/css/font/bold-webfont.woff") format("woff"), url("/css/font/bold-webfont.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "WebFont";
  src: url("/css/font/semibold-webfont.woff") format("woff"), url("/css/font/semibold-webfont.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "WebFont";
  src: url("/css/font/medium-webfont.woff") format("woff"), url("/css/font/medium-webfont.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "WebFont";
  src: url("/css/font/regular-webfont.woff") format("woff"), url("/css/font/regular-webfont.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "WebFont";
  src: url("/css/font/light-webfont.woff") format("woff"), url("/css/font/light-webfont.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "WebFont";
  src: url("/css/font/extralight-webfont.woff") format("woff"), url("/css/font/extralight-webfont.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "WebFont";
  src: url("/css/font/thin-webfont.woff") format("woff"), url("/css/font/thin-webfont.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
}
/* BOSS */ /* SCROLL-BAR */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track-piece {
  background-color: #EEE;
}

::-webkit-scrollbar-thumb:vertical {
  height: 5px;
  background-color: #222;
}

::-webkit-scrollbar-thumb:horizontal {
  width: 5px;
  background-color: #222;
}

::-ms-clear {
  width: 0;
  height: 0;
}

::-ms-reveal {
  width: 0;
  height: 0;
}

/* HIDE YELLOW BACKGROUND IN STORED PASSWORD */
input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:active textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active {
  background-color: rgba(0, 0, 0, 0) !important;
  transition: background-color 5000s ease-in-out 0s;
}

select::-moz-focus-inner {
  border: 0;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

::-moz-focus-inner {
  border: 0;
}

/* TAP AND TOUCH HIGHTLIGHT */
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-tap-highlight-color: rgba(0, 0, 0, 0);
  -o-tap-highlight-color: rgba(0, 0, 0, 0);
}

a, a:visited {
  text-decoration: none;
  outline: 0;
}

a:active, a:hover, a:focus {
  text-decoration: none;
  outline: 0;
}

p {
  text-align: left;
}

img {
  border: 0;
}

table {
  border-collapse: collapse;
}

table td {
  vertical-align: top;
  padding: 5px;
  word-wrap: break-word;
}

select {
  background-image: none;
  background-color: #FFF;
  outline: none;
  border: 1px solid #CCC;
  height: 30px;
  padding: 0 0 0 5px;
  font-size: 0.9em;
  color: #666;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -ms-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  -o-border-radius: 0 0 0 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

select::-ms-expand {
  display: none;
}

input, button, textarea {
  box-shadow: none;
  background-image: none;
  outline: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -ms-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  -o-border-radius: 0 0 0 0;
}

blockquote {
  background: rgba(0, 0, 0, 0);
  margin: 1.5em 10px;
  padding: 1.5em 10px;
  quotes: "“" "”";
}

blockquote:before {
  color: #CCC;
  content: open-quote;
  font-size: 5em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

blockquote p {
  display: inline;
  line-height: 30px !important;
  font-size: 1.5em;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #AAA;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #AAA;
}

input:-ms-input-placeholder,
textarea:-ms-placeholder {
  color: #AAA;
}

input:-o-input-placeholder,
textarea:-o-placeholder {
  color: #AAA;
}

fieldset {
  border: 1px solid #AAA;
  margin: 0;
}

hr {
  height: 1px;
  border: none;
  background-color: #CCC;
}

/* Exemplo <div class="width10"></div> */
.width-1 {
  width: 1%;
}

.width-2 {
  width: 2%;
}

.width-3 {
  width: 3%;
}

.width-4 {
  width: 4%;
}

.width-5 {
  width: 5%;
}

.width-6 {
  width: 6%;
}

.width-7 {
  width: 7%;
}

.width-8 {
  width: 8%;
}

.width-9 {
  width: 9%;
}

.width-10 {
  width: 10%;
}

.width-11 {
  width: 11%;
}

.width-12 {
  width: 12%;
}

.width-13 {
  width: 13%;
}

.width-14 {
  width: 14%;
}

.width-15 {
  width: 15%;
}

.width-16 {
  width: 16%;
}

.width-17 {
  width: 17%;
}

.width-18 {
  width: 18%;
}

.width-19 {
  width: 19%;
}

.width-20 {
  width: 20%;
}

.width-21 {
  width: 21%;
}

.width-22 {
  width: 22%;
}

.width-23 {
  width: 23%;
}

.width-24 {
  width: 24%;
}

.width-25 {
  width: 25%;
}

.width-26 {
  width: 26%;
}

.width-27 {
  width: 27%;
}

.width-28 {
  width: 28%;
}

.width-29 {
  width: 29%;
}

.width-30 {
  width: 30%;
}

.width-31 {
  width: 31%;
}

.width-32 {
  width: 32%;
}

.width-33 {
  width: 33%;
}

.width-34 {
  width: 34%;
}

.width-35 {
  width: 35%;
}

.width-36 {
  width: 36%;
}

.width-37 {
  width: 37%;
}

.width-38 {
  width: 38%;
}

.width-39 {
  width: 39%;
}

.width-40 {
  width: 40%;
}

.width-41 {
  width: 41%;
}

.width-42 {
  width: 42%;
}

.width-43 {
  width: 43%;
}

.width-44 {
  width: 44%;
}

.width-45 {
  width: 45%;
}

.width-46 {
  width: 46%;
}

.width-47 {
  width: 47%;
}

.width-48 {
  width: 48%;
}

.width-49 {
  width: 49%;
}

.width-50 {
  width: 50%;
}

.width-51 {
  width: 51%;
}

.width-52 {
  width: 52%;
}

.width-53 {
  width: 53%;
}

.width-54 {
  width: 54%;
}

.width-55 {
  width: 55%;
}

.width-56 {
  width: 56%;
}

.width-57 {
  width: 57%;
}

.width-58 {
  width: 58%;
}

.width-59 {
  width: 59%;
}

.width-60 {
  width: 60%;
}

.width-61 {
  width: 61%;
}

.width-62 {
  width: 62%;
}

.width-63 {
  width: 63%;
}

.width-64 {
  width: 64%;
}

.width-65 {
  width: 65%;
}

.width-66 {
  width: 66%;
}

.width-67 {
  width: 67%;
}

.width-68 {
  width: 68%;
}

.width-69 {
  width: 69%;
}

.width-70 {
  width: 70%;
}

.width-71 {
  width: 71%;
}

.width-72 {
  width: 72%;
}

.width-73 {
  width: 73%;
}

.width-74 {
  width: 74%;
}

.width-75 {
  width: 75%;
}

.width-76 {
  width: 76%;
}

.width-77 {
  width: 77%;
}

.width-78 {
  width: 78%;
}

.width-79 {
  width: 79%;
}

.width-80 {
  width: 80%;
}

.width-81 {
  width: 81%;
}

.width-82 {
  width: 82%;
}

.width-83 {
  width: 83%;
}

.width-84 {
  width: 84%;
}

.width-85 {
  width: 85%;
}

.width-86 {
  width: 86%;
}

.width-87 {
  width: 87%;
}

.width-88 {
  width: 88%;
}

.width-89 {
  width: 89%;
}

.width-90 {
  width: 90%;
}

.width-91 {
  width: 91%;
}

.width-92 {
  width: 92%;
}

.width-93 {
  width: 93%;
}

.width-94 {
  width: 94%;
}

.width-95 {
  width: 95%;
}

.width-96 {
  width: 96%;
}

.width-97 {
  width: 97%;
}

.width-98 {
  width: 98%;
}

.width-99 {
  width: 99%;
}

.width-100 {
  width: 100%;
}

.width-12-5 {
  width: 12.5%;
}

.width-66-6 {
  width: 66.66%;
}

.width-16-6 {
  width: 16.66%;
}

.width-33 {
  width: 33%;
}

.width-33-3 {
  width: 33.33%;
}

/* Exemplo <div class="site-space-20"></div> */
.site-space-10 {
  display: table;
  width: 100%;
  height: 10px;
}

.site-space-20 {
  display: table;
  width: 100%;
  height: 20px;
}

.site-space-30 {
  display: table;
  width: 100%;
  height: 30px;
}

.site-space-40 {
  display: table;
  width: 100%;
  height: 40px;
}

.site-space-50 {
  display: table;
  width: 100%;
  height: 50px;
}

.site-space-60 {
  display: table;
  width: 100%;
  height: 60px;
}

.site-space-70 {
  display: table;
  width: 100%;
  height: 70px;
}

.site-space-80 {
  display: table;
  width: 100%;
  height: 80px;
}

.site-space-90 {
  display: table;
  width: 100%;
  height: 90px;
}

.site-space-100 {
  display: table;
  width: 100%;
  height: 100px;
}

.site-space {
  display: table;
  width: 100%;
  height: 10px;
}

/* Exemplo <div class="maxwidth320"></div> */
.maxwidth300 {
  max-width: 300px !important;
}

.maxwidth320 {
  max-width: 320px !important;
}

.maxwidth340 {
  max-width: 340px !important;
}

.maxwidth360 {
  max-width: 360px !important;
}

.maxwidth380 {
  max-width: 380px !important;
}

.maxwidth400 {
  max-width: 400px !important;
}

.maxwidth420 {
  max-width: 420px !important;
}

.maxwidth440 {
  max-width: 440px !important;
}

.maxwidth460 {
  max-width: 460px !important;
}

.maxwidth480 {
  max-width: 480px !important;
}

.maxwidth500 {
  max-width: 500px !important;
}

.maxwidth520 {
  max-width: 520px !important;
}

.maxwidth540 {
  max-width: 540px !important;
}

.maxwidth560 {
  max-width: 560px !important;
}

.maxwidth580 {
  max-width: 580px !important;
}

.maxwidth600 {
  max-width: 600px !important;
}

.maxwidth620 {
  max-width: 620px !important;
}

.maxwidth640 {
  max-width: 640px !important;
}

.maxwidth660 {
  max-width: 660px !important;
}

.maxwidth680 {
  max-width: 680px !important;
}

.maxwidth700 {
  max-width: 700px !important;
}

.maxwidth720 {
  max-width: 720px !important;
}

.maxwidth740 {
  max-width: 740px !important;
}

.maxwidth760 {
  max-width: 760px !important;
}

.maxwidth780 {
  max-width: 780px !important;
}

.maxwidth800 {
  max-width: 800px !important;
}

.maxwidth820 {
  max-width: 820px !important;
}

.maxwidth840 {
  max-width: 840px !important;
}

.maxwidth860 {
  max-width: 860px !important;
}

.maxwidth880 {
  max-width: 880px !important;
}

.maxwidth900 {
  max-width: 900px !important;
}

.maxwidth920 {
  max-width: 920px !important;
}

.maxwidth940 {
  max-width: 940px !important;
}

.maxwidth960 {
  max-width: 960px !important;
}

.maxwidth980 {
  max-width: 980px !important;
}

.maxwidth1000 {
  max-width: 1000px !important;
}

.maxwidth1020 {
  max-width: 1020px !important;
}

.maxwidth1040 {
  max-width: 1040px !important;
}

.maxwidth1060 {
  max-width: 1060px !important;
}

.maxwidth1080 {
  max-width: 1080px !important;
}

.maxwidth1100 {
  max-width: 1100px !important;
}

.maxwidth1120 {
  max-width: 1120px !important;
}

.maxwidth1140 {
  max-width: 1140px !important;
}

.maxwidth1160 {
  max-width: 1160px !important;
}

.maxwidth1180 {
  max-width: 1180px !important;
}

.maxwidth1200 {
  max-width: 1200px !important;
}

/* Exemplo <div class="float-right"></div> */
.float-right {
  float: right;
}

.float-left {
  float: left;
}

/* Exemplo <div class="padding-left-30"></div> */
.padding-left-5, .pd-left-5 {
  padding-left: 5px;
}

.padding-left-10, .pd-left-10 {
  padding-left: 10px;
}

.padding-left-15, .pd-left-15 {
  padding-left: 15px;
}

.padding-left-20, .pd-left-20 {
  padding-left: 20px;
}

.padding-left-25, .pd-left-25 {
  padding-left: 25px;
}

.padding-left-30, .pd-left-30 {
  padding-left: 30px;
}

.padding-left-35, .pd-left-35 {
  padding-left: 35px;
}

.padding-left-40, .pd-left-40 {
  padding-left: 40px;
}

.padding-left-45, .pd-left-45 {
  padding-left: 45px;
}

.padding-left-50, .pd-left-50 {
  padding-left: 50px;
}

.padding-left-55, .pd-left-55 {
  padding-left: 55px;
}

.padding-left-60, .pd-left-60 {
  padding-left: 60px;
}

.pd-left {
  padding-left: 5px;
}

/* Exemplo <div class="padding-right-15"></div> */
.padding-right-5, .pd-right-5 {
  padding-right: 5px;
}

.padding-right-10, .pd-right-10 {
  padding-right: 10px;
}

.padding-right-15, .pd-right-15 {
  padding-right: 15px;
}

.padding-right-20, .pd-right-20 {
  padding-right: 20px;
}

.padding-right-25, .pd-right-25 {
  padding-right: 25px;
}

.padding-right-30, .pd-right-30 {
  padding-right: 30px;
}

.padding-right-35, .pd-right-35 {
  padding-right: 35px;
}

.padding-right-40, .pd-right-40 {
  padding-right: 40px;
}

.padding-right-45, .pd-right-45 {
  padding-right: 45px;
}

.padding-right-50, .pd-right-50 {
  padding-right: 50px;
}

.padding-right-55, .pd-right-55 {
  padding-right: 55px;
}

.padding-right-60, .pd-right-60 {
  padding-right: 60px;
}

.pd-right {
  padding-right: 5px;
}

/* Exemplo <div class="pd-center-15"></div> */
.pd-center-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.pd-center-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.pd-center-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.pd-center-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.pd-center-25 {
  padding-left: 25px;
  padding-right: 25px;
}

.pd-center-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.pd-center-35 {
  padding-left: 35px;
  padding-right: 35px;
}

.pd-center-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.pd-center-45 {
  padding-left: 45px;
  padding-right: 45px;
}

.pd-center-50 {
  padding-left: 50px;
  padding-right: 50px;
}

.pd-center-55 {
  padding-left: 55px;
  padding-right: 55px;
}

.pd-center-60 {
  padding-left: 60px;
  padding-right: 60px;
}

.pd-center {
  padding-left: 5px;
  padding-right: 5px;
}

.rotating {
  -webkit-animation: rotating 1s cubic-bezier(0.24, 0.49, 0.71, 0.54) infinite;
  -moz-animation: rotating 1s cubic-bezier(0.24, 0.49, 0.71, 0.54) infinite;
  -ms-animation: rotating 1s cubic-bezier(0.24, 0.49, 0.71, 0.54) infinite;
  -o-animation: rotating 1s cubic-bezier(0.24, 0.49, 0.71, 0.54) infinite;
  animation: rotating 1s cubic-bezier(0.24, 0.49, 0.71, 0.54) infinite;
}

@keyframes rotating {
  from {
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes rotating {
  from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
.stop-animation {
  animation-iteration-count: 1 !important;
}

.upper {
  text-transform: uppercase;
}

.cursor-pointer {
  cursor: pointer;
}

.iframe {
  background-color: #FFF;
  border: none;
  width: 100%;
  min-height: 80vh;
}

.white {
  color: #FFF !important;
}

.white-all * {
  color: #FFF !important;
}

.red {
  color: #db504a !important;
}

.blue {
  color: #22C;
}

.green {
  color: #2C2;
}

.black {
  color: #323232;
}

.text-center {
  text-align: center;
}

.text-center-all * {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-justify {
  text-align: justify;
}

.responsivevideo {
  position: relative;
  padding-bottom: 56.25% !important;
  height: 0 !important;
  z-index: 5;
}

.responsivevideo iframe {
  border: none;
  outline: none;
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 5;
  border: 0 !important;
}

.cursor-pointer {
  cursor: pointer;
}

.block {
  display: inline-block;
  vertical-align: top;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.display-none {
  display: none;
}

.display-table {
  display: table;
}

.display-block {
  display: block;
}

.display-inline-block {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.display-inline-table {
  display: inline-table;
}

.margin-auto {
  margin: auto;
}

.margin-right {
  margin-right: 0;
  margin-left: auto;
}

.outline-none {
  outline: none;
}

.hidden {
  margin-top: -9999px !important;
  top: 0;
  left: 0;
  width: 1px;
  height: 0;
  position: absolute !important;
  opacity: 0 !important;
  overflow: auto;
}

.border-box {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.no-select {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
}

.opacity {
  opacity: 0;
  filter: alpha(opacity=0);
}

.animation {
  color: default !important;
  -webkit-animation: all 0.25s ease-in-out;
  -moz-animation: all 0.25s ease-in-out;
  -o-animation: all 0.25s ease-in-out;
  -ms-animation: all 0.25s ease-in-out;
  animation: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.animation:hover {
  color: #009bdd !important;
  -webkit-animation: all 0.25s ease-in-out;
  -moz-animation: all 0.25s ease-in-out;
  -o-animation: all 0.25s ease-in-out;
  -ms-animation: all 0.25s ease-in-out;
  animation: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.rotate-180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.clean-list, .clean-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.clean-list li, .clean-list ol {
  list-style: none;
  padding: 0;
}

.equidistant {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: justify;
  display: -ms-flexbox;
  -ms-flex-pack: space-between;
  -ms-flex-align: justify;
}

#boss-dialog, .boss-dialog {
  position: fixed;
  z-index: 998;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100vw;
  height: 100vh;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.boss-dialog-area {
  position: relative;
  display: block;
  background-color: #FFF;
  border: 1px solid #3a3a3a;
}

.boss-dialog-area iframe {
  border: none;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.boss-dialog-close {
  cursor: pointer;
  position: absolute;
  top: -15px;
  right: -15px;
  font-size: 20px;
  background-color: #333;
  border: 2px solid #FFF;
  color: #FFF;
  border-radius: 50%;
  width: 36px;
  height: 36px;
}

.boss-dialog-close:hover {
  background-color: #FFF;
  border: 2px solid #333;
  color: #333;
}

.boss-dialog-close i {
  margin-top: -3px;
}

#boss-confirm {
  position: fixed;
  display: block;
  z-index: 999;
  height: 101vh;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: -1px;
  background-color: rgba(0, 0, 0, 0.9);
}

.boss-confirm {
  display: block;
  background-color: #FFF;
  margin: auto;
  width: 300px;
  margin-top: 40vh;
  box-shadow: 0px 2px 8px 4px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  padding: 10px 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.boss-confirm p {
  text-transform: uppercase;
}

/* BOSS OVERLAY */
.boss-overlay {
  z-index: 9990;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.95);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.boss-overlay-vertical {
  height: 100vh;
  min-height: 100vh;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.boss-overlay-area {
  background-color: #FFF;
  margin: auto;
  display: table;
  max-width: 1024px;
}

.boss-overlay-title {
  background-color: #1BA0E1;
  color: #FFF;
  font-size: 1.1em;
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.boss-overlay-content {
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

#boss-warning {
  position: fixed;
  display: block;
  z-index: 9999;
  width: 100%;
  max-width: 540px;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
  border: 1px solid #474448;
  border-radius: 7px;
  opacity: 0;
  -webkit-animation: all 0.25s ease-in-out;
  -moz-animation: all 0.25s ease-in-out;
  -o-animation: all 0.25s ease-in-out;
  -ms-animation: all 0.25s ease-in-out;
  animation: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.boss-warning {
  display: block;
  color: #FFF;
  margin: auto;
  width: 100%;
  max-width: 600px;
  padding: 0 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.boss-warning p {
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  color: #474448;
}

.boss-warning-close {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  line-height: 38px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0);
  color: #474448;
  border: none;
  padding: 0 !important;
  font-size: 18px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.boss-warning-close:hover {
  background-color: #009bdd;
  color: #ffffff;
}

.warning-green {
  background-color: #8CC63F !important;
}

.warning-blue {
  background-color: #41A1FF !important;
}

/*
	TABLET LANDSCAPE 
	max-width: 1023px
	min-width: 768px
*/
/*
	TABLET PORTRAIT 
	max-width: 767px
	min-width: 641px
*/
/*
	SMARTPHONE LANDSCAPE
	max-width: 640px
	min-width: 482px
*/
/*
	SMARTPHONE PORTRAIT
	max-width: 481px
	min-width: 321px
*/
/*
	OLD SMARTPHONE
	max-width: 320px
*/
/* TABS VERTICAL */
.boss-tabs-vertical ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.boss-tabs-vertical li {
  position: relative;
  cursor: pointer;
  list-style: none;
  margin: 0px;
  padding: 10px 10px 10px 15px;
  background-color: #FFF;
  color: #505050;
  border-top: 1px solid #DDD;
  border-left: 2px solid #DDD;
  border-right: 1px solid #DDD;
  text-transform: uppercase;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.boss-tabs-vertical li:last-child {
  border-bottom: 1px solid #DDD;
}

.boss-tabs-vertical li:hover {
  background-color: #474448;
}

.boss-tabs-vertical-area {
  overflow: auto;
  padding: 20px;
  display: block;
  width: 100%;
  border: 1px solid #DDD;
  background-color: #FFF;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.boss-tabs-vertical-active {
  background-color: #474448 !important;
  font-weight: 600 !important;
} /* 
.boss-tabs-vertical-active::before{
	position: absolute;
	top: 35%;
	left: -4px;
	display: block;
	width: 0; 
	height: 0;
	content: "";
	line-height: inherit;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid $lineColor;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
} */
/* TABS HORIZONTAL */
.boss-tabs-horizontal ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.boss-tabs-horizontal-area {
  overflow: auto;
  padding: 20px;
  display: block;
  width: 100%;
  border: 1px solid #DDD;
  background-color: #FFF;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.boss-tabs-horizontal li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  cursor: pointer;
  list-style: none;
  line-height: 1em;
  color: #505050;
  margin: 0px 0px -1px 0px;
  padding: 20px 20px 15px 20px;
  border-top: 1px solid #DDD;
  border-color: #DDD;
  border-top-width: 2px;
  font-weight: 300;
  text-transform: uppercase;
  z-index: 1;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.boss-tabs-horizontal li:first-child {
  border-left: 1px solid #DDD;
}

.boss-tabs-horizontal li:last-child {
  border-right: 1px solid #DDD;
}

.boss-tabs-horizontal li:hover {
  background-color: #474448 !important;
}

.boss-tabs-horizontal-active {
  background-color: #474448 !important;
  font-weight: 600 !important;
}

/* .boss-tabs-horizontal-active::before{
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 0; 
	height: 0;
	content: "";
	line-height: inherit;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid $lineColor;
} */
@media all and (max-width: 800px) {
  .boss-tabs-horizontal li, .boss-tabs-horizontal li:first-child, .boss-tabs-horizontal li:last-child {
    width: 100%;
    border-color: #DDD;
    border-style: solid;
    padding: 15px;
    border-top-width: 1px !important;
    border-bottom-width: 1px !important;
    border-left-width: 1px !important;
    border-right-width: 1px !important;
  }
}
/* COPY TO CLIPBOARD */
.boss-auto-clipboard {
  position: relative;
}

.boss-auto-clipboard::after {
  -webkit-animation: all 0.3s ease-in-out;
  -moz-animation: all 0.3s ease-in-out;
  -o-animation: all 0.3s ease-in-out;
  -ms-animation: all 0.3s ease-in-out;
  animation: all 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: none !important;
  outline: none !important;
}

.boss-auto-clipboard:hover {
  text-decoration: underline !important;
  box-shadow: none !important;
  outline: none !important;
}

.boss-auto-clipboard:hover::after {
  cursor: pointer;
  content: "clique p/ copiar";
  text-align: center;
  color: #FFF;
  font-weight: bold;
  font-size: 10px;
  position: absolute;
  top: 5%;
  left: 5%;
  background-color: #db504a;
  padding: 4px;
  width: 100px;
  z-index: 1;
  border-radius: 4px;
  opacity: 1;
  transform: translateY(0%);
  box-shadow: none !important;
  outline: none !important;
}

.boss-auto-clipboard-sucess:hover::after {
  content: "copiado!";
  background-color: #db504a;
  transform: translateY(-50%);
  opacity: 0;
  box-shadow: none !important;
  outline: none !important;
}

.boss-auto-clipboard-sucess::after {
  animation: clipboard_k 0.4s ease-in-out;
  animation-fill-mode: forwards;
  transform-origin: center center;
  box-shadow: none !important;
  outline: none !important;
}

@keyframes clipboard_k {
  0% {
    transform: translateY(0%);
    opacity: 1;
  }
  5% {
    transform: translateY(5%);
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translateY(-50%);
    opacity: 0;
  }
}
/* TOOLTIP */
.boss-tooltip {
  z-index: 2;
  position: fixed;
  display: block;
  background-color: #777;
  color: #FFF;
  padding: 8px 12px;
  font-weight: 400;
  font-size: 12px;
  transform: scale(0.1);
  border-radius: 3px;
  opacity: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  transition: transform 0.1s ease-in-out, opacity 0.1s ease-in-out;
  -webkit-transition: transform 0.1s, opacity 0.1s ease-in-out;
  -moz-transition: transform 0.1s, opacity 0.1s ease-in-out;
  -o-transition: transform 0.1s, opacity 0.1s ease-in-out;
  -ms-transition: transform 0.1s, opacity 0.1s ease-in-out;
}

.boss-tooltip-active {
  transform: scale(1);
  opacity: 1;
  transition: transform 0.1s ease-in-out, opacity 0.2s ease-in-out;
  -webkit-transition: transform 0.1s, opacity 0.2s ease-in-out;
  -moz-transition: transform 0.1s, opacity 0.2s ease-in-out;
  -o-transition: transform 0.1s, opacity 0.2s ease-in-out;
  -ms-transition: transform 0.1s, opacity 0.2s ease-in-out;
}

#pre-loader {
  position: fixed;
  top: -70px;
  left: 50%;
  margin-left: -31px;
  z-index: 9999;
}

.loader-active {
  top: 0 !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@keyframes lds-eclipse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes lds-eclipse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.lds-eclipse {
  position: relative;
}

.lds-eclipse div {
  position: absolute;
  -webkit-animation: lds-eclipse 1s linear infinite;
  animation: lds-eclipse 1s linear infinite;
  width: 160px;
  height: 160px;
  top: 20px;
  left: 20px;
  border-radius: 50%;
  box-shadow: 0 8px 0 0 #009bdd;
  -webkit-transform-origin: 80px 84px;
  transform-origin: 80px 84px;
}

.lds-eclipse {
  width: 62px !important;
  height: 62px !important;
  -webkit-transform: translate(-31px, -31px) scale(0.31) translate(31px, 31px);
  transform: translate(-31px, -31px) scale(0.31) translate(31px, 31px);
}

.ux-to-top {
  cursor: pointer;
  position: fixed;
  z-index: 90;
  bottom: -100px;
  right: 30px;
  background-color: #f6f6f6;
  text-align: center;
  width: 50px;
  height: 50px;
  box-shadow: 0 2px 10px 4px rgba(0, 0, 0, 0.2);
  transition: bottom 0.16s;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ux-to-top:hover {
  background-color: darkeny(#f6f6f6, 5);
  transition: bottom 0.16s;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.ux-to-top i {
  color: #01435b !important;
  font-size: 26px;
  line-height: 50px;
}

.ux-to-top:active {
  padding-top: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.ux-to-top-show {
  bottom: 5px;
  transition: bottom 0.16s;
}

.ns .ns-box {
  display: block;
  max-width: 60%;
  margin-left: 20%;
}

@media all and (min-width: 1281px) {
  .no-pc {
    display: none !important;
    position: absolute;
    margin-left: -99999px;
  }
  .pc-justify {
    text-align: justify;
  }
}
@media all and (min-width: 1024px) and (max-width: 1280px) {
  .no-pc {
    display: none !important;
    position: absolute;
    margin-left: -99999px;
  }
  .pc-justify {
    text-align: justify;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  .block {
    width: 100% !important;
    padding: 5px 0 !important;
  }
  .pd-adjust {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mobile-no-pd {
    padding: 0 !important;
  }
  .reponsive-table {
    clear: both !important;
    float: left !important;
    display: table !important;
    width: 100% !important;
    margin-bottom: 5px;
  }
  .no-mobile {
    display: none !important;
    position: absolute;
    margin-left: -99999px;
  }
  .equidistant, .equidistant-area {
    width: 100%;
    display: block;
  }
  .mobile-margin-auto {
    margin: auto;
  }
  .mobile-margin-left {
    margin-left: 0 !important;
    margin-right: auto !important;
  }
  .mobile-text-center {
    text-align: center !important;
  }
  .mobile-text-left {
    text-align: left !important;
  }
  .mobile-text-right {
    text-align: center !important;
  }
}
@media all and (min-width: 521px) and (max-width: 767px) {
  .block {
    width: 100% !important;
    padding: 5px 0 !important;
  }
  .pd-adjust {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mobile-no-pd {
    padding: 0 !important;
  }
  .reponsive-table {
    clear: both !important;
    float: left !important;
    display: table !important;
    width: 100% !important;
    margin-bottom: 5px;
  }
  .no-mobile {
    display: none !important;
    position: absolute;
    margin-left: -99999px;
  }
  .equidistant, .equidistant-area {
    width: 100%;
    display: block;
  }
  .mobile-margin-auto {
    margin: auto;
  }
  .mobile-margin-left {
    margin-left: 0 !important;
    margin-right: auto !important;
  }
  .mobile-text-center {
    text-align: center !important;
  }
  .mobile-text-left {
    text-align: left !important;
  }
  .mobile-text-right {
    text-align: center !important;
  }
}
@media all and (min-width: 382px) and (max-width: 520px) {
  .block {
    width: 100% !important;
    padding: 5px 0 !important;
  }
  .pd-adjust {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mobile-no-pd {
    padding: 0 !important;
  }
  .reponsive-table {
    clear: both !important;
    float: left !important;
    display: table !important;
    width: 100% !important;
    margin-bottom: 5px;
  }
  .no-mobile {
    display: none !important;
    position: absolute;
    margin-left: -99999px;
  }
  .equidistant, .equidistant-area {
    width: 100%;
    display: block;
  }
  .mobile-margin-auto {
    margin: auto;
  }
  .mobile-margin-left {
    margin-left: 0 !important;
    margin-right: auto !important;
  }
  .mobile-text-center {
    text-align: center !important;
  }
  .mobile-text-left {
    text-align: left !important;
  }
  .mobile-text-right {
    text-align: center !important;
  }
}
@media all and (max-width: 381px) {
  .block {
    width: 100% !important;
    padding: 5px 0 !important;
  }
  .pd-adjust {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mobile-no-pd {
    padding: 0 !important;
  }
  .reponsive-table {
    clear: both !important;
    float: left !important;
    display: table !important;
    width: 100% !important;
    margin-bottom: 5px;
  }
  .no-mobile {
    display: none !important;
    position: absolute;
    margin-left: -99999px;
  }
  .equidistant, .equidistant-area {
    width: 100%;
    display: block;
  }
  .mobile-margin-auto {
    margin: auto;
  }
  .mobile-margin-left {
    margin-left: 0 !important;
    margin-right: auto !important;
  }
  .mobile-text-center {
    text-align: center !important;
  }
  .mobile-text-left {
    text-align: left !important;
  }
  .mobile-text-right {
    text-align: center !important;
  }
}
/* CONFIG BTN */
/* BTN */
.btn, a.btn, a.btn:visited {
  position: relative;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  text-align: center;
  border: 0px solid #e4e4e4;
  border-radius: 0px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 0;
  padding-bottom: 0;
  margin: 2px 0px 2px 0px;
  background-color: #f2f4f5;
  color: #474448;
  font-size: 12px;
  font-weight: 700;
  font-family: inherit;
  /*text-transform: uppercase;*/
  letter-spacing: 0px;
  word-spacing: normal;
  transition: background 0.25s linear;
  outline: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  transition: background 0.15s cubic-bezier(0.45, 0, 0.95, 0.5), border 0.15s cubic-bezier(0.45, 0, 0.95, 0.5), color 0.15s linear, scale 0.15s linear, translateY 0.15s linear;
}

.btn-no-margin, a.btn-no-margin {
  margin: 0 !important;
}

.btn-no-right, a.btn-no-right {
  border-right: none !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.btn-no-center, a.btn-no-center {
  border-right: none !important;
  border-left: none !important;
  border-radius: 0 !important;
}

.btn-no-left, a.btn-no-left {
  border-left: none !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.btn-no-bottom, a.btn-no-bottom {
  border-bottom: none !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.btn-no-vcenter, a.btn-no-vcenter {
  border-top: none !important;
  border-bottom: none !important;
  border-radius: 0 !important;
}

.btn-no-top, a.btn-no-top {
  border-top: none !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.btn-text-left, a.btn-text-left {
  text-align: left !important;
}

.btn-text-right, a.btn-text-right {
  text-align: right !important;
}

.btn:hover, .btn:focus, a.btn:hover, a.btn:focus {
  background-color: "$gray4 - #101010";
  color: "$gray1 - #101010";
  border-color: "#e4e4e4 - #101010";
  transform: scale(1);
  transition: background 0.15s cubic-bezier(0.45, 0, 0.95, 0.5), border 0.15s cubic-bezier(0.45, 0, 0.95, 0.5), color 0.15s linear, scale 0.15s linear, translateY 0.15s linear;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-size: 12px;
  font-weight: 700;
}

.btn:active, a.btn:active {
  background-color: "$gray4 - #202020";
  color: "$gray1 - #202020";
  border-color: "#e4e4e4 - #202020";
  transform: scale(1.02);
  transition: background 0.15s cubic-bezier(0.45, 0, 0.95, 0.5), border 0.15s cubic-bezier(0.45, 0, 0.95, 0.5), color 0.15s linear, scale 0.15s linear, translateY 0.15s linear;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-size: 12px;
  font-weight: 700;
}

.btn:disabled, .btn:disabled:hover, .btn-disabled, .btn-disabled:hover, .btn-disabled:focus, .btn-disabled:active {
  background-color: "$gray4 + #101010" !important;
  color: "$gray3 - #101010" !important;
  cursor: default !important;
  border: 0px solid #f2f4f5 !important;
  transform: scale(1) !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-size: 12px;
  font-weight: 700;
}

.btn i {
  font-size: inherit !important;
}

/* BUTTON GENERATOR */
/* SITE */
.btn-site, a.btn-site, a.btn-site:visited {
  background-color: #009bdd;
  color: #f6f6f6;
  border-color: #0089c4;
  line-height: 40px;
  border-width: 0px;
}

.btn-site:hover, .btn-site:focus, a.btn-site:hover, a.btn-site:focus {
  background-color: #013042;
  color: #e9e9e9;
  border-color: #013042;
  line-height: 40px;
  border-width: 0px;
}

/* BOX SHADOW ONLY ON FOCUS */
.btn-site:focus, a.btn-site:focus {
  box-shadow: 0px 0px 1px 1px #013042;
}

.btn-site:active, a.btn-site:active {
  background-color: #013042;
  color: #e9e9e9;
  border-color: #013042;
  line-height: 40px;
  border-width: 0px;
}

/* PRIMARY */
.btn-primary, a.btn-primary, a.btn-primary:visited {
  background-color: #01435b;
  color: #f6f6f6;
  border-color: #013042;
  line-height: 40px;
  border-width: 0px;
}

.btn-primary:hover, .btn-primary:focus, a.btn-primary:hover, a.btn-primary:focus {
  background-color: #013042;
  color: #e9e9e9;
  border-color: #013042;
  line-height: 40px;
  border-width: 0px;
}

/* BOX SHADOW ONLY ON FOCUS */
.btn-primary:focus, a.btn-primary:focus {
  box-shadow: 0px 0px 1px 1px #013042;
}

.btn-primary:active, a.btn-primary:active {
  background-color: #013042;
  color: #e9e9e9;
  border-color: #013042;
  line-height: 40px;
  border-width: 0px;
}

/* SECONDARY */
.btn-secondary, a.btn-secondary, a.btn-secondary:visited {
  background-color: #009bdd;
  color: #f6f6f6;
  border-color: #0089c4;
  line-height: 40px;
  border-width: 0px;
}

.btn-secondary:hover, .btn-secondary:focus, a.btn-secondary:hover, a.btn-secondary:focus {
  background-color: #0089c4;
  color: #e9e9e9;
  border-color: #013042;
  line-height: 40px;
  border-width: 0px;
}

/* BOX SHADOW ONLY ON FOCUS */
.btn-secondary:focus, a.btn-secondary:focus {
  box-shadow: 0px 0px 1px 1px #0089c4;
}

.btn-secondary:active, a.btn-secondary:active {
  background-color: #0089c4;
  color: #e9e9e9;
  border-color: #0089c4;
  line-height: 40px;
  border-width: 0px;
}

/* TERCIARY */
.btn-terciary, a.btn-terciary, a.btn-terciary:visited {
  background-color: #cbdde9;
  color: #474448;
  border-color: #b9d1e1;
  line-height: 40px;
  border-width: 0px;
}

.btn-terciary:hover, .btn-terciary:focus, a.btn-terciary:hover, a.btn-terciary:focus {
  background-color: #0089c4;
  color: #e9e9e9;
  border-color: #0089c4;
  line-height: 40px;
  border-width: 0px;
}

/* BOX SHADOW ONLY ON FOCUS */
.btn-terciary:focus, a.btn-terciary:focus {
  box-shadow: 0px 0px 1px 1px #0089c4;
}

.btn-terciary:active, a.btn-terciary:active {
  background-color: #0089c4;
  color: #e9e9e9;
  border-color: #0089c4;
  line-height: 40px;
  border-width: 0px;
}

/* DANGER */
.btn-danger, a.btn-danger, a.btn-danger:visited {
  background-color: #db504a;
  color: #f6f6f6;
  border-color: #d73b35;
  line-height: 40px;
  border-width: 0px;
}

.btn-danger:hover, .btn-danger:focus, a.btn-danger:hover, a.btn-danger:focus {
  background-color: #d73b35;
  color: #e9e9e9;
  border-color: #d73b35;
  line-height: 40px;
  border-width: 0px;
}

/* BOX SHADOW ONLY ON FOCUS */
.btn-danger:focus, a.btn-danger:focus {
  box-shadow: 0px 0px 1px 1px #d73b35;
}

.btn-danger:active, a.btn-danger:active {
  background-color: #d73b35;
  color: #e9e9e9;
  border-color: #d73b35;
  line-height: 40px;
  border-width: 0px;
}

/* SUBMIT */
.btn-submit, a.btn-submit, a.btn-submit:visited {
  background-color: #009bdd;
  color: #f6f6f6;
  border-color: #0089c4;
  line-height: 40px;
  border-width: 0px;
}

.btn-submit:hover, .btn-submit:focus, a.btn-submit:hover, a.btn-submit:focus {
  background-color: #010308;
  color: #e9e9e9;
  border-color: #010308;
  line-height: 40px;
  border-width: 0px;
}

/* BOX SHADOW ONLY ON FOCUS */
.btn-submit:focus, a.btn-submit:focus {
  box-shadow: 0px 0px 1px 1px #010308;
}

.btn-submit:active, a.btn-submit:active {
  background-color: #013042;
  color: #e9e9e9;
  border-color: #013042;
  line-height: 40px;
  border-width: 0px;
}

/* FLAT */
.btn-flat, a.btn-flat, a.btn-flat:visited {
  background-color: rgba(0, 0, 0, 0);
  color: #474448;
  border-color: rgba(0, 0, 0, 0);
  line-height: 40px;
  border-width: 0px;
}

.btn-flat:hover, .btn-flat:focus, a.btn-flat:hover, a.btn-flat:focus {
  background-color: #e4e8ea;
  color: #3a383b;
  border-color: rgba(0, 0, 0, 0);
  line-height: 40px;
  border-width: 0px;
}

/* BOX SHADOW ONLY ON FOCUS */
.btn-flat:focus, a.btn-flat:focus {
  box-shadow: 0px 0px 1px 1px #e4e8ea;
}

.btn-flat:active, a.btn-flat:active {
  background-color: #d7d7d7;
  color: #3a383b;
  border-color: rgba(0, 0, 0, 0);
  line-height: 40px;
  border-width: 0px;
}

/* LIGHT */
.btn-light, a.btn-light, a.btn-light:visited {
  background-color: rgba(0, 0, 0, 0);
  color: #f6f6f6;
  border-color: #e9e9e9;
  line-height: 40px;
  border-width: 0px;
}

.btn-light:hover, .btn-light:focus, a.btn-light:hover, a.btn-light:focus {
  background-color: #e9e9e9;
  color: #0089c4;
  border-color: #e9e9e9;
  line-height: 40px;
  border-width: 0px;
}

/* BOX SHADOW ONLY ON FOCUS */
.btn-light:focus, a.btn-light:focus {
  box-shadow: 0px 0px 1px 1px #e9e9e9;
}

.btn-light:active, a.btn-light:active {
  background-color: #e4e8ea;
  color: #0089c4;
  border-color: #e9e9e9;
  line-height: 40px;
  border-width: 0px;
}

/* WHITE */
.btn-white, a.btn-white, a.btn-white:visited {
  background-color: #f6f6f6;
  color: #474448;
  border-color: #e9e9e9;
  line-height: 40px;
  border-width: 0px;
}

.btn-white:hover, .btn-white:focus, a.btn-white:hover, a.btn-white:focus {
  background-color: #e9e9e9;
  color: #3a383b;
  border-color: #e9e9e9;
  line-height: 40px;
  border-width: 0px;
}

/* BOX SHADOW ONLY ON FOCUS */
.btn-white:focus, a.btn-white:focus {
  box-shadow: 0px 0px 1px 1px #e9e9e9;
}

.btn-white:active, a.btn-white:active {
  background-color: #3a383b;
  color: #e9e9e9;
  border-color: #3a383b;
  line-height: 40px;
  border-width: 0px;
}

/* CONFIG INPUTS */
/* MOBILE */
/* LABEL TITLE */
.boss-label-title {
  font-weight: 500;
  margin: 12px 0px 2px 0px;
  color: #474448;
  position: relative;
  font-size: 16px;
}

/* TEXT */
.boss-input-text {
  transform: translateX(0);
  transition: transform 0.15s ease;
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-family: inherit;
  font-weight: 400;
  height: 36px;
  min-width: 36px;
  margin: 2px 0 2px 0;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-bottom-width: 2px;
  border-radius: 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.boss-input-text i, .boss-input-text label {
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  font-size: 130% !important;
  text-align: center;
  border-radius: 0px 0 0 0px;
  color: #f6f6f6;
  background-color: #525151;
  line-height: 34px;
  height: 34px;
  margin-top: -1px;
}

.boss-input-text label {
  border-radius: 0px 0 0 0px;
}

.boss-input-text i {
  border-radius: 0 0px 0px 0;
}

/* INPUT ALL */
.boss-input-text input {
  vertical-align: middle;
  color: #01435b;
  font-size: 13px;
  font-family: inherit;
  font-weight: 400;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0px;
  height: 34px;
  width: calc(100% - 36px);
  padding: 0 20px 0 20px;
  border: none;
  outline: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

/* TEXTAREA */
.boss-input-textarea {
  transform: translateX(0);
  transition: transform 0.15s ease;
  font-family: inherit;
  font-weight: 400;
  min-height: 80px;
  border: 1px solid #eeeeee;
  display: inline-block;
  margin: 2px 0 2px 0;
  background-color: #ffffff;
  border-radius: 0px;
  border-bottom-width: 2px;
  padding: 0px !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.boss-input-textarea textarea {
  color: #01435b;
  font-size: 13px;
  font-family: inherit;
  font-weight: 400;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0px;
  height: inherit;
  width: 100%;
  min-height: inherit;
  border: none;
  outline: none;
  resize: none;
  margin: 0 !important;
  padding: 20px 20px 20px 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

/* INPUT COLOR */
.boss-input-text input[type=color] {
  opacity: 0;
  border: none !important;
}

.boss-input-text input[type=color] + span {
  right: 0px;
  text-shadow: 0px 0px 1px #FFF, -1px -1px 1px #FFF, 1px 1px 1px #FFF;
  line-height: 34px;
  padding-right: 10px;
  font-size: 13px;
  display: inline-block;
  position: absolute;
  font-weight: bold;
}

.boss-input-text input[type=password] {
  font-weight: 700 !important;
}

.boss-input-text input[type=number] {
  text-align: right;
}

.boss-input-text-disabled,
.boss-input-textarea-disabled {
  cursor: default !important;
  border-color: #f2f4f5 !important;
  color: #f2f4f5 !important;
}

.boss-input-text-disabled input,
.boss-input-textarea-disabled textarea {
  cursor: default !important;
  color: #f2f4f5 !important;
}

.boss-input-text-disabled label {
  cursor: default !important;
  background-color: #f2f4f5 !important;
  color: #FFF !important;
}

/* SCROLL BAR */
.boss-input-textarea textarea::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.boss-input-textarea textarea::-webkit-scrollbar-track-piece {
  background-color: #FFF;
}

.boss-input-textarea textarea::-webkit-scrollbar-thumb:vertical {
  height: 5px;
  background-color: #888;
}

.boss-input-textarea textarea::-webkit-scrollbar-thumb:horizontal {
  width: 5px;
  background-color: #888;
}

/* PLACEHOLDERS */
input::placeholder {
  color: #e4e4e4 !important;
  font-weight: normal !important;
}

input::-webkit-input-placeholder {
  color: #e4e4e4 !important;
  font-weight: normal !important;
}

input::-moz-placeholder {
  color: #e4e4e4 !important;
  font-weight: normal !important;
}

input:-ms-input-placeholder {
  color: #e4e4e4 !important;
  font-weight: normal !important;
}

input:-o-input-placeholder {
  color: #e4e4e4 !important;
  font-weight: normal !important;
}

textarea::placeholder {
  color: #e4e4e4 !important;
  font-weight: normal !important;
}

textarea::-webkit-input-placeholder {
  color: #e4e4e4 !important;
  font-weight: normal !important;
}

textarea::-moz-placeholder {
  color: #e4e4e4 !important;
  font-weight: normal !important;
}

textarea:-ms-placeholder {
  color: #e4e4e4 !important;
  font-weight: normal !important;
}

textarea:-o-placeholder {
  color: #e4e4e4 !important;
  font-weight: normal !important;
}

/* SELECT */
.boss-select {
  transform: translateX(0);
  transition: transform 0.15s ease;
  font-family: inherit;
  font-weight: 400;
  position: relative;
  margin: 2px 0 2px 0;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  height: 36px;
  min-width: 36px;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.boss-select select {
  position: absolute;
  font-size: 13px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  color: #01435b;
  margin: 0;
  padding: 0 20px 0 20px;
  height: 34px;
  width: 100%;
  z-index: 2;
  font-family: inherit;
  font-weight: 400;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0 0px 0px 0;
  border: none;
  outline: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.boss-select label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 36px;
  z-index: 1;
}

.boss-select label::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 36px;
  z-index: 0;
  text-align: center;
  border-radius: 0 0px 0px 0;
  background-color: #525151;
  line-height: 34px;
  height: 34px;
}

.boss-select label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 0;
  text-align: center;
  width: 36px;
  line-height: 34px;
  height: 34px;
  content: "\e313";
  font-size: 24px !important;
  color: #f6f6f6;
  font-family: "icomoon" !important;
  transform: rotate(0deg);
  transform-origin: center;
  transition: transform 0.15s ease;
}

.boss-select-disabled {
  cursor: default !important;
  border-color: #f2f4f5 !important;
  color: #f2f4f5 !important;
}

.boss-select-disabled select {
  cursor: default !important;
  color: #f2f4f5 !important;
}

.boss-select-disabled label::before {
  cursor: default !important;
  background-color: #f2f4f5 !important;
}

.boss-select-disabled label::after {
  cursor: default !important;
  color: #FFF !important;
}

/* SELECT SLCT */
.boss-slct {
  transform: translateX(0);
  transition: transform 0.15s ease;
  outline: none;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background-color: #ffffff;
  margin: 2px 0 2px 0;
  height: 36px;
  min-width: 36px;
  border: 1px solid #eeeeee;
  border-radius: 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.boss-slct select {
  position: absolute;
  z-index: 0;
  visibility: hidden;
  height: 1px;
  width: 1px;
  margin-top: 0;
  margin: 0;
}

.boss-slct-label {
  cursor: pointer;
  display: block;
  padding: 0 20px 0 20px;
  position: absolute;
  width: 100%;
  z-index: 0;
  top: 0;
  left: 0;
  line-height: 34px;
  height: 34px;
  overflow: hidden;
  color: #01435b;
  font-family: inherit;
  font-weight: 400;
  font-size: 13px;
  text-align: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
}

.boss-slct-brd {
  height: 38px;
  border: 2px solid #AAAAAA;
}

.boss-slct-brd .boss-slct-label {
  line-height: 34px;
}

.boss-slct-label img {
  vertical-align: middle;
  margin-right: 10px;
  width: auto;
  height: 18px;
}

.boss-slct-area {
  display: block;
  overflow-y: auto;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  height: 0;
  width: inherit;
  position: absolute;
  top: 35px;
  left: -1px;
  width: 100%;
  max-height: 300px;
  z-index: 2;
  background-color: #FFF;
  -webkit-animation: height 0.15s ease-in-out;
  -moz-animation: height 0.15s ease-in-out;
  -o-animation: height 0.15s ease-in-out;
  -ms-animation: height 0.15s ease-in-out;
  animation: height 0.15s ease-in-out;
  -webkit-transition: height 0.15s ease-in-out;
  -moz-transition: height 0.15s ease-in-out;
  -o-transition: height 0.15s ease-in-out;
  -ms-transition: height 0.15s ease-in-out;
  transition: height 0.15s ease-in-out;
}

.boss-slct-area::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.boss-slct-area::-webkit-scrollbar-track-piece {
  background-color: #FFF;
}

.boss-slct-area::-webkit-scrollbar-thumb:vertical {
  height: 5px;
  background-color: #eeeeee;
}

.boss-slct-area::-webkit-scrollbar-thumb:horizontal {
  width: 5px;
  background-color: #eeeeee;
}

.boss-slct ul {
  width: 100%;
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
}

.boss-slct ul li {
  width: 100%;
  border-top: 1px solid #EEE;
  font-size: 13px;
  font-family: inherit;
  font-weight: 400;
  list-style: none;
  cursor: pointer;
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 34px;
  background-color: #FaFaFA;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.boss-slct ul li img {
  vertical-align: middle;
  margin-right: 10px;
  width: auto;
  height: 18px;
  margin-top: -2px;
}

.boss-slct i {
  font-size: 130% !important;
}

.boss-slct-label::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 36px;
  font-size: 130% !important;
  z-index: 0;
  text-align: center;
  border-radius: 0 0px 0px 0;
  color: #f6f6f6;
  background-color: #525151;
  line-height: 34px;
  height: 34px;
}

.boss-slct-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 0;
  text-align: center;
  width: 36px;
  line-height: 34px;
  height: 34px;
  content: "\f107";
  font-size: 24px !important;
  color: #f6f6f6;
  font-family: "FontAwesome";
  transform: rotate(0deg);
  transform-origin: center;
  transition: transform 0.15s ease;
}

.boss-slct-disabled {
  cursor: default !important;
  border-color: #f2f4f5 !important;
  color: #f2f4f5 !important;
}

.boss-slct-disabled .boss-slct-label {
  cursor: default !important;
  color: #f2f4f5 !important;
}

.boss-slct-disabled .boss-slct-label::before {
  cursor: default !important;
  background-color: #f2f4f5 !important;
}

.boss-slct-disabled .boss-slct-label::after {
  cursor: default !important;
  color: #FFF !important;
}

/* CHECKBOX */
.boss-checkbox {
  transform: translateX(0);
  transition: transform 0.15s ease;
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-family: inherit;
  font-weight: 400;
  height: 36px;
  min-width: 36px;
  margin: 2px 0px 2px 0px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.boss-checkbox input {
  position: absolute;
  opacity: 0;
  z-index: -1;
  width: 1px;
  height: 1px;
}

.boss-checkbox label {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  font-size: 13px;
  color: #01435b;
  text-align: left;
  line-height: 34px;
  height: 34px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
}

.boss-checkbox label span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 28px;
  height: 28px;
  border: 2px solid #AAA;
  border-radius: 0px;
  z-index: 1;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.boss-checkbox input:checked + label {
  font-weight: bold;
}

.boss-checkbox input + label span::before {
  position: absolute;
  width: inherit;
  top: 50%;
  left: 50%;
  display: block;
  text-align: center;
  content: "\e5ca" !important;
  font-size: 1px;
  font-family: "icomoon" !important;
  font-weight: normal;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%);
  animation: checkbox_out 0.3s;
  animation-fill-mode: forwards;
  transform-origin: center center;
}

.boss-checkbox input:checked + label span::before {
  font-weight: normal;
  animation: checkbox_in 0.3s;
  animation-fill-mode: forwards;
  transform-origin: center center;
}

/* DISABLED */
.boss-checkbox input:disabled + label {
  cursor: default !important;
  color: #f2f4f5 !important;
}

.boss-checkbox input:disabled + label span {
  border-color: #f2f4f5 !important;
}

@keyframes checkbox_in {
  0% {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%);
    font-size: 1px;
  }
  50% {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%);
    font-size: 28px;
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%);
    font-size: 20px;
  }
}
@keyframes checkbox_out {
  0% {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%);
    font-size: 20px;
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    font-size: 1px;
  }
}
/* RADIO */
.boss-radio {
  transform: translateX(0);
  transition: transform 0.15s ease;
  font-family: inherit;
  font-weight: 400;
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 36px;
  min-width: 36px;
  margin: 2px 0 2px 0;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.boss-radio input {
  position: absolute;
  opacity: 0;
  z-index: -1;
  width: 1px;
  height: 1px;
}

.boss-radio label {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  font-size: 13px;
  color: #01435b;
  text-align: left;
  line-height: 34px;
  height: 34px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
}

.boss-radio label span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 28px;
  height: 28px;
  border: 2px solid #AAA;
  border-radius: 50%;
  z-index: 1;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.boss-radio input:checked + label {
  font-weight: bold;
}

.boss-radio input + label span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  text-align: center;
  border-radius: 50%;
  width: 2px;
  height: 2px;
  background-color: #AAA;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) scale(0);
  animation: radio_out 0.3s;
  animation-fill-mode: forwards;
  transform-origin: center center;
}

.boss-radio input:checked + label span::before {
  animation: radio_in 0.3s;
  animation-fill-mode: forwards;
  transform-origin: center center;
}

/* DISABLED */
.boss-radio input:disabled + label {
  cursor: default !important;
  color: #f2f4f5 !important;
}

.boss-radio input:disabled + label span {
  border-color: #f2f4f5 !important;
}

@keyframes radio_in {
  0% {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%);
    width: 2px;
    height: 2px;
  }
  50% {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%);
    width: 12px;
    height: 12px;
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%);
    width: 9px;
    height: 9px;
  }
}
@keyframes radio_out {
  0% {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%);
    width: 12px;
    height: 12px;
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    width: 2px;
    height: 2px;
  }
}
/* JS DATA COMPONENT */
.boss-js-date {
  transform: translateX(0);
  transition: transform 0.15s ease;
  font-family: inherit;
  position: relative;
  z-index: 1;
  margin: 2px 0 2px 0;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  outline: none;
  height: 36px;
  line-height: 34px;
  min-width: 85px;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 0px;
  outline: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.boss-js-date select {
  font-size: 13px;
  cursor: pointer;
  color: #01435b;
  margin: auto;
  padding: 0 20px 0 20px;
  height: 34px;
  z-index: 2;
  font-weight: 400;
  font-family: inherit;
  background-color: #f2f4f5;
  border-radius: 0;
  border: none;
  outline: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.boss-js-date-label {
  height: inherit;
  line-height: inherit;
  padding: 0 10px;
  color: #01435b;
  font-size: 13px;
  height: inherit;
  position: relative;
  z-index: 3;
  text-align: center;
  outline: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
}

.boss-js-date-show {
  left: -1px;
  right: -1px;
  margin-top: -4px;
  display: block;
  background-color: #FFF;
  border-left: 1px solid #AAA;
  border-right: 1px solid #AAA;
  border-bottom: 2px solid #AAA;
  border-color: #eeeeee !important;
  position: absolute;
  z-index: 4;
  padding: 5px 10px;
  outline: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.boss-js-date-show table {
  width: 100%;
  margin-top: 10px;
}

.boss-js-date-show table * {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
}

.boss-js-date-show th, .boss-js-date-show td {
  font-size: 13px;
  text-align: center;
  margin: 0 !important;
  padding: 2px 0;
  line-height: 22px !important;
  height: 22px !important;
  color: #01435b;
  border: 1px solid #eeeeee;
  width: 14.285%;
}

.boss-js-date-show th, .boss-js-date-show td {
  cursor: default !important;
}

.boss-js-date-domingo {
  background-color: #f2f4f5;
  border-color: #f2f4f5;
}

.boss-js-date-domingo-td {
  background-color: #f2f4f5;
  border-color: #f2f4f5;
}

.boss-js-date-show td[data-ativo=ativo]:hover {
  background-color: #e4e4e4;
  border-color: #e4e4e4;
  color: #FFF;
  cursor: pointer !important;
}

.boss-js-date-show-ative {
  background-color: #01435b !important;
  border-color: #01435b !important;
  color: #FFF !important;
  font-weight: bold;
  cursor: pointer !important;
}

.boss-js-date-show-arrows {
  position: relative;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  height: 40px;
  line-height: 36px;
  border: none;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  width: 40px;
  margin: 2px 0 2px 0;
  background-color: #f2f4f5;
  font-size: 130%;
  font-weight: 700;
  color: #01435b;
  font-family: inherit;
  text-transform: uppercase;
  letter-spacing: 0;
  word-spacing: normal;
  transition: background 0.07s linear;
  outline: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
}

.boss-js-date-show-arrows:hover, .boss-js-date-show-arrows:active, .boss-js-date-show-arrows:focus {
  background-color: #01435b;
  color: #f6f6f6;
}

.boss-js-date-show-button {
  position: relative;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  height: 40px;
  line-height: 36px;
  border: none;
  border-radius: 0;
  padding-left: 30;
  padding-right: 30;
  margin: 2px 0 2px 0;
  background-color: #f2f4f5;
  font-size: 12;
  font-weight: 700;
  color: #01435b;
  font-family: inherit;
  text-transform: uppercase;
  letter-spacing: 0;
  word-spacing: normal;
  transition: background 0.07s linear;
  outline: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.boss-js-date-d {
  height: 0 !important;
  width: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 0 !important;
  position: absolute;
  z-index: 0;
}

.boss-js-date-m {
  height: 40px;
  width: calc((100% - 80px) / 2);
  line-height: 36px;
}

.boss-js-date-y {
  height: 40px;
  width: calc((100% - 80px) / 2);
  line-height: 36px;
}

.boss-js-date label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 0;
  text-align: center;
  width: 36px;
  line-height: 34px;
  height: 34px;
  content: "\e313";
  font-size: 24px !important;
  color: rgba(0, 0, 0, 0.5);
  font-family: "icomoon" !important;
  transform: rotate(0deg);
  transform-origin: center;
  transition: transform 0.15s ease;
}

.boss-js-date-rotate::after {
  transform: rotate(180deg) !important;
}

/* GENERATOR */
/**
	*@param: name
	*@param: input background-color
	*@param: input color
	*@param: label background-color
	*@param: label color
*/
/* ONFOCUS */
.focus {
  /*transform: translateY(-1px) !important;*/
  box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.2);
  /*border-color: $inputBorderColorFocus;*/
  z-index: 1;
  transition: transform 0.15s ease;
}

.focus .boss-slct-label::after {
  transform: rotate(180deg) !important;
  transition: transform 0.15s ease;
}

.focus select + label::after {
  transform: rotate(180deg) !important;
  transition: transform 0.15s ease;
}

.focus .boss-slct-area {
  border-color: #01435b;
}

.focus label,
.focus label::before,
.focus div.boss-slct-label::before {
  background-color: #01435b;
  color: #FFF !important;
}

.focus label::after,
.focus div.boss-slct-label::after,
.focus span {
  color: #FFF !important;
}

/* CHECKBOX */
.focus-checkbox input + label {
  background-color: rgba(0, 0, 0, 0) !important;
  color: #01435b !important;
}

.focus-checkbox input + label span {
  border-color: #01435b !important;
}

.focus-checkbox .boss-checkbox input + label span::before {
  color: #01435b !important;
}

.focus-checkbox input[type=radio] + label span::before {
  color: #01435b !important;
  background-color: #01435b !important;
}

/* MOBILE */
/* VALIDATION */
.error-field {
  border-color: #474448 !important;
}

.error-field input {
  color: #009bdd;
}

.error-field-border {
  border: 1px solid #009bdd !important;
}

.ok-field {
  border-color: #888 !important;
}

.ok-field-border {
  border: 1px solid #74CF6A !important;
}

/* 
	MEDIUM SCREEN 
	max-width: 1200px
	min-width: 1024px
*/
/*
	TABLET LANDSCAPE 
	max-width: 1023px
	min-width: 768px
*/
/*
	TABLET LANDSCAPE 
	max-width: 767px
	min-width: 641px
*/
/*
	SMARTPHONE LANDSCAPE
	max-width: 640px
	min-width: 482px
*/
/*
	SMARTPHONE PORTRAIT
	max-width: 481px
	min-width: 321px
*/
/*
	OLD SMARTPHONE
	max-width: 320px
*/
/* HEADER */
html {
  width: 100%;
  height: 100%;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
}

body {
  color: #474448;
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-family: sans-serif;
  font-weight: 300;
  background-color: #fcfcfc;
  word-wrap: break-word;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  -moz-overflow-scrolling: touch;
  -o-overflow-scrolling: touch;
  -ms-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-tap-highlight-color: rgba(0, 0, 0, 0);
  -o-tap-highlight-color: rgba(0, 0, 0, 0);
}

::-moz-selection {
  background: #aae6ff;
}

::selection {
  background: #aae6ff;
}

.lock {
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
}

a, a:visited, .a, .a:visited {
  color: #474448;
  text-decoration: none;
  font-size: 1em;
  font-weight: 600;
  cursor: pointer;
}

a:active, a:hover, .a:active, .a:hover {
  color: #525151;
  font-size: 1em;
  font-weight: 600;
}

p {
  word-wrap: break-word;
  line-height: 1.2em;
}

table th {
  text-transform: uppercase;
  border: 1px solid #DDD;
  padding: 5px 10px;
}

table td {
  border: 1px solid #EEE;
  padding: 3px 10px;
}

table tr:hover td {
  border: 1px solid #CCC;
}

.strong, strong, b {
  font-weight: 600 !important;
}

.white-all * {
  color: #FFF !important;
}

.ye {
  color: #db504a;
}

/* FIM RESET */
.blur {
  filter: blur(5px);
}

h1, .h1 {
  font-size: 23px;
  font-weight: 700;
  margin: 15px 0;
  font-family: "WebFont";
  color: #01435b;
}

h2, .h2 {
  font-size: 19px;
  margin: 10px 0 10px 0;
  color: #474448;
  font-weight: 600;
  font-family: "WebFont";
}

h3, .h3 {
  font-size: 16px;
  margin: 10px 0 10px 0;
  color: #474448;
  font-weight: 500;
  font-family: "WebFont";
}

h4, .h4 {
  font-size: 15px;
  font-weight: 400;
  color: #474448;
  margin: 10px 0 10px 0;
  font-family: "WebFont";
}

h5 {
  font-size: 1em;
  font-weight: 500;
  margin: 10px 0 10px 0;
  font-family: "WebFont";
}

h6 {
  font-size: 1em;
  font-weight: 500;
  margin: 10px 0 10px 0;
  font-family: "WebFont";
}

address {
  font-style: normal;
}

/* Exemplo <p class="font24"></p> */
.font14 {
  font-size: 14px !important;
}

.font15 {
  font-size: 15px !important;
}

.font16 {
  font-size: 16px !important;
}

.font17 {
  font-size: 17px !important;
}

.font18 {
  font-size: 18px !important;
}

.font19 {
  font-size: 19px !important;
}

.font20 {
  font-size: 20px !important;
}

.font21 {
  font-size: 21px !important;
}

.font22 {
  font-size: 22px !important;
}

.font23 {
  font-size: 23px !important;
}

.font24 {
  font-size: 24px !important;
}

.font25 {
  font-size: 25px !important;
}

.font26 {
  font-size: 26px !important;
}

.font27 {
  font-size: 27px !important;
}

.font28 {
  font-size: 28px !important;
}

.font29 {
  font-size: 29px !important;
}

.font30 {
  font-size: 30px !important;
}

/* Exemplo <p class="font400"></p> */
.font200 {
  font-weight: 200 !important;
}

.font300 {
  font-weight: 300 !important;
}

.font400 {
  font-weight: 400 !important;
}

.font500 {
  font-weight: 500 !important;
}

.font600 {
  font-weight: 600 !important;
}

.font700 {
  font-weight: 700 !important;
}

.font800 {
  font-weight: 800 !important;
}

/* Exemplo <div class="maxwidth320"></div> */
.maxwidth300 {
  max-width: 300px !important;
}

.maxwidth320 {
  max-width: 320px !important;
}

.maxwidth340 {
  max-width: 340px !important;
}

.maxwidth360 {
  max-width: 360px !important;
}

.maxwidth380 {
  max-width: 380px !important;
}

.maxwidth400 {
  max-width: 400px !important;
}

.maxwidth420 {
  max-width: 420px !important;
}

.maxwidth440 {
  max-width: 440px !important;
}

.maxwidth460 {
  max-width: 460px !important;
}

.maxwidth480 {
  max-width: 480px !important;
}

.maxwidth500 {
  max-width: 500px !important;
}

.maxwidth520 {
  max-width: 520px !important;
}

.maxwidth540 {
  max-width: 540px !important;
}

.maxwidth560 {
  max-width: 560px !important;
}

.maxwidth580 {
  max-width: 580px !important;
}

.maxwidth600 {
  max-width: 600px !important;
}

.maxwidth620 {
  max-width: 620px !important;
}

.maxwidth640 {
  max-width: 640px !important;
}

.maxwidth660 {
  max-width: 660px !important;
}

.maxwidth680 {
  max-width: 680px !important;
}

.maxwidth700 {
  max-width: 700px !important;
}

.maxwidth720 {
  max-width: 720px !important;
}

.maxwidth740 {
  max-width: 740px !important;
}

.maxwidth760 {
  max-width: 760px !important;
}

.maxwidth780 {
  max-width: 780px !important;
}

.maxwidth800 {
  max-width: 800px !important;
}

.maxwidth820 {
  max-width: 820px !important;
}

.maxwidth840 {
  max-width: 840px !important;
}

.maxwidth860 {
  max-width: 860px !important;
}

.maxwidth880 {
  max-width: 880px !important;
}

.maxwidth900 {
  max-width: 900px !important;
}

.maxwidth920 {
  max-width: 920px !important;
}

.maxwidth940 {
  max-width: 940px !important;
}

.maxwidth960 {
  max-width: 960px !important;
}

.maxwidth980 {
  max-width: 980px !important;
}

.maxwidth1000 {
  max-width: 1000px !important;
}

.maxwidth1020 {
  max-width: 1020px !important;
}

.maxwidth1040 {
  max-width: 1040px !important;
}

.maxwidth1060 {
  max-width: 1060px !important;
}

.maxwidth1080 {
  max-width: 1080px !important;
}

.maxwidth1100 {
  max-width: 1100px !important;
}

.maxwidth1120 {
  max-width: 1120px !important;
}

.maxwidth1140 {
  max-width: 1140px !important;
}

.maxwidth1160 {
  max-width: 1160px !important;
}

.maxwidth1180 {
  max-width: 1180px !important;
}

.maxwidth1200 {
  max-width: 1200px !important;
}

/*
	LARGE SCREEN 
	max-width: 1370px
	min-width: 1201px
*/
/* 
	MEDIUM SCREEN 
	max-width: 1200px
	min-width: 1024px
*/
/*
	TABLET LANDSCAPE 
	max-width: 1023px
	min-width: 768px
*/
/*
	TABLET PORTRAIT 
	max-width: 767px
	min-width: 641px
*/
/*
	SMARTPHONE LANDSCAPE
	max-width: 640px
	min-width: 482px
*/
/*
	SMARTPHONE PORTRAIT
	max-width: 481px
	min-width: 321px
*/
/*
	OLD SMARTPHONE
	max-width: 320px
*/
/* CONTENT */
#content {
  min-height: calc(100vh - 260px);
}

.content {
  width: 100%;
  max-width: 1280px;
  margin: auto;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.content_h {
  padding-left: 0;
  padding-right: 0;
}

.content_v {
  padding-top: 60px;
  padding-bottom: 60px;
}

.content_l {
  max-width: 540px;
}

.content_ul ul {
  margin: 0 0 0 30px;
  padding: 0;
  color: inherit;
}

.content_ul ul li {
  margin: 5px 0;
  padding: 0;
}

/* BGS */
.bg-primary {
  display: table;
  background-color: #01435b;
  width: 100%;
}

.bg-primary2 {
  display: table;
  background-color: #013042;
  width: 100%;
}

.bg-secondary {
  display: table;
  background-color: #009bdd;
  width: 100%;
}

.bg-terciary {
  display: table;
  background-color: #cbdde9;
  width: 100%;
}

.bg-danger {
  display: table;
  background-color: #db504a;
  width: 100%;
}

.bg-white {
  display: table;
  background-color: #FFF;
  width: 100%;
}

/* BGS GRAY */
.bg-gray1 {
  display: table;
  width: 100%;
  background-color: #474448;
}

.bg-gray2 {
  display: table;
  width: 100%;
  background-color: #525151;
}

.bg-gray3 {
  display: table;
  width: 100%;
  background-color: #e4e4e4;
}

.bg-gray4 {
  display: table;
  width: 100%;
  background-color: #f2f4f5;
}

.gray4_aux {
  min-height: 80vh;
}

/* 
	MEDIUM SCREEN 
	max-width: 1200px
	min-width: 1024px
*/
/*
	TABLET LANDSCAPE 
	max-width: 1023px
	min-width: 768px
*/
/*
	TABLET LANDSCAPE 
	max-width: 767px
	min-width: 641px
*/
/*
	SMARTPHONE LANDSCAPE
	max-width: 640px
	min-width: 482px
*/
/*
	SMARTPHONE PORTRAIT
	max-width: 481px
	min-width: 321px
*/
/*
	OLD SMARTPHONE
	max-width: 320px
*/
/* CUSTONS */
.banner {
  display: table;
  width: 100%;
  background-color: #323232;
  min-height: 280px;
}

.banner-content {
  display: block;
  width: 100%;
  max-width: 1920px;
  margin: auto;
}

/* CONTENT */
#ly_tit_addfavoritos {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  font-size: 20px;
  font-weight: 700;
  color: #01435b;
  height: auto;
  width: auto;
  padding: 0;
}

#ly_tit_addfavoritos:hover {
  color: #db504a;
}

.bloco-status-area {
  position: absolute;
  width: 100%;
  z-index: 2;
  top: 0;
  left: 0;
  padding: 20px 15px 0 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.bloco-status {
  display: inline-block;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
  font-size: 13px;
  font-weight: 600;
  padding: 0 10px 8px 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

/* MINIATURAS DE IMÓVEIS */
.bloco {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  cursor: pointer;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.bloco-vendido {
  border: 1px solid #CCCCCC;
}

.bloco-vendido:hover {
  border: 1px solid #CCCCCC;
}

.bloco-img {
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #FFF;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.bloco-img-div {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.bloco-img-div img {
  display: block;
  margin: 0;
  width: 100%;
  height: auto;
}

.bloco:hover {
  border-color: #B0B0B0 !important;
}

.footer {
  width: 100%;
  display: table;
  background: #01435b;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.footer * {
  color: #cbdde9;
}

.footer p {
  margin: 0 0 8px 0;
  line-height: 1em;
}

.footer hr {
  background-color: rgba(255, 255, 255, 0.22);
}

.footer-content {
  font-weight: 300;
  padding-bottom: 20px !important;
}

.footer-content a, .footer-content a:visited {
  color: #cbdde9;
  font-weight: normal;
  display: inline-block;
}

.footer-content a:hover, .footer-content a:active {
  text-decoration: underline;
}

.footer-map a {
  display: inline-block;
  width: 33.33%;
  margin-bottom: 8px;
}

.footer-copyright {
  width: 100%;
  max-width: 1280px;
  display: block;
  padding: 15px 0;
}

.footer-copyright * {
  font-size: 12px;
  color: #f6f6f6;
  vertical-align: middle;
}

.footer-copyright img {
  height: 12px;
  display: block;
}

.lancamento-plantas-area {
  background-color: #F4F4F4 !important;
}

.lancamento-plantas {
  display: inline-block;
  width: 25%;
  vertical-align: bottom;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.lancamento-planta {
  cursor: pointer;
  display: block;
  width: 100%;
  min-height: 160px;
  position: relative;
  padding: 10px;
  border: 2px solid #CCC;
  background-color: #F4F4F4;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.lancamento-planta img {
  display: block;
  width: 100%;
  height: auto;
}

.lancamento-planta:hover {
  border: 2px solid #01435b;
}

.lancamento-planta p {
  font-weight: 500;
  margin: 10px 0 2px 0;
  color: #888;
}

.lancamento-planta div {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  border-top: 2px solid #DDD;
  border-right: 2px solid #DDD;
  background-color: #FFF;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.lancamento-planta span {
  display: block;
  padding: 5px;
  font-size: 0.8em;
  font-weight: 400;
}

.cards {
  background-color: #FFF;
  display: inline-block;
  padding: 10px;
  vertical-align: top;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.6);
  border-radius: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

/* VISUALIZAÇÃO DO IMÓVEL */
.large {
  font-size: 1.4em;
}

.small {
  font-size: 0.9em;
}

.tiny {
  font-size: 11px;
}

.bg-white {
  background-color: #FFF;
}

.bg-contato {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 980px;
  background-color: #CCC;
}

.ux_contato {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 600px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.ux_contato .boss-input-text,
.ux_contato .boss-input-textarea,
.ux_contato .boss-js-select-label,
.ux_contato .boss-js-select {
  border-radius: 5px;
}

.ux_contato .boss-input-text,
.ux_contato .boss-input-textarea,
.ux_contato .boss-slct,
.ux_contato .boss-select,
.ux_contato .boss-js-select {
  border-color: rgba(0, 0, 0, 0) !important;
}

.infraestruturas {
  margin: 0 5px 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
  color: inherit !important;
}

.infraestruturas li {
  margin: 6px 0 !important;
  font-size: 14px;
}

.ux_detalhes p {
  line-height: 16px !important;
  margin: 5px 0 !important;
}

/* IMPRESSÃO */
.ux-print {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9998;
  display: block;
  background-color: rgba(0, 0, 0, 0.9);
  height: inherit;
}

.ux-print-vertical {
  width: 100vw;
  height: 100vh;
  display: table-cell;
  vertical-align: middle;
}

.ux-print-area {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 480px;
  padding: 20px;
  background-color: #FFF;
  box-shadow: 1px 1px 10px 4px rgba(0, 0, 0, 0.8);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.ux-print-titulo {
  display: block;
  width: 100%;
  border-bottom: 1px solid #CCC;
  margin-bottom: 10px;
}

.ux-print-titulo h2 {
  margin: 5px 0;
  font-size: 1.2em !important;
  color: #646464;
}

.ux-print-gear {
  width: 200px;
  height: auto;
}

.ux-print-div-img {
  cursor: pointer;
}

.ux-print-img {
  height: 80px;
  width: 80px;
}

.m404 {
  margin-top: 50px;
  font-size: 2em !important;
  text-align: center !important;
}

.e404 {
  color: #AAA !important;
  font-size: 1.6em !important;
  text-align: center !important;
}

.fb-like {
  position: relative;
  left: -16px;
  -webkit-filter: hue-rotate(129deg);
  filter: hue-rotate(129deg);
}

.ind-fundo {
  background-color: #E8E8E8;
}

.ind {
  padding: 10px 0 15px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.ind div {
  margin: 5px 0;
}

.ind-atualizacao {
  font-size: 1em;
  line-height: 1em;
  font-weight: 400;
}

.ind-valor {
  font-size: 1.4em;
  font-weight: 600;
  margin: 4px 0;
}

.ind-nome {
  font-size: 1em;
  line-height: 1em;
  font-weight: 300;
}

/* VÍDEOS */
.ly_video_area {
  display: block;
  margin: auto;
  max-width: 480px;
  width: 100%;
}

.ly_video_vid {
  background-color: #FFF;
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 56.25% !important; /* 16:9 */
  height: 0 !important;
  overflow: hidden;
}

.ly_video_vid_todos {
  background-color: #CCC;
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 56.25% !important; /* 16:9 */
  height: 0 !important;
  overflow: hidden;
}

.ly_video_vid_img {
  width: 101%;
}

.ly_video_vid iframe, .ly_video_vid_todos iframe {
  position: absolute;
  border: none;
  overflow: hidden;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 5;
}

.li_video_play {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
}

.ly_titulo_video {
  width: 100%;
  text-align: right;
  font-weight: 300;
  font-size: 14px;
  padding: 5px 0 10px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.ly_titulo_video_todos {
  width: 100%;
  font-weight: 300;
  font-size: 1em;
  padding: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.r90 {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/* AO USAR BOTÃO DIREITO */
.ux-context-menu {
  width: 200px;
  position: fixed;
  top: 30px;
  left: 30px;
  background-color: #FFF;
  z-index: 9999;
  border-top: 3px solid #01435b;
  border-left: 1px solid #01435b;
  border-right: 1px solid #01435b;
  border-bottom: 1px solid #01435b;
  box-shadow: 0 4px 10px 4px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}

.ux-context-menu a {
  display: block;
  padding: 10px 20px;
  font-size: 15px;
  text-align: left;
  color: #01435b;
  font-weight: 500;
}

.ux-context-menu a:hover {
  font-weight: 500;
  background-color: #01435b;
  color: #FFF;
}

/*
	LARGE SCREEN 
	max-width: 1370px
	min-width: 1201px
*/
/* 
	MEDIUM SCREEN 
	max-width: 1200px
	min-width: 1024px
*/
/*
	TABLET LANDSCAPE 
	max-width: 1023px
	min-width: 768px
*/
/*
	TABLET LANDSCAPE 
	max-width: 767px
	min-width: 641px
*/
/*
	SMARTPHONE LANDSCAPE
	max-width: 640px
	min-width: 482px
*/
/*
	SMARTPHONE PORTRAIT
	max-width: 481px
	min-width: 321px
*/
/*
	OLD SMARTPHONE
	max-width: 320px
*/
.arrow_down {
  position: absolute;
  color: #ffffff;
  bottom: 20px;
  left: 40%;
  text-align: center;
  user-select: none;
  cursor: pointer;
  font-size: 20px;
}

.arrow_down {
  animation: slidein 1s linear 1s infinite alternate;
}

@keyframes slidein {
  from {
    font-size: 20px;
    bottom: 20px;
  }
  to {
    font-size: 23px;
    bottom: 0;
  }
}
.in-compra {
  display: inline-block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  padding-bottom: 0;
}
.in-compra p {
  margin: 5px 0;
  padding: 0;
}
.in-compra .txt, .in-compra .in-sesone .text, .in-sesone .in-compra .text {
  color: #525151;
  font-size: 14px;
  font-weight: 400;
}
.in-compra .subtitle {
  color: #474448;
  font-size: 19px;
  font-weight: 500;
}
.in-compra .title {
  color: #474448;
  font-size: 23px;
  font-weight: 700;
}

.in-alugar .imovel-info-acao {
  background-color: #01435b !important;
}

.in-alugar .imovel-info-acao {
  background-color: #01435b !important;
}

.in-alugar .imovel:hover .imovel-info {
  background-color: #01435b !important;
  border-color: #01435b !important;
}

.in-sesone .title {
  color: #01435b;
  font-size: 23px;
  font-weight: 800;
}
.in-sesone .subtitle {
  color: #474448;
  font-size: 19px;
  font-weight: 700;
}
.in-sesone .text {
  max-width: 500px;
  margin-top: -5px;
}
.in-sesone .txt, .in-sesone .text {
  color: #474448;
  font-size: 16px;
  font-weight: 200;
}

.in-sestwo .title {
  color: #f6f6f6;
  font-size: 23px;
  font-weight: 700;
  text-align: center;
}
.in-sestwo .txt, .in-sestwo .in-sesone .text, .in-sesone .in-sestwo .text {
  color: #f6f6f6;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}
.in-sestwo .other {
  color: #f6f6f6;
  font-size: 16px;
  font-weight: 200;
  text-align: center;
}

/*
	LARGE SCREEN 
	max-width: 1370px
	min-width: 1201px
*/
/* 
	MEDIUM SCREEN 
	max-width: 1200px
	min-width: 1024px
*/
/*
	TABLET LANDSCAPE 
	max-width: 1023px
	min-width: 768px
*/
/*
	TABLET PORTRAIT 
	max-width: 767px
	min-width: 641px
*/
/*
	SMARTPHONE LANDSCAPE
	max-width: 640px
	min-width: 482px
*/
/*
	SMARTPHONE PORTRAIT
	max-width: 481px
	min-width: 321px
*/
/*
	OLD SMARTPHONE
	max-width: 320px
*/
nav {
  position: relative;
  display: block;
  width: 100%;
}

.full_menu {
  position: absolute;
  left: 0;
  background-color: #01435b;
  z-index: 20;
  color: #f6f6f6;
  width: 100%;
  transform: perspective(500px) rotateX(-90deg);
  transform-origin: center top;
  animation-fill-mode: forwards;
  transition: all 0.15s ease-in-out;
  opacity: 0;
}

.full_menu_ativo {
  transform: perspective(500px) rotateX(0deg);
  transform-origin: center top;
  animation-fill-mode: forwards;
  transition: all 0.15s ease-in-out;
  opacity: 1;
}

.full_menu_title {
  color: #cbdde9;
  font-size: 24px;
  font-weight: bold;
}

.full_menu p {
  margin: 15px 0;
  max-width: 360px;
}

.full_menu a, .full_menu a:active {
  color: #cbdde9;
  font-size: 18px;
  font-weight: 300;
}

.full_menu a:hover {
  color: #db504a;
}

.full_menu::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.full_menu::-webkit-scrollbar-track-piece {
  background-color: #01435b;
}

.full_menu::-webkit-scrollbar-thumb:vertical {
  height: 5px;
  background-color: #cbdde9;
}

.full_menu::-webkit-scrollbar-thumb:horizontal {
  width: 5px;
  background-color: #cbdde9;
}

.full_menu::-ms-clear {
  width: 0;
  height: 0;
}

.full_menu::-ms-reveal {
  width: 0;
  height: 0;
}

/*
	LARGE SCREEN 
	max-width: 1370px
	min-width: 1201px
*/
/* 
	MEDIUM SCREEN 
	max-width: 1200px
	min-width: 1024px
*/
/*
	TABLET LANDSCAPE 
	max-width: 1023px
	min-width: 768px
*/
/*
	TABLET PORTRAIT 
	max-width: 767px
	min-width: 641px
*/
/*
	SMARTPHONE LANDSCAPE
	max-width: 640px
	min-width: 482px
*/
/*
	SMARTPHONE PORTRAIT
	max-width: 481px
	min-width: 321px
*/
/*
	OLD SMARTPHONE
	max-width: 320px
*/
.he-mob {
  height: 80px;
  background: #f6f6f6;
  /**
  ** Ao clicar no menu Hamb, ativa animação para exibir o menu
  **/
  /**
  ** Classe XIS, é responsavel por fazer animação do Menu Hamb
  **/
}
.he-mob #he-mob-check {
  cursor: pointer;
  margin-top: 10px;
  right: 10px;
  padding: 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  background: none;
  border: 0;
}
.he-mob .mb-h1 {
  position: absolute;
  top: 11px;
  left: 20px;
  z-index: 6;
  vertical-align: bottom;
}
.he-mob .mb-h1 > .img {
  margin: 0 10px;
  padding: 0;
  border: 0;
  width: 50px;
  vertical-align: bottom;
}
.he-mob .mb-h1 > .span {
  color: black;
  text-transform: none;
  opacity: 0.5;
  font-weight: 300;
  font-size: 14px;
}
.he-mob .botao {
  position: absolute;
  top: 0;
  right: 20px;
  height: 20px;
  width: 27px;
  z-index: 5;
}
.he-mob .botao .span {
  position: absolute;
  width: 50%;
  height: 2px;
  top: 60%;
  margin-top: -1px;
  left: 25%;
  display: block;
  background: #01435b;
  transition: 0.5s;
}
.he-mob .botao .span:first-child {
  top: 30%;
}
.he-mob .botao .span:last-child {
  top: 45%;
}
.he-mob .botao ~ .nav {
  display: none;
  background-color: #f6f6f6;
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: -1;
  transition: 0.5s;
  transition-delay: 0.5s;
  overflow: hidden;
  vertical-align: middle;
}
.he-mob .botao ~ .nav > .ul {
  text-align: center;
  position: fixed;
  overflow: auto;
  height: calc(95vh - 120px);
  top: 60px;
  left: 0;
  right: 0;
  width: 100%;
  border: 1px solid #e4e4e4;
  background-color: #ffffff;
  padding: 40px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.he-mob .botao ~ .nav > .ul > .li {
  text-align: left;
  width: 50%;
  margin: auto;
  opacity: 0;
  transition: 0.5s;
  transition-delay: 0s;
}
.he-mob .botao ~ .nav > .ul > .li > .a {
  text-decoration: none;
  text-transform: uppercase;
  color: #01435b;
  font-weight: 700;
  font-family: sans-serif;
  display: block;
  padding: 10px;
}
.he-mob .botao ~ .nav > .ul > .li > .b, .he-mob .fo-ses .botao ~ .nav > .b.ul > .c.li > .c:hover, .fo-ses .he-mob .botao ~ .nav > .b.ul > .c.li > .c:hover, .he-mob .fo-ses .botao ~ .nav > .ul > .c.li:active > .c:hover, .fo-ses .he-mob .botao ~ .nav > .ul > .c.li:active > .c:hover, .he-mob .fo-ses .botao ~ .nav > .ul > .c.li:visited > .c:hover, .fo-ses .he-mob .botao ~ .nav > .ul > .c.li:visited > .c:hover, .he-mob .fo-ses .botao ~ .nav > .b.ul > .c.li:hover > .c, .fo-ses .he-mob .botao ~ .nav > .b.ul > .c.li:hover > .c, .he-mob .fo-ses .botao ~ .b.nav > .c.ul > .c.li:hover > .c, .fo-ses .he-mob .botao ~ .b.nav > .c.ul > .c.li:hover > .c, .he-mob .fo-ses .botao ~ .nav > .c.ul:active > .c.li:hover > .c, .fo-ses .he-mob .botao ~ .nav > .c.ul:active > .c.li:hover > .c, .he-mob .fo-ses .botao ~ .nav > .c.ul:visited > .c.li:hover > .c, .fo-ses .he-mob .botao ~ .nav > .c.ul:visited > .c.li:hover > .c, .he-mob .fo-ses .botao ~ .nav > .ul > .b.li > .c, .he-mob .fo-ses .botao ~ .b.nav > .c.ul:hover > .li.c > .c, .he-mob .fo-ses .b > .botao ~ .c.nav > .c.ul:hover > .li.c > .c, .he-mob .fo-ses .botao ~ .c.nav:active > .c.ul:hover > .li.c > .c, .he-mob .fo-ses .botao ~ .c.nav:visited > .c.ul:hover > .li.c > .c, .he-mob .fo-ses .b > .botao ~ .c.nav:hover > .c.ul > .li.c:hover > .c, .he-mob .fo-ses .c:active > .botao ~ .c.nav:hover > .c.ul > .li.c:hover > .c, .he-mob .fo-ses .c:visited > .botao ~ .c.nav:hover > .c.ul > .li.c:hover > .c, .fo-ses .he-mob .botao ~ .nav > .ul > .b.li > .c, .fo-ses .he-mob .botao ~ .b.nav > .c.ul:hover > .li.c > .c, .fo-ses .he-mob .b > .botao ~ .c.nav > .c.ul:hover > .li.c > .c, .fo-ses .he-mob .botao ~ .c.nav:active > .c.ul:hover > .li.c > .c, .fo-ses .he-mob .botao ~ .c.nav:visited > .c.ul:hover > .li.c > .c, .fo-ses .he-mob .b > .botao ~ .c.nav:hover > .c.ul > .li.c:hover > .c, .fo-ses .he-mob .c:active > .botao ~ .c.nav:hover > .c.ul > .li.c:hover > .c, .fo-ses .he-mob .c:visited > .botao ~ .c.nav:hover > .c.ul > .li.c:hover > .c, .he-mob .fo-ses .botao ~ .nav > .ul > .li > .c:active, .fo-ses .he-mob .botao ~ .nav > .ul > .li > .c:active, .he-mob .fo-ses .botao ~ .nav > .ul > .li > .c:visited, .fo-ses .he-mob .botao ~ .nav > .ul > .li > .c:visited {
  font-size: 20px;
  left: -25px;
  background-color: rgba(240, 240, 60, 0);
  text-align: left;
  margin-bottom: 50px;
}
.he-mob .checked ~ .nav {
  z-index: 3;
  height: 100%;
  transition-delay: 0s;
}
.he-mob .checked ~ .nav > .ul > .li {
  opacity: 1;
  transition-delay: 0.5s;
}
.he-mob .xis .span {
  opacity: 0;
  top: 50%;
}
.he-mob .xis .span:first-child {
  top: 35%;
  opacity: 1;
  transform: rotate(405deg);
}
.he-mob .xis .span:last-child {
  top: 35%;
  opacity: 1;
  transform: rotate(-405deg);
}

/*
	TABLET LANDSCAPE 
	max-width: 1023px
	min-width: 768px
*/
/*
	TABLET PORTRAIT 
	max-width: 767px
	min-width: 641px
*/
/*
	SMARTPHONE LANDSCAPE
	max-width: 640px
	min-width: 482px
*/
/*
	SMARTPHONE PORTRAIT
	max-width: 481px
	min-width: 321px
*/
/*
	OLD SMARTPHONE
	max-width: 320px
*/
#toggle_busca {
  cursor: pointer;
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  font-size: 20px;
  font-weight: 600;
  text-align: right;
}

.ux_busca {
  display: block;
  width: 100%;
  background-color: #01435b;
  position: relative;
}

.ux_busca_area {
  display: block;
  width: 100%;
  max-width: 1280px;
  margin: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.ux_busca_bloco {
  width: 22.5%;
  padding: 0 20px;
}

.ux_busca_bloco7 {
  width: 10%;
  padding: 0 0 0 20px;
}

.ux_busca_bloco_adj {
  position: relative;
  margin-left: -20px;
  margin-right: -20px;
}

.ux_busca_action {
  display: block;
  width: 100%;
  font-size: 14px;
  color: #FFF;
  padding: 10px 0;
}

.ux_busca_feed {
  font-size: 18px;
  color: #FFF;
}

.estilo-h2 {
  font-size: 1em;
  display: block;
  width: 100%;
  padding: 10px 20px;
  margin: 0;
  color: #FFF;
  text-align: left;
  text-transform: uppercase;
  background-color: #CCCCCC;
  font-weight: 400 !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.ux_busca::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.ux_busca::-webkit-scrollbar-track-piece {
  background-color: #01435b;
}

.ux_busca::-webkit-scrollbar-thumb:vertical {
  height: 5px;
  background-color: #cbdde9;
}

.ux_busca::-webkit-scrollbar-thumb:horizontal {
  width: 5px;
  background-color: #cbdde9;
}

.ux_busca::-ms-clear {
  width: 0;
  height: 0;
}

.ux_busca::-ms-reveal {
  width: 0;
  height: 0;
}

/*
	LARGE SCREEN 
	max-width: 1370px
	min-width: 1201px
*/
/* 
	MEDIUM SCREEN 
	max-width: 1200px
	min-width: 1024px
*/
/*
	TABLET LANDSCAPE 
	max-width: 1023px
	min-width: 768px
*/
/*
	TABLET PORTRAIT 
	max-width: 767px
	min-width: 641px
*/
/*
	SMARTPHONE LANDSCAPE
	max-width: 640px
	min-width: 482px
*/
/*
	SMARTPHONE PORTRAIT
	max-width: 481px
	min-width: 321px
*/
/*
	OLD SMARTPHONE
	max-width: 320px
*/
/* IMÓVEL */
.imovel {
  cursor: pointer;
}

.imovel-bloco {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 25%;
  padding: 0 10px 20px 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.imovel-laterais {
  vertical-align: top;
  position: relative;
  margin-left: -10px;
  margin-right: -10px;
  width: 100%;
}

.imovel-info {
  display: block;
  vertical-align: top;
  text-align: left;
  width: 100%;
  color: #01435b;
  padding: 30px;
  border: 1px solid #e4e4e4;
  border-top: 0 solid #e4e4e4;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.imovel-info a {
  color: #01435b;
  font-weight: 300 !important;
}

.imovel-info hr {
  background-color: #eaeaea;
}

.imovel:hover .imovel-info {
  background-color: #009bdd;
  border-color: #009bdd;
}

.imovel:hover .imovel-info * {
  color: #f6f6f6;
}

.imovel:hover .imovel-info hr {
  background-color: #4c4651;
}

.bg-form {
  display: table;
  width: 100%;
  background-color: #009bdd;
}

.btn-imovel {
  background-color: #01435b !important;
  border-radius: 30px;
  border: 1px solid #01435b !important;
  color: #f6f6f6 !important;
  min-height: 30px !important;
  line-height: 30px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.btn-imovel:hover {
  border-radius: 30px;
  background-color: #db504a !important;
  border: 1px solid #db504a !important;
  color: #f6f6f6 !important;
  min-height: 30px !important;
  line-height: 30px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.imovel-galeria {
  background-color: #f3f3f3 !important;
  border-bottom: 5px solid #01435b;
}

.imovel-galeria table {
  width: 100%;
  border: none;
  border-collapse: collapse;
  padding: 0;
  margin: 0;
}

.imovel-galeria td {
  border: none !important;
  padding: 0;
}

.imovel-galeria td:hover {
  border: none !important;
}

.imovel-left {
  width: calc(100% - 280px);
}

.imovel-right {
  position: relative;
  width: 280px;
}

.imovel-right-area {
  display: block;
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.imovel-right p, .imovel-right div {
  color: #01435b;
}

.preco {
  font-size: 24px;
  color: #474448;
  font-weight: 600;
}

.imovel-bloco .box {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.imovel-bloco .box + .box {
  height: 40px;
}
.imovel-bloco .imovel:hover .imovel-bloco .imovel-info {
  background-color: #009bdd;
}
.imovel-bloco .imovel:hover .imovel-bloco .imovel-info * {
  color: #f6f6f6;
}
.imovel-bloco .imovel-img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  position: relative;
  padding-top: 89%;
  overflow: hidden;
}
.imovel-bloco .imovel-img img {
  display: block;
  width: 100%;
  position: absolute;
  transform: translateY(-10%);
  left: 0;
  top: 0;
}
.imovel-bloco .imovel-info-acao {
  position: absolute;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  right: 0;
  bottom: -10px;
  background-color: #009bdd;
  color: #f6f6f6 !important;
  font-weight: 600 !important;
  font-size: 12px;
  margin: 0 0 10px 0;
  padding: 10px 20px;
}
.imovel-bloco .subtitle {
  color: #01435b;
  font-weight: 500;
  font-size: 13px;
}
.imovel-bloco .subtitlee {
  color: #474448;
  font-weight: 700;
  font-size: 16px;
}
.imovel-bloco .txt, .imovel-bloco .in-sesone .text, .in-sesone .imovel-bloco .text {
  color: #525151;
  font-weight: 400;
  font-size: 14px;
}

/* H1 DO IMÓVEL */
.h1-imovel {
  color: #01435b;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
}

.imo-ses-pc .txt, .imo-ses-pc .in-sesone .text, .in-sesone .imo-ses-pc .text {
  color: #f6f6f6;
  font-size: 16px;
  font-weight: 200;
}
.imo-ses-pc .box p {
  margin: 0;
  padding: 0;
  line-height: 1em;
}
.imo-ses-pc .box .box-a {
  vertical-align: top;
  display: inline-block;
  width: calc(100% - 180px);
}
.imo-ses-pc .box > .box-a > .box-b {
  vertical-align: top;
  display: inline-block;
  padding: 30px;
  background-color: #f2f4f5;
  height: 100px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.imo-ses-pc .box > .box-a + .box-a {
  width: 180px;
  position: relative;
  display: inline-block;
  height: 100px;
  color: #f6f6f6;
  background-color: #01435b;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.imo-ses-pc .box .box-a + .box-a img {
  position: absolute;
  top: 0;
  left: -60px;
  display: block;
}
.imo-ses-pc .box .box-a + .box-a .valor {
  position: relative;
  top: calc(100% - 70px);
}
.imo-ses-pc .box .box-a + .box-a .valor .txt, .imo-ses-pc .box .box-a + .box-a .valor .in-sesone .text, .in-sesone .imo-ses-pc .box .box-a + .box-a .valor .text {
  color: #f6f6f6;
  font-size: 19px;
  font-weight: 200;
}
.imo-ses-pc .box .box-a + .box-a .valor .subtitle, .imo-ses-pc .box .box-a + .box-a .valor .subtitle strong {
  color: #f6f6f6;
  font-size: 16px;
  font-weight: 700 !important;
}
.imo-ses-pc .box-a .txt, .imo-ses-pc .box-a .in-sesone .text, .in-sesone .imo-ses-pc .box-a .text {
  color: #474448;
  font-size: 16px;
  font-weight: 300;
}
.imo-ses-pc .box-a .subtitle {
  color: #474448;
  font-size: 16px;
  font-weight: 400;
}

.imo-ses-mobile {
  display: block;
  margin: 0;
  padding: 0;
}
.imo-ses-mobile p {
  margin: 0;
  padding: 0;
}
.imo-ses-mobile .box {
  display: block;
  width: 100%;
  background-color: #ffffff;
  padding: 60px 20px 20px 20px;
  border: 1px solid #f2f4f5;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.imo-ses-mobile .box > .box-a {
  display: inline-block;
  width: 70%;
}
.imo-ses-mobile .box > .box-a + .box-a {
  display: inline-block;
  width: 30%;
}
.imo-ses-mobile .box .txt, .imo-ses-mobile .box .in-sesone .text, .in-sesone .imo-ses-mobile .box .text {
  color: #474448;
  font-size: 14px;
  font-weight: 300;
}
.imo-ses-mobile .box .subtitle {
  color: #474448;
  font-size: 16px;
  font-weight: 400;
}

.tab-ses .boss-tabs-horizontal ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tab-ses .boss-tabs-horizontal-area {
  padding: 10px;
  display: block;
  width: 100%;
  border: 1px solid #e4e4e4;
  border-top: 0 solid #e4e4e4;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.tab-ses .boss-tabs-horizontal li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  cursor: pointer;
  list-style: none;
  margin: 0;
  padding: 20px;
  background-color: #d7d7d7;
  z-index: 20;
  border-top: 1px solid #e4e4e4;
  border-bottom: 0 solid #f6f6f6;
  line-height: 1.2em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.tab-ses .boss-tabs-horizontal-area p {
  margin: 0;
  line-height: 1.2em;
}
.tab-ses .boss-tabs-horizontal li:first-child {
  border-left: 1px solid #e4e4e4;
}
.tab-ses .boss-tabs-horizontal li:last-child {
  border-right: 1px solid #e4e4e4;
}
.tab-ses .boss-tabs-horizontal li:hover {
  background-color: #01435b !important;
}
.tab-ses .boss-tabs-horizontal li:hover .tb-mg > .subtitle, .tab-ses .boss-tabs-horizontal li:hover .title {
  color: white !important;
}
.tab-ses .boss-tabs-horizontal-active {
  background-color: #009bdd !important;
  border-bottom: 0 solid transparent;
  border-left: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
}
.tab-ses .boss-tabs-horizontal-active .tb-mg > .subtitle, .tab-ses .boss-tabs-horizontal-active .title {
  color: white !important;
}
.tab-ses .imo-tab {
  padding: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.tab-ses .imo-tab p {
  font-size: 16px;
}
.tab-ses .title {
  font-size: 16px;
  color: #474448;
  font-weight: 400;
  padding: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.tab-ses .tb-mg {
  display: block;
  width: 100%;
  margin: 10px;
}
.tab-ses .tb-mg p {
  margin: 0 20px;
}
.tab-ses .tb-mg .subtitle {
  color: #474448;
  font-size: 14px;
  font-weight: 600px;
  padding: 0;
}
.tab-ses .tb-mg .title {
  color: #474448;
  font-size: 16px;
  font-weight: 600px;
  padding: 0;
}

.imo-galeria {
  display: table;
  width: 100%;
  background-color: #fcfcfc;
}

.imo-info p {
  color: #474448;
  font-size: 16px;
}
.imo-info .title {
  color: #474448;
  font-size: 23px;
  margin: 0px 0px 5px 0;
}
.imo-info .subtitle {
  color: #474448;
  font-size: 19px;
  margin: 5px 0 0 0;
}
.imo-info .txt, .imo-info .in-sesone .text, .in-sesone .imo-info .text {
  color: #474448;
  font-size: 16px;
}

.render-flex {
  display: flex;
  align-items: stretch;
}

.render-bloco {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.render-bloco div {
  font-size: 14px;
  margin: 10px 0;
}

.render-bloco h3 {
  margin-bottom: 30px;
}

.render-flex .l {
  margin-right: 10px;
}

.render-flex .c {
  margin-left: 10px;
  margin-right: 10px;
}

.render-flex .r {
  margin-left: 10px;
}

.mapapadrao {
  display: block;
  width: 100%;
  height: 616px;
  background-image: url("/jnh/mapa/padrao.jpg");
  cursor: pointer;
  user-select: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/*
	LARGE SCREEN 
	max-width: 1370px
	min-width: 1201px
*/
/* 
	MEDIUM SCREEN 
	max-width: 1200px
	min-width: 1024px
*/
/*
	TABLET LANDSCAPE 
	max-width: 1023px
	min-width: 768px
*/
/*
	TABLET PORTRAIT 
	max-width: 767px
	min-width: 641px
*/
/*
	SMARTPHONE LANDSCAPE
	max-width: 640px
	min-width: 482px
*/
/*
	SMARTPHONE PORTRAIT
	max-width: 481px
	min-width: 321px
*/
/*
	OLD SMARTPHONE
	max-width: 320px
*/
.co-ico {
  display: block;
  height: 80px;
  margin: auto;
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.co-bottom, .co-bottom img {
  position: relative;
  display: block;
  width: 100%;
}

.co-ses {
  background-image: url("/jnh/condominio/escoladesindico.jpg");
  background-position: center;
  background-size: cover;
}
.co-ses .co-box {
  margin: 50px 0;
  max-width: 500px;
}
.co-ses .co-title {
  color: #ffffff;
  font-size: 23px;
  font-weight: 300;
}
.co-ses .co-txt {
  color: #ffffff;
  font-size: 16px;
  font-weight: 200;
}

.co-sesone .co-title {
  color: #474448;
  font-size: 23px;
  font-weight: 700;
  text-align: center;
}
.co-sesone .co-subtitle {
  color: #474448;
  font-size: 19px;
  font-weight: 500;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.co-sesone .co-txt {
  color: #474448;
  font-size: 16px;
  font-weight: 200;
}

.co-sestwo {
  display: table;
  width: 100%;
  background-color: #f2f4f5;
}
.co-sestwo .co-title {
  color: #01435b;
  font-size: 23px;
  font-weight: 700;
}
.co-sestwo .co-txt {
  color: #474448;
  font-size: 16px;
  font-weight: 200;
  text-align: left;
}
.co-sestwo .co-ic {
  margin: 0 5px;
}
.co-sestwo img {
  position: relative;
  display: block;
  width: 80%;
  margin-left: 20%;
  user-select: none;
}
.co-sestwo ul {
  padding: 0;
  margin: 0;
  margin-left: 30px;
}

.co-sesthree .co-title {
  color: #474448;
  font-size: 23px;
  font-weight: 700;
  text-align: center;
}
.co-sesthree .co-subtitle {
  color: #474448;
  font-size: 19px;
  font-weight: 500;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.co-sesthree .co-txt {
  color: #474448;
  font-size: 16px;
  font-weight: 200;
}

.co-sesfour {
  background-image: url("/jnh/condominio/conservacao2.jpg");
  background-position: center;
  background-size: cover;
}
.co-sesfour .co-boxx {
  display: block;
  margin: 50px 0;
}
.co-sesfour .co-box {
  margin: 30px 0;
  width: 54%;
  margin-left: 23%;
  margin-right: 23%;
}
.co-sesfour .co-title {
  color: #f6f6f6;
  font-size: 23px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 40px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.co-sesfour .co-txt {
  color: #f6f6f6;
  font-size: 16px;
  font-weight: 200;
  text-align: left;
}

.co-sesfive .co-box {
  display: block;
  width: 100%;
  text-align: center;
}
.co-sesfive .co-title {
  color: #474448;
  font-size: 23px;
  font-weight: 700;
  text-align: center;
}
.co-sesfive .co-txt {
  color: #474448;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  margin: 0;
  padding: 0;
}

/*
	LARGE SCREEN 
	max-width: 1370px
	min-width: 1201px
*/
/* 
	MEDIUM SCREEN 
	max-width: 1200px
	min-width: 1024px
*/
/*
	TABLET LANDSCAPE 
	max-width: 1023px
	min-width: 768px
*/
/*
	TABLET PORTRAIT 
	max-width: 767px
	min-width: 641px
*/
/*
	SMARTPHONE LANDSCAPE
	max-width: 640px
	min-width: 482px
*/
/*
	SMARTPHONE PORTRAIT
	max-width: 481px
	min-width: 321px
*/
/*
	OLD SMARTPHONE
	max-width: 320px
*/
.ux_contato {
  color: #474448;
}
.ux_contato .title {
  color: #f6f6f6;
}
.ux_contato .subtitle {
  color: #f6f6f6;
}
.ux_contato input, .ux_contato textarea {
  color: #474448;
}

#ux-env-feedback {
  color: #474448;
}

.after, .title-venda::after, .title-locacao::after, .title-lancamentos::after, .title-simulador::after, .title-fornecedor::after, .title-proposta::after, .title-sindico::after, .title-contato::after, .title-videos::after {
  display: block;
  content: "";
  position: relative;
  margin: 3px 0 20px 0;
  left: 0;
  background-color: #009bdd;
  width: 100px;
  height: 2px;
}

/* AVISOS */
.ux-avisos {
  position: fixed;
  z-index: 9998;
  display: block;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.95);
}

.ux-avisos-area {
  position: relative;
  display: block;
  margin: auto;
  max-width: 840px;
  width: 100%;
  padding: 20px;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.ux-avisos-fechar {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #000;
  border-radius: 50%;
  border: 2px solid #FFF;
  color: #FFF;
  float: right;
  cursor: pointer;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
}

.ux-avisos-fechar:hover {
  background-color: #FFF;
  color: #000;
}

.ux-avisos-area img {
  max-width: 100%;
  max-height: calc(100vh - 40px);
  height: auto;
}

.videos-area {
  display: block;
  margin: auto;
  max-width: 700px;
  width: 100%;
}
.videos-area p {
  margin: 0;
  padding: 0;
}
.videos-area .responsive_all {
  background-color: #CCC;
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 56.25% !important; /* 16:9 */
  height: 0 !important;
  overflow: hidden;
}
.videos-area .responsive_all iframe {
  position: absolute;
  border: none;
  overflow: hidden;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 1;
}
.videos-area .see-imovel a {
  color: #474448;
  font-size: 16px;
}
.videos-area .box {
  padding-bottom: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.videos-area .title {
  color: #474448;
  font-weight: 600;
  font-size: 17px;
  width: 100%;
  overflow: hidden;
  height: 33px;
}
.videos-area .prin {
  overflow: auto;
  height: auto;
}
.videos-area .subtitle {
  color: #474448;
  font-weight: 300;
  font-size: 14px;
  width: 100%;
}
.videos-area .txt, .videos-area .in-sesone .text, .in-sesone .videos-area .text {
  color: #474448;
  font-weight: 600;
  font-size: 14px;
}
.videos-area .time {
  color: #454444;
  font-size: 13px;
  margin: 0;
}

.imo {
  border: 1px solid rgba(0, 0, 0, 0);
}

.imo:hover {
  background-color: #f2f4f5;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
}

.videos {
  display: block;
  margin: auto;
  max-width: 480px;
  width: 100%;
}
.videos .title {
  color: #474448;
  font-weight: 300;
  font-size: 14px;
  width: 100%;
  text-align: right;
}
.videos .img_capa {
  width: 101%;
}
.videos .img_play {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
}
.videos .responsive {
  background-color: #FFF;
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 56.25% !important; /* 16:9 */
  height: 0 !important;
  overflow: hidden;
}
.videos .responsive iframe {
  position: absolute;
  border: none;
  overflow: hidden;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 5;
}

/*
	LARGE SCREEN 
	max-width: 1370px
	min-width: 1201px
*/
/* 
	MEDIUM SCREEN 
	max-width: 1200px
	min-width: 1024px
*/
/*
	TABLET LANDSCAPE 
	max-width: 1023px
	min-width: 768px
*/
/*
	TABLET PORTRAIT 
	max-width: 767px
	min-width: 641px
*/
/*
	SMARTPHONE LANDSCAPE
	max-width: 640px
	min-width: 482px
*/
/*
	SMARTPHONE PORTRAIT
	max-width: 481px
	min-width: 321px
*/
/*
	OLD SMARTPHONE
	max-width: 320px
*/
/* HEADER */
.he-a, .he-a:hover, .he-a:visited, .he-a:active {
  display: block;
  text-decoration: none;
  width: 100%;
  padding: 20px 20px 20px 0;
  font-size: 16px;
  font-weight: 800;
  color: #f6f6f6;
  line-height: 1.4em;
  padding-left: 0;
  border: 2px solid rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.he-a:hover {
  border: 2px #f6f6f6 solid;
  padding-left: 30px;
}

.animation_msg {
  -webkit-animation: animation_msg 0.5s 1; /* Safari 4.0 - 8.0 */
  animation: animation_msg 0.5s 1;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes animation_msg {
  0% {
    color: rgba(0, 0, 0, 0);
  }
  50% {
    color: #f2f2f2;
  }
  100% {
    color: white;
  }
}
/* Standard syntax */
@keyframes animation_msg {
  0% {
    color: rgba(0, 0, 0, 0);
  }
  50% {
    color: #f2f2f2;
  }
  100% {
    color: white;
  }
}
.he-ses {
  width: 100%;
  display: block;
  background-color: #01435b;
  background-image: url("/jnh/header/header.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.he-ses a, .he-ses a:active, .he-ses a:visited {
  color: #f6f6f6;
}
.he-ses .he-box-left {
  background-color: rgba(1, 67, 91, 0.7);
  width: 33.33%;
  vertical-align: top;
  display: inline-block;
  min-height: 100vh;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.he-ses .he-box-right {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 66.66%;
  min-height: 100vh;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.he-ses .he-adjust {
  vertical-align: middle;
  display: table-cell;
  min-height: 100vh;
  width: 90000px;
}
.he-ses .he-box:nth-child(1) {
  position: absolute;
  top: 60px;
  right: 0;
}
.he-ses .he-box:nth-child(2) {
  display: inline-block;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
}
.he-ses .he-menu {
  display: block;
  margin-left: auto;
  margin-right: 0;
  width: 100%;
  max-width: 320px;
  min-height: 100vh;
  padding-top: 60px;
  padding-bottom: 60px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.he-ses .he-a > .he-txt {
  font-size: 16px;
  font-weight: 200;
  color: #f6f6f6;
  padding: 0;
}
.he-ses .he-img {
  display: block;
  margin: auto;
  padding: 0 60px 60px 60px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.he-ses img {
  width: 100%;
  max-width: 159px;
}
.he-ses .he-title {
  text-align: center;
  color: #f6f6f6;
  font-size: 23px;
  font-weight: 700;
}
.he-ses .he-subtitle {
  color: #f6f6f6;
  font-size: 19px;
  font-weight: 200;
}
.he-ses .he-txt {
  color: #f6f6f6;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  padding: 0 40px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.he-ses .he-text {
  font-weight: 200;
}

/* INICIO HEADER INTERNO */
ol, ul {
  list-style: none outside none;
}

.he-int-a {
  display: inline-block;
  width: 240px;
  vertical-align: middle;
}

.img-log-int {
  height: 60px;
  width: auto;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.he-int-b {
  vertical-align: bottom;
  display: inline-block;
  margin: 0;
  width: calc(100% - 240px);
  padding-bottom: 30px;
}

.he-int-c {
  display: block;
  right: 20px;
  width: 100%;
  text-align: right;
  margin-bottom: 10px;
  padding-top: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.he-int-net {
  display: inline-block;
  color: #474448;
  font-size: 12px;
  font-weight: 400;
  padding: 0 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.he-int-me-all {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}

.he-int-me-m {
  display: inline-block;
  margin: 0 !important;
  padding: 0 !important;
}

.he-int-me, .he-int-me:visited, .he-int-sub, .he-int-sub:visited {
  cursor: pointer;
  user-select: none;
  display: block;
  text-align: center;
  font-size: 15px;
  color: #474448;
  font-weight: 700;
  background-color: #f2f4f5;
  padding: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.he-int-me:hover, .he-int-me:active, .he-int-me:focus, .he-int-sub:hover, .he-int-sub:active, .he-int-sub:focus {
  font-weight: 800;
  font-size: 15px;
  color: #f6f6f6;
  background-color: #01435b;
  padding: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.he-in-fundo {
  display: table;
  width: 100%;
  background-color: #f2f4f5;
  position: relative;
  z-index: 2;
}

.he-int-sub-menu {
  display: none;
  color: #f6f6f6;
  right: 0;
  width: 100%;
  position: absolute;
  background-color: #01435b;
  -webkit-box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.4);
}

.he-int-sub-menuCondominios {
  padding: 20px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.he-int-me-m:hover > .he-int-sub {
  color: #f6f6f6;
  background-color: #01435b;
}

.he-int-me-m:hover > .he-int-sub-menu {
  display: block;
  color: #f6f6f6;
  font-weight: 700;
}

.he-int-me-m:hover .he-int-sub-menu {
  color: #f6f6f6;
  font-weight: 700;
  background-color: #01435b;
}

.he-int-sub-me-box, .he-int-sub-me-box:hover, .he-int-sub-me-box:focus, .he-int-sub-me-box:visited {
  display: block;
  margin: 0 !important;
  color: #f6f6f6;
  font-size: 14px;
  font-weight: 700;
}

.fa-angle-right {
  color: #01435b;
}

.fa-angle-left {
  color: #01435b;
}

.he-int-sub-me-box:hover > .fa-angle-right {
  color: #f6f6f6;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.he-int-sub-me-box:hover > .fa-angle-left {
  color: #f6f6f6;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.pd-v-50 {
  padding: 50px 0 !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

/*
	LARGE SCREEN 
	max-width: 1370px
	min-width: 1201px
*/
/* 
	MEDIUM SCREEN 
	max-width: 1200px
	min-width: 1024px
*/
.header-mobile {
  width: 100%;
  display: block;
  background-color: #01435b;
  background-image: url("/jnh/header/header.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.header-mobile a, .header-mobile a:active, .header-mobile a:visited {
  color: #f6f6f6;
}
.header-mobile .he-box-mob {
  background-color: rgba(1, 67, 91, 0.7);
  position: relative;
  width: 100%;
  vertical-align: top;
  display: inline-block;
  min-height: 80vh;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.header-mobile .he-menu {
  display: block;
  width: 100%;
  margin: auto;
  max-width: 300px;
  min-height: 80vh;
  padding-top: 60px;
  padding-bottom: 60px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.header-mobile .he-menu-mob > .he-txt {
  font-size: 16px;
  font-weight: 200;
  color: #f6f6f6;
  padding: 0;
}
.header-mobile .he-txt {
  color: #f6f6f6;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  padding: 0 40px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.header-mobile .he-menu-mob, .header-mobile .he-menu-mob:visited, .header-mobile .he-menu-mob:active {
  display: block;
  text-decoration: none;
  width: 100%;
  padding: 20px 20px 20px 0;
  font-size: 16px;
  font-weight: 800;
  color: #f6f6f6;
  line-height: 1.4em;
  padding-left: 0;
  border: 2px solid rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

/*
	TABLET LANDSCAPE 
	max-width: 1023px
	min-width: 768px
*/
/*
	TABLET PORTRAIT 
	max-width: 767px
	min-width: 641px
*/
/*
	SMARTPHONE LANDSCAPE
	max-width: 640px
	min-width: 482px
*/
/*
	SMARTPHONE PORTRAIT
	max-width: 481px
	min-width: 321px
*/
/*
	OLD SMARTPHONE
	max-width: 320px
*/
/* LANÇAMENTOS */
/* MINIATURAS */
.lanmini-flex {
  position: relative;
  display: flex;
  background-color: #f2f4f5;
  margin-bottom: 40px;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}

.lanmini-bloco {
  position: relative;
}
.lanmini-bloco .lanid {
  position: absolute;
  margin: 0;
  top: 0;
  right: 0;
  padding: 3px 20px;
  border-radius: 0 0 0 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  background-color: #009bdd;
  color: #474448;
}
.lanmini-bloco .pd {
  padding: 40px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.lanmini-bloco p {
  font-size: 14px;
}
.lanmini-bloco img {
  display: block;
  max-height: 300px;
}

.lanmini-flex .l {
  margin-right: 10px;
}

.lanmini-flex .c {
  margin-left: 10px;
  margin-right: 10px;
}

.lanmini-flex .r {
  margin-left: 10px;
}

/* END MINIATURAS */
.lancamento-bloco {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 0 20px 40px 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.lancamento {
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 100%;
  border-radius: 3px;
}

.lancamento-img {
  display: inline-block;
  vertical-align: top;
  width: 280px;
  height: 280px;
  position: relative;
  overflow: hidden;
}

.lancamento-img img {
  display: block;
  width: 100%;
}

.lancamento-info {
  display: inline-block;
  vertical-align: top;
  height: 280px;
  width: calc(100% - 280px);
  padding: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.lancamento-info a {
  font-weight: 300 !important;
}

.lancamento-info hr {
  background-color: #eaeaea;
}

.lancamento-descricao {
  display: block;
  font-weight: 500 !important;
  font-size: 16px;
  width: 100%;
  overflow: hidden;
  line-height: 20px;
  height: 100vh;
  max-height: 40px;
  margin: 0 0 20px 0;
}

.lancamento-info-cidade {
  display: block;
  width: 100%;
  font-weight: 300 !important;
  font-size: 12px;
  line-height: 1em;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 100vh;
  max-height: 17px;
}

.lancamento-info-preco {
  font-weight: 600;
  font-size: 18px;
  margin: 10px 0 0 0;
}

/* PLANTAS */
.lancamento-plantas {
  display: inline-block;
  width: 25%;
  vertical-align: bottom;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.lancamento-plantas p {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.1em;
  margin: 10 0 2px 0;
  color: #525151;
}

.lancamento-planta {
  cursor: pointer;
  display: block;
  width: 100%;
  min-height: 160px;
  position: relative;
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.lancamento-planta img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 3px;
  border: 1px solid #f2f4f5;
}
.lancamento-planta div {
  position: absolute;
  display: block;
  padding: 10px 5px;
  min-width: 20px;
  z-index: 2;
  left: 0;
  bottom: 0;
  border-radius: 3px;
  background-color: #01435b;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.lancamento-planta span {
  display: block;
  font-size: 12px;
  line-height: 1.2em;
  font-weight: 400;
  color: #f6f6f6;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.lancamento-planta:hover img, .lancamento-planta:hover div {
  border-color: #01435b !important;
}

/*
	LARGE SCREEN 
	max-width: 1370px
	min-width: 1201px
*/
/* 
	MEDIUM SCREEN 
	max-width: 1200px
	min-width: 1024px
*/
/*
	TABLET LANDSCAPE 
	max-width: 1023px
	min-width: 768px
*/
/*
	TABLET PORTRAIT 
	max-width: 767px
	min-width: 641px
*/
/*
	SMARTPHONE LANDSCAPE
	max-width: 640px
	min-width: 482px
*/
/*
	SMARTPHONE PORTRAIT
	max-width: 481px
	min-width: 321px
*/
/*
	OLD SMARTPHONE
	max-width: 320px
*/
/* SHARE */
.ux-share {
  text-align: center;
  margin: auto;
  color: #f6f6f6;
  max-width: 300px;
}
.ux-share .title {
  color: #f6f6f6;
  text-align: left;
}
.ux-share .star {
  display: inline-block;
  text-align: left;
  cursor: pointer;
}
.ux-share .star i {
  margin: 0 5px;
  font-size: 30px;
}
.ux-share .star a {
  color: #f6f6f6;
}
.ux-share .star a:hover {
  color: #009bdd;
}
.ux-share .active {
  color: #f6f6f6;
}
.ux-share .inactive {
  color: #013042;
}
.ux-share .btn-share {
  background-color: rgba(0, 0, 0, 0);
  color: #ffffff;
  font-size: 30px;
}

/*
	LARGE SCREEN 
	max-width: 1370px
	min-width: 1201px
*/
/* 
	MEDIUM SCREEN 
	max-width: 1200px
	min-width: 1024px
*/
/* 
	MEDIUM SCREEN 
	max-width: 1200px
	min-width: 1024px
*/
/*
	TABLET LANDSCAPE 
	max-width: 767px
	min-width: 641px
*/
/*
	SMARTPHONE LANDSCAPE
	max-width: 640px
	min-width: 482px
*/
/*
	SMARTPHONE PORTRAIT
	max-width: 481px
	min-width: 321px
*/
/*
	OLD SMARTPHONE
	max-width: 320px
*/
/* RATE = NOTA = AVALIAÇÃO */
.ux-rate {
  text-align: center;
  margin: auto;
  color: #f6f6f6;
  max-width: 300px;
}
.ux-rate .title {
  color: #f6f6f6;
  text-align: left;
}
.ux-rate .star {
  display: inline-block;
  text-align: left;
  cursor: pointer;
}
.ux-rate .star .fa-star {
  margin: 0 5px;
  font-size: 30px;
  color: #f6f6f6;
}
.ux-rate .star .fa-star[data-nota="1"]:hover, .ux-rate .star .fa-star[data-nota="2"]:hover, .ux-rate .star .fa-star[data-nota="3"]:hover, .ux-rate .star .fa-star[data-nota="4"]:hover, .ux-rate .star .fa-star[data-nota="5"]:hover {
  color: #009bdd;
}

.rate_on {
  margin: 0 5px;
  font-size: 30px;
  color: #009bdd !important;
}

.rate_on:hover {
  color: #009bdd !important;
  font-weight: 500;
}

.rate_on_nota {
  color: #009bdd !important;
  font-weight: 600 !important;
}

.simulador {
  border-radius: 5px;
  border: 1px solid #ececec;
  min-height: 85vh;
}

#mobile-content {
  display: block;
  position: fixed;
  z-index: 2;
  background-color: #eeeeef;
  overflow: auto;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 80px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  right: 0;
  bottom: 0;
}

#input_focus_mob {
  margin: auto;
}

#form_search_mob {
  margin: auto;
  overflow: auto;
  height: calc(100vh - 163px);
  padding-bottom: 60px;
  padding: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  background-color: #eeeeee;
}
#form_search_mob .title {
  color: #01435b;
}

.busca-close {
  display: none !important;
}

.box-bt {
  display: block;
  margin: auto;
  position: absolute;
  width: 100%;
  border-top: 1px solid #e4e4e4;
  background-color: rgba(246, 246, 246, 0.8);
  z-index: 2;
  left: 0px;
  right: 0;
  bottom: 0px;
  padding: 10px 25px 30px 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.box-btn {
  margin: auto;
}

/*
	LARGE SCREEN 
	max-width: 1370px
	min-width: 1201px
*/
/* 
	MEDIUM SCREEN 
	max-width: 1200px
	min-width: 1024px
*/
/*
	TABLET LANDSCAPE 
	max-width: 1023px
	min-width: 768px
*/
/*
	TABLET PORTRAIT 
	max-width: 767px
	min-width: 641px
*/
/*
	SMARTPHONE LANDSCAPE
	max-width: 640px
	min-width: 482px
*/
/*
	SMARTPHONE PORTRAIT
	max-width: 481px
	min-width: 321px
*/
/*
	OLD SMARTPHONE
	max-width: 320px
*/
.ui-simple-menu {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.ui-simple-menu li {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.ui-simple-menu-collapse {
  background-color: inherit;
  position: absolute;
  width: 200px;
  right: 0;
  top: 50px;
  z-index: 9;
}

.ui-simple-menu-collapse li {
  display: block;
  width: 100%;
}

.ui-simple-menu-collapse li a {
  width: 100%;
}

.ui-countdown {
  font-size: 40px;
}

.ui-countdown-d {
  font-weight: bold;
}

.ui-countdown-h {
  font-weight: bold;
}

.ui-countdown-m {
  font-weight: bold;
}

.ui-countdown-s {
  font-weight: bold;
}

.ui-numberinc {
  font-size: 40px;
  text-align: center;
}

.ui-gallery {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0px;
  margin-left: 0px;
  outline: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.ui-gallery-bg {
  position: absolute;
  z-index: 0;
  overflow: hidden;
  top: 0;
  bottom: 40px;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #f0f0f0;
}

.ui-gallery-background {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  display: table;
  width: calc(100vw + 60px);
  height: calc(100vh + 60px);
  filter: blur(15px) brightness(50%);
  -webkit-filter: blur(15px) brightness(50%);
  -moz-filter: blur(15px) brightness(50%);
  -o-filter: blur(15px) brightness(50%);
  -ms-filter: blur(5px) brightness(50%);
  margin: -30px;
  -webkit-animation: background 0.2s cubic-bezier(0.05, 0.75, 0.45, 0.95);
  -moz-animation: background 0.2s cubic-bezier(0.05, 0.75, 0.45, 0.95);
  -o-animation: background 0.2s cubic-bezier(0.05, 0.75, 0.45, 0.95);
  -ms-animation: background 0.2s cubic-bezier(0.05, 0.75, 0.45, 0.95);
  animation: background 0.2s cubic-bezier(0.05, 0.75, 0.45, 0.95);
  -webkit-transition: background 0.2s cubic-bezier(0.05, 0.75, 0.45, 0.95);
  -moz-transition: background 0.2s cubic-bezier(0.05, 0.75, 0.45, 0.95);
  -o-transition: background 0.2s cubic-bezier(0.05, 0.75, 0.45, 0.95);
  -ms-transition: background 0.2s cubic-bezier(0.05, 0.75, 0.45, 0.95);
  transition: background 0.2s cubic-bezier(0.05, 0.75, 0.45, 0.95);
}

.ui-gallery-width {
  display: block;
  position: relative;
  z-index: 1;
  margin: auto;
  padding: 0px;
  width: 100%;
  min-height: 150px;
}

.ui-gallery-canvas {
  display: block;
  margin: auto;
  text-align: center;
  padding: 0px;
  width: inherit;
  max-width: inherit;
  overflow: hidden;
}

.ui-gallery-video {
  display: block;
  margin: auto;
  text-align: center;
  padding: 0px;
  max-width: inherit;
  overflow: hidden;
}

.ui-gallery-video iframe {
  width: inherit;
  height: inherit;
  padding: 0px;
  margin: 0px;
}

.ui-gallery-canvas-img {
  display: table-cell;
  vertical-align: middle;
  width: inherit;
  height: inherit;
  min-height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.ui-gallery-canvas-img img {
  display: block;
  margin: auto;
  width: auto;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
  padding: 0px;
}

.ui-gallery-subtitle {
  font-size: 14px;
  display: block;
  position: absolute;
  left: 50%;
  background-color: #FFF;
  transform: translateX(-50%) translateY(-100%);
  cursor: default;
  top: initial !important;
  bottom: 50px !important;
  padding: 10px;
  border-radius: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.ui-gallery-btn {
  border: none;
  background-color: rgba(0, 0, 0, 0);
  font-size: inherit;
  z-index: 1;
  cursor: pointer;
}

.ui-gallery-full-screen .ui-gallery-width {
  width: 100vh !important;
  height: 100vh !important;
  min-width: 100vw !important;
  max-width: 100vw !important;
  height: 100vh !important;
  min-height: 100vh !important;
  max-height: 100vh !important;
}

.ui-gallery-full-screen .ui-gallery-canvas {
  background-color: #000;
  width: 100vw !important;
  height: auto !important;
  min-width: 100vw !important;
  max-width: 100vw !important;
  min-height: 100vh !important;
  max-height: 100vh !important;
}

.ui-gallery-full-screen .ui-gallery-video {
  width: 100vw !important;
  height: 100vh !important;
}

.ui-gallery-full-screen .ui-gallery-canvas-img {
  width: 100vw !important;
  height: 100vh !important;
}

.ui-gallery-full-screen .ui-gallery-canvas-img img {
  height: auto !important;
  min-width: auto !important;
  max-width: 100vw !important;
  min-height: auto !important;
  max-height: 100vh !important;
}

.ui-gallery-full-screen .ui-gallery-subtitle {
  top: initial !important;
  bottom: 10px !important;
  padding: 10px;
  border-radius: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.ui-gallery-drop .ui-gallery-left {
  margin-left: 0px !important;
}

.ui-gallery-drop .ui-gallery-right {
  margin-right: 0px !important;
}

.ui-gallery-drop .ui-gallery-full {
  margin-right: 0px !important;
}

.ui-gallery-drop .ui-gallery-photo {
  margin-left: 0px !important;
}

.ui-gallery-drop .ui-gallery-play {
  margin-left: 0px !important;
}

.ui-gallery-full-screen .ui-gallery-left {
  margin-left: 0px !important;
}

.ui-gallery-full-screen .ui-gallery-right {
  margin-right: 0px !important;
}

.ui-gallery-full-screen .ui-gallery-full {
  margin-right: 0px !important;
}

.ui-gallery-full-screen .ui-gallery-photo {
  margin-left: 0px !important;
}

.ui-gallery-full-screen .ui-gallery-play {
  margin-left: 0px !important;
}

/* CUSTOM */
.ui-gallery-canvas, .ui-gallery-video {
  background-color: rgba(255, 255, 255, 0.2);
}

.btn_galeria {
  vertical-align: top;
  position: relative;
  top: -40px;
}
.btn_galeria .box {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 50%;
  vertical-align: top;
  background-color: #f6f6f6;
}
.btn_galeria .box i {
  font-size: 20px;
  color: #474448;
}
.btn_galeria .ui-gallery-right {
  position: relative;
  width: 40px;
  height: 40px;
  z-index: 1;
  font-size: 22px;
}
.btn_galeria .ui-gallery-left {
  position: relative;
  float: right;
  width: 40px;
  height: 40px;
  z-index: 1;
  font-size: 22px;
}
.btn_galeria .ui-gallery-btn:active > i {
  color: #01435b;
}
.btn_galeria .ui-gallery-full {
  position: relative;
  float: right;
  width: 40px;
  height: 40px;
  z-index: 1;
  font-size: 18px;
}
.btn_galeria .ui-gallery-fulll {
  position: relative;
  float: right;
  width: 40px;
  height: 40px;
  z-index: 1;
  font-size: 18px;
}
.btn_galeria .ui-gallery-play {
  position: relative;
  z-index: 1;
  background-color: #e4e4e4;
  width: 40px;
  height: 40px;
  font-size: 18px;
}
.btn_galeria .ui-gallery-photo {
  position: relative;
  z-index: 1;
  background-color: #e4e4e4;
  width: 40px;
  height: 40px;
  font-size: 18px;
}
.btn_galeria .ui-gallery-photo > i {
  color: #474448;
}
.btn_galeria .ui-gallery-play > i {
  color: #474448;
}
.btn_galeria .ui-gallery-btn-active {
  background-color: #01435b;
}
.btn_galeria .ui-gallery-btn-active > i {
  color: #f6f6f6;
}

.ui-gallery-full-screen {
  border-radius: 0;
  position: fixed !important;
  z-index: 9998 !important;
  top: 0px !important;
  left: 0px !important;
  right: 0px !important;
  bottom: 0px !important;
  height: 100vh;
  max-height: 100vh;
}
.ui-gallery-full-screen .btn_galeria > .box {
  background-color: rgba(0, 0, 0, 0.4);
}
.ui-gallery-full-screen .btn_galeria > .box i {
  color: #ffffff;
}
.ui-gallery-full-screen .ui-gallery-btn:active i {
  color: #474448;
}
.ui-gallery-full-screen .ui-gallery-play {
  background-color: rgba(0, 0, 0, 0);
}
.ui-gallery-full-screen .ui-gallery-photo {
  background-color: rgba(0, 0, 0, 0);
}
.ui-gallery-full-screen .ui-gallery-btn-active > i {
  color: #474448 !important;
}
.ui-gallery-full-screen .ui-gallery-btn-active {
  background-color: #f6f6f6;
}

/* 
	MEDIUM SCREEN 
	max-width: 1200px
	min-width: 1024px
*/
/*
	TABLET LANDSCAPE 
	max-width: 1023px
	min-width: 768px
*/
/*
	TABLET LANDSCAPE 
	max-width: 767px
	min-width: 641px
*/
/*
	SMARTPHONE LANDSCAPE
	max-width: 640px
	min-width: 482px
*/
/*
	SMARTPHONE PORTRAIT
	max-width: 481px
	min-width: 321px
*/
/*
	OLD SMARTPHONE
	max-width: 320px
*/
.ux-testimonial ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ux-testimonial li {
  margin: 0;
  padding: 0;
  list-style: none;
  transform: scale(0.05);
  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  -ms-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}

.ux-testimonial-animate {
  transform: scale(1) !important;
  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  -ms-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}

.ux-testimonial blockquote {
  border-left: none;
}

.ux-testimonial p {
  color: #01435b;
}

/* FOOTER */
.fo-ses .subtitle {
  padding: 0;
  margin: 0;
  font-size: 19px;
  font-weight: 700;
  color: #f6f6f6;
}
.fo-ses .a {
  padding: 0;
  margin: 3px 0;
  font-size: 14px;
  font-weight: 300;
  color: #f6f6f6;
  cursor: default;
}
.fo-ses .b, .fo-ses .b > .c:hover, .fo-ses .b > .c > .c:hover, .fo-ses .c:active > .c:hover, .fo-ses .c:visited > .c:hover, .fo-ses .b > .c:hover > .c, .fo-ses .c:active > .c:hover > .c, .fo-ses .c:visited > .c:hover > .c, .fo-ses .b > .c, .fo-ses .b > .c:hover > .c > .c, .fo-ses .c:active > .c:hover > .c > .c, .fo-ses .c:visited > .c:hover > .c > .c, .fo-ses .c:active, .fo-ses .c:visited {
  padding: 0;
  margin: 3px 0 0 0;
  font-size: 16px;
  font-weight: 200;
  color: #f6f6f6;
}
.fo-ses .b > .c:hover, .fo-ses .c:active > .c:hover > .c:hover, .fo-ses .c:visited > .c:hover > .c:hover, .fo-ses .b > .c:hover > .c > .c:hover, .fo-ses .c:active > .c:hover > .c > .c:hover, .fo-ses .c:visited > .c:hover > .c > .c:hover, .fo-ses .b > .c > .c:hover, .fo-ses .b > .c:hover > .c > .c > .c:hover, .fo-ses .c:active > .c:hover > .c > .c > .c:hover, .fo-ses .c:visited > .c:hover > .c > .c > .c:hover, .fo-ses .c:active > .c:hover, .fo-ses .c:visited > .c:hover {
  font-weight: 200;
}
.fo-ses .ico-footer {
  font-size: 35px;
  color: #f6f6f6;
}

/*
	LARGE SCREEN 
	max-width: 1370px
	min-width: 1201px
*/
/* 
	MEDIUM SCREEN 
	max-width: 1200px
	min-width: 1024px
*/
/*
	TABLET LANDSCAPE 
	max-width: 1023px
	min-width: 768px
*/
/*
	TABLET PORTRAIT 
	max-width: 767px
	min-width: 641px
*/
/*
	SMARTPHONE LANDSCAPE
	max-width: 640px
	min-width: 482px
*/
/*
	SMARTPHONE PORTRAIT
	max-width: 481px
	min-width: 321px
*/
/*
	OLD SMARTPHONE
	max-width: 320px
*/
/* LARGE SCREEN */
@media all and (min-width: 1201px) and (max-width: 1600px) {
  /* CONTENT */
  .content_h {
    padding-left: 40px;
    padding-right: 40px;
  }
  .in-sesone .title {
    font-size: 19px;
  }
  .in-sesone .txt, .in-sesone .text {
    font-size: 16px;
  }
  .in-sesone .other {
    font-size: 16px;
  }
  .in-sestwo .title {
    font-size: 19px;
  }
  .in-sestwo .txt, .in-sestwo .in-sesone .text, .in-sesone .in-sestwo .text {
    font-size: 16px;
  }
  .in-sestwo .other {
    font-size: 16px;
  }
  .co-ses .co-title {
    font-size: 21px;
  }
  .co-ses .co-txt {
    font-size: 17px;
  }
  .co-sesone .co-title {
    font-size: 21px;
  }
  .co-sesone .co-subtitle {
    font-size: 18px;
  }
  .co-sesone .co-txt {
    font-size: 17px;
  }
  .co-sestwo .co-title {
    font-size: 21px;
  }
  .co-sestwo .co-txt {
    font-size: 17px;
  }
  .co-sestwo img {
    margin: 0;
    width: 100%;
  }
  .co-sestwo ul {
    margin-left: 10px !important;
  }
  .co-sestreeh .co-title {
    font-size: 21px;
  }
  .co-sestreeh .co-subtitle {
    font-size: 18px;
  }
  .co-sestreeh .co-txt {
    font-size: 17px;
  }
  .co-sesfour .co-title {
    font-size: 21px;
    padding-bottom: 30px;
  }
  .co-sesfour .co-txt {
    font-size: 18px;
  }
  .co-sesfive .co-title {
    font-size: 21px;
  }
  .co-sesfive .co-txt {
    font-size: 18px;
  }
  .fo-ses .subtitle {
    font-size: 18px;
  }
  .fo-ses .a {
    font-size: 13px;
    font-weight: 200;
  }
  .fo-ses .b, .fo-ses .b > .c, .fo-ses .c:active, .fo-ses .c:visited, .fo-ses .b > .c:hover, .fo-ses .b > .c > .c:hover, .fo-ses .c:active > .c:hover, .fo-ses .c:visited > .c:hover, .fo-ses .b > .c:hover > .c, .fo-ses .c:active > .c:hover > .c, .fo-ses .c:visited > .c:hover > .c, .fo-ses .b > .c:hover > .c > .c:hover, .fo-ses .c:active > .c:hover > .c > .c:hover, .fo-ses .c:visited > .c:hover > .c > .c:hover {
    font-size: 16px;
  }
  .fo-ses .c {
    font-size: 16px;
  }
}
/* MEDIUM SCREEN */
@media all and (min-width: 1024px) and (max-width: 1200px) {
  /* CONTENT */
  .content_h {
    padding-left: 40px;
    padding-right: 40px;
  }
  .in-sesone .title {
    font-size: 19px;
  }
  .in-sesone .txt, .in-sesone .text {
    font-size: 16px;
  }
  .in-sesone .other {
    font-size: 16px;
  }
  .in-sestwo .title {
    font-size: 19px;
  }
  .in-sestwo .txt, .in-sestwo .in-sesone .text, .in-sesone .in-sestwo .text {
    font-size: 16px;
  }
  .in-sestwo .other {
    font-size: 16px;
  }
  .co-ses {
    padding: 30px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
  }
  .co-ses .co-box-a {
    margin: 0;
    padding: 0 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
  }
  .co-ses .co-title {
    font-size: 20px;
  }
  .co-ses .co-txt {
    font-size: 17px;
  }
  .co-sesone .co-ico {
    height: 75px;
  }
  .co-sesone .co-title {
    font-size: 20px;
  }
  .co-sesone .co-subtitle {
    font-size: 18px;
  }
  .co-sesone .co-txt {
    font-size: 17px;
  }
  .co-sestwo .co-title {
    font-size: 20px;
  }
  .co-sestwo .co-txt {
    font-size: 17px;
  }
  .co-sestwo img {
    margin: 0;
    width: 100%;
  }
  .co-sestwo ul {
    margin-left: 10px !important;
  }
  .co-sestreeh .co-title {
    font-size: 20px;
  }
  .co-sestreeh .co-subtitle {
    font-size: 18px;
  }
  .co-sestreeh .co-txt {
    font-size: 17px;
  }
  .co-sesfour .co-title {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .co-sesfour .co-txt {
    font-size: 17px;
  }
  .co-sesfive .co-title {
    font-size: 20px;
  }
  .co-sesfive .co-txt {
    font-size: 17px;
  }
  .he-int-me, .he-int-me:visited, .he-int-sub, .he-int-sub:visited {
    font-size: 15px;
    padding: 10px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
  }
  .he-int-me:hover, .he-int-me:active, .he-int-me:focus, .he-int-sub:hover, .he-int-sub:active, .he-int-sub:focus {
    font-size: 15px;
    padding: 10px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
  }
  .fo-ses .subtitle {
    font-size: 17px;
  }
  .fo-ses .a {
    font-size: 13px;
    font-weight: 200;
  }
  .fo-ses .b, .fo-ses .b > .c, .fo-ses .c:active, .fo-ses .c:visited, .fo-ses .b > .c:hover, .fo-ses .b > .c > .c:hover, .fo-ses .c:active > .c:hover, .fo-ses .c:visited > .c:hover, .fo-ses .b > .c:hover > .c, .fo-ses .c:active > .c:hover > .c, .fo-ses .c:visited > .c:hover > .c, .fo-ses .b > .c:hover > .c > .c:hover, .fo-ses .c:active > .c:hover > .c > .c:hover, .fo-ses .c:visited > .c:hover > .c > .c:hover {
    font-size: 16px;
  }
  .fo-ses .c {
    font-size: 16px;
  }
}
/* TABLET LANDSCAPE */
@media all and (min-width: 768px) and (max-width: 1023px) {
  /* CONTENT */
  .content_h {
    padding-left: 40px;
    padding-right: 40px;
  }
  .content_v {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .content_m {
    max-width: 540px;
  }
  .in-compra {
    padding-bottom: 0;
  }
  .in-compra .title {
    font-size: 19px;
  }
  .in-sesone .title {
    font-size: 19px;
  }
  .in-sesone .txt, .in-sesone .text {
    font-size: 16px;
  }
  .in-sesone .other {
    font-size: 16px;
  }
  .in-sestwo .title {
    font-size: 19px;
  }
  .in-sestwo .txt, .in-sestwo .in-sesone .text, .in-sesone .in-sestwo .text {
    font-size: 16px;
  }
  .in-sestwo .other {
    font-size: 16px;
  }
  .co-ses {
    background-image: url("/jnh/condominio/escoladesindico2.jpg");
    background-position: center;
    background-size: cover;
  }
  .co-ses .co-box {
    margin: 0;
  }
  .co-ses .co-title {
    color: #ffffff;
    font-size: 19px;
  }
  .co-ses .co-txt {
    color: #ffffff;
    font-size: 16px;
  }
  .co-sesone .co-title {
    font-size: 19px;
  }
  .co-sesone .co-subtitle {
    font-size: 17px;
  }
  .co-sesone .co-txt {
    font-size: 16px;
  }
  .co-sestwo .co-title {
    font-size: 19px;
  }
  .co-sestwo .co-txt {
    font-size: 16px;
  }
  .co-sestwo ul {
    margin-left: 10px !important;
  }
  .co-sestwo img {
    margin: 0;
    width: 100%;
  }
  .co-sesthree .co-title {
    font-size: 19px;
  }
  .co-sesthree .co-subtitle {
    font-size: 17px;
  }
  .co-sesthree .co-txt {
    font-size: 16px;
  }
  .co-sesfour .co-boxx {
    margin: 0;
  }
  .co-sesfour .co-box {
    margin: 0;
    width: 100%;
  }
  .co-sesfour .co-title {
    font-size: 19px;
    padding-bottom: 10px;
  }
  .co-sesfour .co-txt {
    font-size: 16px;
  }
  .co-sesfive .co-title {
    font-size: 19px;
  }
  .co-sesfive .co-txt {
    font-size: 16px;
  }
  .co-sesfive .co-box div {
    text-align: center;
  }
  .imovel-laterais {
    width: auto;
  }
  .tab-ses .boss-tabs-horizontal li {
    border-top: 0 solid #f2f4f5;
    border-left: 1px solid #f2f4f5;
    border-right: 1px solid #f2f4f5;
  }
  .tab-ses .boss-tabs-horizontal li:first-child {
    border-left: 0 solid #474448;
  }
  .tab-ses .boss-tabs-horizontal li:last-child {
    border-right: 0 solid #474448;
  }
  .imovel-bloco .box + .box {
    height: auto;
  }
  .imo-info p {
    font-size: 14px;
  }
  .imo-info .title {
    font-size: 18px;
  }
  .imo-info .subtitle {
    font-size: 16px;
  }
  .imo-info .txt, .imo-info .in-sesone .text, .in-sesone .imo-info .text {
    font-size: 14px;
  }
  .imo-ses-mobile .box .txt, .imo-ses-mobile .box .in-sesone .text, .in-sesone .imo-ses-mobile .box .text {
    font-size: 14px;
  }
  .imo-ses-mobile .box .subtitle {
    font-size: 16px;
  }
  .imo-ses-mobile .box .title {
    font-size: 18px;
  }
  .imovel-bloco {
    width: 50%;
  }
  .imo-galeria {
    background-color: #f2f4f5;
  }
  .render-flex, .render-bloco {
    display: block;
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .full_menu {
    overflow: auto;
    height: calc(100vh - 60px);
  }
  .ux_busca_bloco_adj {
    position: relative;
    margin-left: 0;
    margin-right: 0;
  }
  .ux_busca {
    overflow: auto;
    height: calc(100vh - 60px);
  }
  /* MENU */
  .lancamento-plantas {
    width: 33.3%;
  }
  .fo-ses .subtitle {
    font-size: 17px;
  }
  .fo-ses .a {
    font-size: 13px;
    font-weight: 200;
  }
  .fo-ses .b, .fo-ses .b > .c, .fo-ses .c:active, .fo-ses .c:visited, .fo-ses .b > .c:hover, .fo-ses .b > .c > .c:hover, .fo-ses .c:active > .c:hover, .fo-ses .c:visited > .c:hover, .fo-ses .b > .c:hover > .c, .fo-ses .c:active > .c:hover > .c, .fo-ses .c:visited > .c:hover > .c, .fo-ses .b > .c:hover > .c > .c:hover, .fo-ses .c:active > .c:hover > .c > .c:hover, .fo-ses .c:visited > .c:hover > .c > .c:hover {
    font-size: 16px;
  }
  .fo-ses .c {
    font-size: 16px;
  }
  .ui-gallery-full-screen .ui-gallery-full {
    position: fixed;
    top: 20px;
    right: 0;
  }
  .btn_galeria {
    top: 0;
  }
  .ui-gallery-width {
    height: 240px;
  }
  .ui-gallery-subtitle {
    bottom: -140px !important;
  }
  .lancamento-plantas {
    width: 50%;
  }
  .lanmini-flex, .lanmini-bloco {
    display: block;
    width: 100%;
  }
  .lanmini-bloco img {
    width: 100%;
    max-height: 3000px;
  }
  .in-compra {
    padding-bottom: 0;
  }
  .in-compra .title {
    font-size: 19px;
  }
  .in-sesone .title {
    font-size: 19px;
  }
  .in-sesone .txt, .in-sesone .text {
    font-size: 16px;
  }
  .in-sesone .other {
    font-size: 16px;
  }
  .in-sestwo .title {
    font-size: 19px;
  }
  .in-sestwo .txt, .in-sestwo .in-sesone .text, .in-sesone .in-sestwo .text {
    font-size: 16px;
  }
  .in-sestwo .other {
    font-size: 16px;
  }
  .boss-warning p {
    font-size: 17px;
  }
  .he-mob #he-mob-check {
    right: 140px;
  }
  .he-mob .mb-h1 {
    left: 140px;
  }
  .he-mob .mb-h1 .span {
    font-size: 18px;
  }
  .he-mob .mb-h1 .img {
    width: 60px;
  }
}
/* TABLET PORTRAIT */
@media all and (min-width: 641px) and (max-width: 767px) {
  /* CONTENT */
  .content_h {
    padding-left: 40px;
    padding-right: 40px;
  }
  .content_v {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .content_m {
    max-width: 540px;
  }
  .in-compra {
    padding-bottom: 0;
  }
  .in-compra .title {
    font-size: 19px;
  }
  .in-sesone .title {
    font-size: 19px;
  }
  .in-sesone .txt, .in-sesone .text {
    font-size: 16px;
  }
  .in-sesone .other {
    font-size: 16px;
  }
  .in-sestwo .title {
    font-size: 19px;
  }
  .in-sestwo .txt, .in-sestwo .in-sesone .text, .in-sesone .in-sestwo .text {
    font-size: 16px;
  }
  .in-sestwo .other {
    font-size: 16px;
  }
  .co-ses {
    background-image: url("/jnh/condominio/escoladesindico2.jpg");
    background-position: top;
    background-size: cover;
  }
  .co-ses .co-box {
    margin: 0;
  }
  .co-ses .co-title {
    color: #ffffff;
    font-size: 18px;
  }
  .co-ses .co-txt {
    color: #ffffff;
    font-size: 15px;
  }
  .co-sesone .co-ico {
    height: 75px;
  }
  .co-sesone .co-title {
    font-size: 18px;
  }
  .co-sesone .co-subtitle {
    font-size: 16px;
  }
  .co-sesone .co-txt {
    font-size: 15px;
  }
  .co-sestwo .co-title {
    font-size: 18px;
  }
  .co-sestwo .co-txt {
    font-size: 15px;
  }
  .co-sestwo ul {
    margin-left: 10px !important;
  }
  .co-sestwo img {
    margin: 0;
    width: 100%;
  }
  .co-sesthree .co-title {
    font-size: 18px;
  }
  .co-sesthree .co-subtitle {
    font-size: 16px;
  }
  .co-sesthree .co-txt {
    font-size: 15px;
  }
  .co-sesthree .co-ico {
    height: 75px;
  }
  .co-sesfour .co-boxx {
    margin: 0;
  }
  .co-sesfour .co-box {
    margin: 0;
    width: 100%;
  }
  .co-sesfour .co-title {
    font-size: 18px;
    padding-bottom: 5px;
  }
  .co-sesfour .co-txt {
    font-size: 15px;
  }
  .co-sesfive .co-title {
    font-size: 18px;
  }
  .co-sesfive .co-txt {
    font-size: 15px;
  }
  .co-sesfive .co-box div {
    text-align: center;
  }
  .imovel-laterais {
    width: auto;
  }
  .imo-galeria {
    background-color: #f2f4f5;
  }
  .imo-info p {
    font-size: 14px;
  }
  .imo-info .title {
    font-size: 18px;
  }
  .imo-info .subtitle {
    font-size: 16px;
  }
  .imo-info .txt, .imo-info .in-sesone .text, .in-sesone .imo-info .text {
    font-size: 14px;
  }
  .imo-ses-mobile .box .txt, .imo-ses-mobile .box .in-sesone .text, .in-sesone .imo-ses-mobile .box .text {
    font-size: 14px;
  }
  .imo-ses-mobile .box .subtitle {
    font-size: 16px;
  }
  .imo-ses-mobile .box .title {
    font-size: 18px;
  }
  .imovel-bloco {
    width: 50%;
  }
  .imovel-bloco .box + .box {
    height: auto;
  }
  .render-flex, .render-bloco {
    display: block;
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .full_menu {
    overflow: auto;
    height: calc(100vh - 60px);
  }
  .ux_busca_bloco_adj {
    position: relative;
    margin-left: 0;
    margin-right: 0;
  }
  .ux_busca {
    overflow: auto;
    height: calc(100vh - 60px);
  }
  /* MENU */
  .lancamento-plantas {
    width: 50%;
  }
  .fo-ses .subtitle {
    font-size: 16px;
  }
  .fo-ses .a {
    font-size: 13px;
    font-weight: 200;
  }
  .fo-ses .b, .fo-ses .b > .c, .fo-ses .c:active, .fo-ses .c:visited, .fo-ses .b > .c:hover, .fo-ses .b > .c > .c:hover, .fo-ses .c:active > .c:hover, .fo-ses .c:visited > .c:hover, .fo-ses .b > .c:hover > .c, .fo-ses .c:active > .c:hover > .c, .fo-ses .c:visited > .c:hover > .c, .fo-ses .b > .c:hover > .c > .c:hover, .fo-ses .c:active > .c:hover > .c > .c:hover, .fo-ses .c:visited > .c:hover > .c > .c:hover {
    font-size: 15px;
  }
  .fo-ses .c {
    font-size: 15px;
  }
  .ui-gallery-full-screen .ui-gallery-full {
    position: fixed;
    top: 20px;
    right: 0;
  }
  .btn_galeria {
    top: 0;
  }
  .ui-gallery-width {
    height: 240px;
  }
  .ui-gallery-subtitle {
    bottom: -140px !important;
  }
  .lancamento-plantas {
    width: 50%;
  }
  .lanmini-flex, .lanmini-bloco {
    display: block;
    width: 100%;
  }
  .lanmini-bloco img {
    width: 100%;
    max-height: 3000px;
  }
  .in-compra {
    padding-bottom: 0;
  }
  .in-compra .title {
    font-size: 19px;
  }
  .in-sesone .title {
    font-size: 19px;
  }
  .in-sesone .txt, .in-sesone .text {
    font-size: 16px;
  }
  .in-sesone .other {
    font-size: 16px;
  }
  .in-sestwo .title {
    font-size: 19px;
  }
  .in-sestwo .txt, .in-sestwo .in-sesone .text, .in-sesone .in-sestwo .text {
    font-size: 16px;
  }
  .in-sestwo .other {
    font-size: 16px;
  }
  .boss-warning p {
    font-size: 16px;
  }
  .he-mob #he-mob-check {
    right: 80px;
  }
  .he-mob .mb-h1 {
    left: 80px;
  }
  .he-mob .mb-h1 .span {
    font-size: 17px;
  }
  .he-mob .mb-h1 .img {
    width: 55px;
  }
}
/* SMARTPHONE LANDSCAPE */
@media all and (min-width: 482px) and (max-width: 640px) {
  /* CONTENT */
  .content_h {
    padding-left: 40px;
    padding-right: 40px;
  }
  .content_v {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .content_m {
    max-width: 540px;
  }
  .in-compra {
    padding-bottom: 0;
  }
  .in-compra .title {
    font-size: 19px;
  }
  .in-sesone .title {
    font-size: 19px;
  }
  .in-sesone .txt, .in-sesone .text {
    font-size: 16px;
  }
  .in-sesone .other {
    font-size: 16px;
  }
  .in-sestwo .title {
    font-size: 19px;
  }
  .in-sestwo .txt, .in-sestwo .in-sesone .text, .in-sesone .in-sestwo .text {
    font-size: 16px;
  }
  .in-sestwo .other {
    font-size: 16px;
  }
  .co-ses {
    background-image: url("/jnh/condominio/escoladesindico2.jpg");
    background-position: top;
    background-size: cover;
  }
  .co-ses .co-box {
    margin: 0;
  }
  .co-ses .co-title {
    color: #ffffff;
    font-size: 18px;
  }
  .co-ses .co-txt {
    color: #ffffff;
    font-size: 15px;
  }
  .co-sesone .co-ico {
    height: 75px;
  }
  .co-sesone .co-title {
    font-size: 18px;
  }
  .co-sesone .co-subtitle {
    font-size: 16px;
  }
  .co-sesone .co-txt {
    font-size: 15px;
  }
  .co-sestwo .co-title {
    font-size: 18px;
  }
  .co-sestwo .co-txt {
    font-size: 15px;
  }
  .co-sestwo ul {
    margin-left: 10px !important;
  }
  .co-sestwo img {
    margin: 0;
    width: 100%;
  }
  .co-sesthree .co-title {
    font-size: 18px;
  }
  .co-sesthree .co-subtitle {
    font-size: 16px;
  }
  .co-sesthree .co-txt {
    font-size: 15px;
  }
  .co-sesthree .co-ico {
    height: 75px;
  }
  .co-sesfour .co-boxx {
    margin: 0;
  }
  .co-sesfour .co-box {
    margin: 0;
    width: 100%;
  }
  .co-sesfour .co-title {
    padding-bottom: 0;
    font-size: 18px;
  }
  .co-sesfour .co-txt {
    font-size: 15px;
  }
  .co-sesfive .co-title {
    font-size: 18px;
  }
  .co-sesfive .co-txt {
    font-size: 15px;
  }
  .co-sesfive .co-box div {
    text-align: center;
  }
  .h1-imovel {
    color: #01435b;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
  }
  .imovel-laterais {
    width: auto;
  }
  .imo-galeria {
    background-color: #f2f4f5;
  }
  .imovel-bloco {
    width: 100%;
  }
  .imovel-bloco .box + .box {
    height: auto;
  }
  .imo-info p {
    font-size: 14px;
  }
  .imo-info .title {
    font-size: 18px;
  }
  .imo-info .subtitle {
    font-size: 16px;
  }
  .imo-info .txt, .imo-info .in-sesone .text, .in-sesone .imo-info .text {
    font-size: 14px;
  }
  .imo-ses-mobile .box .txt, .imo-ses-mobile .box .in-sesone .text, .in-sesone .imo-ses-mobile .box .text {
    font-size: 14px;
  }
  .imo-ses-mobile .box .subtitle {
    font-size: 16px;
  }
  .imo-ses-mobile .box .title {
    font-size: 18px;
  }
  .imo-ses-mobile .box > .box-a {
    display: block;
    width: 100%;
  }
  .imo-ses-mobile .box > .box-a + .box-a {
    display: block;
    width: 100%;
  }
  .render-flex, .render-bloco {
    display: block;
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .full_menu {
    overflow: auto;
    height: calc(100vh - 60px);
  }
  .ux_busca_bloco_adj {
    position: relative;
    margin-left: 0;
    margin-right: 0;
  }
  .ux_busca {
    overflow: auto;
    height: calc(100vh - 60px);
  }
  /* MENU */
  .lancamento-plantas {
    width: 50%;
  }
  .videos-area {
    max-width: 480px;
  }
  .videos-area .title {
    font-size: 16px;
  }
  .videos-area .subtitle {
    font-size: 15px;
  }
  .videos-area .txt, .videos-area .in-sesone .text, .in-sesone .videos-area .text {
    font-size: 15px;
  }
  .videos-area .time {
    font-size: 14px;
  }
  .videos-area .see-imovel a {
    font-size: 14px;
  }
  .fo-ses .subtitle {
    font-size: 16px;
  }
  .fo-ses .a {
    font-size: 13px;
    font-weight: 200;
  }
  .fo-ses .b, .fo-ses .b > .c, .fo-ses .c:active, .fo-ses .c:visited, .fo-ses .b > .c:hover, .fo-ses .b > .c > .c:hover, .fo-ses .c:active > .c:hover, .fo-ses .c:visited > .c:hover, .fo-ses .b > .c:hover > .c, .fo-ses .c:active > .c:hover > .c, .fo-ses .c:visited > .c:hover > .c, .fo-ses .b > .c:hover > .c > .c:hover, .fo-ses .c:active > .c:hover > .c > .c:hover, .fo-ses .c:visited > .c:hover > .c > .c:hover {
    font-size: 15px;
  }
  .fo-ses .c {
    font-size: 15px;
  }
  .ui-gallery-full-screen .ui-gallery-full {
    position: fixed;
    top: 20px;
    right: 0;
  }
  .btn_galeria {
    top: 0;
  }
  .ui-gallery-width {
    height: 240px;
  }
  .ui-gallery-subtitle {
    bottom: 10px !important;
  }
  .lancamento-plantas {
    width: 50%;
  }
  .lanmini-flex, .lanmini-bloco {
    display: block;
    width: 100%;
  }
  .lanmini-bloco img {
    width: 100%;
    max-height: 3000px;
  }
  .in-compra {
    padding-bottom: 0;
  }
  .in-compra .title {
    font-size: 19px;
  }
  .in-sesone .title {
    font-size: 19px;
  }
  .in-sesone .txt, .in-sesone .text {
    font-size: 16px;
  }
  .in-sesone .other {
    font-size: 16px;
  }
  .in-sestwo .title {
    font-size: 19px;
  }
  .in-sestwo .txt, .in-sestwo .in-sesone .text, .in-sesone .in-sestwo .text {
    font-size: 16px;
  }
  .in-sestwo .other {
    font-size: 16px;
  }
  .boss-warning p {
    font-size: 15px;
  }
  .he-mob #he-mob-check {
    right: 40px;
  }
  .he-mob .mb-h1 {
    left: 40px;
  }
  .he-mob .mb-h1 .span {
    font-size: 16px;
  }
  .he-mob .mb-h1 .img {
    width: 55px;
  }
}
/* SMARTPHONE PORTRAIT */
@media all and (min-width: 321px) and (max-width: 481px) {
  /* CONTENT */
  .content_h {
    padding-left: 40px;
    padding-right: 40px;
  }
  .content_v {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .in-compra {
    padding-bottom: 0;
  }
  .in-compra .title {
    font-size: 18px;
  }
  .in-sesone .title {
    font-size: 18px;
  }
  .in-sesone .txt, .in-sesone .text {
    font-size: 15px;
  }
  .in-sesone .other {
    font-size: 15px;
  }
  .in-sestwo .title {
    font-size: 18px;
  }
  .in-sestwo .txt, .in-sestwo .in-sesone .text, .in-sesone .in-sestwo .text {
    font-size: 15px;
  }
  .in-sestwo .other {
    font-size: 15px;
  }
  .co-ses {
    background-image: url("/jnh/condominio/escoladesindico2.jpg");
    background-position: top;
    background-size: cover;
  }
  .co-ses .co-box {
    margin: 0;
  }
  .co-ses .co-title {
    color: #ffffff;
    font-size: 17px;
  }
  .co-ses .co-txt {
    color: #ffffff;
    font-size: 14px;
  }
  .co-sesone .co-ico {
    height: 70px;
  }
  .co-sesone .co-title {
    font-size: 17px;
  }
  .co-sesone .co-subtitle {
    font-size: 15px;
  }
  .co-sesone .co-txt {
    font-size: 14px;
  }
  .co-sestwo .co-title {
    font-size: 17px;
  }
  .co-sestwo .co-txt {
    font-size: 14px;
  }
  .co-sestwo ul {
    margin-left: 10px !important;
  }
  .co-sestwo img {
    margin: 0;
    width: 100%;
  }
  .co-sesthree .co-title {
    font-size: 17px;
  }
  .co-sesthree .co-subtitle {
    font-size: 15px;
  }
  .co-sesthree .co-txt {
    font-size: 14px;
  }
  .co-sesthree .co-ico {
    height: 70px;
  }
  .co-sesfour .co-boxx {
    margin: 0;
  }
  .co-sesfour .co-box {
    margin: 0;
    width: 100%;
  }
  .co-sesfour .co-title {
    font-size: 17px;
    padding-bottom: 0;
  }
  .co-sesfour .co-txt {
    font-size: 14px;
  }
  .co-sesfive .co-title {
    font-size: 17px;
  }
  .co-sesfive .co-txt {
    font-size: 14px;
  }
  .co-sesfive .co-box div {
    text-align: center;
  }
  .h1-imovel {
    color: #01435b;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
  }
  .imovel-laterais {
    width: auto;
  }
  .imo-galeria {
    background-color: #f2f4f5;
  }
  .imovel-bloco {
    width: 100%;
  }
  .imovel-bloco .box + .box {
    height: auto;
  }
  .imo-info .title {
    font-size: 18px;
  }
  .imo-info .subtitle {
    font-size: 16px;
  }
  .imo-info .txt, .imo-info .in-sesone .text, .in-sesone .imo-info .text {
    font-size: 14px;
  }
  .imo-ses-mobile .box .txt, .imo-ses-mobile .box .in-sesone .text, .in-sesone .imo-ses-mobile .box .text {
    font-size: 14px;
  }
  .imo-ses-mobile .box .subtitle {
    font-size: 16px;
  }
  .imo-ses-mobile .box .title {
    font-size: 18px;
  }
  .imo-ses-mobile .box > .box-a {
    display: block;
    width: 100%;
  }
  .imo-ses-mobile .box > .box-a + .box-a {
    display: block;
    width: 100%;
  }
  .render-flex, .render-bloco {
    display: block;
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mapapadrao {
    background-size: auto;
  }
  .full_menu {
    overflow: auto;
    height: calc(100vh - 60px);
  }
  .ux_busca_bloco_adj {
    position: relative;
    margin-left: 0;
    margin-right: 0;
  }
  .ux_busca {
    overflow: auto;
    height: calc(100vh - 60px);
  }
  /* MENU */
  .lancamento-plantas {
    width: 100%;
  }
  .videos-area {
    max-width: 480px;
  }
  .videos-area .title {
    font-size: 15px;
  }
  .videos-area .subtitle {
    font-size: 14px;
  }
  .videos-area .txt, .videos-area .in-sesone .text, .in-sesone .videos-area .text {
    font-size: 14px;
  }
  .videos-area .time {
    font-size: 13px;
  }
  .videos-area .see-imovel a {
    font-size: 13px;
  }
  .fo-ses .subtitle {
    font-size: 15px;
  }
  .fo-ses .a {
    font-size: 13px;
    font-weight: 200;
  }
  .fo-ses .b, .fo-ses .b > .c, .fo-ses .c:active, .fo-ses .c:visited, .fo-ses .b > .c:hover, .fo-ses .b > .c > .c:hover, .fo-ses .c:active > .c:hover, .fo-ses .c:visited > .c:hover, .fo-ses .b > .c:hover > .c, .fo-ses .c:active > .c:hover > .c, .fo-ses .c:visited > .c:hover > .c, .fo-ses .b > .c:hover > .c > .c:hover, .fo-ses .c:active > .c:hover > .c > .c:hover, .fo-ses .c:visited > .c:hover > .c > .c:hover {
    font-size: 14px;
  }
  .fo-ses .c {
    font-size: 14px;
  }
  .ui-gallery-full-screen .ui-gallery-full {
    position: fixed;
    top: 20px;
    right: 0;
  }
  .btn_galeria {
    top: 0;
  }
  .ui-gallery-width {
    height: 160px;
  }
  .ui-gallery-subtitle {
    bottom: 10px !important;
  }
  .lancamento-plantas {
    width: 100%;
  }
  .lanmini-flex, .lanmini-bloco {
    display: block;
    width: 100%;
  }
  .lanmini-bloco img {
    width: 100%;
    max-height: 3000px;
  }
  .in-compra {
    padding-bottom: 0;
  }
  .in-compra .title {
    font-size: 18px;
  }
  .in-sesone .title {
    font-size: 18px;
  }
  .in-sesone .txt, .in-sesone .text {
    font-size: 15px;
  }
  .in-sesone .other {
    font-size: 15px;
  }
  .in-sestwo .title {
    font-size: 18px;
  }
  .in-sestwo .txt, .in-sestwo .in-sesone .text, .in-sesone .in-sestwo .text {
    font-size: 15px;
  }
  .in-sestwo .other {
    font-size: 15px;
  }
  .boss-warning p {
    font-size: 14px;
  }
  .he-mob .botao ~ .nav > .ul > .li {
    width: 100%;
  }
  .he-mob #he-mob-check {
    right: 30px;
  }
  .he-mob .mb-h1 {
    left: 30px;
  }
  .he-mob .mb-h1 .span {
    font-size: 15px;
  }
}
/* OLD SMARTPHONE */
@media all and (max-width: 320px) {
  .header-mobile .he-menu {
    max-width: 260px;
  }
  /* CONTENT */
  .content_h {
    padding-left: 30px;
    padding-right: 30px;
  }
  .content_v {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .in-compra {
    padding-bottom: 0;
  }
  .in-compra .title {
    font-size: 18px;
  }
  .in-sesone .title {
    font-size: 18px;
  }
  .in-sesone .txt, .in-sesone .text {
    font-size: 15px;
  }
  .in-sesone .other {
    font-size: 15px;
  }
  .in-sestwo .title {
    font-size: 18px;
  }
  .in-sestwo .txt, .in-sestwo .in-sesone .text, .in-sesone .in-sestwo .text {
    font-size: 15px;
  }
  .in-sestwo .other {
    font-size: 15px;
  }
  .co-ses {
    background-image: url("/jnh/condominio/escoladesindico2.jpg");
    background-position: top;
    background-size: cover;
  }
  .co-ses .co-box {
    margin: 0;
  }
  .co-ses .co-title {
    color: #ffffff;
    font-size: 17px;
  }
  .co-ses .co-txt {
    color: #ffffff;
    font-size: 14px;
  }
  .co-sesone .co-ico {
    height: 70px;
  }
  .co-sesone .co-title {
    font-size: 17px;
  }
  .co-sesone .co-subtitle {
    font-size: 15px;
  }
  .co-sesone .co-txt {
    font-size: 14px;
  }
  .co-sestwo .co-title {
    font-size: 17px;
  }
  .co-sestwo .co-txt {
    font-size: 14px;
  }
  .co-sestwo ul {
    margin-left: 10px !important;
  }
  .co-sestwo img {
    margin: 0;
    width: 100%;
  }
  .co-sesthree .co-title {
    font-size: 17px;
  }
  .co-sesthree .co-subtitle {
    font-size: 15px;
  }
  .co-sesthree .co-txt {
    font-size: 14px;
  }
  .co-sesthree .co-ico {
    height: 70px;
  }
  .co-sesfour .co-boxx {
    margin: 0;
  }
  .co-sesfour .co-box {
    margin: 0;
    width: 100%;
  }
  .co-sesfour .co-title {
    font-size: 17px;
    padding-bottom: 0;
  }
  .co-sesfour .co-txt {
    font-size: 14px;
  }
  .co-sesfive .co-title {
    font-size: 17px;
  }
  .co-sesfive .co-txt {
    font-size: 14px;
  }
  .co-sesfive .co-box div {
    text-align: center;
  }
  .h1-imovel {
    color: #01435b;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
  }
  .imovel-laterais {
    width: auto;
  }
  .imo-galeria {
    background-color: #f2f4f5;
  }
  .imovel-bloco {
    width: 100%;
  }
  .imovel-bloco .box + .box {
    height: auto;
  }
  .imo-info p {
    font-size: 14px;
  }
  .imo-info .title {
    font-size: 18px;
  }
  .imo-info .subtitle {
    font-size: 16px;
  }
  .imo-info .txt, .imo-info .in-sesone .text, .in-sesone .imo-info .text {
    font-size: 14px;
  }
  .imo-ses-mobile .box .txt, .imo-ses-mobile .box .in-sesone .text, .in-sesone .imo-ses-mobile .box .text {
    font-size: 14px;
  }
  .imo-ses-mobile .box .subtitle {
    font-size: 15px;
  }
  .imo-ses-mobile .box .title {
    font-size: 18px;
  }
  .imo-ses-mobile .box > .box-a {
    display: block;
    width: 100%;
  }
  .imo-ses-mobile .box > .box-a + .box-a {
    display: block;
    width: 100%;
  }
  .render-flex, .render-bloco {
    display: block;
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mapapadrao {
    background-size: auto;
  }
  .full_menu {
    overflow: auto;
    height: calc(100vh - 60px);
  }
  .ux_busca_bloco_adj {
    position: relative;
    margin-left: 0;
    margin-right: 0;
  }
  .ux_busca {
    overflow: auto;
    height: calc(100vh - 60px);
  }
  /* MENU */
  .lancamento-plantas {
    width: 100%;
  }
  .header-mobile .he-menu {
    max-width: 260px;
  }
  .videos-area {
    max-width: 480px;
  }
  .videos-area .title {
    font-size: 15px;
  }
  .videos-area .subtitle {
    font-size: 14px;
  }
  .videos-area .txt, .videos-area .in-sesone .text, .in-sesone .videos-area .text {
    font-size: 14px;
  }
  .videos-area .time {
    font-size: 13px;
  }
  .videos-area .see-imovel a {
    font-size: 13px;
  }
  .fo-ses .subtitle {
    font-size: 15px;
  }
  .fo-ses .a {
    font-size: 13px;
    font-weight: 200;
  }
  .fo-ses .b, .fo-ses .b > .c, .fo-ses .c:active, .fo-ses .c:visited, .fo-ses .b > .c:hover, .fo-ses .b > .c > .c:hover, .fo-ses .c:active > .c:hover, .fo-ses .c:visited > .c:hover, .fo-ses .b > .c:hover > .c, .fo-ses .c:active > .c:hover > .c, .fo-ses .c:visited > .c:hover > .c, .fo-ses .b > .c:hover > .c > .c:hover, .fo-ses .c:active > .c:hover > .c > .c:hover, .fo-ses .c:visited > .c:hover > .c > .c:hover {
    font-size: 14px;
  }
  .fo-ses .c {
    font-size: 14px;
  }
  .ui-gallery-full-screen .ui-gallery-full {
    position: fixed;
    top: 20px;
    right: 0;
  }
  .btn_galeria {
    top: 0;
  }
  .ui-gallery-width {
    height: 140px;
  }
  .ui-gallery-subtitle {
    bottom: 10px !important;
  }
  .lancamento-plantas {
    width: 100%;
  }
  .lanmini-flex, .lanmini-bloco {
    display: block;
    width: 100%;
  }
  .lanmini-bloco img {
    width: 100%;
    max-height: 3000px;
  }
  .in-compra {
    padding-bottom: 0;
  }
  .in-compra .title {
    font-size: 18px;
  }
  .in-sesone .title {
    font-size: 18px;
  }
  .in-sesone .txt, .in-sesone .text {
    font-size: 15px;
  }
  .in-sesone .other {
    font-size: 15px;
  }
  .in-sestwo .title {
    font-size: 18px;
  }
  .in-sestwo .txt, .in-sestwo .in-sesone .text, .in-sesone .in-sestwo .text {
    font-size: 15px;
  }
  .in-sestwo .other {
    font-size: 15px;
  }
  .boss-warning p {
    font-size: 14px;
  }
  .he-mob .botao ~ .nav > .ul > .li {
    width: 100%;
  }
  .he-mob .mb-h1 .span {
    font-size: 14px;
  }
}
/*# sourceMappingURL=map/site.min.css.map */
