@charset "UTF-8";
/* COLORS */
:root {
  --colorPrimary: #000000;
  --colorPrimaryDark: black;
  --colorSecondary: #2E3138; }

/* CONFIG BTN - BUTTONS */
/* CONFIG INPUTS - FORM */
/* MOBILE */
/* TABS */
@font-face {
  font-family: 'WebNimbus Sans L';
  src: url("font/subset-NimbusSanL-BolIta.eot");
  src: url("font/subset-NimbusSanL-BolIta.eot?#iefix") format("embedded-opentype"), url("font/subset-NimbusSanL-BolIta.woff2") format("woff2"), url("font/subset-NimbusSanL-BolIta.woff") format("woff"), url("font/subset-NimbusSanL-BolIta.ttf") format("truetype"), url("font/subset-NimbusSanL-BolIta.svg#NimbusSanL-BolIta") format("svg");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: 'WebNimbus Sans L';
  src: url("font/subset-NimbusSanL-Reg.eot");
  src: url("font/subset-NimbusSanL-Reg.eot?#iefix") format("embedded-opentype"), url("font/subset-NimbusSanL-Reg.woff2") format("woff2"), url("font/subset-NimbusSanL-Reg.woff") format("woff"), url("font/subset-NimbusSanL-Reg.ttf") format("truetype"), url("font/subset-NimbusSanL-Reg.svg#NimbusSanL-Reg") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'WebNimbus Sans L';
  src: url("font/subset-NimbusSanL-Bol.eot");
  src: url("font/subset-NimbusSanL-Bol.eot?#iefix") format("embedded-opentype"), url("font/subset-NimbusSanL-Bol.woff2") format("woff2"), url("font/subset-NimbusSanL-Bol.woff") format("woff"), url("font/subset-NimbusSanL-Bol.ttf") format("truetype"), url("font/subset-NimbusSanL-Bol.svg#NimbusSanL-Bol") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'WebNimbus Sans L';
  src: url("font/subset-NimbusSanL-RegIta.eot");
  src: url("font/subset-NimbusSanL-RegIta.eot?#iefix") format("embedded-opentype"), url("font/subset-NimbusSanL-RegIta.woff2") format("woff2"), url("font/subset-NimbusSanL-RegIta.woff") format("woff"), url("font/subset-NimbusSanL-RegIta.ttf") format("truetype"), url("font/subset-NimbusSanL-RegIta.svg#NimbusSanL-RegIta") format("svg");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'Quick Signature';
  src: url("font/QuickSignature.woff2") format("woff2"), url("font/QuickSignature.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

/* OTIMIZAÇÃO */
/* 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: transparent !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: transparent;
  -ms-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
  -o-tap-highlight-color: transparent;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }

a, a:visited {
  font-weight: 500;
  font-size: 12px;
  text-decoration: none;
  outline: 0;
  color: white; }

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

p {
  text-align: left; }

address {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 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;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0; }

blockquote {
  background: transparent;
  margin: 1.5em 10px;
  padding: 1.5em 10px;
  quotes: "“" "”"; }

blockquote:before {
  color: #CCC;
  content: open-quote;
  font-size: 5em;
  line-height: .1em;
  margin-right: .25em;
  vertical-align: -.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; }

ul, li {
  padding: 0;
  margin: 0;
  text-transform: none;
  text-indent: none;
  list-style-type: none; }

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

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

hr {
  height: .1rem;
  border: none;
  background-color: #d2d2d2;
  margin-top: 2rem;
  margin-bottom: 2rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }

/* Exemplo <div class="calc-100"></div> */
.calc-r-1 {
  width: 1rem !important; }

.calc-l-1 {
  width: calc(100% - 1rem) !important; }

.calc-r-2 {
  width: 2rem !important; }

.calc-l-2 {
  width: calc(100% - 2rem) !important; }

.calc-r-3 {
  width: 3rem !important; }

.calc-l-3 {
  width: calc(100% - 3rem) !important; }

.calc-r-4 {
  width: 4rem !important; }

.calc-l-4 {
  width: calc(100% - 4rem) !important; }

.calc-r-5 {
  width: 5rem !important; }

.calc-l-5 {
  width: calc(100% - 5rem) !important; }

.calc-r-6 {
  width: 6rem !important; }

.calc-l-6 {
  width: calc(100% - 6rem) !important; }

.calc-r-7 {
  width: 7rem !important; }

.calc-l-7 {
  width: calc(100% - 7rem) !important; }

.calc-r-8 {
  width: 8rem !important; }

.calc-l-8 {
  width: calc(100% - 8rem) !important; }

.calc-r-9 {
  width: 9rem !important; }

.calc-l-9 {
  width: calc(100% - 9rem) !important; }

.calc-r-10 {
  width: 10rem !important; }

.calc-l-10 {
  width: calc(100% - 10rem) !important; }

.calc-r-11 {
  width: 11rem !important; }

.calc-l-11 {
  width: calc(100% - 11rem) !important; }

.calc-r-12 {
  width: 12rem !important; }

.calc-l-12 {
  width: calc(100% - 12rem) !important; }

.calc-r-13 {
  width: 13rem !important; }

.calc-l-13 {
  width: calc(100% - 13rem) !important; }

.calc-r-14 {
  width: 14rem !important; }

.calc-l-14 {
  width: calc(100% - 14rem) !important; }

.calc-r-15 {
  width: 15rem !important; }

.calc-l-15 {
  width: calc(100% - 15rem) !important; }

.calc-r-16 {
  width: 16rem !important; }

.calc-l-16 {
  width: calc(100% - 16rem) !important; }

.calc-r-17 {
  width: 17rem !important; }

.calc-l-17 {
  width: calc(100% - 17rem) !important; }

.calc-r-18 {
  width: 18rem !important; }

.calc-l-18 {
  width: calc(100% - 18rem) !important; }

.calc-r-19 {
  width: 19rem !important; }

.calc-l-19 {
  width: calc(100% - 19rem) !important; }

.calc-r-20 {
  width: 20rem !important; }

.calc-l-20 {
  width: calc(100% - 20rem) !important; }

.calc-r-21 {
  width: 21rem !important; }

.calc-l-21 {
  width: calc(100% - 21rem) !important; }

.calc-r-22 {
  width: 22rem !important; }

.calc-l-22 {
  width: calc(100% - 22rem) !important; }

.calc-r-23 {
  width: 23rem !important; }

.calc-l-23 {
  width: calc(100% - 23rem) !important; }

.calc-r-24 {
  width: 24rem !important; }

.calc-l-24 {
  width: calc(100% - 24rem) !important; }

.calc-r-25 {
  width: 25rem !important; }

.calc-l-25 {
  width: calc(100% - 25rem) !important; }

.calc-r-26 {
  width: 26rem !important; }

.calc-l-26 {
  width: calc(100% - 26rem) !important; }

.calc-r-27 {
  width: 27rem !important; }

.calc-l-27 {
  width: calc(100% - 27rem) !important; }

.calc-r-28 {
  width: 28rem !important; }

.calc-l-28 {
  width: calc(100% - 28rem) !important; }

.calc-r-29 {
  width: 29rem !important; }

.calc-l-29 {
  width: calc(100% - 29rem) !important; }

.calc-r-30 {
  width: 30rem !important; }

.calc-l-30 {
  width: calc(100% - 30rem) !important; }

.calc-r-31 {
  width: 31rem !important; }

.calc-l-31 {
  width: calc(100% - 31rem) !important; }

.calc-r-32 {
  width: 32rem !important; }

.calc-l-32 {
  width: calc(100% - 32rem) !important; }

.calc-r-33 {
  width: 33rem !important; }

.calc-l-33 {
  width: calc(100% - 33rem) !important; }

.calc-r-34 {
  width: 34rem !important; }

.calc-l-34 {
  width: calc(100% - 34rem) !important; }

.calc-r-35 {
  width: 35rem !important; }

.calc-l-35 {
  width: calc(100% - 35rem) !important; }

.calc-r-36 {
  width: 36rem !important; }

.calc-l-36 {
  width: calc(100% - 36rem) !important; }

.calc-r-37 {
  width: 37rem !important; }

.calc-l-37 {
  width: calc(100% - 37rem) !important; }

.calc-r-38 {
  width: 38rem !important; }

.calc-l-38 {
  width: calc(100% - 38rem) !important; }

.calc-r-39 {
  width: 39rem !important; }

.calc-l-39 {
  width: calc(100% - 39rem) !important; }

.calc-r-40 {
  width: 40rem !important; }

.calc-l-40 {
  width: calc(100% - 40rem) !important; }

.calc-r-41 {
  width: 41rem !important; }

.calc-l-41 {
  width: calc(100% - 41rem) !important; }

.calc-r-42 {
  width: 42rem !important; }

.calc-l-42 {
  width: calc(100% - 42rem) !important; }

.calc-r-43 {
  width: 43rem !important; }

.calc-l-43 {
  width: calc(100% - 43rem) !important; }

.calc-r-44 {
  width: 44rem !important; }

.calc-l-44 {
  width: calc(100% - 44rem) !important; }

.calc-r-45 {
  width: 45rem !important; }

.calc-l-45 {
  width: calc(100% - 45rem) !important; }

.calc-r-46 {
  width: 46rem !important; }

.calc-l-46 {
  width: calc(100% - 46rem) !important; }

.calc-r-47 {
  width: 47rem !important; }

.calc-l-47 {
  width: calc(100% - 47rem) !important; }

.calc-r-48 {
  width: 48rem !important; }

.calc-l-48 {
  width: calc(100% - 48rem) !important; }

.calc-r-49 {
  width: 49rem !important; }

.calc-l-49 {
  width: calc(100% - 49rem) !important; }

.calc-r-50 {
  width: 50rem !important; }

.calc-l-50 {
  width: calc(100% - 50rem) !important; }

.calc-r-51 {
  width: 51rem !important; }

.calc-l-51 {
  width: calc(100% - 51rem) !important; }

.calc-r-52 {
  width: 52rem !important; }

.calc-l-52 {
  width: calc(100% - 52rem) !important; }

.calc-r-53 {
  width: 53rem !important; }

.calc-l-53 {
  width: calc(100% - 53rem) !important; }

.calc-r-54 {
  width: 54rem !important; }

.calc-l-54 {
  width: calc(100% - 54rem) !important; }

.calc-r-55 {
  width: 55rem !important; }

.calc-l-55 {
  width: calc(100% - 55rem) !important; }

.calc-r-56 {
  width: 56rem !important; }

.calc-l-56 {
  width: calc(100% - 56rem) !important; }

.calc-r-57 {
  width: 57rem !important; }

.calc-l-57 {
  width: calc(100% - 57rem) !important; }

.calc-r-58 {
  width: 58rem !important; }

.calc-l-58 {
  width: calc(100% - 58rem) !important; }

.calc-r-59 {
  width: 59rem !important; }

.calc-l-59 {
  width: calc(100% - 59rem) !important; }

.calc-r-60 {
  width: 60rem !important; }

.calc-l-60 {
  width: calc(100% - 60rem) !important; }

.calc-r-61 {
  width: 61rem !important; }

.calc-l-61 {
  width: calc(100% - 61rem) !important; }

.calc-r-62 {
  width: 62rem !important; }

.calc-l-62 {
  width: calc(100% - 62rem) !important; }

.calc-r-63 {
  width: 63rem !important; }

.calc-l-63 {
  width: calc(100% - 63rem) !important; }

.calc-r-64 {
  width: 64rem !important; }

.calc-l-64 {
  width: calc(100% - 64rem) !important; }

.calc-r-65 {
  width: 65rem !important; }

.calc-l-65 {
  width: calc(100% - 65rem) !important; }

.calc-r-66 {
  width: 66rem !important; }

.calc-l-66 {
  width: calc(100% - 66rem) !important; }

.calc-r-67 {
  width: 67rem !important; }

.calc-l-67 {
  width: calc(100% - 67rem) !important; }

.calc-r-68 {
  width: 68rem !important; }

.calc-l-68 {
  width: calc(100% - 68rem) !important; }

.calc-r-69 {
  width: 69rem !important; }

.calc-l-69 {
  width: calc(100% - 69rem) !important; }

.calc-r-70 {
  width: 70rem !important; }

.calc-l-70 {
  width: calc(100% - 70rem) !important; }

.calc-r-71 {
  width: 71rem !important; }

.calc-l-71 {
  width: calc(100% - 71rem) !important; }

.calc-r-72 {
  width: 72rem !important; }

.calc-l-72 {
  width: calc(100% - 72rem) !important; }

.calc-r-73 {
  width: 73rem !important; }

.calc-l-73 {
  width: calc(100% - 73rem) !important; }

.calc-r-74 {
  width: 74rem !important; }

.calc-l-74 {
  width: calc(100% - 74rem) !important; }

.calc-r-75 {
  width: 75rem !important; }

.calc-l-75 {
  width: calc(100% - 75rem) !important; }

.calc-r-76 {
  width: 76rem !important; }

.calc-l-76 {
  width: calc(100% - 76rem) !important; }

.calc-r-77 {
  width: 77rem !important; }

.calc-l-77 {
  width: calc(100% - 77rem) !important; }

.calc-r-78 {
  width: 78rem !important; }

.calc-l-78 {
  width: calc(100% - 78rem) !important; }

.calc-r-79 {
  width: 79rem !important; }

.calc-l-79 {
  width: calc(100% - 79rem) !important; }

.calc-r-80 {
  width: 80rem !important; }

.calc-l-80 {
  width: calc(100% - 80rem) !important; }

.calc-r-81 {
  width: 81rem !important; }

.calc-l-81 {
  width: calc(100% - 81rem) !important; }

.calc-r-82 {
  width: 82rem !important; }

.calc-l-82 {
  width: calc(100% - 82rem) !important; }

.calc-r-83 {
  width: 83rem !important; }

.calc-l-83 {
  width: calc(100% - 83rem) !important; }

.calc-r-84 {
  width: 84rem !important; }

.calc-l-84 {
  width: calc(100% - 84rem) !important; }

.calc-r-85 {
  width: 85rem !important; }

.calc-l-85 {
  width: calc(100% - 85rem) !important; }

.calc-r-86 {
  width: 86rem !important; }

.calc-l-86 {
  width: calc(100% - 86rem) !important; }

.calc-r-87 {
  width: 87rem !important; }

.calc-l-87 {
  width: calc(100% - 87rem) !important; }

.calc-r-88 {
  width: 88rem !important; }

.calc-l-88 {
  width: calc(100% - 88rem) !important; }

.calc-r-89 {
  width: 89rem !important; }

.calc-l-89 {
  width: calc(100% - 89rem) !important; }

.calc-r-90 {
  width: 90rem !important; }

.calc-l-90 {
  width: calc(100% - 90rem) !important; }

.calc-r-91 {
  width: 91rem !important; }

.calc-l-91 {
  width: calc(100% - 91rem) !important; }

.calc-r-92 {
  width: 92rem !important; }

.calc-l-92 {
  width: calc(100% - 92rem) !important; }

.calc-r-93 {
  width: 93rem !important; }

.calc-l-93 {
  width: calc(100% - 93rem) !important; }

.calc-r-94 {
  width: 94rem !important; }

.calc-l-94 {
  width: calc(100% - 94rem) !important; }

.calc-r-95 {
  width: 95rem !important; }

.calc-l-95 {
  width: calc(100% - 95rem) !important; }

.calc-r-96 {
  width: 96rem !important; }

.calc-l-96 {
  width: calc(100% - 96rem) !important; }

.calc-r-97 {
  width: 97rem !important; }

.calc-l-97 {
  width: calc(100% - 97rem) !important; }

.calc-r-98 {
  width: 98rem !important; }

.calc-l-98 {
  width: calc(100% - 98rem) !important; }

.calc-r-99 {
  width: 99rem !important; }

.calc-l-99 {
  width: calc(100% - 99rem) !important; }

.calc-r-100 {
  width: 100rem !important; }

.calc-l-100 {
  width: calc(100% - 100rem) !important; }

/* Exemplo <div class="box-laterais-10"></div> */
.box-laterais-1 {
  vertical-align: top;
  position: relative;
  margin: 0 -1rem; }

@media (max-width: 1023px) {
  .box-laterais-2 {
    margin: 0 !important; } }

.box-laterais-2 {
  vertical-align: top;
  position: relative;
  margin: 0 -2rem; }

@media (max-width: 1023px) {
  .box-laterais-3 {
    margin: 0 !important; } }

.box-laterais-3 {
  vertical-align: top;
  position: relative;
  margin: 0 -3rem; }

@media (max-width: 1023px) {
  .box-laterais-4 {
    margin: 0 !important; } }

.box-laterais-4 {
  vertical-align: top;
  position: relative;
  margin: 0 -4rem; }

@media (max-width: 1023px) {
  .box-laterais-5 {
    margin: 0 !important; } }

.box-laterais-5 {
  vertical-align: top;
  position: relative;
  margin: 0 -5rem; }

@media (max-width: 1023px) {
  .box-laterais-6 {
    margin: 0 !important; } }

.box-laterais-6 {
  vertical-align: top;
  position: relative;
  margin: 0 -6rem; }

@media (max-width: 1023px) {
  .box-laterais-7 {
    margin: 0 !important; } }

.box-laterais-7 {
  vertical-align: top;
  position: relative;
  margin: 0 -7rem; }

@media (max-width: 1023px) {
  .box-laterais-8 {
    margin: 0 !important; } }

.box-laterais-8 {
  vertical-align: top;
  position: relative;
  margin: 0 -8rem; }

@media (max-width: 1023px) {
  .box-laterais-9 {
    margin: 0 !important; } }

.box-laterais-9 {
  vertical-align: top;
  position: relative;
  margin: 0 -9rem; }

@media (max-width: 1023px) {
  .box-laterais-10 {
    margin: 0 !important; } }

.box-laterais-10 {
  vertical-align: top;
  position: relative;
  margin: 0 -10rem; }

@media (max-width: 1023px) {
  .box-laterais-11 {
    margin: 0 !important; } }

/* Exemplo <div class="width10"></div> */
/* REM */
.width-rem-1 {
  width: 1rem !important; }

.width-rem-2 {
  width: 2rem !important; }

.width-rem-3 {
  width: 3rem !important; }

.width-rem-4 {
  width: 4rem !important; }

.width-rem-5 {
  width: 5rem !important; }

.width-rem-6 {
  width: 6rem !important; }

.width-rem-7 {
  width: 7rem !important; }

.width-rem-8 {
  width: 8rem !important; }

.width-rem-9 {
  width: 9rem !important; }

.width-rem-10 {
  width: 10rem !important; }

.width-rem-11 {
  width: 11rem !important; }

.width-rem-12 {
  width: 12rem !important; }

.width-rem-13 {
  width: 13rem !important; }

.width-rem-14 {
  width: 14rem !important; }

.width-rem-15 {
  width: 15rem !important; }

.width-rem-16 {
  width: 16rem !important; }

.width-rem-17 {
  width: 17rem !important; }

.width-rem-18 {
  width: 18rem !important; }

.width-rem-19 {
  width: 19rem !important; }

.width-rem-20 {
  width: 20rem !important; }

.width-rem-21 {
  width: 21rem !important; }

.width-rem-22 {
  width: 22rem !important; }

.width-rem-23 {
  width: 23rem !important; }

.width-rem-24 {
  width: 24rem !important; }

.width-rem-25 {
  width: 25rem !important; }

.width-rem-26 {
  width: 26rem !important; }

.width-rem-27 {
  width: 27rem !important; }

.width-rem-28 {
  width: 28rem !important; }

.width-rem-29 {
  width: 29rem !important; }

.width-rem-30 {
  width: 30rem !important; }

/* PORCENTAGEM */
.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-1 {
  display: table;
  width: 100%;
  height: 1rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Exemplo <div class="maxwidth320"></div> */
.max1 {
  max-width: 1rem !important; }

.max2 {
  max-width: 2rem !important; }

.max3 {
  max-width: 3rem !important; }

.max4 {
  max-width: 4rem !important; }

.max5 {
  max-width: 5rem !important; }

.max6 {
  max-width: 6rem !important; }

.max7 {
  max-width: 7rem !important; }

.max8 {
  max-width: 8rem !important; }

.max9 {
  max-width: 9rem !important; }

.max10 {
  max-width: 10rem !important; }

.max11 {
  max-width: 11rem !important; }

.max12 {
  max-width: 12rem !important; }

.max13 {
  max-width: 13rem !important; }

.max14 {
  max-width: 14rem !important; }

.max15 {
  max-width: 15rem !important; }

.max16 {
  max-width: 16rem !important; }

.max17 {
  max-width: 17rem !important; }

.max18 {
  max-width: 18rem !important; }

.max19 {
  max-width: 19rem !important; }

.max20 {
  max-width: 20rem !important; }

.max21 {
  max-width: 21rem !important; }

.max22 {
  max-width: 22rem !important; }

.max23 {
  max-width: 23rem !important; }

.max24 {
  max-width: 24rem !important; }

.max25 {
  max-width: 25rem !important; }

.max26 {
  max-width: 26rem !important; }

.max27 {
  max-width: 27rem !important; }

.max28 {
  max-width: 28rem !important; }

.max29 {
  max-width: 29rem !important; }

.max30 {
  max-width: 30rem !important; }

.max31 {
  max-width: 31rem !important; }

.max32 {
  max-width: 32rem !important; }

.max33 {
  max-width: 33rem !important; }

.max34 {
  max-width: 34rem !important; }

.max35 {
  max-width: 35rem !important; }

.max36 {
  max-width: 36rem !important; }

.max37 {
  max-width: 37rem !important; }

.max38 {
  max-width: 38rem !important; }

.max39 {
  max-width: 39rem !important; }

.max40 {
  max-width: 40rem !important; }

.max41 {
  max-width: 41rem !important; }

.max42 {
  max-width: 42rem !important; }

.max43 {
  max-width: 43rem !important; }

.max44 {
  max-width: 44rem !important; }

.max45 {
  max-width: 45rem !important; }

.max46 {
  max-width: 46rem !important; }

.max47 {
  max-width: 47rem !important; }

.max48 {
  max-width: 48rem !important; }

.max49 {
  max-width: 49rem !important; }

.max50 {
  max-width: 50rem !important; }

.max51 {
  max-width: 51rem !important; }

.max52 {
  max-width: 52rem !important; }

.max53 {
  max-width: 53rem !important; }

.max54 {
  max-width: 54rem !important; }

.max55 {
  max-width: 55rem !important; }

.max56 {
  max-width: 56rem !important; }

.max57 {
  max-width: 57rem !important; }

.max58 {
  max-width: 58rem !important; }

.max59 {
  max-width: 59rem !important; }

.max60 {
  max-width: 60rem !important; }

.max61 {
  max-width: 61rem !important; }

.max62 {
  max-width: 62rem !important; }

.max63 {
  max-width: 63rem !important; }

.max64 {
  max-width: 64rem !important; }

.max65 {
  max-width: 65rem !important; }

.max66 {
  max-width: 66rem !important; }

.max67 {
  max-width: 67rem !important; }

.max68 {
  max-width: 68rem !important; }

.max69 {
  max-width: 69rem !important; }

.max70 {
  max-width: 70rem !important; }

.max71 {
  max-width: 71rem !important; }

.max72 {
  max-width: 72rem !important; }

.max73 {
  max-width: 73rem !important; }

.max74 {
  max-width: 74rem !important; }

.max75 {
  max-width: 75rem !important; }

.max76 {
  max-width: 76rem !important; }

.max77 {
  max-width: 77rem !important; }

.max78 {
  max-width: 78rem !important; }

.max79 {
  max-width: 79rem !important; }

.max80 {
  max-width: 80rem !important; }

.max81 {
  max-width: 81rem !important; }

.max82 {
  max-width: 82rem !important; }

.max83 {
  max-width: 83rem !important; }

.max84 {
  max-width: 84rem !important; }

.max85 {
  max-width: 85rem !important; }

.max86 {
  max-width: 86rem !important; }

.max87 {
  max-width: 87rem !important; }

.max88 {
  max-width: 88rem !important; }

.max89 {
  max-width: 89rem !important; }

.max90 {
  max-width: 90rem !important; }

.max91 {
  max-width: 91rem !important; }

.max92 {
  max-width: 92rem !important; }

.max93 {
  max-width: 93rem !important; }

.max94 {
  max-width: 94rem !important; }

.max95 {
  max-width: 95rem !important; }

.max96 {
  max-width: 96rem !important; }

.max97 {
  max-width: 97rem !important; }

.max98 {
  max-width: 98rem !important; }

.max99 {
  max-width: 99rem !important; }

.max100 {
  max-width: 100rem !important; }

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

.float-left {
  float: left; }

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

.font9 {
  font-size: 9px !important; }

.font10 {
  font-size: 10px !important; }

.font11 {
  font-size: 11px !important; }

.font12 {
  font-size: 12px !important; }

.font13 {
  font-size: 13px !important; }

.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; }

.font31 {
  font-size: 31px !important; }

.font32 {
  font-size: 32px !important; }

.font33 {
  font-size: 33px !important; }

.font34 {
  font-size: 34px !important; }

.font35 {
  font-size: 35px !important; }

.font36 {
  font-size: 36px !important; }

.font37 {
  font-size: 37px !important; }

.font38 {
  font-size: 38px !important; }

.font39 {
  font-size: 39px !important; }

.font40 {
  font-size: 40px !important; }

.font41 {
  font-size: 41px !important; }

.font42 {
  font-size: 42px !important; }

.font43 {
  font-size: 43px !important; }

.font44 {
  font-size: 44px !important; }

.font45 {
  font-size: 45px !important; }

.font46 {
  font-size: 46px !important; }

.font47 {
  font-size: 47px !important; }

.font48 {
  font-size: 48px !important; }

.font49 {
  font-size: 49px !important; }

.font50 {
  font-size: 50px !important; }

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

.font9all * {
  font-size: 9px !important; }

.font10all * {
  font-size: 10px !important; }

.font11all * {
  font-size: 11px !important; }

.font12all * {
  font-size: 12px !important; }

.font13all * {
  font-size: 13px !important; }

.font14all * {
  font-size: 14px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font31all * {
  font-size: 31px !important; }

.font32all * {
  font-size: 32px !important; }

.font33all * {
  font-size: 33px !important; }

.font34all * {
  font-size: 34px !important; }

.font35all * {
  font-size: 35px !important; }

.font36all * {
  font-size: 36px !important; }

.font37all * {
  font-size: 37px !important; }

.font38all * {
  font-size: 38px !important; }

.font39all * {
  font-size: 39px !important; }

.font40all * {
  font-size: 40px !important; }

.font41all * {
  font-size: 41px !important; }

.font42all * {
  font-size: 42px !important; }

.font43all * {
  font-size: 43px !important; }

.font44all * {
  font-size: 44px !important; }

.font45all * {
  font-size: 45px !important; }

.font46all * {
  font-size: 46px !important; }

.font47all * {
  font-size: 47px !important; }

.font48all * {
  font-size: 48px !important; }

.font49all * {
  font-size: 49px !important; }

.font50all * {
  font-size: 50px !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 <p class="font24"></p> */
.fontr1 {
  font-size: 0.25rem !important; }

.fontr2 {
  font-size: 0.5rem !important; }

.fontr3 {
  font-size: 0.75rem !important; }

.fontr4 {
  font-size: 1rem !important; }

.fontr5 {
  font-size: 1.25rem !important; }

.fontr6 {
  font-size: 1.5rem !important; }

.fontr7 {
  font-size: 1.75rem !important; }

.fontr8 {
  font-size: 2rem !important; }

.fontr9 {
  font-size: 2.25rem !important; }

.fontr10 {
  font-size: 2.5rem !important; }

.fontr11 {
  font-size: 2.75rem !important; }

.fontr12 {
  font-size: 3rem !important; }

.fontr13 {
  font-size: 3.25rem !important; }

.fontr14 {
  font-size: 3.5rem !important; }

.fontr15 {
  font-size: 3.75rem !important; }

.fontr16 {
  font-size: 4rem !important; }

.fontr17 {
  font-size: 4.25rem !important; }

.fontr18 {
  font-size: 4.5rem !important; }

.fontr19 {
  font-size: 4.75rem !important; }

.fontr20 {
  font-size: 5rem !important; }

.fontr21 {
  font-size: 5.25rem !important; }

.fontr22 {
  font-size: 5.5rem !important; }

.fontr23 {
  font-size: 5.75rem !important; }

.fontr24 {
  font-size: 6rem !important; }

.fontr25 {
  font-size: 6.25rem !important; }

.fontr26 {
  font-size: 6.5rem !important; }

.fontr27 {
  font-size: 6.75rem !important; }

.fontr28 {
  font-size: 7rem !important; }

.fontr29 {
  font-size: 7.25rem !important; }

.fontr30 {
  font-size: 7.5rem !important; }

/* Exemplo <div class="padding-left-30"></div> */
.pd-left-1 {
  padding-left: 1rem !important; }

.pd-left-2 {
  padding-left: 2rem !important; }

.pd-left-3 {
  padding-left: 3rem !important; }

.pd-left-4 {
  padding-left: 4rem !important; }

.pd-left-5 {
  padding-left: 5rem !important; }

.pd-left-6 {
  padding-left: 6rem !important; }

.pd-left-7 {
  padding-left: 7rem !important; }

.pd-left-8 {
  padding-left: 8rem !important; }

.pd-left-9 {
  padding-left: 9rem !important; }

.pd-left-10 {
  padding-left: 10rem !important; }

.pd-left-11 {
  padding-left: 11rem !important; }

.pd-left-12 {
  padding-left: 12rem !important; }

.pd-left-13 {
  padding-left: 13rem !important; }

.pd-left-14 {
  padding-left: 14rem !important; }

.pd-left-15 {
  padding-left: 15rem !important; }

.pd-left-16 {
  padding-left: 16rem !important; }

.pd-left-17 {
  padding-left: 17rem !important; }

.pd-left-18 {
  padding-left: 18rem !important; }

.pd-left-19 {
  padding-left: 19rem !important; }

.pd-left-20 {
  padding-left: 20rem !important; }

.pd-left-21 {
  padding-left: 21rem !important; }

.pd-left-22 {
  padding-left: 22rem !important; }

.pd-left-23 {
  padding-left: 23rem !important; }

.pd-left-24 {
  padding-left: 24rem !important; }

.pd-left-25 {
  padding-left: 25rem !important; }

.pd-left-26 {
  padding-left: 26rem !important; }

.pd-left-27 {
  padding-left: 27rem !important; }

.pd-left-28 {
  padding-left: 28rem !important; }

.pd-left-29 {
  padding-left: 29rem !important; }

.pd-left-30 {
  padding-left: 30rem !important; }

.pd-left-31 {
  padding-left: 31rem !important; }

.pd-left-32 {
  padding-left: 32rem !important; }

.pd-left-33 {
  padding-left: 33rem !important; }

.pd-left-34 {
  padding-left: 34rem !important; }

.pd-left-35 {
  padding-left: 35rem !important; }

.pd-left-36 {
  padding-left: 36rem !important; }

.pd-left-37 {
  padding-left: 37rem !important; }

.pd-left-38 {
  padding-left: 38rem !important; }

.pd-left-39 {
  padding-left: 39rem !important; }

.pd-left-40 {
  padding-left: 40rem !important; }

.pd-left-41 {
  padding-left: 41rem !important; }

.pd-left-42 {
  padding-left: 42rem !important; }

.pd-left-43 {
  padding-left: 43rem !important; }

.pd-left-44 {
  padding-left: 44rem !important; }

.pd-left-45 {
  padding-left: 45rem !important; }

.pd-left-46 {
  padding-left: 46rem !important; }

.pd-left-47 {
  padding-left: 47rem !important; }

.pd-left-48 {
  padding-left: 48rem !important; }

.pd-left-49 {
  padding-left: 49rem !important; }

.pd-left-50 {
  padding-left: 50rem !important; }

.pd-left-51 {
  padding-left: 51rem !important; }

.pd-left-52 {
  padding-left: 52rem !important; }

.pd-left-53 {
  padding-left: 53rem !important; }

.pd-left-54 {
  padding-left: 54rem !important; }

.pd-left-55 {
  padding-left: 55rem !important; }

.pd-left-56 {
  padding-left: 56rem !important; }

.pd-left-57 {
  padding-left: 57rem !important; }

.pd-left-58 {
  padding-left: 58rem !important; }

.pd-left-59 {
  padding-left: 59rem !important; }

.pd-left-60 {
  padding-left: 60rem !important; }

.pd-left-61 {
  padding-left: 61rem !important; }

.pd-left-62 {
  padding-left: 62rem !important; }

.pd-left-63 {
  padding-left: 63rem !important; }

.pd-left-64 {
  padding-left: 64rem !important; }

.pd-left-65 {
  padding-left: 65rem !important; }

.pd-left-66 {
  padding-left: 66rem !important; }

.pd-left-67 {
  padding-left: 67rem !important; }

.pd-left-68 {
  padding-left: 68rem !important; }

.pd-left-69 {
  padding-left: 69rem !important; }

.pd-left-70 {
  padding-left: 70rem !important; }

.pd-left-71 {
  padding-left: 71rem !important; }

.pd-left-72 {
  padding-left: 72rem !important; }

.pd-left-73 {
  padding-left: 73rem !important; }

.pd-left-74 {
  padding-left: 74rem !important; }

.pd-left-75 {
  padding-left: 75rem !important; }

.pd-left-76 {
  padding-left: 76rem !important; }

.pd-left-77 {
  padding-left: 77rem !important; }

.pd-left-78 {
  padding-left: 78rem !important; }

.pd-left-79 {
  padding-left: 79rem !important; }

.pd-left-80 {
  padding-left: 80rem !important; }

.pd-left {
  padding-left: 1rem; }

/* Exemplo <div class="padding-bottom-30"></div> */
.pd-bottom-1 {
  padding-bottom: 1rem !important; }

.pd-bottom-2 {
  padding-bottom: 2rem !important; }

.pd-bottom-3 {
  padding-bottom: 3rem !important; }

.pd-bottom-4 {
  padding-bottom: 4rem !important; }

.pd-bottom-5 {
  padding-bottom: 5rem !important; }

.pd-bottom-6 {
  padding-bottom: 6rem !important; }

.pd-bottom-7 {
  padding-bottom: 7rem !important; }

.pd-bottom-8 {
  padding-bottom: 8rem !important; }

.pd-bottom-9 {
  padding-bottom: 9rem !important; }

.pd-bottom-10 {
  padding-bottom: 10rem !important; }

.pd-bottom-11 {
  padding-bottom: 11rem !important; }

.pd-bottom-12 {
  padding-bottom: 12rem !important; }

.pd-bottom-13 {
  padding-bottom: 13rem !important; }

.pd-bottom-14 {
  padding-bottom: 14rem !important; }

.pd-bottom-15 {
  padding-bottom: 15rem !important; }

.pd-bottom-16 {
  padding-bottom: 16rem !important; }

.pd-bottom-17 {
  padding-bottom: 17rem !important; }

.pd-bottom-18 {
  padding-bottom: 18rem !important; }

.pd-bottom-19 {
  padding-bottom: 19rem !important; }

.pd-bottom-20 {
  padding-bottom: 20rem !important; }

.pd-bottom-21 {
  padding-bottom: 21rem !important; }

.pd-bottom-22 {
  padding-bottom: 22rem !important; }

.pd-bottom-23 {
  padding-bottom: 23rem !important; }

.pd-bottom-24 {
  padding-bottom: 24rem !important; }

.pd-bottom-25 {
  padding-bottom: 25rem !important; }

.pd-bottom-26 {
  padding-bottom: 26rem !important; }

.pd-bottom-27 {
  padding-bottom: 27rem !important; }

.pd-bottom-28 {
  padding-bottom: 28rem !important; }

.pd-bottom-29 {
  padding-bottom: 29rem !important; }

.pd-bottom-30 {
  padding-bottom: 30rem !important; }

.pd-bottom-31 {
  padding-bottom: 31rem !important; }

.pd-bottom-32 {
  padding-bottom: 32rem !important; }

.pd-bottom-33 {
  padding-bottom: 33rem !important; }

.pd-bottom-34 {
  padding-bottom: 34rem !important; }

.pd-bottom-35 {
  padding-bottom: 35rem !important; }

.pd-bottom-36 {
  padding-bottom: 36rem !important; }

.pd-bottom-37 {
  padding-bottom: 37rem !important; }

.pd-bottom-38 {
  padding-bottom: 38rem !important; }

.pd-bottom-39 {
  padding-bottom: 39rem !important; }

.pd-bottom-40 {
  padding-bottom: 40rem !important; }

.pd-bottom-41 {
  padding-bottom: 41rem !important; }

.pd-bottom-42 {
  padding-bottom: 42rem !important; }

.pd-bottom-43 {
  padding-bottom: 43rem !important; }

.pd-bottom-44 {
  padding-bottom: 44rem !important; }

.pd-bottom-45 {
  padding-bottom: 45rem !important; }

.pd-bottom-46 {
  padding-bottom: 46rem !important; }

.pd-bottom-47 {
  padding-bottom: 47rem !important; }

.pd-bottom-48 {
  padding-bottom: 48rem !important; }

.pd-bottom-49 {
  padding-bottom: 49rem !important; }

.pd-bottom-50 {
  padding-bottom: 50rem !important; }

.pd-bottom-51 {
  padding-bottom: 51rem !important; }

.pd-bottom-52 {
  padding-bottom: 52rem !important; }

.pd-bottom-53 {
  padding-bottom: 53rem !important; }

.pd-bottom-54 {
  padding-bottom: 54rem !important; }

.pd-bottom-55 {
  padding-bottom: 55rem !important; }

.pd-bottom-56 {
  padding-bottom: 56rem !important; }

.pd-bottom-57 {
  padding-bottom: 57rem !important; }

.pd-bottom-58 {
  padding-bottom: 58rem !important; }

.pd-bottom-59 {
  padding-bottom: 59rem !important; }

.pd-bottom-60 {
  padding-bottom: 60rem !important; }

.pd-bottom-61 {
  padding-bottom: 61rem !important; }

.pd-bottom-62 {
  padding-bottom: 62rem !important; }

.pd-bottom-63 {
  padding-bottom: 63rem !important; }

.pd-bottom-64 {
  padding-bottom: 64rem !important; }

.pd-bottom-65 {
  padding-bottom: 65rem !important; }

.pd-bottom-66 {
  padding-bottom: 66rem !important; }

.pd-bottom-67 {
  padding-bottom: 67rem !important; }

.pd-bottom-68 {
  padding-bottom: 68rem !important; }

.pd-bottom-69 {
  padding-bottom: 69rem !important; }

.pd-bottom-70 {
  padding-bottom: 70rem !important; }

.pd-bottom-71 {
  padding-bottom: 71rem !important; }

.pd-bottom-72 {
  padding-bottom: 72rem !important; }

.pd-bottom-73 {
  padding-bottom: 73rem !important; }

.pd-bottom-74 {
  padding-bottom: 74rem !important; }

.pd-bottom-75 {
  padding-bottom: 75rem !important; }

.pd-bottom-76 {
  padding-bottom: 76rem !important; }

.pd-bottom-77 {
  padding-bottom: 77rem !important; }

.pd-bottom-78 {
  padding-bottom: 78rem !important; }

.pd-bottom-79 {
  padding-bottom: 79rem !important; }

.pd-bottom-80 {
  padding-bottom: 80rem !important; }

.pd-bottom {
  padding-bottom: .5rem; }

/* Exemplo <div class="padding-top-30"></div> */
.pd-top-1 {
  padding-top: 1rem !important; }

.pd-top-2 {
  padding-top: 2rem !important; }

.pd-top-3 {
  padding-top: 3rem !important; }

.pd-top-4 {
  padding-top: 4rem !important; }

.pd-top-5 {
  padding-top: 5rem !important; }

.pd-top-6 {
  padding-top: 6rem !important; }

.pd-top-7 {
  padding-top: 7rem !important; }

.pd-top-8 {
  padding-top: 8rem !important; }

.pd-top-9 {
  padding-top: 9rem !important; }

.pd-top-10 {
  padding-top: 10rem !important; }

.pd-top-11 {
  padding-top: 11rem !important; }

.pd-top-12 {
  padding-top: 12rem !important; }

.pd-top-13 {
  padding-top: 13rem !important; }

.pd-top-14 {
  padding-top: 14rem !important; }

.pd-top-15 {
  padding-top: 15rem !important; }

.pd-top-16 {
  padding-top: 16rem !important; }

.pd-top-17 {
  padding-top: 17rem !important; }

.pd-top-18 {
  padding-top: 18rem !important; }

.pd-top-19 {
  padding-top: 19rem !important; }

.pd-top-20 {
  padding-top: 20rem !important; }

.pd-top-21 {
  padding-top: 21rem !important; }

.pd-top-22 {
  padding-top: 22rem !important; }

.pd-top-23 {
  padding-top: 23rem !important; }

.pd-top-24 {
  padding-top: 24rem !important; }

.pd-top-25 {
  padding-top: 25rem !important; }

.pd-top-26 {
  padding-top: 26rem !important; }

.pd-top-27 {
  padding-top: 27rem !important; }

.pd-top-28 {
  padding-top: 28rem !important; }

.pd-top-29 {
  padding-top: 29rem !important; }

.pd-top-30 {
  padding-top: 30rem !important; }

.pd-top-31 {
  padding-top: 31rem !important; }

.pd-top-32 {
  padding-top: 32rem !important; }

.pd-top-33 {
  padding-top: 33rem !important; }

.pd-top-34 {
  padding-top: 34rem !important; }

.pd-top-35 {
  padding-top: 35rem !important; }

.pd-top-36 {
  padding-top: 36rem !important; }

.pd-top-37 {
  padding-top: 37rem !important; }

.pd-top-38 {
  padding-top: 38rem !important; }

.pd-top-39 {
  padding-top: 39rem !important; }

.pd-top-40 {
  padding-top: 40rem !important; }

.pd-top-41 {
  padding-top: 41rem !important; }

.pd-top-42 {
  padding-top: 42rem !important; }

.pd-top-43 {
  padding-top: 43rem !important; }

.pd-top-44 {
  padding-top: 44rem !important; }

.pd-top-45 {
  padding-top: 45rem !important; }

.pd-top-46 {
  padding-top: 46rem !important; }

.pd-top-47 {
  padding-top: 47rem !important; }

.pd-top-48 {
  padding-top: 48rem !important; }

.pd-top-49 {
  padding-top: 49rem !important; }

.pd-top-50 {
  padding-top: 50rem !important; }

.pd-top-51 {
  padding-top: 51rem !important; }

.pd-top-52 {
  padding-top: 52rem !important; }

.pd-top-53 {
  padding-top: 53rem !important; }

.pd-top-54 {
  padding-top: 54rem !important; }

.pd-top-55 {
  padding-top: 55rem !important; }

.pd-top-56 {
  padding-top: 56rem !important; }

.pd-top-57 {
  padding-top: 57rem !important; }

.pd-top-58 {
  padding-top: 58rem !important; }

.pd-top-59 {
  padding-top: 59rem !important; }

.pd-top-60 {
  padding-top: 60rem !important; }

.pd-top-61 {
  padding-top: 61rem !important; }

.pd-top-62 {
  padding-top: 62rem !important; }

.pd-top-63 {
  padding-top: 63rem !important; }

.pd-top-64 {
  padding-top: 64rem !important; }

.pd-top-65 {
  padding-top: 65rem !important; }

.pd-top-66 {
  padding-top: 66rem !important; }

.pd-top-67 {
  padding-top: 67rem !important; }

.pd-top-68 {
  padding-top: 68rem !important; }

.pd-top-69 {
  padding-top: 69rem !important; }

.pd-top-70 {
  padding-top: 70rem !important; }

.pd-top-71 {
  padding-top: 71rem !important; }

.pd-top-72 {
  padding-top: 72rem !important; }

.pd-top-73 {
  padding-top: 73rem !important; }

.pd-top-74 {
  padding-top: 74rem !important; }

.pd-top-75 {
  padding-top: 75rem !important; }

.pd-top-76 {
  padding-top: 76rem !important; }

.pd-top-77 {
  padding-top: 77rem !important; }

.pd-top-78 {
  padding-top: 78rem !important; }

.pd-top-79 {
  padding-top: 79rem !important; }

.pd-top-80 {
  padding-top: 80rem !important; }

.pd-top {
  padding-top: 0.5rem; }

/* Exemplo <div class="padding-right-15"></div> */
.pd-right-1 {
  padding-right: 1rem !important; }

.pd-right-2 {
  padding-right: 2rem !important; }

.pd-right-3 {
  padding-right: 3rem !important; }

.pd-right-4 {
  padding-right: 4rem !important; }

.pd-right-5 {
  padding-right: 5rem !important; }

.pd-right-6 {
  padding-right: 6rem !important; }

.pd-right-7 {
  padding-right: 7rem !important; }

.pd-right-8 {
  padding-right: 8rem !important; }

.pd-right-9 {
  padding-right: 9rem !important; }

.pd-right-10 {
  padding-right: 10rem !important; }

.pd-right-11 {
  padding-right: 11rem !important; }

.pd-right-12 {
  padding-right: 12rem !important; }

.pd-right-13 {
  padding-right: 13rem !important; }

.pd-right-14 {
  padding-right: 14rem !important; }

.pd-right-15 {
  padding-right: 15rem !important; }

.pd-right-16 {
  padding-right: 16rem !important; }

.pd-right-17 {
  padding-right: 17rem !important; }

.pd-right-18 {
  padding-right: 18rem !important; }

.pd-right-19 {
  padding-right: 19rem !important; }

.pd-right-20 {
  padding-right: 20rem !important; }

.pd-right-21 {
  padding-right: 21rem !important; }

.pd-right-22 {
  padding-right: 22rem !important; }

.pd-right-23 {
  padding-right: 23rem !important; }

.pd-right-24 {
  padding-right: 24rem !important; }

.pd-right-25 {
  padding-right: 25rem !important; }

.pd-right-26 {
  padding-right: 26rem !important; }

.pd-right-27 {
  padding-right: 27rem !important; }

.pd-right-28 {
  padding-right: 28rem !important; }

.pd-right-29 {
  padding-right: 29rem !important; }

.pd-right-30 {
  padding-right: 30rem !important; }

.pd-right-31 {
  padding-right: 31rem !important; }

.pd-right-32 {
  padding-right: 32rem !important; }

.pd-right-33 {
  padding-right: 33rem !important; }

.pd-right-34 {
  padding-right: 34rem !important; }

.pd-right-35 {
  padding-right: 35rem !important; }

.pd-right-36 {
  padding-right: 36rem !important; }

.pd-right-37 {
  padding-right: 37rem !important; }

.pd-right-38 {
  padding-right: 38rem !important; }

.pd-right-39 {
  padding-right: 39rem !important; }

.pd-right-40 {
  padding-right: 40rem !important; }

.pd-right-41 {
  padding-right: 41rem !important; }

.pd-right-42 {
  padding-right: 42rem !important; }

.pd-right-43 {
  padding-right: 43rem !important; }

.pd-right-44 {
  padding-right: 44rem !important; }

.pd-right-45 {
  padding-right: 45rem !important; }

.pd-right-46 {
  padding-right: 46rem !important; }

.pd-right-47 {
  padding-right: 47rem !important; }

.pd-right-48 {
  padding-right: 48rem !important; }

.pd-right-49 {
  padding-right: 49rem !important; }

.pd-right-50 {
  padding-right: 50rem !important; }

.pd-right-51 {
  padding-right: 51rem !important; }

.pd-right-52 {
  padding-right: 52rem !important; }

.pd-right-53 {
  padding-right: 53rem !important; }

.pd-right-54 {
  padding-right: 54rem !important; }

.pd-right-55 {
  padding-right: 55rem !important; }

.pd-right-56 {
  padding-right: 56rem !important; }

.pd-right-57 {
  padding-right: 57rem !important; }

.pd-right-58 {
  padding-right: 58rem !important; }

.pd-right-59 {
  padding-right: 59rem !important; }

.pd-right-60 {
  padding-right: 60rem !important; }

.pd-right-61 {
  padding-right: 61rem !important; }

.pd-right-62 {
  padding-right: 62rem !important; }

.pd-right-63 {
  padding-right: 63rem !important; }

.pd-right-64 {
  padding-right: 64rem !important; }

.pd-right-65 {
  padding-right: 65rem !important; }

.pd-right-66 {
  padding-right: 66rem !important; }

.pd-right-67 {
  padding-right: 67rem !important; }

.pd-right-68 {
  padding-right: 68rem !important; }

.pd-right-69 {
  padding-right: 69rem !important; }

.pd-right-70 {
  padding-right: 70rem !important; }

.pd-right-71 {
  padding-right: 71rem !important; }

.pd-right-72 {
  padding-right: 72rem !important; }

.pd-right-73 {
  padding-right: 73rem !important; }

.pd-right-74 {
  padding-right: 74rem !important; }

.pd-right-75 {
  padding-right: 75rem !important; }

.pd-right-76 {
  padding-right: 76rem !important; }

.pd-right-77 {
  padding-right: 77rem !important; }

.pd-right-78 {
  padding-right: 78rem !important; }

.pd-right-79 {
  padding-right: 79rem !important; }

.pd-right-80 {
  padding-right: 80rem !important; }

.pd-right {
  padding-right: 1rem; }

/* Exemplo <div class="pd-center-15"></div> */
.pd-center-1 {
  padding: 0 1rem; }

.pd-center-2 {
  padding: 0 2rem; }

.pd-center-3 {
  padding: 0 3rem; }

.pd-center-4 {
  padding: 0 4rem; }

.pd-center-5 {
  padding: 0 5rem; }

.pd-center-6 {
  padding: 0 6rem; }

.pd-center-7 {
  padding: 0 7rem; }

.pd-center-8 {
  padding: 0 8rem; }

.pd-center-9 {
  padding: 0 9rem; }

.pd-center-10 {
  padding: 0 10rem; }

.pd-center-11 {
  padding: 0 11rem; }

.pd-center-12 {
  padding: 0 12rem; }

.pd-center-13 {
  padding: 0 13rem; }

.pd-center-14 {
  padding: 0 14rem; }

.pd-center-15 {
  padding: 0 15rem; }

.pd-center-16 {
  padding: 0 16rem; }

.pd-center-17 {
  padding: 0 17rem; }

.pd-center-18 {
  padding: 0 18rem; }

.pd-center-19 {
  padding: 0 19rem; }

.pd-center-20 {
  padding: 0 20rem; }

.pd-center-21 {
  padding: 0 21rem; }

.pd-center-22 {
  padding: 0 22rem; }

.pd-center-23 {
  padding: 0 23rem; }

.pd-center-24 {
  padding: 0 24rem; }

.pd-center-25 {
  padding: 0 25rem; }

.pd-center-26 {
  padding: 0 26rem; }

.pd-center-27 {
  padding: 0 27rem; }

.pd-center-28 {
  padding: 0 28rem; }

.pd-center-29 {
  padding: 0 29rem; }

.pd-center-30 {
  padding: 0 30rem; }

.pd-center-31 {
  padding: 0 31rem; }

.pd-center-32 {
  padding: 0 32rem; }

.pd-center-33 {
  padding: 0 33rem; }

.pd-center-34 {
  padding: 0 34rem; }

.pd-center-35 {
  padding: 0 35rem; }

.pd-center-36 {
  padding: 0 36rem; }

.pd-center-37 {
  padding: 0 37rem; }

.pd-center-38 {
  padding: 0 38rem; }

.pd-center-39 {
  padding: 0 39rem; }

.pd-center-40 {
  padding: 0 40rem; }

.pd-center-41 {
  padding: 0 41rem; }

.pd-center-42 {
  padding: 0 42rem; }

.pd-center-43 {
  padding: 0 43rem; }

.pd-center-44 {
  padding: 0 44rem; }

.pd-center-45 {
  padding: 0 45rem; }

.pd-center-46 {
  padding: 0 46rem; }

.pd-center-47 {
  padding: 0 47rem; }

.pd-center-48 {
  padding: 0 48rem; }

.pd-center-49 {
  padding: 0 49rem; }

.pd-center-50 {
  padding: 0 50rem; }

.pd-center-51 {
  padding: 0 51rem; }

.pd-center-52 {
  padding: 0 52rem; }

.pd-center-53 {
  padding: 0 53rem; }

.pd-center-54 {
  padding: 0 54rem; }

.pd-center-55 {
  padding: 0 55rem; }

.pd-center-56 {
  padding: 0 56rem; }

.pd-center-57 {
  padding: 0 57rem; }

.pd-center-58 {
  padding: 0 58rem; }

.pd-center-59 {
  padding: 0 59rem; }

.pd-center-60 {
  padding: 0 60rem; }

.pd-center {
  padding-left: .2rem;
  padding-right: .2rem; }

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

.pd-left-min {
  padding-left: .5rem; }

.pd-right-min {
  padding-right: .5rem; }

.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;
  -o-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;
  animation: rotating 1s cubic-bezier(0.24, 0.49, 0.71, 0.54) infinite; }

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-o-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

a[accesskey]:after, button[accesskey]:after, input[accesskey]:after,
label[accesskey]:after, legend[accesskey]:after, textarea[accesskey]:after {
  margin-left: 0.3em;
  content: "[" attr(accesskey) "]"; }

.stop-animation {
  animation-iteration-count: 1 !important; }

.upper {
  text-transform: uppercase; }

.cursor-pointer {
  cursor: pointer; }

.relative {
  position: relative !important; }

.absolute {
  position: absolute !important; }

.stop-scroll {
  overflow: hidden; }

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

.no-mg {
  margin: 0; }

.white {
  color: #FFF !important; }

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

.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% !important;
  height: 0 !important;
  z-index: 5; }

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

.cursor-pointer {
  cursor: pointer; }

.block, .ind-adjust {
  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; }

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

.half-right {
  display: table;
  margin-left: 0;
  margin-right: auto; }

.display-block {
  display: block; }

.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: #696969 !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; }

.pdt-15 {
  padding: 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; }

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

@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, .ind-adjust {
    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, .ind-adjust {
    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, .ind-adjust {
    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, .ind-adjust {
    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; } }

.newheadersuperior {
  width: 100%; }
  .newheadersuperior .logocontainer {
    width: 30%;
    display: inline-block;
    vertical-align: middle; }
    .newheadersuperior .logocontainer img {
      width: 55%; }
  .newheadersuperior .restocontainer {
    padding-left: 3rem;
    width: 70%;
    display: inline-block;
    vertical-align: middle; }
    .newheadersuperior .restocontainer .newnacionais {
      width: 30%;
      display: inline-block;
      vertical-align: middle; }
      .newheadersuperior .restocontainer .newnacionais:hover .newtipopais {
        text-decoration: underline !important;
        text-decoration-color: white !important; }
    .newheadersuperior .restocontainer .newbandeira {
      width: 15%;
      display: inline-block;
      vertical-align: middle; }
      .newheadersuperior .restocontainer .newbandeira img {
        width: 1.7rem; }
    .newheadersuperior .restocontainer .newtipopais {
      width: 85%;
      display: inline-block;
      vertical-align: middle;
      position: relative; }
      .newheadersuperior .restocontainer .newtipopais span {
        color: white !important;
        font-weight: 600; }
      .newheadersuperior .restocontainer .newtipopais .submenu {
        display: none;
        position: absolute;
        left: -1rem;
        top: 1.1rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        margin-top: -0.1rem;
        background-color: #000000;
        z-index: 99999999; }
        .newheadersuperior .restocontainer .newtipopais .submenu p {
          color: white;
          margin: 0;
          padding: 0.5rem 1rem; }
          .newheadersuperior .restocontainer .newtipopais .submenu p:hover {
            text-decoration: underline !important;
            text-decoration-color: white !important; }
      .newheadersuperior .restocontainer .newtipopais:hover .submenu {
        display: initial; }
    .newheadersuperior .restocontainer .newinternacionais {
      width: 30%;
      display: inline-block;
      vertical-align: middle; }
      .newheadersuperior .restocontainer .newinternacionais:hover .newtipopais {
        text-decoration: underline;
        text-decoration-color: white !important; }
    .newheadersuperior .restocontainer .newdepoimentos {
      width: 20%;
      display: inline-block;
      vertical-align: middle;
      text-align: center; }
      .newheadersuperior .restocontainer .newdepoimentos a {
        color: white;
        font-weight: 600; }
        .newheadersuperior .restocontainer .newdepoimentos a:hover {
          text-decoration: underline;
          text-decoration-color: white !important; }
    .newheadersuperior .restocontainer .newbtnmenu {
      width: 20%;
      display: inline-block;
      vertical-align: middle; }
      .newheadersuperior .restocontainer .newbtnmenu .newredessociais {
        width: 60%;
        display: inline-block;
        vertical-align: middle; }
        .newheadersuperior .restocontainer .newbtnmenu .newredessociais .newfb {
          width: 50%;
          display: inline-block;
          vertical-align: middle;
          text-align: center; }
          .newheadersuperior .restocontainer .newbtnmenu .newredessociais .newfb img {
            width: 1.7rem; }
            .newheadersuperior .restocontainer .newbtnmenu .newredessociais .newfb img:hover {
              transition: .15s all;
              transform: scale(1.15); }
        .newheadersuperior .restocontainer .newbtnmenu .newredessociais .newinsta {
          width: 50%;
          display: inline-block;
          vertical-align: middle;
          text-align: center; }
          .newheadersuperior .restocontainer .newbtnmenu .newredessociais .newinsta img {
            width: 1.7rem; }
            .newheadersuperior .restocontainer .newbtnmenu .newredessociais .newinsta img:hover {
              transition: .15s all;
              transform: scale(1.15); }
      .newheadersuperior .restocontainer .newbtnmenu .newmenu {
        width: 40%;
        display: inline-block;
        vertical-align: middle;
        text-align: right; }

.newheadersuperiormob {
  width: 100%; }
  .newheadersuperiormob .logocontainermob {
    width: 75%;
    display: inline-block;
    vertical-align: middle; }
    .newheadersuperiormob .logocontainermob img {
      width: 13rem; }
  .newheadersuperiormob .newmenumob {
    width: 25%;
    display: inline-block;
    vertical-align: middle;
    text-align: right; }
    .newheadersuperiormob .newmenumob .b-menu3 {
      color: #000000; }

.restocontainermob {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  background-color: #000000;
  padding: 1rem 2rem; }
  .restocontainermob .newnacionaismob {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    text-align: center; }
    .restocontainermob .newnacionaismob:hover .newtipopaismob {
      text-decoration: underline; }
  .restocontainermob .newbandeiramob img {
    width: 2rem; }
  .restocontainermob .newtipopaismob {
    padding-left: 0.5rem;
    display: inline-block;
    vertical-align: middle;
    color: white;
    font-weight: 600; }
  .restocontainermob .newinternacionaismob {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    text-align: center; }
    .restocontainermob .newinternacionaismob:hover .newtipopaismob {
      text-decoration: underline; }

.headerindex {
  height: calc(100vh - 6.5rem);
  display: block;
  width: 0;
  padding: 0;
  /* background-color: rgba(black, 0.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;
  z-index: 2; }

.busca-filtro {
  height: 25vh;
  width: 100%;
  position: relative;
  transition: .30s all; }

.busca-position {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  width: 100%; }

.headerinterno {
  height: 5rem;
  z-index: 1; }

.btn-home {
  height: 39px !important;
  background-color: #888888 !important; }
  .btn-home:hover {
    background-color: #7b7b7b !important; }

.bmenumob {
  background-color: #888888 !important; }

.container-bg-headerpc {
  display: block;
  /* position: absolute;
	top:0; */
  overflow: hidden;
  z-index: -1;
  height: 100%;
  width: 100%;
  position: relative; }

.bg-headerpc {
  display: block;
  height: 100%;
  min-height: 40rem;
  width: 100%;
  background-image: url("/jnh/home/background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.videoareaarea {
  display: block;
  height: 100%;
  min-height: 40rem;
  width: 100%;
  position: absolute;
  top: -4rem; }
  .videoareaarea video {
    display: block;
    margin: 0 auto;
    width: 100%; }

@media all and (min-width: 1024px) and (max-width: 1273px) {
  .videoareaarea {
    top: initial; }
  .headerindex {
    height: calc(89vh - 6.5rem); } }

@-webkit-keyframes bgheaderpc {
  0% {
    transform: scale(1);
    background-image: url("/jnh/header/bg-header-01.jpg"); }
  30% {
    transform: scale(1.02);
    background-image: url("/jnh/header/bg-header-01.jpg"); }
  40% {
    transform: scale(1);
    background-image: url("/jnh/header/bg-header-02.jpg"); }
  60% {
    transform: scale(1.02);
    background-image: url("/jnh/header/bg-header-02.jpg"); }
  70% {
    transform: scale(1);
    background-image: url("/jnh/header/bg-header-03.jpg"); }
  100% {
    transform: scale(1.02);
    background-image: url("/jnh/header/bg-header-03.jpg"); } }

@-moz-keyframes bgheaderpc {
  0% {
    transform: scale(1);
    background-image: url("/jnh/header/bg-header-01.jpg"); }
  30% {
    transform: scale(1.02);
    background-image: url("/jnh/header/bg-header-01.jpg"); }
  40% {
    transform: scale(1);
    background-image: url("/jnh/header/bg-header-02.jpg"); }
  60% {
    transform: scale(1.02);
    background-image: url("/jnh/header/bg-header-02.jpg"); }
  70% {
    transform: scale(1);
    background-image: url("/jnh/header/bg-header-03.jpg"); }
  100% {
    transform: scale(1.02);
    background-image: url("/jnh/header/bg-header-03.jpg"); } }

@-o-keyframes bgheaderpc {
  0% {
    transform: scale(1);
    background-image: url("/jnh/header/bg-header-01.jpg"); }
  30% {
    transform: scale(1.02);
    background-image: url("/jnh/header/bg-header-01.jpg"); }
  40% {
    transform: scale(1);
    background-image: url("/jnh/header/bg-header-02.jpg"); }
  60% {
    transform: scale(1.02);
    background-image: url("/jnh/header/bg-header-02.jpg"); }
  70% {
    transform: scale(1);
    background-image: url("/jnh/header/bg-header-03.jpg"); }
  100% {
    transform: scale(1.02);
    background-image: url("/jnh/header/bg-header-03.jpg"); } }

@keyframes bgheaderpc {
  0% {
    transform: scale(1);
    background-image: url("/jnh/header/bg-header-01.jpg"); }
  30% {
    transform: scale(1.02);
    background-image: url("/jnh/header/bg-header-01.jpg"); }
  40% {
    transform: scale(1);
    background-image: url("/jnh/header/bg-header-02.jpg"); }
  60% {
    transform: scale(1.02);
    background-image: url("/jnh/header/bg-header-02.jpg"); }
  70% {
    transform: scale(1);
    background-image: url("/jnh/header/bg-header-03.jpg"); }
  100% {
    transform: scale(1.02);
    background-image: url("/jnh/header/bg-header-03.jpg"); } }

.bg-headerinterno {
  background: linear-gradient(90deg, white 30%, #000000 30%);
  height: 6.5rem; }

/* .menu-central {
	background: $colorPrimary;
	padding: .1rem .7rem;
	@include border-box;
	@include border-radius('.8rem');
} */
.header, .headerpc {
  display: block;
  width: 100%; }
  .header .top, .headerpc .top {
    display: block;
    background-color: #2E3138;
    width: 100%;
    height: 1.5rem;
    line-height: 1.5rem;
    color: #FFF; }
    .header .top .left, .header .top .right, .headerpc .top .left, .headerpc .top .right {
      display: inline-block;
      vertical-align: middle;
      padding: 0;
      margin: 0;
      height: 1.5rem;
      line-height: 1.5rem; }
    .header .top .left, .headerpc .top .left {
      width: calc(100% - 15rem); }
      .header .top .left .item, .headerpc .top .left .item {
        display: inline-block;
        vertical-align: middle;
        margin-right: 1rem;
        font-size: 0.9rem;
        font-weight: 400; }
    .header .top .right, .headerpc .top .right {
      width: 15rem;
      height: inherit;
      line-height: inherit;
      text-align: right; }
      .header .top .right a, .header .top .right a:visited, .headerpc .top .right a, .headerpc .top .right a:visited {
        color: #FFF; }
      .header .top .right .social, .headerpc .top .right .social {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        font-size: 1.1rem;
        width: 2.5rem;
        text-align: center;
        height: inherit;
        line-height: inherit;
        border-right: 1px solid rgba(255, 255, 255, 0.2); }
        .header .top .right .social .favoritosqt, .headerpc .top .right .social .favoritosqt {
          position: absolute;
          display: block;
          font-size: 0.5rem;
          top: 0.4rem;
          right: 1.85rem;
          font-weight: 600; }
      .header .top .right .central, .headerpc .top .right .central {
        display: inline-block;
        vertical-align: middle;
        height: inherit;
        line-height: inherit;
        font-weight: 600;
        font-size: 0.9rem;
        text-align: center;
        width: 6rem; }
  .header .head, .headerpc .head {
    display: block;
    background: black; }
    .header .head .logo, .headerpc .head .logo {
      display: inline-block;
      vertical-align: middle;
      width: 14rem;
      background-color: black; }
      .header .head .logo img, .headerpc .head .logo img {
        display: block;
        width: 100%;
        padding-bottom: 1rem;
        padding-top: 1rem; }
    .header .head .menus, .headerpc .head .menus {
      display: inline-block;
      vertical-align: middle;
      width: calc(100% - 14rem);
      color: #ffffff;
      padding-left: 3rem;
      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 .head .menus .area, .headerpc .head .menus .area {
        vertical-align: middle;
        width: 100%;
        display: flex;
        justify-content: space-between; }
        .header .head .menus .area .menu .a, .header .head .menus .area .menu .button, .header .head .menus .area .menu .sub, .headerpc .head .menus .area .menu .a, .headerpc .head .menus .area .menu .button, .headerpc .head .menus .area .menu .sub {
          display: block;
          height: 2.5rem;
          line-height: 2.5rem;
          font-weight: 500;
          color: white;
          font-size: 1rem;
          vertical-align: middle; }
        .header .head .menus .area .menu .sub, .headerpc .head .menus .area .menu .sub {
          position: relative;
          text-align: left !important; }
          .header .head .menus .area .menu .sub .subitem, .headerpc .head .menus .area .menu .sub .subitem {
            display: block;
            font-size: 1rem;
            cursor: pointer;
            height: 2.5rem;
            line-height: 2.5rem;
            padding: 0 1rem;
            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 .head .menus .area .menu .sub .subitens, .headerpc .head .menus .area .menu .sub .subitens {
            display: block;
            text-align: left;
            position: absolute;
            display: none;
            top: 2.4rem;
            left: 0;
            min-width: 12rem;
            z-index: 9900;
            background-color: #FFF;
            overflow: auto;
            max-height: 70vh; }
            .header .head .menus .area .menu .sub .subitens a, .header .head .menus .area .menu .sub .subitens a:visited, .headerpc .head .menus .area .menu .sub .subitens a, .headerpc .head .menus .area .menu .sub .subitens a:visited {
              display: block;
              font-size: 0.9rem;
              font-weight: 400;
              padding: 0.20rem 1rem;
              text-align: left !important;
              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; }
            .header .head .menus .area .menu .sub .subitens a:hover, .headerpc .head .menus .area .menu .sub .subitens a:hover {
              background-color: #2E3138;
              color: #FFF; }
              .header .head .menus .area .menu .sub .subitens a:hover p, .headerpc .head .menus .area .menu .sub .subitens a:hover p {
                color: #FFF; }
        .header .head .menus .area .menu .sub:hover, .headerpc .head .menus .area .menu .sub:hover {
          background-color: #FFF; }
        .header .head .menus .area .menu .sub:hover .subitens, .headerpc .head .menus .area .menu .sub:hover .subitens {
          display: block; }
        .header .head .menus .area .menu .button, .headerpc .head .menus .area .menu .button {
          cursor: pointer;
          border: none;
          outline: none;
          background-color: #8d929e;
          color: #ffffff;
          border: 1px solid #ffffff;
          font-size: 1.5rem;
          padding: .5rem;
          line-height: .5rem;
          vertical-align: middle;
          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 .head .menus .area .menu .menu-central:hover, .headerpc .head .menus .area .menu .menu-central:hover {
          text-decoration: underline !important; }
        .header .head .menus .area .menu .sub:hover .subitem, .headerpc .head .menus .area .menu .sub:hover .subitem {
          color: #232323;
          font-weight: 500; }
  .header .busca, .headerpc .busca {
    display: block;
    position: absolute;
    width: 45%;
    top: 47%;
    right: 50%;
    transform: translate(50%, -50%);
    text-align: center; }
    .header .busca h2, .headerpc .busca h2 {
      color: #ffffff;
      font-size: 2rem; }
  .header .superior, .headerpc .superior {
    display: block;
    width: 100%;
    color: #ffffff;
    z-index: 3;
    vertical-align: middle; }
    .header .superior .menu-mobile, .headerpc .superior .menu-mobile {
      display: inline-block;
      width: calc(100% - 4rem);
      vertical-align: middle; }
      .header .superior .menu-mobile .bcentral, .headerpc .superior .menu-mobile .bcentral {
        position: absolute;
        left: 55%;
        transform: translate(-45%, 0);
        top: 1rem;
        border-radius: 10px;
        border-color: #000000; }
      .header .superior .menu-mobile .bcentral2, .headerpc .superior .menu-mobile .bcentral2 {
        position: absolute;
        left: 65%;
        transform: translate(-45%, 0);
        top: 1rem;
        border-radius: 10px;
        border-color: #000000; }
      .header .superior .menu-mobile .b-menu, .headerpc .superior .menu-mobile .b-menu {
        position: absolute;
        top: 1rem;
        right: 1rem; }
    .header .superior .creci, .headerpc .superior .creci {
      display: inline-block;
      width: 10%;
      vertical-align: middle; }
    .header .superior .menu, .headerpc .superior .menu {
      text-align: right;
      display: inline-block;
      vertical-align: middle; }
    .header .superior .link, .headerpc .superior .link {
      width: 80%;
      text-align: right;
      display: inline-block; }
      .header .superior .link a, .headerpc .superior .link a {
        padding: 0 1rem;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        vertical-align: middle; }
        .header .superior .link a:hover, .headerpc .superior .link a:hover {
          color: white; }
        .header .superior .link a img, .headerpc .superior .link a img {
          display: inline-block;
          width: 1.5rem;
          vertical-align: middle; }

.headermobile-btn {
  position: absolute;
  width: 100%;
  max-width: 280px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.fixedbgmob {
  display: block;
  width: 100%;
  overflow: hidden;
  height: calc(100vh - 65px);
  min-height: calc(100vh - 65px); }

.container-bg-headermobile {
  display: block;
  position: absolute;
  top: 0;
  overflow: hidden;
  z-index: -1;
  height: 100%;
  width: 100%; }

.headermobile {
  display: block;
  width: 100%;
  height: calc(100vh - 65px);
  min-height: calc(100vh - 65px);
  position: relative;
  background-color: #C3C3C3 !important;
  will-change: background-image;
  background-image: url("/jnh/header/bg-header-01-mobile.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.pesquisa {
  text-align: center !important; }
  .pesquisa a {
    line-height: 1.5rem !important; }

@-webkit-keyframes headermobile {
  0% {
    transform: scale(1);
    background-image: url("/jnh/header/bg-header-01-mobile.jpg"); }
  30% {
    transform: scale(1.02);
    background-image: url("/jnh/header/bg-header-01-mobile.jpg"); }
  40% {
    transform: scale(1);
    background-image: url("/jnh/header/bg-header-02-mobile.jpg"); }
  60% {
    transform: scale(1.02);
    background-image: url("/jnh/header/bg-header-02-mobile.jpg"); }
  70% {
    transform: scale(1);
    background-image: url("/jnh/header/bg-header-03-mobile.jpg"); }
  100% {
    transform: scale(1.02);
    background-image: url("/jnh/header/bg-header-03-mobile.jpg"); } }

@-moz-keyframes headermobile {
  0% {
    transform: scale(1);
    background-image: url("/jnh/header/bg-header-01-mobile.jpg"); }
  30% {
    transform: scale(1.02);
    background-image: url("/jnh/header/bg-header-01-mobile.jpg"); }
  40% {
    transform: scale(1);
    background-image: url("/jnh/header/bg-header-02-mobile.jpg"); }
  60% {
    transform: scale(1.02);
    background-image: url("/jnh/header/bg-header-02-mobile.jpg"); }
  70% {
    transform: scale(1);
    background-image: url("/jnh/header/bg-header-03-mobile.jpg"); }
  100% {
    transform: scale(1.02);
    background-image: url("/jnh/header/bg-header-03-mobile.jpg"); } }

@-o-keyframes headermobile {
  0% {
    transform: scale(1);
    background-image: url("/jnh/header/bg-header-01-mobile.jpg"); }
  30% {
    transform: scale(1.02);
    background-image: url("/jnh/header/bg-header-01-mobile.jpg"); }
  40% {
    transform: scale(1);
    background-image: url("/jnh/header/bg-header-02-mobile.jpg"); }
  60% {
    transform: scale(1.02);
    background-image: url("/jnh/header/bg-header-02-mobile.jpg"); }
  70% {
    transform: scale(1);
    background-image: url("/jnh/header/bg-header-03-mobile.jpg"); }
  100% {
    transform: scale(1.02);
    background-image: url("/jnh/header/bg-header-03-mobile.jpg"); } }

@keyframes headermobile {
  0% {
    transform: scale(1);
    background-image: url("/jnh/header/bg-header-01-mobile.jpg"); }
  30% {
    transform: scale(1.02);
    background-image: url("/jnh/header/bg-header-01-mobile.jpg"); }
  40% {
    transform: scale(1);
    background-image: url("/jnh/header/bg-header-02-mobile.jpg"); }
  60% {
    transform: scale(1.02);
    background-image: url("/jnh/header/bg-header-02-mobile.jpg"); }
  70% {
    transform: scale(1);
    background-image: url("/jnh/header/bg-header-03-mobile.jpg"); }
  100% {
    transform: scale(1.02);
    background-image: url("/jnh/header/bg-header-03-mobile.jpg"); } }

/*
	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
*/
@media all and (max-width: 1023px) {
  .headerpc .superior .logo {
    display: inline-block;
    margin-left: 0;
    width: 10rem;
    padding-top: 0.2rem;
    padding-left: 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;
    vertical-align: middle; }
    .headerpc .superior .logo img {
      display: block;
      width: 100%; }
  .headerpc .busca {
    width: 90%;
    max-width: 30rem; }
  .widthmob {
    width: 25% !important; }
  .bg-headerinterno {
    background: white;
    height: 6.5rem; }
  .headerindex {
    height: calc(50vh - 6.5rem - 5.5rem);
    display: block;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    z-index: 2; }
  .busca-filtro {
    height: 50vh;
    width: 100%;
    position: relative; }
  .busca-position {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%; }
  .bg-headerpc {
    min-height: initial; }
  .container-bg-headerpc {
    position: initial; }
  .videoareaarea {
    display: block;
    height: 100%;
    min-height: 40rem;
    width: 100%;
    position: initial;
    top: initial; }
    .videoareaarea video {
      display: block;
      margin: 0 auto;
      width: 100%; } }

@media all and (max-width: 387px) {
  .headerindex {
    height: calc(44vh - 6.5rem - 5.5rem);
    display: block;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    z-index: 2; }
  .busca-filtro {
    height: 56vh;
    width: 100%;
    position: relative;
    transition: .30s all; } }

/* CONTENT */
.content {
  width: 100%;
  max-width: 87rem;
  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: 5rem;
  padding-bottom: 5rem; }

.content_p {
  min-width: 1280px !important; }

.content_f {
  padding-top: 10px !important; }

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

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

/* 
	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
*/
/* SCROLL-BAR */
::-webkit-scrollbar {
  width: 10px;
  height: 10px; }

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

::-webkit-scrollbar-thumb:vertical {
  height: 10px;
  background-color: #888888; }

::-webkit-scrollbar-thumb:horizontal {
  width: 10px;
  background-color: #888888; }

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

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

.ho-title, .box-editor b, .cke_editable b {
  font-size: 1.3rem; }

.ho-subtitle {
  font-size: 1.1rem; }

.ho-txt, .box-editor p, .box-editor table, .box-editor span, .cke_editable p, .cke_editable table, .cke_editable span, .box-editor div, .cke_editable div {
  font-size: 1rem; }

.hrtop {
  background-color: #000000;
  height: 3px;
  margin-bottom: 0.5rem;
  width: 5rem;
  margin-left: 0; }

.ho-mini {
  font-size: 0.9rem;
  background-color: white;
  margin-top: 0;
  padding: 2rem 0; }

main {
  min-height: 34vh; }

.bg-greenz {
  background-color: #009378;
  border-bottom: solid 1px white; }

.font-style {
  font-family: 'Quick Signature';
  font-size: 13rem; }

.primarydarken {
  color: #204234 !important; }

html {
  width: 100%;
  height: 100%;
  touch-action: pan-y;
  -ms-touch-action: pan-y; }

body {
  font-family: 'Webfont', sans-serif;
  background-color: #f5f5f5;
  color: #454545;
  font-weight: 200;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  touch-action: pan-y;
  -ms-touch-action: pan-y; }

#ux_to_top {
  position: relative;
  left: 1.8rem;
  z-index: 91; }

.detail-line::after {
  display: block;
  width: 2rem;
  content: '';
  height: .2rem;
  background-color: #000000; }

.heigt {
  height: 39px !important; }

h1, .h1 {
  /* font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.1em;
	padding: 0;
	margin: 0.8rem 0 0.8rem 0;
	color: $gray1; */
  font-size: 1.6rem;
  font-weight: 600;
  color: #000000; }

#titulo_busca {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.1em;
  padding: 0;
  margin: 0.8rem 0 0.8rem 0;
  color: #232323; }

h2, .h2 {
  /* font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.1em;
	padding: 0;
	margin: 0.8rem 0 0.8rem 0;
	color: $gray1; */
  font-size: 1.6rem;
  font-weight: 600;
  color: #000000; }

h3, .h3 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #000000; }

h4, .h4 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.1em;
  color: #000000;
  padding: 0;
  margin: 0.8rem 0 0.8rem 0; }

a {
  font-size: 1rem;
  text-decoration: none;
  cursor: pointer;
  color: #232323; }
  a:hover {
    color: white; }
  a:visited, a:focus, a:active {
    color: #232323; }

.textnoupper {
  text-transform: none !important; }

div {
  line-height: 1em;
  margin: auto; }

p {
  font-weight: 300;
  color: #232323;
  line-height: 1.4em;
  margin: 10px 0;
  font-size: 1rem; }

.icon-gradiente {
  background: linear-gradient(left, #3a3d46 30%, black 60%);
  background: -moz-linear-gradient(left, #3a3d46 30%, black 60%);
  background: -webkit-linear-gradient(left, #3a3d46 30%, black 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.u-title {
  padding-bottom: 2px;
  text-decoration: none;
  border-bottom: 3px solid #000000; }

.u-title2 {
  padding-bottom: 2px;
  text-decoration: none;
  border-bottom: 3px solid white; }

.padrao-icone i {
  font-size: 45px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  text-align: center;
  color: #232323;
  border: 2px solid #232323; }

.container-fixo {
  position: fixed !important;
  bottom: 20px !important;
  right: 40px !important;
  z-index: 9997; }

#hidden_content {
  transition: .20s all; }

.uppernone {
  text-transform: none !important; }

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

.danger {
  color: red !important; }

.primary {
  color: #000000 !important; }

.secondary {
  color: #2E3138 !important; }

.terciary {
  color: #8d929e !important; }

.red {
  color: #ff4b01 !important; }

.black {
  color: #232323 !important; }

.gray1 {
  color: #232323 !important; }

.gray2 {
  color: #454545 !important; }

.gray3 {
  color: #888888 !important; }

.gray4 {
  color: #C3C3C3 !important; }

.gray5 {
  color: #f1f1f1 !important; }

.bg-c-white {
  background-color: #ffffff !important; }

.bg-white {
  display: table;
  width: 100%;
  background-color: #ffffff;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover; }

.bg-gray1 {
  display: table;
  width: 100%;
  background-color: #232323;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover; }

.bg-gray2 {
  display: table;
  width: 100%;
  background-color: #454545;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover; }

.bg-gray3 {
  display: table;
  width: 100%;
  background-color: #888888;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover; }

.bg-gray4 {
  display: table;
  width: 100%;
  background-color: #C3C3C3;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover; }

.bg-gray4-5 {
  display: table;
  width: 100%;
  background-color: #e4e4e4;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover; }

.bg-gray5 {
  display: table;
  width: 100%;
  background-color: #f1f1f1;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover; }

.bg-gray6 {
  display: table;
  width: 100%;
  background-color: #f9f9f9;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover; }

.bg-gray7 {
  display: table;
  width: 100%;
  background-color: #646464;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover; }

.bg-gray8 {
  display: table;
  width: 100%;
  background-color: #f2f2f2;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover; }

.bg-primary {
  display: table;
  width: 100%;
  background-color: #000000;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover; }

.bg-quarterly {
  display: table;
  width: 100%;
  background-color: #292d35;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover; }

.bg-penta {
  display: table;
  width: 100%;
  background-color: #000000;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover; }

.bg-primary-g {
  display: table;
  width: 100%;
  background: linear-gradient(right, #0d0d0d 5%, black 60%);
  background: -moz-linear-gradient(right, #0d0d0d 5%, black 60%);
  background: -webkit-linear-gradient(right, #0d0d0d 5%, black 60%); }

.bg-secondary {
  display: table;
  width: 100%;
  background-color: #2E3138;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover; }

.bg-terciary {
  display: table;
  width: 100%;
  background-color: #8d929e;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover; }

.bg-danger {
  display: table;
  width: 100%;
  background-color: #ff4b01;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover; }

.box-lateral {
  margin-left: -30px;
  margin-right: -30px; }

.box-lateral-20 {
  margin-left: -20px;
  margin-right: -20px; }

.creccss select {
  color: #454545;
  padding: 0.4rem;
  height: calc(2.3rem - 2px); }
  .creccss select:hover {
    background-color: #e4e4e4;
    color: #161616;
    border-color: #7b7b7b; }

.bg-gradiente {
  display: table;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from("#6576ecff"), to("#64cbecff")) no-repeat;
  background: -moz-linear-gradient(left, "#6576ecff", "#64cbecff");
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr=$claro, EndColorStr=$escuro); }

/* RADIO */
.boss-comp-radioimage {
  vertical-align: middle;
  width: 30px;
  height: auto;
  border-radius: 50%; }

.boss-comp-radio {
  position: absolute;
  opacity: 0;
  z-index: 1; }

.boss-comp-radio + label {
  cursor: pointer;
  padding-right: 10px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  position: relative;
  z-index: 2; }

.boss-comp-radio-span {
  position: relative;
  display: block;
  float: left;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  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-comp-radio-span::after {
  display: block;
  position: absolute;
  bottom: 3px;
  left: 3px;
  background-color: transparent;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  z-index: 3;
  content: '';
  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-animation: all 0.15s ease-in-out;
  -moz-animation: all 0.15s ease-in-out;
  -o-animation: all 0.15s ease-in-out;
  -ms-animation: all 0.15s ease-in-out;
  animation: all 0.15s alternate;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }

.boss-comp-radio:checked + label span.boss-comp-radio-span::after {
  background-color: #333;
  -webkit-animation: all 0.15s ease-in-out;
  -moz-animation: all 0.15s ease-in-out;
  -o-animation: all 0.15s ease-in-out;
  -ms-animation: all 0.15s ease-in-out;
  animation: all 0.15s alternate;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }

.boss-comp-radio:checked + label {
  font-weight: 500; }

.boss-comp-radio:checked + label::after {
  display: block;
  position: absolute;
  background-color: #333;
  width: 25px;
  height: 3px;
  z-index: 3; }

.boss-comp-radio:disabled + label {
  cursor: default !important; }

.boss-comp-radio:disabled + label span.boss-comp-radio-span {
  background-color: #F4F4F4 !important;
  cursor: default !important;
  border: 2px solid #CCC !important; }

.ly_solicite {
  background-color: #FFF;
  border: 1px solid #808CA5;
  height: 40px;
  margin-bottom: 5px;
  color: #1a1a1a !important;
  font-size: 14px !important;
  font-weight: 300 !important; }

.ly_solicite:hover, .ly_solicite:focus {
  border: 1px solid #000000; }

.ly_solicite input, .ly_solicite input {
  color: #1a1a1a !important;
  font-weight: 300; }

.ly_solicite input:hover, .ly_solicite input:focus {
  background-color: none;
  color: #1a1a1a !important;
  font-weight: 300; }

.ly_solicite-textarea {
  background-color: #FFF !important;
  border: 1px solid #808CA5 !important; }

.ly_solicite-textarea textarea {
  font-weight: 300 !important;
  background-color: inherit;
  color: #1a1a1a !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
*/
@media all and (max-width: 1024px) {
  .font-style {
    font-size: 9rem; } }

@media all and (max-width: 1023px) {
  .bordadetalhada {
    border-color: transparent; }
  .menu-mobile .bcentral {
    background-color: #000000 !important; }
  .bcentral {
    border-radius: 10px !important;
    background-color: #454545 !important; }
  .bcentral2 {
    border-radius: 10px !important;
    background-color: #454545 !important; }
  #ux_to_top {
    position: relative;
    top: -90px;
    left: -15px;
    z-index: 91; } }

@media all and (max-width: 479px) {
  .bcentral {
    display: none !important; } }

@media all and (max-width: 1024px) {
  .text-justify-mobile {
    text-align: justify; } }

@media all and (max-width: 380px) and (min-width: 320px) {
  .container-fixo {
    right: 10px !important; } }

/* FOOTER */
.bg-footer {
  display: block;
  width: 100%;
  background-color: white; }
  .bg-footer .footerlogo img {
    width: 70%; }
  .bg-footer .footersection p {
    font-weight: 500;
    color: #000000;
    line-height: 1.7em; }
    .bg-footer .footersection p:hover {
      text-decoration: underline; }
  .bg-footer .footersocial .redefooter {
    width: 1.5rem;
    vertical-align: middle;
    display: inline-block; }
    .bg-footer .footersocial .redefooter img {
      width: 100%; }
  .bg-footer .footersocial .labelfooter {
    padding-left: 0.5rem;
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    color: #000000;
    line-height: 1.7em; }
    .bg-footer .footersocial .labelfooter:hover {
      text-decoration: underline; }

.hrlayout {
  margin: 0;
  border-top: solid 1px #000000; }

/*
	LARGE SCREEN 
	max-width: 1370px
	min-width: 1201px
*/
/* 
	MEDIUM SCREEN 
	max-width: 1300px
	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
*/
@media all and (min-width: 480px) {
  .bg-footer {
    display: block;
    width: 100%;
    background-color: white; }
    .bg-footer .footerlogo img {
      width: 80%; }
    .bg-footer .pdfootermob {
      padding-left: 5rem; } }

@media all and (max-width: 480px) {
  .ho-mini {
    padding: 1.5rem 0 !important;
    line-height: 1.5em; } }

@media all and (max-width: 1024px) {
  .bg-footer .pd-left-5 {
    padding-left: 0 !important; } }

/* CONFIG BTN */
/* BTN */
.b {
  position: relative;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  line-height: calc(2.4rem - 2px);
  text-align: center;
  border: 1px solid #C3C3C3;
  border-radius: 0px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #C3C3C3;
  color: #232323;
  font-size: 0.75rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0;
  word-spacing: normal;
  transition: background .25s linear;
  outline: none;
  margin: .15rem 0 .15rem 0;
  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; }

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

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

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

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

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

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

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

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

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

.b:hover, .b:focus, a.b:hover, a.b:focus {
  background-color: #b6b6b6;
  color: #161616;
  border-color: #7b7b7b;
  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;
  padding-bottom: 0; }

.b:active, a.b:active {
  background-color: #aaaaaa;
  color: #0a0a0a;
  border-color: #6f6f6f;
  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; }

.b:disabled, .b:disabled:hover, .b-disabled, .b-disabled:hover, .b-disabled:focus, .b-disabled:active {
  background-color: transparent;
  cursor: default;
  padding-top: 0;
  padding-bottom: 0; }

.b i {
  /* font-size: inherit !important; */ }

/* img */
.b-img, .b-img:hover, .b-img:focus, .b-img:active, .b-img:visited, a.b-img, a.b-img:hover, a.b-img:focus, a.b-img:active, a.b-img:visited, a.b-img:visited {
  background-color: transparent;
  color: transparent;
  border-color: transparent;
  line-height: 2.4rem;
  border-width: 0rem; }

.b-img:hover, .b-img:focus, a.b-img:hover, a.b-img:focus {
  background-color: transparent;
  color: transparent;
  border-color: transparent;
  line-height: 2.4rem;
  border-width: 0rem; }

.b-img:active, a.b-img:active {
  background-color: transparent;
  color: transparent;
  border-color: transparent;
  line-height: 2.4rem;
  border-width: 0rem; }

/* menu */
.b-menu, .b-menu:hover, .b-menu:focus, .b-menu:active, .b-menu:visited, a.b-menu, a.b-menu:hover, a.b-menu:focus, a.b-menu:active, a.b-menu:visited, a.b-menu:visited {
  background-color: #ff4b01;
  color: white;
  border-color: transparent;
  line-height: 2.4rem;
  border-width: 0rem; }

.b-menu:hover, .b-menu:focus, a.b-menu:hover, a.b-menu:focus {
  background-color: #e74300;
  color: white;
  border-color: transparent;
  line-height: 2.4rem;
  border-width: 0rem; }

.b-menu:active, a.b-menu:active {
  background-color: #cd3c00;
  color: white;
  border-color: transparent;
  line-height: 2.4rem;
  border-width: 0rem; }

/* PRIMARY */
.b-primary, a.b-primary, a.b-primary:visited {
  background-color: #000000;
  color: white;
  border-color: transparent;
  line-height: 2.4rem;
  border-width: 0rem; }

.b-primary:hover, .b-primary:focus, a.b-primary:hover, a.b-primary:focus {
  background-color: black;
  color: white;
  border-color: transparent;
  line-height: 2.4rem;
  border-width: 0rem; }

.b-primary:active, a.b-primary:active {
  background-color: black;
  color: white;
  border-color: transparent;
  line-height: 2.4rem;
  border-width: 0rem; }

/* secondary */
.b-secondary, a.b-secondary, a.b-secondary:visited {
  background-color: #2E3138;
  color: white;
  border-color: transparent;
  line-height: 2.4rem;
  border-width: 0rem; }

.b-secondary:hover, .b-secondary:focus, a.b-secondary:hover, a.b-secondary:focus {
  background-color: #23252a;
  color: white;
  border-color: transparent;
  line-height: 2.4rem;
  border-width: 0rem; }

.b-secondary:active, a.b-secondary:active {
  background-color: #17191c;
  color: white;
  border-color: transparent;
  line-height: 2.4rem;
  border-width: 0rem; }

/* terciary */
.b-terciary, a.b-terciary, a.b-terciary:visited {
  background-color: #8d929e;
  color: white;
  border-color: transparent;
  line-height: 2.4rem;
  border-width: 0rem; }

.b-terciary:hover, .b-terciary:focus, a.b-terciary:hover, a.b-terciary:focus {
  background-color: #7f8592;
  color: white;
  border-color: transparent;
  line-height: 2.4rem;
  border-width: 0rem; }

.b-terciary:active, a.b-terciary:active {
  background-color: #727886;
  color: white;
  border-color: transparent;
  line-height: 2.4rem;
  border-width: 0rem; }

/* danger */
.b-danger, a.b-danger, a.b-danger:visited {
  background-color: #ff4b01;
  color: white;
  border-color: transparent;
  line-height: 2.4rem;
  border-width: 0rem; }

.b-danger:hover, .b-danger:focus, a.b-danger:hover, a.b-danger:focus {
  background-color: #e74300;
  color: white;
  border-color: transparent;
  line-height: 2.4rem;
  border-width: 0rem; }

.b-danger:active, a.b-danger:active {
  background-color: #cd3c00;
  color: white;
  border-color: transparent;
  line-height: 2.4rem;
  border-width: 0rem; }

/* flat */
.b-flat, a.b-flat, a.b-flat:visited {
  background-color: transparent;
  color: #000000;
  border-color: transparent;
  line-height: 0.4rem;
  border-width: 1rem; }

.b-flat:hover, .b-flat:focus, a.b-flat:hover, a.b-flat:focus {
  background-color: transparent;
  color: #1a1a1a;
  border-color: transparent;
  line-height: 0.4rem;
  border-width: 1rem; }

.b-flat:active, a.b-flat:active {
  background-color: transparent;
  color: #1a1a1a;
  border-color: transparent;
  line-height: 0.4rem;
  border-width: 1rem; }

/* BOTÃO MENU */
.b-menuDefault, a.b-menuDefault, a.b-menuDefault:visited {
  background-color: #C3C3C3;
  color: white;
  border-color: #b6b6b6;
  line-height: 2.4rem;
  border-width: 0rem; }

.b-menuDefault:hover, .b-menuDefault:focus, a.b-menuDefault:hover, a.b-menuDefault:focus {
  background-color: #b6b6b6;
  color: white;
  border-color: #9d9d9d;
  line-height: 2.4rem;
  border-width: 0rem; }

.b-menuDefault:active, a.b-menuDefault:active {
  background-color: #aaaaaa;
  color: white;
  border-color: #aaaaaa;
  line-height: 2.4rem;
  border-width: 0rem; }

.b-menuDefault, a.b-menuDefault {
  font-size: 1.5rem !important;
  border-radius: 50% !important;
  padding: 0 !important;
  width: 3.8rem !important;
  line-height: 3.8rem !important; }
  .b-menuDefault:hover, .b-menuDefault:active, .b-menuDefault:focus, a.b-menuDefault:hover, a.b-menuDefault:active, a.b-menuDefault:focus {
    color: #FFF !important;
    padding: 0 !important;
    font-size: 1.5rem !important;
    border-radius: 50% !important;
    width: 3.8rem !important;
    line-height: 3.8rem !important; }

.b-white {
  background-color: #ffffff !important;
  border-color: white; }
  .b-white:hover, .b-white:active, .b-white:focus, .b-white:visited {
    background-color: #e6e6e6 !important;
    border-color: white; }

.b-whats {
  background-color: #1fbea5 !important; }
  .b-whats:hover, .b-whats:active, .b-whats:focus, .b-whats:visited {
    background-color: #1fbea5 !important; }

.b-transparent {
  background-color: transparent !important;
  border: 0 !important; }
  .b-transparent:hover, .b-transparent:active, .b-transparent:focus, .b-transparent:visited {
    background-color: transparent !important; }

.b-img, .b-img:hover, .b-img:focus, .b-img:active, .b-img:visited {
  padding: 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;
  width: 2rem;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  /*&:hover, &:focus, &:active, &:visited {
		box-shadow: none !important;
		width: 2rem;
		padding: 0;
	}*/ }
  .b-img img, .b-img:hover img, .b-img:focus img, .b-img:active img, .b-img:visited img {
    display: block;
    width: 100%; }

.b-menu, .b-menu:hover, .b-menu:focus, .b-menu:active, .b-menu:visited {
  height: 3rem;
  width: 3rem;
  line-height: 3rem;
  padding: 0;
  font-size: 1.4rem;
  text-align: center;
  background-color: #888888;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%; }

.b-menu2, .b-menu2:hover, .b-menu2:focus, .b-menu2:active, .b-menu2:visited {
  height: 3rem;
  width: 3rem;
  line-height: 3rem;
  padding: 0;
  font-size: 1.4rem;
  text-align: center;
  background-color: #2E3138;
  color: #000000;
  border-color: white;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%; }

.b-menu3, .b-menu3:hover, .b-menu3:focus, .b-menu3:active, .b-menu3:visited {
  height: 3rem;
  width: 3rem;
  line-height: 3rem;
  padding: 0;
  font-size: 2.5rem;
  text-align: center;
  background-color: transparent;
  color: white;
  border: none; }

.b-paginacao-disabled, .b-paginacao-disabled:active, .b-paginacao-disabled:focus, .b-paginacao-disabled:disabled, .b-paginacao-disabled:hover {
  color: #454545;
  background-color: transparent !important;
  border-color: rgba(195, 195, 195, 0.5) !important;
  cursor: default; }

.b-favorito, .b-favorito:hover, .b-favorito:focus, .b-favorito:active, .b-favorito:visited {
  background-color: transparent !important;
  border: none;
  padding: 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;
  width: 2rem !important;
  margin: .15rem 0 .15rem 0 !important; }
  .b-favorito img, .b-favorito:hover img, .b-favorito:focus img, .b-favorito:active img, .b-favorito:visited img {
    width: 2rem !important; }

#boss-warning {
  position: fixed;
  display: block;
  z-index: 9999;
  width: 100%;
  max-width: 540px;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000000;
  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: white;
  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: 5px 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: white; }

.boss-warning-close {
  position: absolute;
  cursor: pointer;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  line-height: 45px;
  border-radius: 50%;
  background-color: transparent;
  color: white;
  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: white;
  color: #000000; }

.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
*/
#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;
  max-width: calc(100vw - 20px);
  max-height: calc(100vh - 80px);
  background-color: #ffffff;
  border: none;
  padding: 1rem;
  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-area2 {
  position: relative;
  display: block;
  max-width: calc(100vw - 20px);
  background-color: #ffffff;
  border: none;
  padding: 1rem;
  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-img {
  display: block;
  max-width: calc(100vw - 40px);
  max-height: calc(100vh - 60px); }

.boss-dialog-invisible {
  background-color: transparent !important;
  border: none !important; }

.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: -10px;
  right: -10px;
  font-size: 18px;
  background-color: #000000;
  border: 2px solid #000000;
  color: white;
  border-radius: 50%;
  width: 36px;
  line-height: 32px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  z-index: 2; }
  .boss-dialog-close:hover, .boss-dialog-close:active, .boss-dialog-close:focus {
    background-color: white;
    border-color: #000000;
    color: #000000; }

#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: white;
  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; }

#push-loader {
  position: fixed;
  top: 0px;
  background: -webkit-gradient(linear, left top, right top, from("#6576ecff"), to("#64cbecff")) no-repeat;
  background: -moz-linear-gradient(left, "#6576ecff", "#64cbecff");
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr=$claro, EndColorStr=$escuro);
  height: 3px;
  display: table;
  width: 0%;
  z-index: 9999;
  opacity: 0;
  -webkit-animation: all 0.25s alternate;
  -moz-animation: all 0.25s alternate;
  -o-animation: all 0.25s alternate;
  -ms-animation: all 0.25s alternate;
  animation: all 0.25s alternate;
  -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; }

.push-loader {
  max-width: 5px;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from("#6576ecff"), to("#64cbecff")) no-repeat;
  background: -moz-linear-gradient(left, "#6576ecff", "#64cbecff");
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr=$claro, EndColorStr=$escuro);
  height: 3px;
  position: absolute;
  right: 0px; }

.container_paginacao {
  max-width: 40rem;
  vertical-align: middle;
  display: inline-block; }
  .container_paginacao .paginacao_anterior {
    display: inline-block;
    vertical-align: top; }
  .container_paginacao .paginacao_paginas {
    display: inline-block;
    vertical-align: top; }
    .container_paginacao .paginacao_paginas button {
      border-top: 1px solid #C3C3C3;
      border-bottom: 1px solid #C3C3C3;
      border-left: 1px solid #C3C3C3;
      border-right: 0 solid #C3C3C3; }
      .container_paginacao .paginacao_paginas button:first-child {
        border-left: 0 solid #C3C3C3; }
  .container_paginacao .paginacao_seguinte {
    display: inline-block;
    vertical-align: top; }

/*
	spanduk = Banner em Javanês
 */
.spanduk {
  display: block;
  position: relative;
  z-index: 0;
  width: 100%;
  padding: 0px;
  background-color: #EEE;
  outline: none;
  overflow: hidden;
  min-height: 80px; }
  .spanduk .spanduk-canvas {
    position: relative;
    display: block;
    text-align: center;
    padding: 0;
    margin: auto;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
    overflow: hidden; }
    .spanduk .spanduk-canvas div {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: inherit;
      height: inherit;
      max-width: inherit;
      max-height: inherit;
      padding: 0;
      margin: 0;
      z-index: 4; }
    .spanduk .spanduk-canvas a {
      display: block;
      width: 100%;
      height: 100%;
      max-width: inherit;
      max-height: inherit;
      padding: 0;
      margin: 0; }
    .spanduk .spanduk-canvas img {
      width: auto !important;
      height: 100%;
      max-width: inherit;
      max-height: inherit;
      padding: 0;
      margin: 0;
      box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.1); }
  .spanduk .spanduk-canvas-hidden div {
    display: none !important; }

.spanduk-left, .spanduk-right {
  cursor: pointer;
  position: absolute;
  z-index: 5;
  border: none;
  outline: none;
  border-radius: 7px;
  line-height: 36px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  font-size: 14px;
  color: white;
  background-color: rgba(0, 0, 0, 0.3); }
  .spanduk-left:hover, .spanduk-left:active, .spanduk-left:focus, .spanduk-right:hover, .spanduk-right:active, .spanduk-right:focus {
    color: #000000;
    background-color: white; }

.spanduk-left {
  left: 10rem;
  bottom: 1rem; }

.spanduk-right {
  right: 10rem;
  bottom: 1rem; }

.spanduk-left:hover,
.spanduk-right:hover,
.spanduk-slide:hover,
.spanduk-slide-pause:hover {
  opacity: 1; }

.spanduk-legenda {
  position: absolute;
  z-index: 4;
  width: calc(100vw - 240px);
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  text-align: center;
  color: #232323;
  font-weight: 600;
  font-size: 13px;
  line-height: 36px;
  text-shadow: 0 0 1px #FFF; }

.spanduk-slide {
  display: inline-block;
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin: 10px;
  background-image: url(/jnh/icones/ux-banner.png);
  background-repeat: no-repeat;
  background-size: 40px 120px;
  background-position: 0px 0px;
  opacity: 0.3; }

.spanduk-slide-pause {
  display: inline-block;
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin: 10px;
  background-image: url(/jnh/icones/ux-banner.png);
  background-repeat: no-repeat;
  background-size: 40px 120px;
  background-position: -20px 0px;
  opacity: 1; }

/* ANIMAÇÕES */
.vir-da-direita {
  -webkit-animation: alternate virdadireita 0.5s ease-in-out;
  -moz-animation: alternate virdadireita 0.5s ease-in-out;
  -o-animation: alternate virdadireita 0.5s ease-in-out;
  -ms-animation: alternate virdadireita 0.5s ease-in-out;
  animation: alternate virdadireita 0.5s ease-in-out;
  animation-fill-mode: forwards; }

@-webkit-keyframes virdadireita {
  100% {
    transform: translateX(0%);
    opacity: 1; } }

@-moz-keyframes virdadireita {
  100% {
    transform: translateX(0%);
    opacity: 1; } }

@-o-keyframes virdadireita {
  100% {
    transform: translateX(0%);
    opacity: 1; } }

@keyframes virdadireita {
  100% {
    transform: translateX(0%);
    opacity: 1; } }

.sair-direita {
  -webkit-animation: alternate sairdireita 1s ease-in;
  -moz-animation: alternate sairdireita 1s ease-in;
  -o-animation: alternate sairdireita 1s ease-in;
  -ms-animation: alternate sairdireita 1s ease-in;
  animation: alternate sairdireita 1s ease-in;
  animation-fill-mode: forwards; }

@-webkit-keyframes sairdireita {
  40% {
    opacity: 0.2; }
  100% {
    transform: translateX(100%);
    opacity: 0.2; } }

@-moz-keyframes sairdireita {
  40% {
    opacity: 0.2; }
  100% {
    transform: translateX(100%);
    opacity: 0.2; } }

@-o-keyframes sairdireita {
  40% {
    opacity: 0.2; }
  100% {
    transform: translateX(100%);
    opacity: 0.2; } }

@keyframes sairdireita {
  40% {
    opacity: 0.2; }
  100% {
    transform: translateX(100%);
    opacity: 0.2; } }

.vir-da-esquerda {
  -webkit-animation: alternate virdaesquerda 0.5s ease-in-out;
  -moz-animation: alternate virdaesquerda 0.5s ease-in-out;
  -o-animation: alternate virdaesquerda 0.5s ease-in-out;
  -ms-animation: alternate virdaesquerda 0.5s ease-in-out;
  animation: alternate virdaesquerda 0.5s ease-in-out;
  animation-fill-mode: forwards; }

@-webkit-keyframes virdaesquerda {
  100% {
    transform: translateX(0%);
    opacity: 1; } }

@-moz-keyframes virdaesquerda {
  100% {
    transform: translateX(0%);
    opacity: 1; } }

@-o-keyframes virdaesquerda {
  100% {
    transform: translateX(0%);
    opacity: 1; } }

@keyframes virdaesquerda {
  100% {
    transform: translateX(0%);
    opacity: 1; } }

.sair-esquerda {
  -webkit-animation: alternate sairesquerda 1s ease-in;
  -moz-animation: alternate sairesquerda 1s ease-in;
  -o-animation: alternate sairesquerda 1s ease-in;
  -ms-animation: alternate sairesquerda 1s ease-in;
  animation: alternate sairesquerda 1s ease-in;
  animation-fill-mode: forwards; }

@-webkit-keyframes sairesquerda {
  40% {
    opacity: 0.2; }
  100% {
    transform: translateX(-100%);
    opacity: 0.2; } }

@-moz-keyframes sairesquerda {
  40% {
    opacity: 0.2; }
  100% {
    transform: translateX(-100%);
    opacity: 0.2; } }

@-o-keyframes sairesquerda {
  40% {
    opacity: 0.2; }
  100% {
    transform: translateX(-100%);
    opacity: 0.2; } }

@keyframes sairesquerda {
  40% {
    opacity: 0.2; }
  100% {
    transform: translateX(-100%);
    opacity: 0.2; } }

/* UX GALERIA */
.ux-galeria {
  display: block;
  position: relative;
  width: 100%;
  padding: 0;
  outline: none;
  overflow: hidden; }

.galeria-full-screen {
  border-radius: 0;
  position: fixed !important;
  z-index: 9998 !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important; }

.imovel_status {
  position: absolute;
  z-index: 99999999999;
  left: 0;
  top: 2rem;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 0.2rem 1rem;
  color: white;
  font-size: 1.7rem; }

.ux-galeria-canvas {
  position: relative;
  display: block;
  /* background-color: #646464; */
  background-color: #292d35;
  text-align: center;
  padding: 0px;
  margin: 0px;
  width: inherit;
  height: inherit;
  min-height: 150px;
  max-width: inherit;
  max-height: inherit;
  overflow: hidden;
  perspective: 100vw; }

.ux-galeria-canvas div {
  display: table-cell;
  vertical-align: middle;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
  padding: 0;
  margin: 0; }

.ux-galeria-canvas-hidden div {
  display: none; }

.ux-galeria-canvas img {
  max-width: inherit;
  max-height: inherit;
  padding: 0;
  margin: 0;
  box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.1); }

.ux-galeria-top {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 4;
  display: block;
  bottom: -70px;
  right: 0;
  left: 0;
  height: 100px;
  transform-origin: center center;
  -webkit-animation: all 0.25s alternate;
  -moz-animation: all 0.25s alternate;
  -o-animation: all 0.25s alternate;
  -ms-animation: all 0.25s alternate;
  animation: all 0.25s alternate;
  -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; }

.ux-galeria-top:hover {
  bottom: 0;
  transform-origin: center center;
  -webkit-animation: all 0.25s alternate;
  -moz-animation: all 0.25s alternate;
  -o-animation: all 0.25s alternate;
  -ms-animation: all 0.25s alternate;
  animation: all 0.25s alternate;
  -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; }

.ux-galeria-top-active {
  bottom: 0; }

.ux-galeria-button-thumbs {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin: 5px; }

.ux-galeria-button-thumbs::before {
  display: block;
  color: #FFF;
  content: "\f03e";
  font-family: 'Objetiva Software Light' !important;
  font-size: 20px;
  text-align: center;
  transform-origin: center center;
  -webkit-animation: all 0.25s alternate;
  -moz-animation: all 0.25s alternate;
  -o-animation: all 0.25s alternate;
  -ms-animation: all 0.25s alternate;
  animation: all 0.25s alternate;
  -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;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5); }

.ux-galeria-button-thumbs-active::before {
  color: #869dff; }

.ux-galeria-slide {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin: 5px; }

.ux-galeria-slide::before {
  display: block;
  color: #FFF;
  content: "\f04b";
  font-family: 'Objetiva Software Light' !important;
  font-size: 20px;
  text-align: center;
  transform-origin: center center;
  -webkit-animation: all 0.25s alternate;
  -moz-animation: all 0.25s alternate;
  -o-animation: all 0.25s alternate;
  -ms-animation: all 0.25s alternate;
  animation: all 0.25s alternate;
  -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;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5); }

.ux-galeria-slide-pause {
  display: inline-block;
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin: 5px; }

.ux-galeria-slide-pause::before {
  display: block;
  color: #FFF;
  content: "\f04c";
  font-family: 'Objetiva Software Light' !important;
  font-size: 20px;
  text-align: center;
  transform-origin: center center;
  -webkit-animation: all 0.25s alternate;
  -moz-animation: all 0.25s alternate;
  -o-animation: all 0.25s alternate;
  -ms-animation: all 0.25s alternate;
  animation: all 0.25s alternate;
  -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;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5); }

.ux-galeria-fullscreen {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin: 5px; }

.ux-galeria-fullscreen::before {
  display: block;
  color: #FFF;
  content: "\f065";
  font-family: 'Objetiva Software Light' !important;
  font-size: 20px;
  text-align: center;
  transform-origin: center center;
  -webkit-animation: all 0.25s alternate;
  -moz-animation: all 0.25s alternate;
  -o-animation: all 0.25s alternate;
  -ms-animation: all 0.25s alternate;
  animation: all 0.25s alternate;
  -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;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5); }

.ux-galeria-fullscreen-exit {
  display: inline-block;
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin: 5px; }

.ux-galeria-fullscreen-exit::before {
  display: block;
  color: #FFF;
  content: "\f066";
  font-family: 'Objetiva Software Light' !important;
  font-size: 20px;
  text-align: center;
  transform-origin: center center;
  -webkit-animation: all 0.25s alternate;
  -moz-animation: all 0.25s alternate;
  -o-animation: all 0.25s alternate;
  -ms-animation: all 0.25s alternate;
  animation: all 0.25s alternate;
  -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;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5); }

.ux-galeria-thumbs {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 95px);
  height: 95px; }

.ux-galeria-thumbs-scroll {
  text-align: center;
  display: block;
  height: 60px;
  overflow: auto; }

.ux-galeria-thumbs-scroll::-webkit-scrollbar {
  width: 10px;
  height: 10px; }

.ux-galeria-thumbs-scroll::-webkit-scrollbar-track-piece {
  background-color: transparent; }

.ux-galeria-thumbs-scroll::-webkit-scrollbar-thumb:vertical {
  height: 5px;
  background-color: #2a2a2a; }

.ux-galeria-thumbs-scroll::-webkit-scrollbar-thumb:horizontal {
  width: 5px;
  background-color: #2a2a2a; }

.ux-galeria-thumbs-scroll::-ms-clear {
  width: 0;
  height: 0; }

.ux-galeria-thumbs-scroll::-ms-reveal {
  width: 0;
  height: 0; }

.ux-galeria-thumbs img {
  width: auto;
  height: 50px;
  margin: 0 0 0 10px !important;
  cursor: pointer;
  border-radius: 2px; }

.ux-galeria-left {
  position: absolute;
  z-index: 4;
  display: block;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  margin-top: -60px;
  display: inline-block;
  cursor: pointer;
  width: 50px;
  height: 80px;
  opacity: 0.8; }

.ux-galeria-left::before {
  display: block;
  color: #FFF;
  content: "\f104";
  font-family: 'Objetiva Software Light' !important;
  font-size: 60px;
  line-height: 80px;
  text-align: center;
  transform-origin: center center;
  -webkit-animation: all 0.25s alternate;
  -moz-animation: all 0.25s alternate;
  -o-animation: all 0.25s alternate;
  -ms-animation: all 0.25s alternate;
  animation: all 0.25s alternate;
  -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;
  transition: all 0.25s ease-in-out;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5); }

.ux-galeria-left:hover::before {
  transform: scale(1.3);
  transform-origin: center center;
  -webkit-animation: all 0.25s alternate;
  -moz-animation: all 0.25s alternate;
  -o-animation: all 0.25s alternate;
  -ms-animation: all 0.25s alternate;
  animation: all 0.25s alternate;
  -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; }

.ux-galeria-right {
  position: absolute;
  z-index: 4;
  display: block;
  top: 50%;
  right: 0;
  margin-top: -60px;
  background-color: rgba(0, 0, 0, 0.5);
  display: inline-block;
  cursor: pointer;
  width: 50px;
  height: 80px;
  opacity: 0.8; }

.ux-galeria-right::before {
  display: block;
  color: #FFF;
  content: "\f105";
  font-family: 'Objetiva Software Light' !important;
  font-size: 60px;
  text-align: center;
  line-height: 80px;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
  transform-origin: center center;
  -webkit-animation: all 0.25s alternate;
  -moz-animation: all 0.25s alternate;
  -o-animation: all 0.25s alternate;
  -ms-animation: all 0.25s alternate;
  animation: all 0.25s alternate;
  -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; }

.ux-galeria-right:hover::before {
  transform-origin: center center;
  transform: scale(1.3);
  -webkit-animation: all 0.25s alternate;
  -moz-animation: all 0.25s alternate;
  -o-animation: all 0.25s alternate;
  -ms-animation: all 0.25s alternate;
  animation: all 0.25s alternate;
  -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; }

.ux-galeria-legenda {
  width: 100%;
  height: 30px;
  text-align: center;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5), 1px 0px 2px rgba(0, 0, 0, 0.5);
  color: #FFF;
  display: inline-block;
  vertical-align: middle;
  line-height: 30px;
  font-size: 14px;
  text-overflow: ellipsis;
  word-wrap: break-word;
  max-height: 30px;
  height: 100vh;
  overflow: hidden; }

.ux-galeria-left:hover,
.ux-galeria-right:hover,
.ux-galeria-fullscreen:hover,
.ux-galeria-fullscreen-exit:hover,
.ux-galeria-slide:hover,
.ux-galeria-slide-pause:hover {
  opacity: 1; }

.galeria-full-screen .ux-galeria-canvas {
  background-color: #000 !important; }

/* BANNER */
.ux-banner {
  display: table;
  width: 100%;
  min-height: 80px;
  background-color: #707070;
  position: relative;
  padding: 0px;
  -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 alternate;
  -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; }

.ux-banner-pad {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 1200px;
  position: relative;
  padding: 10px 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; }

.ux-banner-canvas {
  display: block;
  text-align: center;
  position: relative;
  z-index: 2; }

.ux-banner-nav {
  display: table;
  position: absolute;
  z-index: 3;
  left: 0px;
  bottom: 0px;
  width: 100%;
  text-align: center;
  padding: 10px 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; }

.ux-banner-nav span {
  cursor: pointer;
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #AAA;
  border-radius: 50%;
  color: #FFF;
  margin: 5px 10px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8), 2px 2px 4px rgba(0, 0, 0, 0.8);
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  -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 alternate;
  -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; }

.ux-banner-nav-active {
  background-color: #008A8D !important;
  width: 20px !important;
  height: 20px !important;
  margin: 0px 5px !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 alternate;
  -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; }

.ux-banner-nav span:hover {
  background-color: #707070 !important;
  width: 20px !important;
  height: 20px !important;
  margin: 0px 5px !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 alternate;
  -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; }

.ux-banner-canvas img {
  width: 100%;
  height: auto;
  max-width: 100%;
  padding: 0px;
  margin: 0px;
  box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.1); }

/* TEXT */
.boss-input-text {
  transform: translateX(0px);
  transition: transform 0.15s ease;
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-family: inherit;
  font-weight: 300;
  height: 40px;
  min-width: 40px;
  margin: 2px 0px 2px 0px;
  background-color: transparent;
  border: 1px solid #888888;
  border-radius: 0px;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  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: 0.2s all;
  -moz-transition: 0.2s all;
  -o-transition: 0.2s all;
  -ms-transition: 0.2s all;
  transition: 0.2s all; }

.boss-input-text i, .boss-input-text label {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  font-size: 100% !important;
  text-align: center;
  border-radius: 0px 0 0 0px;
  color: #232323;
  background-color: transparent;
  line-height: 38px;
  height: 38px; }

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

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

/* TEXTAREA */
.boss-input-textarea {
  transform: translateX(0px);
  transition: transform 0.15s ease;
  font-family: inherit;
  font-weight: 300;
  min-height: 80px;
  border: 1px solid #888888;
  display: inline-block;
  margin: 2px 0px 2px 0px;
  background-color: transparent;
  border-radius: 0px;
  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: #232323;
  font-size: 13px;
  font-family: inherit;
  font-weight: 300;
  background-color: transparent;
  border-radius: 0px;
  height: inherit;
  width: 100%;
  min-height: inherit;
  border: none;
  outline: none;
  resize: none;
  margin: 0px !important;
  padding: 10px 10px 10px 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; }

/* INPUT ALL */
.boss-input-text input {
  vertical-align: middle;
  color: #232323;
  font-size: 13px;
  font-family: inherit;
  font-weight: 300;
  background-color: transparent;
  border-radius: 0px;
  height: 38px;
  width: calc(100% - 40px);
  padding: 0px 10px 0px 10px;
  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; }

/* 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: 38px;
  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 input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px transparent inset !important;
  -webkit-text-fill-color: #232323 !important;
  -webkit-transition: color 9999s ease-out, background-color 9999s ease-out;
  -webkit-transition-delay: 9999s; }

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

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

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

/* UPLOAD */
.boss-upload {
  height: 50px;
  min-width: 50px;
  margin: 2px 0px 2px 0px;
  background-color: transparent;
  border: 1px solid #888888;
  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;
  position: relative; }

.boss-upload input {
  width: 100%;
  height: inherit;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  cursor: pointer;
  z-index: 3; }

.boss-upload:focus p,
.boss-upload:hover p,
.boss-upload:active p {
  color: #000000 !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: #888888 !important;
  font-weight: normal !important; }

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

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

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

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

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

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

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

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

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

/* SELECT */
.boss-select {
  transform: translateX(0px);
  transition: transform 0.15s ease;
  font-family: inherit;
  font-weight: 300;
  position: relative;
  margin: 2px 0px 2px 0px;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  height: 40px;
  min-width: 40px;
  background-color: transparent;
  border: 1px solid #888888;
  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: #232323;
  margin: 0px;
  padding: 0px 10px 0px 10px;
  height: 38px;
  width: 100%;
  z-index: 2;
  font-family: inherit;
  font-weight: 300;
  background-color: transparent;
  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: 40px;
  z-index: 1; }

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

.boss-select label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 0;
  text-align: center;
  width: 40px;
  line-height: 38px;
  height: 38px;
  content: "\f078";
  font-size: 100% !important;
  color: #232323;
  font-family: 'FontIcons Pro' !important;
  transform: rotate(0deg);
  transform-origin: center;
  transition: transform 0.15s ease; }

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

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

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

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

.boss-js-select {
  position: relative;
  display: inline-block;
  vertical-align: top;
  outline: none;
  height: 38px;
  line-height: 36px;
  min-width: 135px;
  background-color: transparent;
  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; }

.boss-js-select select {
  opacity: 0;
  position: absolute;
  z-index: 1;
  width: 1px;
  height: 1px;
  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-select-label {
  cursor: pointer;
  height: inherit;
  line-height: inherit;
  padding: 0 5px;
  color: #3c3641;
  font-size: .9em;
  height: inherit;
  line-height: inherit;
  position: relative;
  z-index: 3;
  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-select-label-show {
  left: -1px;
  right: -1px;
  display: block;
  background-color: #FFF;
  border: 1px solid #757575;
  position: absolute;
  z-index: 4;
  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-select-search,
.boss-js-select-check-all {
  padding: 2px 5px;
  background-color: #FFF;
  height: inherit;
  line-height: inherit;
  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-select-search-input {
  border: 1px solid #AAA;
  outline: none;
  height: 30px;
  width: 100%;
  padding-left: 5px;
  padding-right: 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; }

.boss-js-select-search div {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none; }

.boss-js-select-search span {
  cursor: pointer;
  top: 4px;
  right: 6px;
  width: 30px;
  height: 28px;
  display: block;
  text-align: center;
  position: absolute;
  color: #333;
  z-index: 2;
  color: #333;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  font: 500 20px/28px 'sans'; }

.boss-js-select div.button {
  cursor: pointer;
  float: right;
  vertical-align: middle;
  border: 1px solid #757575;
  background-color: #FFF;
  height: 26px;
  line-height: 24px;
  padding: 0 5px;
  margin-top: 3px;
  margin-left: 5px;
  min-width: 40px;
  font-size: 10px;
  font-weight: 600;
  border-radius: 5px;
  text-align: center;
  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-js-select div.button:hover {
  background-color: #757575;
  color: #3c3641; }

.boss-js-select-list {
  background-color: #fff;
  width: 100%;
  display: block;
  max-height: 320px;
  overflow: auto; }

.boss-js-select-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%; }

.boss-js-select-list ul li {
  position: relative;
  list-style: none;
  padding: 2px 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; }

/* SELECT SLCT */
.boss-slct {
  transform: translateX(0px);
  transition: transform 0.15s ease;
  outline: none;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background-color: transparent;
  margin: 2px 0px 2px 0px;
  height: 40px;
  min-width: 40px;
  border: 1px solid #888888;
  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: 0px;
  margin: 0px; }

.boss-slct-label {
  cursor: pointer;
  display: block;
  padding: 0px 10px 0px 10px;
  position: absolute;
  width: 100%;
  z-index: 0;
  top: 0px;
  left: 0px;
  line-height: 38px;
  height: 38px;
  overflow: hidden;
  color: #232323;
  font-family: inherit;
  font-weight: 300;
  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: 0px;
  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 height, 0.15s alternate;
  -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: #888888; }

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

.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: 300;
  list-style: none;
  cursor: pointer;
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 38px;
  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-img ul li img {
  height: 30px; }

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

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

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

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

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

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

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

/* CHECKBOX */
.boss-checkbox {
  transform: translateX(0px);
  transition: transform 0.15s ease;
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-family: inherit;
  font-weight: 300;
  height: 40px;
  min-width: 40px;
  margin: 2px 0px 2px 0px;
  padding-left: 5px;
  padding-right: 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; }

.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: #232323;
  text-align: left;
  line-height: 38px;
  height: 38px;
  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: 32px;
  height: 32px;
  border: 1px solid #AAA;
  border-radius: 3px;
  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: "\f00c" !important;
  font-size: 1px;
  font-family: 'FontIcons Pro' !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: #C3C3C3 !important; }

.boss-checkbox input:disabled + label span {
  border-color: #C3C3C3 !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; } }

/* CHECKBOX */
.boss-check {
  transform: translateX(0px);
  transition: transform 0.15s ease;
  font-family: inherit;
  position: relative;
  display: inline-block;
  vertical-align: top;
  min-width: 40px;
  margin: 2px 0px 2px 0px;
  padding-left: 5px;
  padding-right: 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; }

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

.boss-check label {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  text-align: left;
  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-check label span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 32px;
  height: 32px;
  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-check input:checked + label {
  font-weight: bold; }

.boss-check 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-check input:checked + label span::before {
  font-weight: normal;
  animation: checkbox_in 0.3s;
  animation-fill-mode: forwards;
  transform-origin: center center; }

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

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

/* CUSTOM */
.boss-check label {
  padding: 10px 5px;
  border: 1px solid #C3C3C3;
  font-size: 16px;
  color: #2E3138;
  background-color: #C3C3C3;
  font-weight: 500; }

.boss-check label:hover {
  background-color: #8d929e; }

.boss-check input:checked + label {
  font-weight: 600;
  border: 1px solid #000000;
  background-color: #000000;
  color: white; }

.boss-check input:checked + label:hover {
  background-color: #000000; }

@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(0px);
  transition: transform 0.15s ease;
  font-family: inherit;
  font-weight: 300;
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 40px;
  min-width: 40px;
  margin: 2px 0px 2px 0px;
  padding-left: 5px;
  padding-right: 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; }

.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: #232323;
  text-align: left;
  line-height: 38px;
  height: 38px;
  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: 32px;
  height: 32px;
  border: 1px 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; }

.boss-radio-white label {
  color: white !important; }
  .boss-radio-white label span {
    color: white !important;
    border-color: white !important; }
    .boss-radio-white label span::before {
      background-color: white !important; }

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

.boss-radio input:disabled + label span {
  border-color: #C3C3C3 !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: 14px;
    height: 14px; }
  100% {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%);
    width: 10px;
    height: 10px; } }

@keyframes radio_out {
  0% {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%);
    width: 14px;
    height: 14px; }
  100% {
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    width: 2px;
    height: 2px; } }

/* JS DATA COMPONENT */
.boss-js-date {
  transform: translateX(0px);
  transition: transform 0.15s ease;
  font-family: inherit;
  position: relative;
  z-index: 1;
  margin: 2px 0px 2px 0px;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  outline: none;
  height: 40px;
  line-height: 38px;
  min-width: 85px;
  background-color: transparent;
  border: 1px solid #888888;
  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: #232323;
  margin: auto;
  padding: 0px 10px 0px 10px;
  height: 38px;
  z-index: 2;
  font-weight: 400;
  font-family: inherit;
  background-color: #C3C3C3;
  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: 0px 10px;
  color: #232323;
  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: #888888 !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 0px;
  line-height: 22px !important;
  height: 22px !important;
  color: #232323;
  border: 1px solid #888888;
  width: 14.285%; }

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

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

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

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

.boss-js-date-show-ative {
  background-color: #888888 !important;
  border-color: #888888 !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: 2.4px;
  line-height: -3.6px;
  border: none;
  border-radius: 0;
  padding-left: 0px;
  padding-right: 0px;
  width: 2.4px;
  margin: 2px 0px 2px 0px;
  background-color: #C3C3C3;
  font-size: 130%;
  font-weight: 400;
  color: #232323;
  font-family: inherit;
  text-transform: uppercase;
  letter-spacing: 0px;
  word-spacing: normal;
  transition: background .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-show-arrows:hover, .boss-js-date-show-arrows:active, .boss-js-date-show-arrows:focus {
  background-color: #000000;
  color: white; }

.boss-js-date-show-button {
  position: relative;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  height: 2.4px;
  line-height: -3.6px;
  border: none;
  border-radius: 0;
  padding-left: 1.5;
  padding-right: 1.5;
  margin: 2px 0px 2px 0px;
  background-color: #C3C3C3;
  font-size: 0.75;
  font-weight: 400;
  color: #232323;
  font-family: inherit;
  text-transform: uppercase;
  letter-spacing: 0px;
  word-spacing: normal;
  transition: background .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: 0px !important;
  width: 0px !important;
  padding: 0px !important;
  margin: 0px !important;
  line-height: 0px !important;
  position: absolute;
  z-index: 0; }

.boss-js-date-m {
  height: 2.4px;
  width: calc((100% - 4.8px) / 2);
  line-height: -3.6px; }

.boss-js-date-y {
  height: 2.4px;
  width: calc((100% - 4.8px) / 2);
  line-height: -3.6px; }

.boss-js-date label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 0;
  text-align: center;
  width: 40px;
  line-height: 38px;
  height: 38px;
  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; }

/* ONFOCUS */
.focus {
  /*transform: translateY(-1px) !important;*/
  box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.2);
  border-color: #888888;
  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: #888888; }

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

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

/* CHECKBOX */
.focus-checkbox input + label {
  background-color: transparent !important;
  color: #888888 !important; }

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

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

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

/* MOBILE */
.error-field {
  border-color: #000000; }
  .error-field input + label span {
    border-color: #000000; }
  .error-field label i {
    color: #000000; }

.input-title {
  font-size: 14px;
  margin: 10px 0px 2px 0px;
  line-height: 15px; }

/* 
	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
*/
.formulario-titulo {
  font-family: inherit  !important;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
  color: #454545 !important;
  font-size: 16px !important; }

.formsimple-input {
  -webkit-outline: none !important;
  -moz-outline: none !important;
  -ms-outline: none !important;
  -o-outline: none !important;
  outline: none !important;
  padding: 0px 20px 0px 20px;
  vertical-align: middle;
  line-height: 38px;
  min-width: 40px;
  margin: .15rem 0 .15rem 0;
  background-color: transparent;
  border: 1px solid white;
  border-radius: var(--Border-radius);
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !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;
  font-family: inherit  !important;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
  color: #454545 !important; }
  .formsimple-input:focus {
    border-color: white; }
  .formsimple-input:disabled {
    cursor: not-allowed !important;
    background: white !important;
    color: #232323 !important;
    border-color: white !important; }
  .formsimple-input:disabled::placeholder {
    color: #232323 !important;
    font-weight: normal !important; }
  .formsimple-input:input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 50px transparent inset !important;
    -webkit-text-fill-color: #232323 !important;
    -webkit-transition: color 9999s ease-out, background-color 9999s ease-out;
    -webkit-transition-delay: 9999s; }
  .formsimple-input[type="number"] {
    text-align: right; }
  .formsimple-input[type="password"] {
    font-weight: 700 !important; }
  .formsimple-input[type="color"] {
    padding: 0 !important;
    /* Mozila */
    /* Chrome */ }
    .formsimple-input[type="color"]::-moz-color-swatch-wrapper {
      padding: 0 !important; }
    .formsimple-input[type="color"]::-moz-color-swatch {
      border: none !important; }
    .formsimple-input[type="color"]::-webkit-color-swatch-wrapper {
      padding: 0 !important; }
    .formsimple-input[type="color"]::-webkit-color-swatch {
      border: none !important; }

.input-white {
  color: #ffffff !important; }

.formsimple-input-noleft {
  border-left: none !important;
  border-radius: 0px 3px 3px 0px !important; }

.formsimple-input-nocenter {
  border-left: none !important;
  border-right: none !important;
  border-radius: 0 !important; }

.formsimple-input-noright {
  border-right: none !important;
  border-radius: 3px 0px 0px 3px !important; }

.formsimple-input-notop {
  border-radius: 0px 0px 3px 3px !important;
  border-top: none !important;
  margin-top: 0 !important; }

.formsimple-input-novcenter {
  border-radius: 0 !important;
  border-top: none !important;
  border-bottom: none !important;
  margin: 0 !important; }

.formsimple-input-nobottom {
  border-radius: 3px 3px 0px 0px !important;
  border-bottom: none !important;
  margin-bottom: 0 !important; }

.formsimple-upload {
  position: relative;
  cursor: pointer;
  display: inline-block;
  outline: none;
  padding: 0px 20px 0px 20px;
  overflow: none;
  height: 38px;
  min-width: 40px;
  margin: 2px 0px 2px 0px;
  background-color: transparent;
  border: 1px solid white;
  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;
  font-family: inherit  !important;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
  color: #454545 !important; }
  .formsimple-upload input {
    position: absolute !important;
    left: 0;
    opacity: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    height: 38px;
    z-index: 1 !important; }
  .formsimple-upload:disabled + label {
    cursor: not-allowed !important;
    background: white !important;
    color: #888888 !important;
    border-color: white !important; }

.formsimple-textarea {
  outline: none;
  width: 100%;
  padding: 20px;
  min-height: 40px;
  min-width: 40px;
  background-color: transparent;
  border: 1px solid white;
  resize: none;
  margin: 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;
  font-family: inherit  !important;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
  color: #454545 !important; }
  .formsimple-textarea:focus {
    border-color: #e6e6e6; }
  .formsimple-textarea:disabled {
    cursor: not-allowed !important;
    background: white !important;
    color: #888888 !important;
    border-color: white !important; }

.formsimple-select {
  outline: none;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  min-width: 50px;
  cursor: pointer !important;
  line-height: 38px;
  margin: .15rem 0 .15rem 0;
  background-color: transparent;
  border: 1px solid white;
  border-radius: var(--Border-radius);
  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;
  font-family: inherit  !important;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
  color: #454545 !important;
  /* Isso buga no firefox.
	&:active::after {
		content: "\e316";
	}*/ }
  .formsimple-select select {
    padding: 0px 38px 0px 20px;
    cursor: pointer !important;
    width: 100%;
    line-height: inherit;
    background-color: transparent !important;
    border: none !important;
    z-index: 1;
    font-size: inherit;
    font-weight: inherit;
    border-radius: var(--Border-radius); }
  .formsimple-select::after {
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    bottom: 0;
    display: block;
    z-index: 0;
    text-align: center;
    width: 38px;
    line-height: 38px;
    content: "\f107";
    font-size: 20px !important;
    color: #232323;
    font-family: 'Objetiva Software Light' !important;
    transform: rotate(0deg);
    transform-origin: center;
    transition: transform 0.15s ease; }
  .formsimple-select:active {
    border-color: white; }

.formsimple-select-right {
  border-radius: 3px 0 0 3px;
  border-right: none; }

.formsimple-select-left {
  border-radius: 0 3px 3px 0;
  border-left: none; }

.formsimple-select-center {
  border-radius: 0;
  border-right: none;
  border-left: none; }

.formsimple-select-top {
  border-radius: 3px 3px 0 0;
  border-bottom: none; }

.formsimple-select-bottom {
  border-radius: 0 0 3px 3px;
  border-top: none; }

/* RADIO */
.formsimple-radio {
  transform: translateX(0px);
  transition: transform 0.15s ease;
  font-family: inherit;
  font-weight: 300;
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 40px;
  min-width: 40px;
  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; }

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

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

.formsimple-radio label span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 32px;
  height: 32px;
  border: 1px 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; }

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

.formsimple-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: formsimple_radio_out 0.3s;
  animation-fill-mode: forwards;
  transform-origin: center center; }

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

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

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

@keyframes formsimple_radio_in {
  0% {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%);
    width: 2px;
    height: 2px; }
  50% {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%);
    width: 14px;
    height: 14px; }
  100% {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%);
    width: 10px;
    height: 10px; } }

@keyframes formsimple_radio_out {
  0% {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%);
    width: 14px;
    height: 14px; }
  100% {
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    width: 2px;
    height: 2px; } }

/* CHECKBOX */
.formsimple-checkbox {
  transform: translateX(0px);
  transition: transform 0.15s ease;
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-family: inherit;
  font-weight: 300;
  height: 40px;
  min-width: 40px;
  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; }

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

.formsimple-checkbox label {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  font-size: 16px !important;
  color: #232323;
  text-align: left;
  line-height: 38px;
  height: 38px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none; }

.formsimple-checkbox label span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: .5rem;
  font-size: 0;
  /* width: 32px; */
  width: 25px;
  /* height: 32px; */
  height: 25px;
  border: 1px solid #AAA;
  border-radius: 3px;
  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; }

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

.formsimple-checkbox input + label span::before {
  position: absolute;
  width: inherit;
  top: 50%;
  left: 50%;
  display: block;
  text-align: center;
  content: "\f00c" !important;
  font-size: 0;
  font-family: 'Objetiva Software Light' !important;
  font-weight: normal;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%);
  animation-fill-mode: forwards;
  transform-origin: center center; }

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

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

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

.formsimple-checkbox-min {
  height: 28px !important;
  margin: 2px 0 1px 0; }
  .formsimple-checkbox-min label {
    height: 28px !important;
    line-height: 28px !important;
    font-family: inherit  !important;
    font-size: 0.8rem !important;
    font-weight: 400 !important;
    color: #454545 !important; }
    .formsimple-checkbox-min label span {
      width: 20px;
      height: 20px; }
  .formsimple-checkbox-min input:checked + label span::before {
    font-weight: normal;
    animation: formsimple_checkbox_in_min 0.3s;
    animation-fill-mode: forwards;
    transform-origin: center center; }

@keyframes formsimple_checkbox_in {
  0% {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%);
    font-size: 0rem; }
  50% {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%);
    font-size: 1.5rem; }
  100% {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%);
    font-size: 1.1rem; } }

@keyframes formsimple_checkbox_in_min {
  0% {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%);
    font-size: 0rem; }
  50% {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%);
    font-size: 1.1rem; }
  100% {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%);
    font-size: 0.9rem; } }

.formsimple-selectmultiple {
  display: inline-block;
  vertical-align: middle;
  outline: none;
  min-width: 130px;
  line-height: 38px;
  position: relative;
  color: #232323;
  margin: .15rem 0 .15rem 0; }
  .formsimple-selectmultiple select {
    position: absolute;
    visibility: hidden;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    z-index: 0; }
  .formsimple-selectmultiple .label {
    outline: none;
    padding: 0px 38px 0px 20px;
    display: block;
    width: 100%;
    position: relative;
    /* border: 1px solid $formsimple_inputBorderColor; */
    border-radius: var(--Border-radius);
    background-color: transparent;
    line-height: inherit;
    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;
    font-family: inherit  !important;
    font-size: 0.8rem !important;
    font-weight: 400 !important;
    color: #454545 !important; }
    .formsimple-selectmultiple .label:hover {
      background-color: #c1c1c1; }
  .formsimple-selectmultiple .component {
    display: block;
    overflow: hidden;
    height: 0;
    visibility: hidden;
    width: calc(100% - 2px);
    position: absolute;
    top: 38px;
    left: 0;
    z-index: 2;
    border-top: none;
    border-bottom: 1px solid #C3C3C3;
    border-left: 1px solid #C3C3C3;
    border-right: 1px solid #C3C3C3; }
    .formsimple-selectmultiple .component .search {
      display: block;
      width: 100%;
      background-color: #eee;
      border: none;
      padding: 0; }
      .formsimple-selectmultiple .component .search input {
        background-color: #eee;
        outline: none;
        width: 100%;
        border: none;
        border-left: 3px solid #888;
        margin: 0;
        padding: 0 0.5rem;
        line-height: 2rem;
        font-weight: 500;
        font-size: 0.8rem;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box; }
    .formsimple-selectmultiple .component .items {
      display: block;
      width: 100%;
      background-color: #ffffff;
      max-height: 12rem;
      text-align: left;
      min-height: 3rem;
      overflow: auto;
      padding-top: 1rem;
      padding-bottom: 1rem;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box; }
      .formsimple-selectmultiple .component .items .group {
        padding: 1rem;
        padding-bottom: 0;
        font-weight: 400;
        font-size: 1.1rem;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box; }
      .formsimple-selectmultiple .component .items .group_itens {
        padding: 1rem;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box; }
    .formsimple-selectmultiple .component .botoes {
      display: block;
      width: 100%;
      background-color: #ffffff;
      height: 2.5rem;
      border-top: 1px solid #C3C3C3; }
      .formsimple-selectmultiple .component .botoes .undo {
        display: inline-block;
        width: 50%;
        vertical-align: top; }
      .formsimple-selectmultiple .component .botoes .ok {
        display: inline-block;
        width: 49%;
        vertical-align: top; }
      .formsimple-selectmultiple .component .botoes button {
        display: block;
        margin: 0;
        outline: none;
        border: 0;
        background-color: transparent;
        color: #232323;
        height: inherit; }

.active .component {
  height: auto;
  visibility: visible; }

.active .label {
  background-color: #fff !important; }
  .active .label:hover {
    background-color: #fff;
    color: black; }

.formsimple-input-bc {
  background-color: #dadada;
  color: #232323;
  border: none; }

.formsimple-selectmultiple::after {
  position: absolute;
  top: 0;
  right: 20px;
  pointer-events: none;
  bottom: 0;
  display: block;
  z-index: 1;
  text-align: center;
  width: 1rem;
  height: 0rem;
  line-height: 38px;
  content: "\f078";
  font-size: 17px !important;
  color: #000000;
  font-family: 'Objetiva Software Light' !important;
  transform: rotate(0deg);
  transform-origin: center;
  transition: transform 0.15s ease; }

.formsimple-selectmultiple .label {
  background-color: #dadada;
  color: #5c5c69 !important;
  font-size: 1rem !important;
  font-weight: 300 !important;
  text-align: center; }

.formsimple-selectmultiple .component {
  border-top: none;
  border-bottom: 1px solid white !important;
  border-left: 1px solid white !important;
  border-right: 1px solid white !important; }
  .formsimple-selectmultiple .component .items .group {
    color: #454545 !important; }
  .formsimple-selectmultiple .component .botoes .undo {
    background-color: #000000;
    border: 0 !important;
    border-color: #000000 !important;
    color: white !important;
    font-weight: 900;
    cursor: pointer; }
    .formsimple-selectmultiple .component .botoes .undo:hover {
      background-color: #141414; }
  .formsimple-selectmultiple .component .botoes .ok {
    background-color: #000000;
    color: white !important;
    font-weight: 900;
    cursor: pointer; }
    .formsimple-selectmultiple .component .botoes .ok:hover {
      background-color: #141414; }
  .formsimple-selectmultiple .component .botoes button {
    display: block;
    margin: 0;
    outline: none;
    border: 0;
    background-color: transparent;
    height: inherit; }

.nav {
  display: block;
  width: 35vh;
  position: fixed;
  top: 0;
  right: -1000px;
  background: rgba(0, 0, 0, 0.9);
  z-index: 99991;
  color: white; }
  .nav button {
    margin-right: 1rem; }
    .nav button i {
      line-height: inherit; }
  .nav .nav-flow {
    min-height: 50vh;
    height: 100vh; }
  .nav .nav-titulo {
    color: white;
    font-size: 1.7rem;
    font-weight: 600;
    padding: 1.5rem 1rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    text-transform: uppercase; }
  .nav .nav-menu {
    color: white;
    font-size: 1.4rem;
    margin: 0;
    padding: .6rem 1rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box; }
    .nav .nav-menu:hover {
      font-weight: 500;
      color: #454545;
      background-color: white; }

@media all and (max-width: 1023px) {
  .nav .content {
    padding-bottom: 10rem !important; } }

.busca-filtros {
  display: block;
  width: 100%;
  padding: 1rem;
  border: 1px solid #232323;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }
  .busca-filtros h2 {
    text-align: center;
    border-bottom: 1px solid #232323; }

.bg-person {
  background-color: #f2f2f2; }

.b-greenp {
  background-color: #00dc77;
  border-color: #00dc77; }
  .b-greenp:hover, .b-greenp:active, .b-greenp:focus, .b-greenp:target {
    background-color: #00bd66;
    border-color: #00bd66; }

#maisfiltros {
  transition: .20s all; }

.busca_container .formsimple-selectmultiple .label {
  background-color: transparent !important;
  border: solid 2px #494c3f;
  color: #000000 !important;
  cursor: pointer;
  text-transform: uppercase; }
  .busca_container .formsimple-selectmultiple .label:hover {
    border-color: #7f846d; }

.busca_container select {
  background-color: transparent !important;
  border: solid 2px #494c3f;
  color: #000000 !important;
  cursor: pointer;
  text-align: center;
  line-height: 38px;
  position: relative;
  color: #232323;
  margin: .15rem 0 .15rem 0;
  height: 42px;
  text-align-last: center;
  text-transform: uppercase;
  font-size: 1rem !important; }
  .busca_container select:hover {
    border-color: #7f846d; }

.busca_container .active {
  background-color: white !important; }

.busca_container .formsimple-input {
  background-color: transparent !important;
  border: solid 2px #989994;
  text-align: center; }

.busca_container .b-buscar {
  background-color: #292d35 !important;
  border: solid 1px #292d35 !important;
  color: white !important; }
  .busca_container .b-buscar:hover, .busca_container .b-buscar:active, .busca_container .b-buscar:focus, .busca_container .b-buscar:target {
    color: white !important;
    background-color: #343943 !important;
    border-color: #343943 !important; }

.linebusca {
  border-top: solid 2px #dadada;
  margin: 0; }

.buttonsordenacao button {
  text-transform: none;
  font-size: 1rem;
  background-color: #dadada; }

.activeordbtn {
  background-color: #292d35 !important;
  border: solid 1px #292d35 !important;
  color: white; }
  .activeordbtn:hover, .activeordbtn:active, .activeordbtn:focus, .activeordbtn:target {
    color: white !important;
    background-color: #343943 !important;
    border-color: #343943 !important; }

@-webkit-keyframes uparrow {
  0% {
    -webkit-transform: translateY(0);
    opacity: 0.4; }
  100% {
    -webkit-transform: translateY(-0.4em);
    opacity: 0.9; } }

@-webkit-keyframes downarrow {
  0% {
    -webkit-transform: translateY(0);
    opacity: 0.4; }
  100% {
    -webkit-transform: translateY(0.4em);
    opacity: 0.9; } }

.arrow {
  border-color: transparent;
  border-style: solid;
  border-width: 0 2em;
  display: block;
  height: 0;
  margin-top: 2rem;
  opacity: 0.4;
  text-indent: -9999px;
  transform-origin: 50% 50%;
  width: 0; }

.up {
  -webkit-animation: uparrow 0.6s infinite alternate ease-in-out;
  border-bottom: 2em solid #000000; }

.down {
  -webkit-animation: downarrow 0.6s infinite alternate ease-in-out;
  border-top: 2em solid #000000; }

@media all and (max-width: 1023px) {
  #busca_container {
    display: block;
    width: 100%;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    padding-bottom: 7rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    z-index: 99999; }
    #busca_container .busca_btn_close {
      position: absolute;
      top: 1rem;
      right: 3rem;
      line-height: inherit; }
  .busca-filtrosssss {
    overflow: auto;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 10;
    background: #ffffff;
    left: 0;
    z-index: 99999; }
    .busca-filtrosssss .busca-filtros {
      padding-top: 4rem;
      padding-bottom: 7rem;
      border: 0 solid #232323; }
    .busca-filtrosssss .busca_btn_close {
      position: absolute;
      top: 1rem;
      right: 3rem;
      line-height: inherit; } }

.btncolorp {
  background-color: #000000 !important;
  margin-right: 1rem;
  color: white; }
  .btncolorp:hover, .btncolorp:focus, .btncolorp:active {
    background-color: black !important; }

.busca_container-fixed {
  display: block;
  position: fixed;
  z-index: 10; }

.b-paginacao {
  background-color: #ffffff; }
  .b-paginacao:hover {
    background-color: #cccccc; }

.b-paginacao-active, .b-paginacao-active:hover {
  color: #000000;
  font-weight: 700; }

.dialog-paginacao {
  display: block;
  width: 100%;
  max-width: 480px; }
  .dialog-paginacao .container_botoes {
    display: block;
    width: 100%;
    overflow: auto;
    max-height: 15rem;
    padding-bottom: 5rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box; }

.bg-index-pat {
  display: block;
  width: 100%;
  position: relative;
  height: 500px;
  overflow: hidden; }
  .bg-index-pat .bg-index {
    background-image: url("/jnh/banner01.jpg");
    background-color: #C3C3C3;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    height: 100%;
    width: 100%;
    -moz-animation-duration: 30s;
    -webkit-animation-duration: 30s;
    animation-duration: 30s;
    -moz-animation-name: bg_index;
    -webkit-animation-name: bg_index;
    animation-name: bg_index;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -moz-animation-direction: alternate;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out; }

.comphome {
  text-transform: none !important;
  font-size: 1.25rem;
  height: 3rem;
  line-height: 3rem; }
  .comphome:hover, .comphome:active, .comphome:focus {
    text-transform: none !important;
    font-size: 1.25rem !important;
    height: 3rem !important;
    line-height: 3rem !important; }

.maintitlehome {
  color: #000000;
  font-size: 1.6rem;
  line-height: 1.5em; }
  .maintitlehome span {
    font-weight: 600; }
  .maintitlehome p {
    font-size: 1.3rem;
    line-height: 1.5em; }

@media all and (max-width: 1023px) {
  .maintitlehome {
    color: #000000;
    font-size: 1.6rem;
    line-height: 1.5em;
    text-align: center; }
    .maintitlehome span {
      font-weight: 600; }
    .maintitlehome p {
      font-size: 1.3rem;
      line-height: 1.5em;
      text-align: center; } }

.bg-engen {
  background-image: url("/jnh/engenharia/bannere.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  width: 50%;
  height: 80vh; }

@-webkit-keyframes bg_index {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  to {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); } }

@-moz-keyframes bg_index {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  to {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); } }

@-o-keyframes bg_index {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  to {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); } }

@keyframes bg_index {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  to {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); } }

.bg-line {
  border-bottom: solid 1px white; }

.indicelabel {
  color: #000000;
  font-size: 1.4rem;
  line-height: 1.5em; }

.indiceano {
  color: #454545;
  font-size: 1.3rem;
  font-weight: 300; }

.box-item-mobile {
  color: white;
  background-color: #2E3138;
  display: block;
  padding-top: 15%;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 15%;
  font-size: 1.6rem;
  margin-top: -0.5rem;
  line-height: 1.3em !important; }
  .box-item-mobile span {
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 1.2em; }
  .box-item-mobile p {
    font-size: 1.5rem;
    font-weight: 600; }
  .box-item-mobile button {
    color: #000000 !important;
    text-transform: lowercase;
    font-size: 1.5rem;
    padding: .3rem 0.8rem !important;
    border-radius: 10px; }
    .box-item-mobile button:hover button {
      color: #000000 !important;
      text-transform: lowercase !important;
      font-size: 1.5rem !important;
      padding: .3rem 0.8rem !important;
      border-radius: 10px; }

.box-item-mobile-anuncie {
  color: white;
  background-color: #2E3138;
  display: block;
  padding-top: 15%;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 10%;
  font-size: 1.9rem;
  margin-top: -0.5rem;
  line-height: 1.2em; }
  .box-item-mobile-anuncie button {
    color: #2E3138 !important;
    text-transform: lowercase;
    font-size: 1.8rem;
    padding: .5rem 2rem !important; }
    .box-item-mobile-anuncie button:hover button {
      color: #2E3138 !important;
      text-transform: lowercase !important;
      font-size: 2rem !important;
      padding: .5rem 2rem !important; }

.container-condominos {
  display: block;
  width: 100%; }
  .container-condominos .box-left {
    display: inline-block;
    width: 45%;
    vertical-align: top;
    background-color: #2E3138;
    height: 520px;
    position: relative; }
    .container-condominos .box-left .box-item {
      color: white;
      display: block;
      position: absolute;
      padding-left: 5rem;
      padding-right: 2.6rem;
      font-size: 1.5rem;
      font-weight: 600;
      line-height: 1.2em; }
      .container-condominos .box-left .box-item span {
        font-size: 1.8rem;
        font-weight: 800; }
      .container-condominos .box-left .box-item p {
        font-size: 1.5rem;
        font-weight: 600; }
      .container-condominos .box-left .box-item button {
        color: #000000 !important;
        text-transform: lowercase;
        font-size: 1.5rem;
        padding: .3rem 1rem;
        border-radius: 10px; }
  .container-condominos .box-right {
    height: 520px;
    display: inline-block;
    width: 55%;
    vertical-align: top;
    background-image: url("/jnh/home/servicos.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }

.container-anuncie {
  display: block;
  width: 100%; }
  .container-anuncie .box-right {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    background-color: #2E3138;
    height: 39rem;
    position: relative; }
    .container-anuncie .box-right .half-right .box-item {
      color: white;
      display: block;
      position: absolute;
      padding-top: 7%;
      padding-left: 3rem;
      padding-right: 3rem;
      font-size: 2.5rem;
      line-height: 1.2em; }
      .container-anuncie .box-right .half-right .box-item button {
        color: #2E3138 !important;
        text-transform: lowercase;
        font-size: 1.5rem;
        padding: .5rem 2rem; }
  .container-anuncie .box-left {
    height: 39rem;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    background-image: url("/jnh/home/anuncie.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }

.bgcredpago {
  width: 100%;
  height: 30rem;
  border-top-right-radius: 50px;
  border-top-left-radius: 50px;
  background-image: url("/jnh/home/credpagobg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.contentcredpago {
  border: solid 2px #23b2df;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  padding: 3rem; }
  .contentcredpago .titlecredpago {
    color: #084b82;
    font-weight: 800;
    font-size: 3rem;
    text-align: center; }
  .contentcredpago .titlecredpago2 {
    color: #084b82;
    font-weight: 800;
    font-size: 1.5rem;
    text-align: left;
    padding-bottom: 0.4rem; }
  .contentcredpago .textcredpago {
    color: #084b82;
    font-weight: 300;
    line-height: 1.2em;
    font-size: 1.5rem;
    text-align: left;
    padding-bottom: 0.4rem; }
  .contentcredpago .quotecredpago {
    color: #084b82;
    font-weight: 300;
    line-height: 1.2em;
    font-size: 0.8rem;
    text-align: left; }

.pdiconcred {
  padding-right: 5rem; }

.imgcredpago {
  position: absolute;
  bottom: 10px;
  right: 20px; }
  .imgcredpago img {
    width: 8rem; }

/* JS DATA COMPONENT */
.date-active {
  border-radius: 19px 19px 0 0 !important; }

.date-actve {
  border-radius: 0 0 19px 19px !important; }

.boss-js-date {
  position: relative;
  display: inline-block;
  vertical-align: top;
  outline: none;
  height: 38px;
  line-height: 36px;
  min-width: 170px;
  background-color: #FFF;
  border: 1px solid #888888;
  border-radius: 38px;
  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 {
  cursor: pointer;
  height: inherit;
  line-height: inherit;
  padding: 0px 5px;
  color: #333;
  font-size: 0.9em;
  height: inherit;
  line-height: inherit;
  position: relative;
  z-index: 3;
  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;
  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;
  position: absolute;
  z-index: 4;
  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; }

/* JS TIME COMPONENT */
.time-active {
  border-radius: 19px 19px 0 0 !important; }

.time-actve {
  border-radius: 0 0 19px 19px !important; }

.boss-js-time {
  position: relative;
  display: inline-block;
  vertical-align: top;
  outline: none;
  height: 38px;
  line-height: 36px;
  min-width: 235px;
  background-color: #FFF;
  border: 1px solid #888888;
  border-radius: 38px;
  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-time-label {
  cursor: pointer;
  height: inherit;
  line-height: inherit;
  padding: 0px 5px;
  color: #333;
  font-size: 0.9em;
  height: inherit;
  line-height: inherit;
  position: relative;
  z-index: 3;
  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;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none; }

.boss-js-time-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;
  position: absolute;
  z-index: 4;
  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; }

#render_no_mapa {
  display: block;
  width: 100%;
  background-color: #00b3ff; }

#render_nomapa {
  display: block;
  width: 100%;
  background-color: #EEEEEE;
  height: 30vh;
  background-image: url("/jnh/map/padrao.jpg");
  background-size: cover;
  user-select: none;
  background-repeat: no-repeat;
  background-position: center; }

.mapa_loading {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 185px);
  align-items: center;
  justify-content: center;
  color: #FFF;
  background-image: url("/jnh/map/padrao.jpg");
  background-size: cover;
  user-select: none;
  background-repeat: no-repeat;
  background-position: center; }

.bg-admcondominio {
  display: table;
  width: 100%;
  background-image: url("/jnh/home/bg-administradora.jpg");
  background-position: center;
  background-repeat: no-repeat;
  height: 55vh;
  background-size: cover; }

#render_nomapa .mapa_loading {
  color: inherit !important; }

.bordergray2 {
  border-color: #454545 !important; }

.b-eua {
  background-color: #000000 !important;
  text-transform: none;
  font-size: 1.2rem;
  border: none; }
  .b-eua:hover {
    background-color: #0d0d0d !important;
    border: none; }

.b-submitdepo {
  background-color: white !important;
  text-transform: none;
  font-size: 1.2rem;
  border: none; }
  .b-submitdepo:hover {
    background-color: #f1f1f1 !important;
    border: none; }

.b-depo {
  background-color: transparent;
  color: white;
  font-size: 1.1rem;
  text-transform: none;
  vertical-align: middle;
  font-weight: 800; }
  .b-depo i {
    font-size: 1.5rem;
    vertical-align: middle; }
  .b-depo:hover {
    color: white;
    background-color: transparent; }

.section_eua_title {
  font-size: 1.7rem;
  line-height: 1.2em; }

.section_eua_label {
  line-height: 1.2em;
  color: #000000; }

.section_eua_label2 {
  line-height: 1.2em;
  font-weight: 800;
  color: #000000; }

.miniatura-inter {
  display: inline-block;
  vertical-align: top;
  padding: 1rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }
  .miniatura-inter:hover .miniatura-inter-img img {
    -moz-animation-duration: 0.2s;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -moz-animation-name: lancamento_img;
    -webkit-animation-name: lancamento_img;
    animation-name: lancamento_img;
    -moz-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -moz-animation-direction: normal;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out; }
  .miniatura-inter .miniatura-inter-img {
    display: block;
    width: 80%;
    overflow: hidden;
    padding-top: 110%;
    background-color: #232323;
    position: relative;
    cursor: pointer; }
    .miniatura-inter .miniatura-inter-img .miniatura-inter-bg {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.3);
      z-index: 10; }
    .miniatura-inter .miniatura-inter-img .miniatura-inter-label {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      color: white;
      font-weight: 500;
      font-size: 1.4rem;
      line-height: 1.3em;
      z-index: 15;
      text-align: center;
      line-height: 1.7em; }
      .miniatura-inter .miniatura-inter-img .miniatura-inter-label span {
        font-size: 2.5rem;
        font-weight: 800; }
    .miniatura-inter .miniatura-inter-img img {
      display: block;
      height: 120%;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
    .miniatura-inter .miniatura-inter-img .miniatura-inter-status {
      top: 10px;
      left: 10px;
      display: block;
      position: absolute;
      background-color: #000000;
      padding: 5px 10px;
      color: #ffffff;
      font-size: 16px;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box; }
    .miniatura-inter .miniatura-inter-img .miniatura-inter-detalhe {
      position: absolute;
      bottom: 0;
      width: 100%;
      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;
      background-color: rgba(0, 0, 0, 0.6); }
      .miniatura-inter .miniatura-inter-img .miniatura-inter-detalhe .miniatura-inter-overflow {
        /*overflow: hidden;
				height: 40px;*/ }

.form-depoimento .form_depo_title {
  color: white;
  font-weight: 800;
  font-size: 1.5rem; }

.form-depoimento .form_depo_label {
  color: white;
  line-height: 1.3em; }

.form-depoimento label {
  color: white !important; }

.form-depoimento input {
  background-color: white; }

.form-depoimento textarea {
  background-color: white;
  height: 8rem; }

.whats_section {
  padding: 4rem 7rem;
  height: 35rem; }
  .whats_section h2 {
    text-align: center;
    line-height: 1.2em; }
  .whats_section label {
    color: #000000; }
  .whats_section input {
    border: solid 2px #f1f1f1;
    border-radius: 3px;
    position: relative; }
  .whats_section button {
    text-transform: none;
    font-weight: 800;
    font-size: 1.05rem; }
    .whats_section button i {
      font-size: 1.3rem;
      vertical-align: middle;
      font-weight: 400; }

@media all and (max-width: 1023px) {
  .whats_section {
    padding: 2rem 3rem;
    height: initial; } }

.miniatura_rural {
  display: block;
  width: 100%;
  position: relative;
  line-height: 0;
  -webkit-transition: 15s all;
  -moz-transition: 15s all;
  -o-transition: 15s all;
  -ms-transition: 15s all;
  transition: 15s all; }
  .miniatura_rural img {
    filter: brightness(80%); }
  .miniatura_rural:hover img, .miniatura_rural:focus img {
    filter: brightness(100%); }
  .miniatura_rural .texto-rural {
    display: block;
    width: auto;
    position: absolute;
    bottom: 6rem;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    font-weight: 600;
    color: white;
    font-size: 1.7rem;
    z-index: 1; }
  .miniatura_rural .texto-rural2 {
    display: block;
    width: auto;
    position: absolute;
    bottom: 4rem;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    font-weight: 400;
    color: white;
    font-size: 1.1rem;
    z-index: 1; }

.servicos {
  display: block;
  width: 100%;
  background-color: white;
  padding: 5rem 1.5rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  cursor: pointer; }
  .servicos p {
    color: #454545; }
  .servicos:hover {
    background-color: #1e2127;
    transition: all 0.15s; }
  .servicos .servicos-img {
    display: block;
    width: 5rem;
    user-select: none; }
    .servicos .servicos-img img {
      display: block;
      width: 100%; }

.input-novidades:-webkit-autofill,
.input-novidades:-webkit-autofill:hover,
.input-novidades:-webkit-autofill:focus,
.input-novidades:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 50px transparent inset !important;
  -webkit-text-fill-color: white !important; }

@media all and (max-width: 482px) {
  .pd-left-4-mob .pd-left-4 {
    padding-left: 0 !important; } }

@media all and (min-width: 480px) and (max-width: 1024px) {
  .pdiconcred {
    padding-right: 0 !important; }
  .bgcredpago {
    width: 100%;
    height: 29rem;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    background-image: url("/jnh/home/credpagobgmob.png") !important;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center bottom; }
  .contentcredpago {
    padding: 2rem !important; } }

@media all and (max-width: 480px) {
  .pdiconcred {
    padding-right: 0 !important; }
  .bgcredpago {
    width: 100%;
    height: 18rem;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    background-image: url("/jnh/home/credpagobgmob.png") !important;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center bottom; }
  .contentcredpago {
    padding: 2rem !important; } }

@media all and (min-width: 480px) and (max-width: 1024px) {
  .widthbox {
    width: 50% !important; } }

@media all and (max-width: 482px) {
  .widthbox {
    width: 100% !important; } }

/* MINIATURA 1 */
.miniatura-imv-status {
  top: 20px;
  left: 0px;
  display: block;
  position: absolute;
  background-color: #8d929e;
  padding: 5px 10px;
  color: white;
  border-color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }

.miniatura-imv-cod {
  top: 52px;
  left: 0px;
  display: block;
  position: absolute;
  background-color: #2E3138;
  padding: 5px 10px;
  color: white;
  border-color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  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_bandeira {
  top: 115px;
  left: 0px;
  display: block;
  position: absolute;
  background-color: #2E3138;
  width: 2.2rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }

.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute; }

.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #2980b9; }

.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color: #2E3138;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  font-weight: 600;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-align: center; }

/* top left*/
.ribbon-top-left {
  top: -10px;
  left: -10px; }

.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent; }

.ribbon-top-left::before {
  top: 0;
  right: 0; }

.ribbon-top-left::after {
  bottom: 0;
  left: 0; }

.ribbon-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg); }

/* top right*/
.ribbon-top-right {
  top: -10px;
  right: -10px; }

.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent; }

.ribbon-top-right::before {
  top: 0;
  left: 0; }

.ribbon-top-right::after {
  bottom: 0;
  right: 0; }

.ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg); }

/* bottom left*/
.ribbon-bottom-left {
  bottom: -10px;
  left: -10px; }

.ribbon-bottom-left::before,
.ribbon-bottom-left::after {
  border-bottom-color: transparent;
  border-left-color: transparent; }

.ribbon-bottom-left::before {
  bottom: 0;
  right: 0; }

.ribbon-bottom-left::after {
  top: 0;
  left: 0; }

.ribbon-bottom-left span {
  right: -25px;
  bottom: 30px;
  transform: rotate(225deg); }

/* bottom right*/
.ribbon-bottom-right {
  bottom: -10px;
  right: -10px; }

.ribbon-bottom-right::before,
.ribbon-bottom-right::after {
  border-bottom-color: transparent;
  border-right-color: transparent; }

.ribbon-bottom-right::before {
  bottom: 0;
  left: 0; }

.ribbon-bottom-right::after {
  top: 0;
  right: 0; }

.ribbon-bottom-right span {
  left: -25px;
  bottom: 30px;
  transform: rotate(-225deg); }

.miniatura-imv-vendido {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  position: absolute;
  background-color: #292d35;
  padding: 1.1rem 1.3rem;
  color: white;
  border-color: rgba(255, 255, 255, 0.5);
  font-size: 2rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }

.linkg:hover {
  color: #000000 !important; }

.miniatura-imovel {
  display: inline-block;
  vertical-align: top;
  transition: .20s all; }
  .miniatura-imovel:hover {
    transform: scale(1.03);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box; }
  .miniatura-imovel .miniatura-imovel-img, .miniatura-imovel .miniatura-imovel-img-video {
    display: block;
    width: 100%;
    overflow: hidden;
    padding-top: 100%;
    background-color: #232323;
    position: relative;
    user-select: none; }
    .miniatura-imovel .miniatura-imovel-img img, .miniatura-imovel .miniatura-imovel-img-video img {
      display: block;
      width: 100%;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0; }
    .miniatura-imovel .miniatura-imovel-img .miniatura-arrow, .miniatura-imovel .miniatura-imovel-img-video .miniatura-arrow {
      display: block;
      top: 50%;
      transform: translateY(-50%);
      position: absolute;
      padding: 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; }
      .miniatura-imovel .miniatura-imovel-img .miniatura-arrow button, .miniatura-imovel .miniatura-imovel-img-video .miniatura-arrow button {
        display: block;
        line-height: 3rem;
        width: 3rem;
        border: none;
        padding: 0;
        margin: 0;
        outline: none;
        cursor: pointer;
        font-size: 2rem; }
    .miniatura-imovel .miniatura-imovel-img .arrow-left, .miniatura-imovel .miniatura-imovel-img-video .arrow-left {
      left: 0; }
    .miniatura-imovel .miniatura-imovel-img .arrow-right, .miniatura-imovel .miniatura-imovel-img-video .arrow-right {
      right: 0; }
  .miniatura-imovel .miniatura-imovel-img-video {
    padding-top: 70%;
    position: relative; }
    .miniatura-imovel .miniatura-imovel-img-video img {
      top: -8px; }
    .miniatura-imovel .miniatura-imovel-img-video .miniatura-video-player {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 4rem;
      color: #ffffff; }
  .miniatura-imovel .miniatura-informacoes {
    text-align: center;
    padding: 0 .5rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box; }
    .miniatura-imovel .miniatura-informacoes .left {
      color: #232323;
      font-size: 1.2rem; }
    .miniatura-imovel .miniatura-informacoes .right {
      color: #232323;
      font-size: .8rem;
      font-weight: 300; }
  .miniatura-imovel .miniatura-cidade-estado {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.1rem;
    font-weight: 700;
    color: #000000; }
  .miniatura-imovel .miniatura-acao-tipo {
    font-size: 1rem;
    font-weight: 500;
    color: #454545; }
    .miniatura-imovel .miniatura-acao-tipo p {
      display: inline-block;
      vertical-align: middle;
      background-color: #dadada;
      padding: 0.2rem 0.7rem; }
  .miniatura-imovel .miniatura-container-id {
    display: inline-block;
    width: 5rem;
    vertical-align: middle;
    text-align: right; }
  .miniatura-imovel .miniatura-imovel-endereco {
    font-style: oblique; }
  .miniatura-imovel .miniatura-imovel-preco {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    font-size: 1.4rem;
    color: #000000;
    font-weight: 800; }
    .miniatura-imovel .miniatura-imovel-preco span {
      font-size: 1.2rem;
      color: #454545;
      font-weight: 400; }
    .miniatura-imovel .miniatura-imovel-preco strong {
      font-weight: 500 !important;
      color: #000000;
      font-size: 1.2rem; }
  .miniatura-imovel .miniatura-p {
    color: #454545 !important;
    font-weight: 600;
    font-size: 1.1rem; }
  .miniatura-imovel .miniatura-imovel-detalhe {
    display: block;
    width: 100%;
    padding: 1.7rem 1rem;
    background-color: white;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    position: relative;
    -webkit-box-shadow: 0 2px 5px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 2px 5px 2px rgba(0,0,0,.2);
    -o-box-shadow: 0 2px 5px 2px rgba(0,0,0,.2);
    box-shadow: 0 2px 5px 2px rgba(0,0,0,.2); }
    .miniatura-imovel .miniatura-imovel-detalhe .miniatura-min-height {
      min-height: 11.5rem; }
    .miniatura-imovel .miniatura-imovel-detalhe .miniatura-titulo {
      color: #454545;
      font-size: 1.15rem;
      line-height: 1.3em; }
    .miniatura-imovel .miniatura-imovel-detalhe .miniatura-btn-favorito {
      position: absolute;
      top: 1rem;
      right: 1rem; }
    .miniatura-imovel .miniatura-imovel-detalhe .miniatura-imovel-btns-icons {
      display: block;
      width: 100%;
      overflow: hidden; }
      .miniatura-imovel .miniatura-imovel-detalhe .miniatura-imovel-btns-icons .miniatura-imovel-icone {
        display: inline-block;
        width: 25%;
        vertical-align: middle; }
      .miniatura-imovel .miniatura-imovel-detalhe .miniatura-imovel-btns-icons .miniatura-informacoes:first-child {
        padding-left: 0; }
      .miniatura-imovel .miniatura-imovel-detalhe .miniatura-imovel-btns-icons .miniatura-informacoes:last-child {
        padding-right: 0; }

/* SÓ SE APLICA NO PC */
@media all and (min-width: 1024px) {
  .iwidth-100 {
    width: 100% !important; }
  .iwidth-50 {
    width: 50% !important; }
  .iwidth-33-3 {
    width: 33.333333% !important; }
  .iwidth-25 {
    width: 25% !important; }
  .iwidth-20 {
    width: 20% !important; } }

/* MINIATURA 1 */
.b-perso {
  border: solid 2px white !important;
  font-size: 1rem;
  text-transform: none !important; }
  .b-perso:hover, .b-perso:active, .b-perso:focus, .b-perso:visited {
    text-transform: none !important;
    border: solid 2px white !important;
    color: white !important;
    font-size: 1rem; }

.miniatura-lancamento {
  display: inline-block;
  vertical-align: top;
  padding: 1rem;
  -webkit-filter: grayscale(30%);
  -moz-filter: grayscale(30%);
  -o-filter: grayscale(30%);
  -ms-filter: grayscale(30%);
  filter: grayscale(30%);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }
  .miniatura-lancamento:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%); }
  .miniatura-lancamento:hover .miniatura-lancamento-img img {
    -moz-animation-duration: 0.2s;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -moz-animation-name: lancamento_img;
    -webkit-animation-name: lancamento_img;
    animation-name: lancamento_img;
    -moz-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -moz-animation-direction: normal;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out; }
  .miniatura-lancamento .miniatura-lancamento-img {
    display: block;
    width: 100%;
    overflow: hidden;
    padding-top: 130%;
    background-color: #232323;
    position: relative;
    cursor: pointer; }
    .miniatura-lancamento .miniatura-lancamento-img img {
      display: block;
      height: 120%;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
    .miniatura-lancamento .miniatura-lancamento-img .miniatura-lancamento-status {
      top: 10px;
      left: 10px;
      display: block;
      position: absolute;
      background-color: #000000;
      padding: 5px 10px;
      color: #ffffff;
      font-size: 16px;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box; }
    .miniatura-lancamento .miniatura-lancamento-img .miniatura-lancamento-detalhe {
      position: absolute;
      bottom: 0;
      width: 100%;
      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;
      background-color: rgba(0, 0, 0, 0.6); }
      .miniatura-lancamento .miniatura-lancamento-img .miniatura-lancamento-detalhe .miniatura-lancamento-overflow {
        /*overflow: hidden;
				height: 40px;*/ }

@-webkit-keyframes lancamento_img {
  from {
    transform: translate(-50%, -50%) scale(1); }
  to {
    transform: translate(-50%, -50%) scale(1.06); } }

@-moz-keyframes lancamento_img {
  from {
    transform: translate(-50%, -50%) scale(1); }
  to {
    transform: translate(-50%, -50%) scale(1.06); } }

@-o-keyframes lancamento_img {
  from {
    transform: translate(-50%, -50%) scale(1); }
  to {
    transform: translate(-50%, -50%) scale(1.06); } }

@keyframes lancamento_img {
  from {
    transform: translate(-50%, -50%) scale(1); }
  to {
    transform: translate(-50%, -50%) scale(1.06); } }

.miniatura-lancamento-marker {
  display: inline-block;
  width: 20px;
  vertical-align: middle; }

.titulo_litoral {
  font-size: 2.7rem;
  font-weight: 800;
  color: white;
  line-height: 1.3em; }

.texto_litoral {
  font-size: 1.2rem;
  line-height: 1.3em;
  color: white; }

.b-litoral {
  background-color: white !important;
  text-transform: none;
  font-size: 1.2rem;
  border: none;
  color: #292d35; }
  .b-litoral:hover {
    background-color: #f1f1f1 !important;
    border: none; }

.miniatura-litoral {
  display: inline-block;
  vertical-align: top;
  padding: 1rem;
  -webkit-filter: grayscale(40%);
  -moz-filter: grayscale(40%);
  -o-filter: grayscale(40%);
  -ms-filter: grayscale(40%);
  filter: grayscale(40%);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }
  .miniatura-litoral:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%); }
  .miniatura-litoral:hover .miniatura-litoral-img img {
    -moz-animation-duration: 0.2s;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -moz-animation-name: lancamento_img;
    -webkit-animation-name: lancamento_img;
    animation-name: lancamento_img;
    -moz-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -moz-animation-direction: normal;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out; }
  .miniatura-litoral .miniatura-litoral-img {
    display: block;
    width: 100%;
    overflow: hidden;
    padding-top: 130%;
    background-color: #232323;
    position: relative;
    cursor: pointer; }
    .miniatura-litoral .miniatura-litoral-img .miniatura-litoral-bg {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.3);
      z-index: 10; }
    .miniatura-litoral .miniatura-litoral-img .miniatura-litoral-label {
      position: absolute;
      left: 1rem;
      top: 2rem;
      color: white;
      font-weight: 500;
      font-size: 1.4rem;
      line-height: 1.3em;
      z-index: 15; }
      .miniatura-litoral .miniatura-litoral-img .miniatura-litoral-label span {
        font-size: 1rem; }
    .miniatura-litoral .miniatura-litoral-img img {
      display: block;
      height: 120%;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
    .miniatura-litoral .miniatura-litoral-img .miniatura-litoral-status {
      top: 10px;
      left: 10px;
      display: block;
      position: absolute;
      background-color: #000000;
      padding: 5px 10px;
      color: #ffffff;
      font-size: 16px;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box; }
    .miniatura-litoral .miniatura-litoral-img .miniatura-litoral-detalhe {
      position: absolute;
      bottom: 0;
      width: 100%;
      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;
      background-color: rgba(0, 0, 0, 0.6); }
      .miniatura-litoral .miniatura-litoral-img .miniatura-litoral-detalhe .miniatura-litoral-overflow {
        /*overflow: hidden;
				height: 40px;*/ }

@-webkit-keyframes lancamento_img {
  from {
    transform: translate(-50%, -50%) scale(1); }
  to {
    transform: translate(-50%, -50%) scale(1.06); } }

@-moz-keyframes lancamento_img {
  from {
    transform: translate(-50%, -50%) scale(1); }
  to {
    transform: translate(-50%, -50%) scale(1.06); } }

@-o-keyframes lancamento_img {
  from {
    transform: translate(-50%, -50%) scale(1); }
  to {
    transform: translate(-50%, -50%) scale(1.06); } }

@keyframes lancamento_img {
  from {
    transform: translate(-50%, -50%) scale(1); }
  to {
    transform: translate(-50%, -50%) scale(1.06); } }

.miniatura-litoral-marker {
  display: inline-block;
  width: 20px;
  vertical-align: middle; }

.atendimento-container {
  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; }

.mapa {
  display: block;
  width: 100%;
  position: relative;
  height: 60vh; }
  .mapa #map {
    height: 60vh; }
  .mapa .mapapadrao {
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    background-image: url("/jnh/tp01/map/padrao.jpg");
    cursor: pointer;
    user-select: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }

.imovel-financiamento {
  display: block;
  width: 130px; }
  .imovel-financiamento img {
    display: block;
    width: 100%; }

/*
	SMARTPHONE PORTRAIT
	max-width: 481px
	min-width: 321px
*/
/*
	OLD SMARTPHONE
	max-width: 320px
*/
.box-laterais {
  vertical-align: top;
  position: relative;
  margin: 0 -1rem; }

.bloco {
  display: inline-block;
  width: 25%;
  vertical-align: top;
  padding: 1rem;
  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
*/
/*
	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
*/
/*
	PAGINA INTERNA DO IMÓVEL
	-SESSÕES-	
*/
.imovel-ver-titulo {
  display: block;
  width: 100%; }
  .imovel-ver-titulo img {
    display: inline-block;
    width: 1.5rem;
    vertical-align: middle; }

.imovel-ver-titulo .valor {
  text-align: right; }

@media all and (max-width: 1023px) {
  .imovel-ver-titulo .valor {
    text-align: left; } }

/*
	GALERIA
	VÍDEOS
 */
.imovel-ver-preco {
  vertical-align: middle;
  padding: 1rem;
  margin: 1rem 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;
  background-color: #000000;
  font-size: 1.3rem;
  text-align: center; }

.imovel-ver-disponivel {
  vertical-align: middle;
  padding: 1rem;
  margin: 1rem 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;
  background-color: #ff4b01;
  font-size: 1.3rem;
  font-weight: 400;
  color: #ffffff;
  text-align: center; }

/*
	01 Sala, 01 Cozinha, 03 Garagens, etc..
 */
.imovel-ver-informacoes ul li {
  color: #000000;
  margin: .8rem 0; }
  .imovel-ver-informacoes ul li i {
    padding-right: .4rem; }

@media all and (max-width: 1023px) {
  .imovel-ver-preco {
    margin-bottom: 0 !important; }
  .imovel-ver-disponivel {
    margin-top: 0 !important; } }

.imoveis-ver-infraestrutura .width-25 {
  padding-bottom: 2rem;
  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-editor, .cke_editable {
  display: block;
  width: 100%;
  height: auto;
  white-space: normal;
  word-wrap: break-word;
  background-color: transparent !important;
  text-align: justify;
  text-justify: inter-word; }
  .box-editor p, .box-editor table, .box-editor span, .cke_editable p, .cke_editable table, .cke_editable span {
    font-family: 'Muli', sans-serif !important;
    font-size: 13px !important;
    color: #232323 !important;
    text-align: inherit !important;
    margin: 0px !important;
    padding: 0px !important;
    border: none !important;
    outline: 0px !important;
    list-style: none !important;
    background-color: transparent !important; }
  .box-editor b, .cke_editable b {
    color: #454545 !important;
    text-align: inherit !important;
    background-color: transparent !important; }
  .box-editor div, .cke_editable div {
    display: block !important;
    width: 100% !important;
    font-family: 'Muli', sans-serif !important;
    margin: 0 !important;
    color: #232323 !important;
    text-align: inherit !important;
    background-color: transparent !important; }
  .box-editor h1, .cke_editable h1 {
    font-family: 'Muli', sans-serif !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    line-height: 1.1em !important;
    padding: 0 !important;
    margin: 20px 0px 20px 0px !important;
    color: #232323 !important;
    background-color: transparent !important; }
  .box-editor ul, .box-editor ol, .cke_editable ul, .cke_editable ol {
    font-family: 'Muli', sans-serif !important;
    margin: 0 !important;
    margin-left: 20px !important;
    padding: 0 !important;
    background-color: transparent !important; }
    .box-editor ul li, .box-editor ol li, .cke_editable ul li, .cke_editable ol li {
      text-align: inherit !important;
      margin: 0 !important;
      padding: 0 !important;
      border: none !important;
      font-family: 'Muli', sans-serif !important;
      list-style-type: disc !important;
      color: #232323 !important;
      font-weight: 300 !important;
      font-size: 13px !important;
      line-height: 1.4em !important;
      background-color: transparent !important; }

.mapa {
  display: block;
  width: 100%;
  position: relative;
  height: 60vh; }
  .mapa #map {
    height: 60vh; }
  .mapa .mapapadrao {
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    background-image: url("/jnh/map/padrao.jpg");
    cursor: pointer;
    user-select: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }

.imovel-financiamento {
  display: block;
  width: 130px; }
  .imovel-financiamento img {
    display: block;
    width: 100%; }

/*
	SMARTPHONE PORTRAIT
	max-width: 481px
	min-width: 321px
*/
/*
	OLD SMARTPHONE
	max-width: 320px
*/
.detalhes_interno {
  width: 100%;
  background-color: white;
  padding: 2rem;
  border-top: solid 2px #ababab;
  border-left: solid 2px #ababab;
  border-right: solid 2px #ababab; }
  .detalhes_interno i {
    font-size: 1.8rem !important; }
  .detalhes_interno .right, .detalhes_interno .left {
    color: #000000; }
  .detalhes_interno .interno_cod {
    font-size: 1.1rem;
    font-weight: 800;
    color: #000000; }
  .detalhes_interno .endereco_interno {
    font-size: 1.2rem;
    color: #000000; }
    .detalhes_interno .endereco_interno p {
      margin: 0;
      color: #000000;
      font-size: 1rem; }
  .detalhes_interno .interno_tipo {
    font-size: 1.4rem;
    color: #000000; }

.precodetalhes {
  width: 100%;
  background-color: #292d35;
  padding: 1.1rem;
  text-align: center; }
  .precodetalhes strong {
    color: white;
    font-size: 2rem;
    font-weight: 400 !important; }

.atendwhats {
  background-color: #dadada;
  padding: 1rem 2rem; }
  .atendwhats:hover {
    transition: .15s all;
    background-color: #292d35; }
    .atendwhats:hover p, .atendwhats:hover strong {
      color: white; }
  .atendwhats img {
    width: 90%; }
  .atendwhats strong {
    color: #000000;
    font-size: 2rem; }
  .atendwhats p {
    font-size: 1.1rem;
    text-align: center; }

.imoveis-ver-sharefavorinota .imoveis-ver-nota, .imoveis-ver-sharefavorinota .imoveis-ver-share, .imoveis-ver-sharefavorinota .imoveis-ver-favorito {
  vertical-align: top;
  padding: 1rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }
  .imoveis-ver-sharefavorinota .imoveis-ver-nota .titulo, .imoveis-ver-sharefavorinota .imoveis-ver-share .titulo, .imoveis-ver-sharefavorinota .imoveis-ver-favorito .titulo {
    text-align: left; }
  .imoveis-ver-sharefavorinota .imoveis-ver-nota .descricao, .imoveis-ver-sharefavorinota .imoveis-ver-share .descricao, .imoveis-ver-sharefavorinota .imoveis-ver-favorito .descricao {
    text-align: left; }

.imoveis-ver-sharefavorinota .b-favorito-active {
  background-color: #000000;
  color: blue; }

@media all and (max-width: 1023px) {
  .imoveis-ver-sharefavorinota .box-laterais-1 {
    margin: 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
*/
.favorito-favorito {
  padding: 2rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }

.favorito-sobrevoce {
  padding: 2rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }

/*
	PAGINA INTERNA DO LANÇAMENTO
	-SESSÕES-	
*/
.plantas .plantas-grupo {
  vertical-align: top;
  position: relative;
  padding: 1rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }
  .plantas .plantas-grupo .bg {
    display: block;
    width: 100%;
    border: 1px solid #f1f1f1;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box; }
  .plantas .plantas-grupo .left {
    display: inline-block;
    vertical-align: top;
    width: 40%;
    position: relative; }
  .plantas .plantas-grupo .right {
    display: inline-block;
    vertical-align: top;
    width: 60%;
    position: relative;
    padding-left: 1rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box; }
  .plantas .plantas-grupo .planta {
    display: block;
    width: 100%; }
    .plantas .plantas-grupo .planta img {
      cursor: pointer;
      display: block;
      width: 100%; }
    .plantas .plantas-grupo .planta p {
      font-weight: 600;
      font-size: 14px;
      line-height: 16px; }
    .plantas .plantas-grupo .planta .info {
      display: block;
      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; }
      .plantas .plantas-grupo .planta .info div {
        font-size: 14px;
        line-height: 16px;
        margin: 5px 0;
        font-weight: 300; }

.boss-bigimage {
  background-color: rgba(0, 0, 0, 0.95);
  position: fixed;
  display: block;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 9900;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  padding: 10px 10px 50px 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-bigimage img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  cursor: pointer; }

.boss-bigimage-close, .boss-bigimage-close:hover, .boss-bigimage-close:active, .boss-bigimage-close:focus {
  cursor: pointer;
  right: 10px;
  top: 10px;
  position: absolute;
  font-size: 24px !important;
  text-align: center !important;
  z-index: 9901;
  border-radius: 50%;
  border: none;
  outline: none;
  width: 40px;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  line-height: 40px;
  background-color: #000000;
  color: #FFFFFF;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none; }
  .boss-bigimage-close:hover {
    background-color: black; }

.boss-bigimage-label {
  display: block;
  bottom: 0px;
  left: 0px;
  right: 0px;
  position: absolute;
  font-weight: 300;
  font-size: 16px;
  text-align: center !important;
  z-index: 9902;
  min-height: 40px;
  line-height: 40px;
  width: 100%;
  color: #FFFFFF;
  background-color: #000;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none; }

.perso-bord {
  border: solid 1px #000000 !important; }

.perso-bord2 {
  border: solid 1px #454545 !important; }

.buttoncurriculo {
  height: 2.4rem;
  cursor: pointer;
  position: relative;
  background-color: #000000;
  border-radius: 10px; }
  .buttoncurriculo:hover {
    background-color: black; }
  .buttoncurriculo .textcurriculo {
    text-align: center;
    font-size: 0.9rem;
    pointer-events: none;
    color: white;
    cursor: pointer;
    font-weight: 500;
    line-height: 2.4rem; }
  .buttoncurriculo input {
    width: 100%;
    height: inherit;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }

.shadow-box, .servicos:hover, .miniatura-imovel3 .shadow3:hover {
  -webkit-box-shadow: 0 0 20px 5px rgba(0,0,0,.2);
  -moz-box-shadow: 0 0 20px 5px rgba(0,0,0,.2);
  -o-box-shadow: 0 0 20px 5px rgba(0,0,0,.2);
  box-shadow: 0 0 20px 5px rgba(0,0,0,.2); }

.shadow-boxhd {
  -webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,.1);
  -moz-box-shadow: 0 0 10px 5px rgba(0,0,0,.1);
  -o-box-shadow: 0 0 10px 5px rgba(0,0,0,.1);
  box-shadow: 0 0 10px 5px rgba(0,0,0,.1); }

.shadow-box2 {
  -webkit-box-shadow: 0 9px 14px 6px rgba(0,0,0,.2);
  -moz-box-shadow: 0 9px 14px 6px rgba(0,0,0,.2);
  -o-box-shadow: 0 9px 14px 6px rgba(0,0,0,.2);
  box-shadow: 0 9px 14px 6px rgba(0,0,0,.2); }

.reset-a:hover, .reset-a:focus, .reset-a:active, .reset-a:visited {
  color: #232323; }

.positionshare {
  position: fixed;
  left: 2%;
  top: 40%; }

.text-grupo {
  color: #000000;
  font-weight: 600;
  font-size: 1.2rem; }

.select-rmv .formsimple-selectmultiple .label {
  width: 100% !important;
  border-radius: 5px !important; }

.select-rmv .formsimple-selectmultiple .component {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px; }
  .select-rmv .formsimple-selectmultiple .component .botoes {
    display: none !important; }

.select-rmv .formsimple-selectmultiple::after {
  position: absolute;
  top: 0;
  right: 20px !important;
  pointer-events: none;
  bottom: 0;
  display: block;
  z-index: 1;
  text-align: center;
  width: 1rem;
  height: 0rem;
  line-height: 38px;
  content: "\f078";
  font-size: 17px !important;
  color: #454545;
  font-family: 'Objetiva Software Light' !important;
  transform: rotate(0deg);
  transform-origin: center;
  transition: transform 0.15s ease; }

.miniatura-imovel3 {
  display: inline-block;
  vertical-align: top; }
  .miniatura-imovel3 .shadow3 .miniatura-imovel-img3, .miniatura-imovel3 .shadow3 .miniatura-imovel-img-video {
    display: block;
    width: 100%;
    overflow: hidden;
    padding-top: 55%;
    background-color: #232323;
    position: relative;
    user-select: none; }
    .miniatura-imovel3 .shadow3 .miniatura-imovel-img3 img, .miniatura-imovel3 .shadow3 .miniatura-imovel-img-video img {
      display: block;
      width: 100%;
      position: absolute;
      left: 0;
      top: 0; }
    .miniatura-imovel3 .shadow3 .miniatura-imovel-img3 .miniatura-arrow3, .miniatura-imovel3 .shadow3 .miniatura-imovel-img-video .miniatura-arrow3 {
      display: block;
      top: 50%;
      transform: translateY(-50%);
      position: absolute;
      padding: 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; }
      .miniatura-imovel3 .shadow3 .miniatura-imovel-img3 .miniatura-arrow3 button, .miniatura-imovel3 .shadow3 .miniatura-imovel-img-video .miniatura-arrow3 button {
        display: block;
        line-height: 3rem;
        width: 3rem;
        border: none;
        padding: 0;
        margin: 0;
        outline: none;
        cursor: pointer;
        font-size: 2rem; }
    .miniatura-imovel3 .shadow3 .miniatura-imovel-img3 .arrow-left, .miniatura-imovel3 .shadow3 .miniatura-imovel-img-video .arrow-left {
      left: 0; }
    .miniatura-imovel3 .shadow3 .miniatura-imovel-img3 .arrow-right, .miniatura-imovel3 .shadow3 .miniatura-imovel-img-video .arrow-right {
      right: 0; }
  .miniatura-imovel3 .shadow3 .miniatura-imovel-img-video {
    padding-top: 70%;
    position: relative; }
    .miniatura-imovel3 .shadow3 .miniatura-imovel-img-video img {
      top: -8px; }
    .miniatura-imovel3 .shadow3 .miniatura-imovel-img-video .miniatura-video-player {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 4rem;
      color: #ffffff; }
  .miniatura-imovel3 .shadow3 .miniatura-informacoes3 {
    text-align: center;
    padding: 0 .5rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box; }
    .miniatura-imovel3 .shadow3 .miniatura-informacoes3 .left {
      color: #232323;
      font-size: 1.2rem; }
    .miniatura-imovel3 .shadow3 .miniatura-informacoes3 .right {
      color: #232323;
      font-size: .8rem;
      letter-spacing: -.09rem;
      font-weight: 300; }
  .miniatura-imovel3 .shadow3 .miniatura-cidade-estado {
    display: inline-block;
    width: calc(100% - 3rem);
    height: 1.3rem;
    overflow: hidden;
    vertical-align: middle;
    text-transform: uppercase;
    margin-bottom: .5rem;
    font-size: 1.1rem;
    font-weight: 700;
    color: #232323; }
  .miniatura-imovel3 .shadow3 .miniatura-acao-tipo {
    font-size: 1rem;
    font-weight: 500;
    color: #454545; }
  .miniatura-imovel3 .shadow3 .miniatura-container-id {
    display: inline-block;
    width: 5rem;
    vertical-align: middle;
    text-align: right; }
  .miniatura-imovel3 .shadow3 .miniatura-imovel-endereco {
    font-style: oblique; }
  .miniatura-imovel3 .shadow3 .miniatura-imovel-preco {
    padding: .5rem;
    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: #000000;
    font-size: 1.2rem; }
  .miniatura-imovel3 .shadow3 .miniatura-p {
    color: #454545 !important;
    font-weight: 600;
    font-size: 1.1rem; }
  .miniatura-imovel3 .shadow3 .miniatura-imovel-detalhe3 {
    display: block;
    width: 100%;
    padding: 1rem;
    background-color: white;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    position: relative; }
    .miniatura-imovel3 .shadow3 .miniatura-imovel-detalhe3 .miniatura-btn-favorito {
      position: absolute;
      top: 1rem;
      right: 1rem; }
    .miniatura-imovel3 .shadow3 .miniatura-imovel-detalhe3 .miniatura-imovel-btns-icons {
      display: block;
      width: 100%;
      overflow: hidden;
      min-height: 22px;
      height: 2.4rem; }
      .miniatura-imovel3 .shadow3 .miniatura-imovel-detalhe3 .miniatura-imovel-btns-icons .miniatura-imovel-icone {
        display: inline-block;
        width: 25%;
        vertical-align: middle; }
      .miniatura-imovel3 .shadow3 .miniatura-imovel-detalhe3 .miniatura-imovel-btns-icons .miniatura-informacoes:first-child {
        padding-left: 0; }
      .miniatura-imovel3 .shadow3 .miniatura-imovel-detalhe3 .miniatura-imovel-btns-icons .miniatura-informacoes:last-child {
        padding-right: 0; }

@media all and (min-width: 1202px) {
  .positionphone {
    position: absolute;
    top: -16rem;
    right: 0; } }

@media all and (min-width: 1024px) and (max-width: 1201px) {
  .positionphone {
    position: absolute;
    top: -10rem;
    right: 10%; } }

/* @include keyframes('exemplo') {
	0% {background-position: 5% 5%,5%;}
    10% {background-position: 10% 10%,10%;}
    20% {background-position: 15% 15%,20%;}
	30% {background-position: 20% 20%,30%;}
    40% {background-position: 25% 25%,50%;}
    50% {background-position: 30% 32%,70%;}
    60% {background-position: 35% 40%,90%;}
    70% {background-position: 40% 48%,110%;}
    80% {background-position: 60% 68%,120%;}
    100% {background-position: 70% 88%,130%;}
} */
.bg-computer {
  background-image: url("/jnh/locacao/iphone.png"), url("/jnh/locacao/locacao.png");
  background-size: 10%,55%;
  background-position: 70% 88%,130%;
  background-repeat: no-repeat;
  /*  animation-name: exemplo;
    animation-duration: 1s;
    animation-delay: 2s;
    transition: all 1s; */ }

.page-wrap2 {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (doesn't work very well) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */ }

.main-content2 {
  -webkit-box-ordinal-group: 2;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-ordinal-group: 2;
  /* OLD - Firefox 19- */
  -ms-flex-order: 2;
  /* TWEENER - IE 10 */
  -webkit-order: 2;
  /* NEW - Chrome */
  order: 1;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  width: 50%;
  /* No flex here, other cols take up remaining space */
  -moz-box-flex: 1;
  /* Without this, Firefox 19- expands to widest paragraph, overrides width */
  background: #c0d5dc; }

.main-nav2 {
  -webkit-box-ordinal-group: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-ordinal-group: 1;
  /* OLD - Firefox 19- */
  -ms-flex-order: 1;
  /* TWEENER - IE 10 */
  -webkit-order: 1;
  /* NEW - Chrome */
  order: 2;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  width: 20%;
  /* For old syntax, otherwise collapses. */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  background: #c0d5dc;
  width: 100%;
  background-image: url("/jnh/locacao/indica.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.paddingpc {
  padding-left: 5rem; }

@media all and (min-width: 480px) and (max-width: 1024px) {
  .bg-computer {
    background-size: 12%,60%;
    background-position: 25% 95%,50% 100%; } }

@media all and (max-width: 480px) {
  .bg-computer {
    background-size: 18%,90%;
    background-position: 17% 98%,50% 100%; }
  .fontmobb {
    font-size: 1.2rem !important; }
  .imgmobb {
    width: 3rem !important; } }

@media all and (min-width: 320px) and (max-width: 1023px) {
  .page-wrap2 {
    display: block; }
  .page-wrap2 .width-50, .main-content2 {
    width: 100%; }
  .paddingpc {
    padding-left: 0 !important; } }

.fontind {
  color: #000000; }

.ind-adjust {
  width: 25%;
  padding-left: 4rem; }

@media all and (min-width: 320px) and (max-width: 1024px) {
  .ind-adjust {
    display: inline-block !important;
    width: 50% !important;
    padding-left: 4rem;
    padding-top: 2rem;
    text-align: center !important; }
    .ind-adjust p, .ind-adjust h3 {
      font-size: 1.3rem !important;
      text-align: center !important; } }

.simuladores {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%); }
  .simuladores:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%); }
  .simuladores img:hover {
    transform: scale(1.1);
    transition: .15s all;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box; }

.pd-1 {
  padding: 1rem; }

.cond-header {
  border-top: solid 1px white;
  background: #0081ff;
  background: linear-gradient(273deg, #0081ff 48%, rgba(0, 129, 255, 0.697917) 63%, #0081ff 94%); }

.miniatura-corretor {
  padding-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; }
  .miniatura-corretor .miniatura-corretor-img {
    display: inline-block;
    width: 80px;
    vertical-align: middle; }
    .miniatura-corretor .miniatura-corretor-img img {
      display: block;
      width: 100%;
      border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -webkit-border-radius: 50%;
      -o-border-radius: 50%; }
  .miniatura-corretor .miniatura-corretor-descricao {
    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;
    width: calc(100% - $tamanho_img_corretor);
    vertical-align: middle; }
    .miniatura-corretor .miniatura-corretor-descricao .crecicnai {
      font-size: 13px; }

.space-whats {
  padding-right: 0.3rem; }

.btn-red {
  background-color: #00b750 !important;
  border: 1px solid #00b750 !important;
  color: #FFF !important; }

.btn-red:hover {
  background-color: #009e45 !important;
  border: 1px solid #009e45 !important;
  color: #FFF !important; }

.btna {
  display: inline-block;
  min-height: 34px;
  line-height: 34px;
  font-size: 12px !important;
  font-weight: 600 !important;
  cursor: pointer;
  padding-left: 20px;
  padding-right: 20px;
  outline: none;
  margin: 0px;
  border: 2px solid #848484;
  background-color: #FFF;
  color: #848484;
  border-radius: 200px !important;
  text-transform: uppercase;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none; }

.btn:hover, .btn:active, .btn:focus,
.btna:hover, .btna:active, .btna:focus {
  border: 2px solid #848484;
  background-color: #888;
  color: #FFF;
  font-size: 12px !important;
  font-weight: 600 !important; }

@media all and (max-width: 1023px) {
  .miniatura-corretor {
    text-align: center !important; }
    .miniatura-corretor .miniatura-corretor-img {
      width: 70px;
      padding-left: 0 !important; }
    .miniatura-corretor .miniatura-corretor-descricao {
      padding-left: 5px;
      text-align: left;
      width: calc(100% - 70px); } }

.corrdetalhes {
  background-color: white;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 1.5rem 1rem 0.5rem 1rem; }
  .corrdetalhes .corrtext {
    min-height: 6rem; }
    .corrdetalhes .corrtext p {
      font-size: 1.1rem;
      line-height: 1.3em; }
  .corrdetalhes i {
    color: #232323 !important;
    font-size: 1.3rem;
    padding: 0.2rem; }
    .corrdetalhes i:hover {
      transform: scale(1.1);
      transition: .15s all; }
  .corrdetalhes img {
    width: 2rem;
    padding: 0.2rem; }
    .corrdetalhes img:hover {
      transform: scale(1.1);
      transition: .15s all; }
  .corrdetalhes h2 {
    font-weight: 600;
    color: #232323;
    margin: 0 !important; }

.corrimg {
  line-height: 0; }

@media all and (max-width: 1023px) {
  .corrdetalhes i {
    color: #232323 !important;
    font-size: 1.6rem;
    padding: 0.5rem; }
  .corrdetalhes img {
    width: 2.5rem;
    padding: 0 0.3rem; } }

.containerimovel {
  position: relative;
  padding: 2rem 1.5rem;
  width: 100%;
  background-color: white;
  min-height: 25.5rem !important;
  border: solid 1px #000000;
  vertical-align: middle;
  position: relative; }
  .containerimovel .iconrelative {
    position: absolute;
    top: -1rem;
    right: -1rem;
    background-color: white;
    border-radius: 50%; }
    .containerimovel .iconrelative:hover {
      transform: scale(1.1);
      transition: .20s all; }
  .containerimovel .iconrelative1 {
    position: absolute;
    top: -1rem;
    left: -1rem;
    background-color: white;
    border-radius: 50%; }
    .containerimovel .iconrelative1:hover {
      transform: scale(1.1);
      transition: .20s all; }
  .containerimovel:hover {
    transition: .15s all;
    background-color: #000000;
    cursor: pointer; }
    .containerimovel:hover .ic-home-lg-alt, .containerimovel:hover h2, .containerimovel:hover p {
      color: white !important; }

.positiondados {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%); }

.activecont {
  border-left: solid 1px #e4e4e4;
  transition: .15s all;
  background-color: #000000;
  cursor: pointer; }
  .activecont .ic-home-lg-alt, .activecont h2, .activecont p {
    color: white !important; }
  .activecont:hover {
    background-color: #0d0d0d !important; }

.text_selecionar {
  font-weight: 600;
  color: #232323;
  font-size: 1.5rem; }

.transitiontable {
  transition: 1s all ease; }

.text-mapa {
  text-decoration: underline;
  color: #232323 !important; }

.comp_imgimovel {
  width: 100%; }

/* .comp_imgdescricao{
    
} */
.comp_tipo {
  color: #232323;
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.2em; }

.comp_descricao {
  color: #232323;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.2em; }

.comp_valor {
  color: #232323;
  font-weight: 800;
  font-size: 1.2rem;
  line-height: 1.2em; }

.comp_codigo {
  color: #232323;
  font-weight: 800;
  font-size: 1.2rem;
  line-height: 1.2em; }

.greenok {
  color: #66CC4A !important; }

.title_comp {
  background-color: #000000;
  padding: 1.1rem 0.9rem;
  color: white;
  font-weight: 600;
  width: 26%;
  margin-left: 0;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: bottom !important; }

.hr_comp {
  margin: 0 !important;
  background-color: #000000;
  height: 4px; }

.coluna_sess_comp {
  width: 26%;
  display: inline-block;
  padding-left: 0.9rem;
  height: 3.2rem;
  vertical-align: middle !important; }

.coluna_comp {
  width: 37%;
  display: inline-block;
  padding-left: 0.9rem;
  height: 3.2rem;
  vertical-align: middle !important;
  border-left: solid 1px #e4e4e4; }

.sessao_comp {
  font-weight: 600; }

.imovel1_comp {
  font-weight: 500; }

@media all and (max-width: 1023px) {
  .containerimovel {
    padding: 1rem 0.5rem;
    width: 100%;
    min-height: 10rem !important; }
  .comp_imgdescricao p {
    text-align: center !important; }
  .nomobboxlaterais .box-laterais-2 {
    margin: 0 !important; }
    .nomobboxlaterais .box-laterais-2 .pd-center-2 {
      padding: 0 0.5rem !important; }
    .nomobboxlaterais .box-laterais-2 .width-4 .fontr8 {
      font-size: 1rem !important; } }

@media all and (max-width: 480px) {
  .sessao_comp {
    font-weight: 600;
    font-size: 0.8rem; }
  .imovel1_comp {
    font-weight: 500;
    font-size: 0.8rem; }
  .text_selecionar {
    font-size: 1.2rem; } }

/*{
"VERSAO": 1.11,
"AUTOR": "MOISÉS DE LIMA",
"ATUALIZACAO": "24/05/2017"
}*/
.siteimprimir-bgwhite {
  background-color: #FFF; }

.siteimprimir-l {
  width: 320px; }

.siteimprimir-r {
  padding-left: 20px;
  width: calc(100% - 320px); }

.siteimprimir-init {
  width: 100vw;
  height: 70vh;
  display: table-cell;
  vertical-align: middle;
  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; }

.siteimprimir-init p {
  font-size: 30px;
  text-align: center;
  font-weight: 700;
  color: #828282; }

.siteimprimir-thumbs {
  display: block;
  width: 100%;
  background-color: #232323;
  padding: 4px;
  max-height: 125px;
  overflow-y: scroll;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }

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

.siteimprimir-thumbs::-webkit-scrollbar-track-piece {
  background-color: #333; }

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

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

.siteimprimir-dv {
  display: inline-block;
  position: relative;
  width: 60px;
  margin-right: 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; }

.siteimprimir-if {
  border: 1px solid #232323;
  min-width: 794px;
  width: 100%;
  height: calc(100vh - 210px);
  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; }

.siteimprimir-b {
  position: absolute;
  top: -5px;
  right: -5px; }

.siteimprimir-tmh {
  width: 95vw;
  height: 95vh; }

/* DIALOG */
.siteimprimir-dl {
  width: 200px;
  height: 100%;
  background-color: #FFF;
  display: inline-block;
  vertical-align: top;
  position: relative; }

.siteselecionar-over {
  border-right: 1px solid #DDD;
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding: 10px 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; }

.btn-close-mini {
  cursor: pointer;
  background: #000000;
  border: 2px solid #000000;
  height: 26px;
  width: 26px;
  font-size: 14px;
  border-radius: 50%;
  color: white; }

.btn-close-mini:hover {
  background: #323232;
  border: none;
  height: 26px;
  width: 26px;
  font-size: 12px;
  border-radius: 50%;
  color: #FFF; }

.siteimprimir-dl-acao {
  padding-left: 10px;
  font-size: 18px;
  font-weight: 300px; }

.siteimprimir-dl-btn {
  width: 100%;
  text-align: right;
  background-color: transparent;
  border-color: transparent;
  color: #303030;
  font-weight: 300 !important;
  border-radius: 0px !important; }

.siteimprimir-dl-btn:focus, .siteimprimir-dl-btn-ac {
  border-color: #000000 !important;
  background-color: #000000 !important;
  color: #FFF !important;
  font-weight: 600 !important;
  border-radius: 0px !important; }

.siteimprimir-dl-btn:hover {
  border-color: #888888 !important;
  background-color: #888888 !important;
  border-radius: 0px !important; }

.siteimprimir-dr {
  width: calc(100% - 200px);
  height: 100%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden; }

.siteimprimir-img {
  width: 100%;
  height: calc(100% - 90px);
  display: inline-block;
  padding: 20px;
  overflow-x: auto;
  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;
  overflow-y: auto; }

.siteimprimir-imgs {
  display: inline-block;
  vertical-align: top;
  width: 100px;
  margin: 2px;
  position: relative;
  background-color: #EEE; }

.siteimprimir-imgs i {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 1;
  font-size: 24px; }

.siteimprimir-imgs-ac {
  border-color: #383740;
  background-color: #383740; }

.siteimprimir-imgs:hover {
  border-color: #383740 !important;
  background-color: #383740 !important; }

.siteimprimir-imgs img {
  border: 5px solid transparent;
  display: block;
  width: 98px;
  height: 90px; }

.siteimprimir-dt {
  width: 100%;
  height: 90px;
  background-color: #f5f5f5;
  border-top: 1px solid #e7e7e7;
  display: block;
  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;
  vertical-align: top; }

.siteimprimir-dt-img {
  width: 90%;
  height: 80px;
  display: inline-block;
  vertical-align: top; }

.siteimprimir-dt-imgs {
  display: inline-block; }

.siteimprimir-dt-imgs img {
  width: 65px;
  height: 65px;
  display: block; }

.render_siteimprimir {
  width: 100%;
  height: 100%;
  text-align: left;
  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; }

.siteimprimir-btn {
  width: 10%;
  height: 65px;
  display: inline-block; }

.siteimprimir-btn-ok {
  width: 100%;
  height: 65px;
  display: table;
  font-size: 1.1rem !important;
  border: none;
  background-color: #000000;
  color: #FFF;
  margin: auto;
  cursor: pointer; }

.siteimprimir-btn-ok:hover, .siteimprimir-btn-ok:focus {
  font-size: 1.1rem !important;
  background-color: black;
  border: none; }

.siteimprimir-desc {
  width: 100%;
  background-color: #383740;
  position: absolute;
  transform: translateY(-100%);
  top: 0px;
  left: 0px;
  display: block;
  z-index: 1; }

.siteimprimir-preview {
  min-width: 300px;
  display: block; }

.siteimprimir-desc-img {
  width: 135px;
  height: 135px;
  display: inline-block;
  vertical-align: middle; }

.siteimprimir-desc-img img {
  width: 130px;
  height: 130px;
  display: block; }

.micro {
  font-size: 0.9rem;
  color: white;
  font-weight: 500;
  line-height: 1.3em; }

.medium {
  font-size: 1.2rem;
  color: white;
  font-weight: 600;
  line-height: 1.2em; }

.siteimprimir-desc-text {
  display: inline-block;
  width: calc(100% - 135px);
  padding: 5px 10px;
  vertical-align: middle;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  vertical-align: top;
  color: #FFF; }

.siteselecionar_active img {
  border-color: #000000 !important;
  background-color: #000000 !important; }

/* SCROLL BAR */
.siteselecionar-over::-webkit-scrollbar {
  width: 10px;
  height: 10px; }

.siteselecionar-over::-webkit-scrollbar-track-piece {
  background-color: #FFF; }

.siteselecionar-over::-webkit-scrollbar-thumb:vertical {
  height: 5px;
  background-color: #C3C3C3; }

.siteselecionar-over::-webkit-scrollbar-thumb:horizontal {
  width: 5px;
  background-color: #C3C3C3; }

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

.siteimprimir-img::-webkit-scrollbar-track-piece {
  background-color: #FFF; }

.siteimprimir-img::-webkit-scrollbar-thumb:vertical {
  height: 5px;
  background-color: #C3C3C3; }

.siteimprimir-img::-webkit-scrollbar-thumb:horizontal {
  width: 5px;
  background-color: #C3C3C3; }

/*
	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
*/
@media all and (max-width: 1023px) {
  .siteimprimir-dl {
    width: 40%; }
  .siteimprimir-dr {
    width: 53%; }
  .siteimprimir-dt-img {
    width: 50%; }
  .siteimprimir-btn {
    width: 50%;
    text-align: right; }
    .siteimprimir-btn .siteimprimir-btn-ok {
      width: 80%; }
  .siteimprimir-img {
    overflow-x: inherit; }
  .boss-input-simple {
    width: 90%; } }

/* TOOLTIP */
.boss-tooltip {
  z-index: 4;
  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; }

.boss-tooltip-gray1 {
  background-color: #232323; }

.boss-tooltip-gray2 {
  background-color: #454545; }

.boss-tooltip-gray3 {
  background-color: #888888; }

.boss-tooltip-gray4 {
  background-color: #C3C3C3; }

.boss-tooltip-green {
  background-color: #0096ff; }

.boss-tooltip-primary {
  background-color: #000000; }

.boss-tooltip-secondary {
  background-color: #2E3138; }

.boss-tooltip-terciary {
  background-color: #8d929e; }

.boss-tooltip-danger {
  background-color: #ff4b01; }

.boss-input-simple {
  border-bottom: 2px solid #888888;
  border-left: none;
  border-right: none;
  border-top: none;
  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; }

/*style the box*/
.gm-style .gm-style-iw {
  /* top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	min-width: 250px !important;
	min-height: 70px !important;
	padding-top: 10px;
	display: block !important;
	border: none !important; */ }
  .gm-style .gm-style-iw .name {
    font-size: 16px;
    font-weight: 400;
    padding: 5px 10px;
    color: #232323;
    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; }
  .gm-style .gm-style-iw .distance {
    font-size: 18px;
    font-weight: 800;
    padding: 5px 10px;
    color: #232323;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box; }

#map {
  min-width: 70vh;
  height: 40vw;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }

.proximidades {
  height: 40vw;
  width: 100%;
  overflow: auto;
  background-color: #f3f3f2;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }
  .proximidades .area {
    height: inherit;
    width: 100%;
    overflow: auto;
    padding: 10px 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; }
  .proximidades .button {
    border: none;
    margin: 0;
    padding: 0;
    width: 100%;
    outline: none;
    background-color: transparent;
    text-align: left;
    font-size: 1rem;
    color: #232323;
    cursor: pointer;
    text-transform: uppercase;
    margin-top: 10px; }
    .proximidades .button:focus, .proximidades .button:hover, .proximidades .button:active {
      border: none;
      margin: 0;
      padding: 0;
      width: 100%;
      outline: none;
      background-color: transparent;
      text-align: left;
      font-size: 1rem;
      color: #232323;
      margin-top: 10px; }
  .proximidades .ct {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    border: 1px solid #232323;
    border-radius: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box; }
    .proximidades .ct .img {
      width: auto;
      display: block;
      margin: auto;
      height: 15px;
      margin-top: 7px; }
  .proximidades .name {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 50px);
    padding-left: 10px;
    font-weight: 500 !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; }
  .proximidades .ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .proximidades .ul li .click {
      border: none;
      margin: 0;
      padding: 5px 0;
      width: 100%;
      outline: none;
      background-color: transparent;
      text-align: left;
      font-size: 16px;
      color: #232323;
      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; }
      .proximidades .ul li .click:focus, .proximidades .ul li .click:hover, .proximidades .ul li .click:active {
        border: none;
        margin: 0;
        padding: 5px 0;
        width: 100%;
        outline: none;
        background-color: transparent;
        text-align: left;
        font-size: 16px;
        color: #2E3138; }
    .proximidades .ul .metros {
      display: inline-block;
      vertical-align: middle;
      width: 80px;
      font-weight: 500 !important;
      text-align: right;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box; }
    .proximidades .ul .emp {
      display: inline-block;
      vertical-align: middle;
      width: calc(100% - 80px);
      font-weight: 400 !important;
      padding-left: 10px;
      font-size: 0.9rem;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box; }

@media all and (max-width: 1023px) {
  #map {
    height: 50vh;
    max-width: 80vh;
    min-width: initial; }
  .proximidades {
    height: 38vh;
    max-width: 80vh; } }

.nav_open {
  -moz-animation-duration: 0.25s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -moz-animation-name: nav_open;
  -webkit-animation-name: nav_open;
  animation-name: nav_open;
  -moz-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -moz-animation-direction: normal;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out; }

@-webkit-keyframes nav_open {
  from {
    top: 0;
    right: -1000px; }
  to {
    top: 0;
    right: 0; } }

@-moz-keyframes nav_open {
  from {
    top: 0;
    right: -1000px; }
  to {
    top: 0;
    right: 0; } }

@-o-keyframes nav_open {
  from {
    top: 0;
    right: -1000px; }
  to {
    top: 0;
    right: 0; } }

@keyframes nav_open {
  from {
    top: 0;
    right: -1000px; }
  to {
    top: 0;
    right: 0; } }

.nav_close {
  -moz-animation-duration: 0.25s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -moz-animation-name: nav_close;
  -webkit-animation-name: nav_close;
  animation-name: nav_close;
  -moz-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -moz-animation-direction: normal;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out; }

@-webkit-keyframes nav_close {
  from {
    top: 0;
    right: 0; }
  to {
    top: 0;
    right: -1000px; } }

@-moz-keyframes nav_close {
  from {
    top: 0;
    right: 0; }
  to {
    top: 0;
    right: -1000px; } }

@-o-keyframes nav_close {
  from {
    top: 0;
    right: 0; }
  to {
    top: 0;
    right: -1000px; } }

@keyframes nav_close {
  from {
    top: 0;
    right: 0; }
  to {
    top: 0;
    right: -1000px; } }

.depoimentos-container {
  min-height: 10vh; }
  .depoimentos-container .element_depoimento {
    background-color: #f2f2f2;
    max-width: 70%;
    padding: 2rem; }
    .depoimentos-container .element_depoimento h3 {
      text-align: center;
      margin: 0;
      font-size: 1.3rem;
      text-transform: uppercase; }
    .depoimentos-container .element_depoimento p {
      text-align: center;
      font-size: 1.2rem; }
    .depoimentos-container .element_depoimento span {
      text-align: justify !important;
      line-height: 1.3em;
      color: #000000; }

@media all and (max-width: 1023px) {
  .depoimentos-container {
    min-height: 10vh; }
    .depoimentos-container .element_depoimento {
      background-color: #f2f2f2;
      max-width: initial;
      padding: 2rem; } }

.sectionservice1 {
  background-image: url("/jnh/servicos/1.jpg");
  background-size: 50%;
  background-position: left;
  background-repeat: no-repeat; }

.sectionservice2 {
  background-image: url("/jnh/servicos/2.jpg");
  background-size: 50%;
  background-position: right;
  background-repeat: no-repeat; }

.sectionservice3 {
  text-align: center; }
  .sectionservice3 h1, .sectionservice3 h2 {
    font-size: 1.8rem;
    text-transform: uppercase;
    line-height: 1.3em; }
  .sectionservice3 p {
    text-align: center;
    max-width: 80%;
    margin: auto; }

.sectionservice4 {
  width: 100%;
  height: 28rem;
  background-image: url("/jnh/servicos/3.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative; }
  .sectionservice4 .positiontext {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .sectionservice4 .positiontext h2 {
      text-align: center;
      color: white;
      text-transform: uppercase;
      font-weight: 400;
      line-height: 1.2em;
      font-size: 1.8rem; }

.sectionservice5 {
  text-align: center; }
  .sectionservice5 h2 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.2em; }
  .sectionservice5 p {
    text-align: center;
    max-width: 70%;
    margin: auto; }
  .sectionservice5 .box_text {
    background-color: #dadada;
    padding: 1rem;
    width: 38%; }
    .sectionservice5 .box_text span {
      color: #000000;
      font-size: 1.3rem;
      line-height: 1.3em; }
  .sectionservice5 a {
    text-transform: none;
    font-weight: 800;
    font-size: 1rem; }
    .sectionservice5 a i {
      font-size: 1.3rem;
      vertical-align: middle;
      font-weight: 400; }

.positioncenter {
  height: 30rem;
  position: relative; }
  .positioncenter .positiontext {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%); }
    .positioncenter .positiontext h1, .positioncenter .positiontext h2 {
      font-size: 2rem;
      text-transform: uppercase;
      line-height: 1.3em; }
    .positioncenter .positiontext span {
      font-size: 1.1rem; }

@media all and (min-width: 1550px) {
  .positioncenter {
    height: 33rem !important;
    position: relative; } }

@media all and (min-width: 1700px) {
  .positioncenter {
    height: 38rem !important;
    position: relative; } }

@media all and (max-width: 1023px) {
  .pd-left-4 {
    padding-left: 0 !important; }
  .pd-right-4 {
    padding-right: 0 !important; }
  .sectionservice5 {
    text-align: center; }
    .sectionservice5 h2 {
      text-transform: uppercase;
      font-weight: 400;
      font-size: 1.8rem;
      line-height: 1.3em; }
    .sectionservice5 p {
      text-align: center;
      max-width: 90%;
      margin: auto; }
    .sectionservice5 .box_text {
      background-color: #dadada;
      padding: 1rem;
      width: 100%; }
      .sectionservice5 .box_text span {
        color: #000000;
        font-size: 1.3rem;
        line-height: 1.3em; }
    .sectionservice5 a {
      text-transform: none;
      font-weight: 800;
      font-size: 1rem; }
      .sectionservice5 a i {
        font-size: 1.3rem;
        vertical-align: middle;
        font-weight: 400; }
  .sectionservice1 {
    background-image: none; }
  .sectionservice2 {
    background-image: none; }
  .positioncenter {
    height: 22rem;
    position: relative;
    text-align: center; }
    .positioncenter .positiontext {
      position: absolute;
      top: 50%;
      transform: translate(0, -50%); }
      .positioncenter .positiontext p {
        text-align: center; }
      .positioncenter .positiontext h1, .positioncenter .positiontext h2 {
        font-size: 1.8rem;
        text-transform: uppercase;
        line-height: 1.3em; } }

/* LARGE SCREEN */
@media all and (min-width: 1201px) and (max-width: 1370px) {
  /* CONTENT */
  .content {
    max-width: 87rem; }
  .content_h {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important; }
  html {
    font-size: 1.15vw; } }

/* MEDIUM SCREEN */
@media all and (min-width: 1024px) and (max-width: 1200px) {
  /* CONTENT */
  .content {
    max-width: 100rem; }
  .content_h {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important; }
  .content_f {
    padding-top: 20px !important; }
  html {
    font-size: 1.3vw; } }

/* TABLET LANDSCAPE */
@media all and (min-width: 768px) and (max-width: 1023px) {
  .box-laterais {
    margin: auto; }
  .bloco {
    padding: 1rem 0;
    width: 100%; }
  /* CONTENT */
  .content {
    max-width: 100rem; }
  .content_h {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important; }
  .content_v {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }
  .content_m {
    max-width: 40rem !important; }
  .content_f {
    padding-top: 10px !important; }
  html {
    font-size: 1.7vw; }
  .boss-input-textarea textarea {
    font-size: 13px; }
  /* INPUT COLOR */
  .boss-input-text input[type="color"] + span {
    font-size: 13px; }
  /* SELECT */
  .boss-select {
    height: 40px;
    min-width: 40px; }
  .boss-select select {
    font-size: 13px;
    height: 38px; }
  .boss-select label {
    width: 40px; }
  .boss-select label::before {
    width: 40px;
    line-height: 38px;
    height: 38px; }
  .boss-select label::after {
    width: 40px;
    line-height: 38px;
    height: 38px; }
  /* SLCT */
  .boss-slct {
    height: 40px; }
  .boss-slct-label {
    line-height: 38px;
    height: 38px;
    font-size: 13px; }
  .boss-slct ul li {
    font-size: 13px;
    line-height: 38px; }
  .boss-slct-label::before {
    width: 40px;
    line-height: 38px;
    height: 38px; }
  .boss-slct-label::after {
    width: 40px;
    line-height: 38px;
    height: 38px; }
  /* CHECKBOX */
  .boss-checkbox {
    height: 40px; }
  .boss-checkbox label {
    line-height: 38px; }
  /* RADIO */
  .boss-radio {
    height: 40px; }
  .boss-radio label {
    line-height: 38px; } }

/* TABLET PORTRAIT */
@media all and (min-width: 641px) and (max-width: 767px) {
  .box-laterais {
    margin: auto; }
  .bloco {
    padding: 1rem 0;
    width: 100%; }
  /* CONTENT */
  .content {
    max-width: 100rem; }
  .content_h {
    padding-left: 2.5rem;
    padding-right: 2.5rem; }
  .content_v {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }
  .content_m {
    max-width: 40rem !important; }
  html {
    font-size: 2vw; }
  .boss-input-textarea textarea {
    font-size: 13px; }
  /* INPUT COLOR */
  .boss-input-text input[type="color"] + span {
    font-size: 13px; }
  /* SELECT */
  .boss-select {
    height: 40px;
    min-width: 40px; }
  .boss-select select {
    font-size: 13px;
    height: 38px; }
  .boss-select label {
    width: 40px; }
  .boss-select label::before {
    width: 40px;
    line-height: 38px;
    height: 38px; }
  .boss-select label::after {
    width: 40px;
    line-height: 38px;
    height: 38px; }
  /* SLCT */
  .boss-slct {
    height: 40px; }
  .boss-slct-label {
    line-height: 38px;
    height: 38px;
    font-size: 13px; }
  .boss-slct ul li {
    font-size: 13px;
    line-height: 38px; }
  .boss-slct-label::before {
    width: 40px;
    line-height: 38px;
    height: 38px; }
  .boss-slct-label::after {
    width: 40px;
    line-height: 38px;
    height: 38px; }
  /* CHECKBOX */
  .boss-checkbox {
    height: 40px; }
  .boss-checkbox label {
    line-height: 38px; }
  /* RADIO */
  .boss-radio {
    height: 40px; }
  .boss-radio label {
    line-height: 38px; } }

/* SMARTPHONE LANDSCAPE */
@media all and (min-width: 482px) and (max-width: 640px) {
  .box-laterais {
    margin: auto; }
  .bloco {
    padding: 1rem 0;
    width: 100%; }
  /* CONTENT */
  .content {
    max-width: 100rem; }
  .content_h {
    padding-left: 2rem;
    padding-right: 2rem; }
  .content_v {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }
  .content_m {
    max-width: 40rem !important; }
  html {
    font-size: 2vw; }
  .boss-input-textarea textarea {
    font-size: 13px; }
  /* INPUT COLOR */
  .boss-input-text input[type="color"] + span {
    font-size: 13px; }
  /* SELECT */
  .boss-select {
    height: 40px;
    min-width: 40px; }
  .boss-select select {
    font-size: 13px;
    height: 38px; }
  .boss-select label {
    width: 40px; }
  .boss-select label::before {
    width: 40px;
    line-height: 38px;
    height: 38px; }
  .boss-select label::after {
    width: 40px;
    line-height: 38px;
    height: 38px; }
  /* SLCT */
  .boss-slct {
    height: 40px; }
  .boss-slct-label {
    line-height: 38px;
    height: 38px;
    font-size: 13px; }
  .boss-slct ul li {
    font-size: 13px;
    line-height: 38px; }
  .boss-slct-label::before {
    width: 40px;
    line-height: 38px;
    height: 38px; }
  .boss-slct-label::after {
    width: 40px;
    line-height: 38px;
    height: 38px; }
  /* CHECKBOX */
  .boss-checkbox {
    height: 40px; }
  .boss-checkbox label {
    line-height: 38px; }
  /* RADIO */
  .boss-radio {
    height: 40px; }
  .boss-radio label {
    line-height: 38px; } }

/* SMARTPHONE PORTRAIT */
@media all and (min-width: 321px) and (max-width: 481px) {
  .box-laterais {
    margin: auto; }
  .bloco {
    padding: 1rem 0;
    width: 100%; }
  /* CONTENT */
  .content {
    max-width: 100rem; }
  .content_h {
    padding-left: 2rem;
    padding-right: 2rem; }
  .content_v {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }
  .content_m {
    max-width: 40rem !important; }
  html {
    font-size: 3.75vw; }
  .boss-input-textarea textarea {
    font-size: 13px; }
  /* INPUT COLOR */
  .boss-input-text input[type="color"] + span {
    font-size: 13px; }
  /* SELECT */
  .boss-select {
    height: 40px;
    min-width: 40px; }
  .boss-select select {
    font-size: 13px;
    height: 38px; }
  .boss-select label {
    width: 40px; }
  .boss-select label::before {
    width: 40px;
    line-height: 38px;
    height: 38px; }
  .boss-select label::after {
    width: 40px;
    line-height: 38px;
    height: 38px; }
  /* SLCT */
  .boss-slct {
    height: 40px; }
  .boss-slct-label {
    line-height: 38px;
    height: 38px;
    font-size: 13px; }
  .boss-slct ul li {
    font-size: 13px;
    line-height: 38px; }
  .boss-slct-label::before {
    width: 40px;
    line-height: 38px;
    height: 38px; }
  .boss-slct-label::after {
    width: 40px;
    line-height: 38px;
    height: 38px; }
  /* CHECKBOX */
  .boss-checkbox {
    height: 40px; }
  .boss-checkbox label {
    line-height: 38px; }
  /* RADIO */
  .boss-radio {
    height: 40px; }
  .boss-radio label {
    line-height: 38px; } }

/* OLD SMARTPHONE */
@media all and (max-width: 320px) {
  .box-laterais {
    margin: auto; }
  .bloco {
    padding: 1rem 0;
    width: 100%; }
  /* CONTENT */
  .content {
    max-width: 100rem; }
  .content_h {
    padding-left: 2rem;
    padding-right: 2rem; }
  .content_v {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }
  html {
    font-size: 3.75vw; }
  .boss-input-textarea textarea {
    font-size: 13px; }
  /* INPUT COLOR */
  .boss-input-text input[type="color"] + span {
    font-size: 13px; }
  /* SELECT */
  .boss-select {
    height: 40px;
    min-width: 40px; }
  .boss-select select {
    font-size: 13px;
    height: 38px; }
  .boss-select label {
    width: 40px; }
  .boss-select label::before {
    width: 40px;
    line-height: 38px;
    height: 38px; }
  .boss-select label::after {
    width: 40px;
    line-height: 38px;
    height: 38px; }
  /* SLCT */
  .boss-slct {
    height: 40px; }
  .boss-slct-label {
    line-height: 38px;
    height: 38px;
    font-size: 13px; }
  .boss-slct ul li {
    font-size: 13px;
    line-height: 38px; }
  .boss-slct-label::before {
    width: 40px;
    line-height: 38px;
    height: 38px; }
  .boss-slct-label::after {
    width: 40px;
    line-height: 38px;
    height: 38px; }
  /* CHECKBOX */
  .boss-checkbox {
    height: 40px; }
  .boss-checkbox label {
    line-height: 38px; }
  /* RADIO */
  .boss-radio {
    height: 40px; }
  .boss-radio label {
    line-height: 38px; } }

/*# sourceMappingURL=map/site.min.css.map */
