@charset "UTF-8";
/* COLORS */
:root {
  --colorPrimary: #174580;
  --colorPrimaryDark: #123562;
  --colorSecondary: #0081ff;
}

/* CONFIG BTN - BUTTONS */
/* CONFIG INPUTS - FORM */
/* MOBILE */
/* TABS */
/* 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: rgba(0, 0, 0, 0) !important;
  transition: background-color 5000s ease-in-out 0s;
}

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

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

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

/* TAP AND TOUCH HIGHTLIGHT */
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-tap-highlight-color: rgba(0, 0, 0, 0);
  -o-tap-highlight-color: rgba(0, 0, 0, 0);
  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: rgba(0, 0, 0, 0);
  margin: 1.5em 10px;
  padding: 1.5em 10px;
  quotes: "“" "”";
}

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

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

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

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

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

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: 0.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: 0.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: 0.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: 0.2rem;
  padding-right: 0.2rem;
}

.pd-center-min {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.pd-left-min {
  padding-left: 0.5rem;
}

.pd-right-min {
  padding-right: 0.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;
  }
}
.headerindex {
  height: calc(100vh + 1px);
  min-height: 40rem;
  top: -7.7rem;
  display: block;
  width: 0;
  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;
  margin-bottom: -7.7rem;
  z-index: 2;
}

.headerinterno {
  height: 5rem;
  z-index: 1;
}

.busca-top {
  width: 100%;
  background-color: #174580;
  height: 2rem;
}

.btn-home {
  height: 39px !important;
}

.headerpc {
  display: block;
  width: 100%;
  position: relative;
  background-color: #232323;
}
.headerpc .superior {
  display: block;
  width: 100%;
  height: 4.7rem;
  color: #ffffff;
  z-index: 3;
  vertical-align: middle;
  /* GRUPO HEADER */
}
.headerpc .superior .logo {
  display: inline-block;
  margin-left: 0;
  width: 8rem;
  padding: 1rem;
  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 .superior .menu-mobile {
  display: inline-block;
  width: calc(100% - 11rem);
  vertical-align: middle;
  text-align: right;
}
.headerpc .superior .creci {
  display: inline-block;
  width: 8rem;
  text-align: right;
  vertical-align: middle;
}
.headerpc .superior .menu {
  text-align: right;
  display: inline-block;
  width: 4rem;
  vertical-align: middle;
}
.headerpc .superior .link {
  width: calc(100% - 12rem);
  text-align: right;
  display: inline-block;
}
.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;
}
.headerpc .superior .link a:hover {
  color: #faf0ca;
}
.headerpc .superior .link a img {
  display: inline-block;
  width: 1.5rem;
  vertical-align: middle;
}
.headerpc .busca {
  display: block;
  position: absolute;
  width: 50%;
  top: 60%;
  right: 50%;
  transform: translate(50%, -50%);
  text-align: center;
}
.headerpc .busca h2 {
  color: #ffffff;
  font-size: 2rem;
}

.container-bg-headerpc {
  display: block;
  position: absolute;
  top: 0;
  overflow: hidden;
  z-index: -1;
  height: 100%;
  width: 100%;
}

.bg-headerpc {
  display: block;
  height: calc(100vh + 1px);
  min-height: 40rem;
  width: 100%;
  will-change: background-image;
  background-image: url("/jnh/header/bg-header-01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  animation-name: bgheaderpc;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 20s;
  animation-direction: normal;
}

@-webkit-keyframes bgheaderpc {
  0% {
    background-image: url("/jnh/header/bg-header-01.jpg");
  }
  10% {
    background-image: url("/jnh/header/bg-header-01.jpg");
  }
  30% {
    transform: scale(1.03);
    background-image: url("/jnh/header/bg-header-01.jpg");
  }
  40% {
    transform: scale(1.03);
    background-image: url("/jnh/header/bg-header-02.jpg");
  }
  60% {
    transform: scale(1);
    background-image: url("/jnh/header/bg-header-02.jpg");
  }
  70% {
    transform: scale(1);
    background-image: url("/jnh/header/bg-header-01.jpg");
  }
  100% {
    transform: scale(1.03);
    background-image: url("/jnh/header/bg-header-01.jpg");
  }
}
@-moz-keyframes bgheaderpc {
  0% {
    background-image: url("/jnh/header/bg-header-01.jpg");
  }
  10% {
    background-image: url("/jnh/header/bg-header-01.jpg");
  }
  30% {
    transform: scale(1.03);
    background-image: url("/jnh/header/bg-header-01.jpg");
  }
  40% {
    transform: scale(1.03);
    background-image: url("/jnh/header/bg-header-02.jpg");
  }
  60% {
    transform: scale(1);
    background-image: url("/jnh/header/bg-header-02.jpg");
  }
  70% {
    transform: scale(1);
    background-image: url("/jnh/header/bg-header-01.jpg");
  }
  100% {
    transform: scale(1.03);
    background-image: url("/jnh/header/bg-header-01.jpg");
  }
}
@-o-keyframes bgheaderpc {
  0% {
    background-image: url("/jnh/header/bg-header-01.jpg");
  }
  10% {
    background-image: url("/jnh/header/bg-header-01.jpg");
  }
  30% {
    transform: scale(1.03);
    background-image: url("/jnh/header/bg-header-01.jpg");
  }
  40% {
    transform: scale(1.03);
    background-image: url("/jnh/header/bg-header-02.jpg");
  }
  60% {
    transform: scale(1);
    background-image: url("/jnh/header/bg-header-02.jpg");
  }
  70% {
    transform: scale(1);
    background-image: url("/jnh/header/bg-header-01.jpg");
  }
  100% {
    transform: scale(1.03);
    background-image: url("/jnh/header/bg-header-01.jpg");
  }
}
@keyframes bgheaderpc {
  0% {
    background-image: url("/jnh/header/bg-header-01.jpg");
  }
  10% {
    background-image: url("/jnh/header/bg-header-01.jpg");
  }
  30% {
    transform: scale(1.03);
    background-image: url("/jnh/header/bg-header-01.jpg");
  }
  40% {
    transform: scale(1.03);
    background-image: url("/jnh/header/bg-header-02.jpg");
  }
  60% {
    transform: scale(1);
    background-image: url("/jnh/header/bg-header-02.jpg");
  }
  70% {
    transform: scale(1);
    background-image: url("/jnh/header/bg-header-01.jpg");
  }
  100% {
    transform: scale(1.03);
    background-image: url("/jnh/header/bg-header-01.jpg");
  }
}
.bg-headerinterno {
  background-color: #0074e6;
}

.headermobile-btn {
  position: absolute;
  width: 100%;
  max-width: 280px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.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 top;
  animation-name: headermobile;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 30s;
  animation-direction: normal;
}

@-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.02);
    background-image: url("/jnh/header/bg-header-02-mobile.jpg");
  }
  60% {
    transform: scale(1);
    background-image: url("/jnh/header/bg-header-02-mobile.jpg");
  }
  70% {
    transform: scale(1);
    background-image: url("/jnh/header/bg-header-01-mobile.jpg");
  }
  100% {
    transform: scale(1.02);
    background-image: url("/jnh/header/bg-header-01-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.02);
    background-image: url("/jnh/header/bg-header-02-mobile.jpg");
  }
  60% {
    transform: scale(1);
    background-image: url("/jnh/header/bg-header-02-mobile.jpg");
  }
  70% {
    transform: scale(1);
    background-image: url("/jnh/header/bg-header-01-mobile.jpg");
  }
  100% {
    transform: scale(1.02);
    background-image: url("/jnh/header/bg-header-01-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.02);
    background-image: url("/jnh/header/bg-header-02-mobile.jpg");
  }
  60% {
    transform: scale(1);
    background-image: url("/jnh/header/bg-header-02-mobile.jpg");
  }
  70% {
    transform: scale(1);
    background-image: url("/jnh/header/bg-header-01-mobile.jpg");
  }
  100% {
    transform: scale(1.02);
    background-image: url("/jnh/header/bg-header-01-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.02);
    background-image: url("/jnh/header/bg-header-02-mobile.jpg");
  }
  60% {
    transform: scale(1);
    background-image: url("/jnh/header/bg-header-02-mobile.jpg");
  }
  70% {
    transform: scale(1);
    background-image: url("/jnh/header/bg-header-01-mobile.jpg");
  }
  100% {
    transform: scale(1.02);
    background-image: url("/jnh/header/bg-header-01-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: 1024px) {
  .headerpc .logo {
    padding: 0.3rem 0 0 0 !important;
  }
}
/* 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 div, .cke_editable div, .box-editor p, .box-editor table, .box-editor span, .cke_editable p, .cke_editable table, .cke_editable span {
  font-size: 1rem;
}

.ho-mini {
  font-size: 0.9rem;
  margin-top: 3px;
  margin-bottom: 3px;
}

.bg-greenz {
  background-color: #009378;
  border-bottom: solid 1px white;
}

.font-style {
  font-size: 1.6rem;
}

.primarydarken {
  color: #204234 !important;
}

html {
  width: 100%;
  height: 100%;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
}

body {
  font-family: "Open Sans", 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;
}

h1, .h1 {
  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: #232323;
}

h3, .h3 {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.1em;
  padding: 0;
  margin: 0.8rem 0 0.8rem 0;
}

h4, .h4 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.1em;
  color: #174580;
  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;
}

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, #1a8eff 30%, #11325d 60%);
  background: -moz-linear-gradient(left, #1a8eff 30%, #11325d 60%);
  background: -webkit-linear-gradient(left, #1a8eff 30%, #11325d 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.detail-line::after {
  display: block;
  width: 2rem;
  content: "";
  height: 0.2rem;
  background-color: #174580;
}

.detail-dialog:after {
  display: block;
  width: 5rem;
  content: "";
  height: 0.3rem;
  margin-top: 1rem;
  background-color: #ff4b01;
}

.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: 20px !important;
  z-index: 9997;
}

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

.danger {
  color: red !important;
}

.primary {
  color: #174580 !important;
}

.secondary {
  color: #0081ff !important;
}

.terciary {
  color: #70b8ff !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-primary {
  display: table;
  width: 100%;
  background-color: #174580;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-quarterly {
  display: table;
  width: 100%;
  background-color: #FFFFFF;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-penta {
  display: table;
  width: 100%;
  background-color: #F0F8EA;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-primary-g {
  display: table;
  width: 100%;
  background: linear-gradient(right, #1b5196 5%, #11325d 60%);
  background: -moz-linear-gradient(right, #1b5196 5%, #11325d 60%);
  background: -webkit-linear-gradient(right, #1b5196 5%, #11325d 60%);
}

.bg-secondary {
  display: table;
  width: 100%;
  background-color: #0081ff;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-terciary {
  display: table;
  width: 100%;
  background-color: #70b8ff;
  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);
}

/*
	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-family: "Amarillo";
    font-size: 1.3rem;
    color: white;
    padding-top: 1rem;
  }
}
/* FOOTER */
.bg-footer {
  display: block;
  width: 100%;
  background-color: #0081ff;
}
.bg-footer .footer-logo {
  margin-left: 0;
  display: block;
  width: 10rem;
}
.bg-footer .footer-logo img {
  display: block;
  width: 100%;
  filter: drop-shadow(1px 1px 3px #c1c1c1);
}
.bg-footer p {
  color: #ffffff;
}

/*
	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
*/
/* CONFIG BTN */
/* BTN */
.b {
  position: relative;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  line-height: calc(2.3rem - 2px);
  text-align: center;
  border: 1px solid #C3C3C3;
  border-radius: var(--Border-radius);
  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 0.25s linear;
  outline: none;
  margin: 0.15rem 0 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 !important;
  padding-bottom: 0 !important;
}

.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: rgba(0, 0, 0, 0);
  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:visited {
  background-color: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  line-height: 2.3rem;
  border-width: 0rem;
}

.b-img:hover, .b-img:focus, a.b-img:hover, a.b-img:focus {
  background-color: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  line-height: 2.3rem;
  border-width: 0rem;
}

.b-img:active, a.b-img:active {
  background-color: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  line-height: 2.3rem;
  border-width: 0rem;
}

/* menu */
.b-menu, .b-menu:hover, .b-menu:focus, .b-menu:active, .b-menu:visited, a.b-menu, a.b-menu:visited {
  background-color: #ff4b01;
  color: #faf0ca;
  border-color: rgba(0, 0, 0, 0);
  line-height: 2.3rem;
  border-width: 0rem;
}

.b-menu:hover, .b-menu:focus, a.b-menu:hover, a.b-menu:focus {
  background-color: #e74300;
  color: #fefdf9;
  border-color: rgba(0, 0, 0, 0);
  line-height: 2.3rem;
  border-width: 0rem;
}

.b-menu:active, a.b-menu:active {
  background-color: #cd3c00;
  color: #fefdf9;
  border-color: rgba(0, 0, 0, 0);
  line-height: 2.3rem;
  border-width: 0rem;
}

/* PRIMARY */
.b-primary, a.b-primary, a.b-primary:visited {
  background-color: #174580;
  color: #faf0ca;
  border-color: rgba(0, 0, 0, 0);
  line-height: 2.3rem;
  border-width: 0rem;
}

.b-primary:hover, .b-primary:focus, a.b-primary:hover, a.b-primary:focus {
  background-color: #13396a;
  color: #fefdf9;
  border-color: rgba(0, 0, 0, 0);
  line-height: 2.3rem;
  border-width: 0rem;
}

.b-primary:active, a.b-primary:active {
  background-color: #0f2e55;
  color: #fefdf9;
  border-color: rgba(0, 0, 0, 0);
  line-height: 2.3rem;
  border-width: 0rem;
}

/* secondary */
.b-secondary, a.b-secondary, a.b-secondary:visited {
  background-color: #0081ff;
  color: #faf0ca;
  border-color: rgba(0, 0, 0, 0);
  line-height: 2.3rem;
  border-width: 0rem;
}

.b-secondary:hover, .b-secondary:focus, a.b-secondary:hover, a.b-secondary:focus {
  background-color: #0074e6;
  color: #fefdf9;
  border-color: rgba(0, 0, 0, 0);
  line-height: 2.3rem;
  border-width: 0rem;
}

.b-secondary:active, a.b-secondary:active {
  background-color: #0067cc;
  color: #fefdf9;
  border-color: rgba(0, 0, 0, 0);
  line-height: 2.3rem;
  border-width: 0rem;
}

/* terciary */
.b-terciary, a.b-terciary, a.b-terciary:visited {
  background-color: #70b8ff;
  color: #faf0ca;
  border-color: rgba(0, 0, 0, 0);
  line-height: 2.3rem;
  border-width: 0rem;
}

.b-terciary:hover, .b-terciary:focus, a.b-terciary:hover, a.b-terciary:focus {
  background-color: #57abff;
  color: #fefdf9;
  border-color: rgba(0, 0, 0, 0);
  line-height: 2.3rem;
  border-width: 0rem;
}

.b-terciary:active, a.b-terciary:active {
  background-color: #3d9fff;
  color: #fefdf9;
  border-color: rgba(0, 0, 0, 0);
  line-height: 2.3rem;
  border-width: 0rem;
}

/* danger */
.b-danger, a.b-danger, a.b-danger:visited {
  background-color: #ff4b01;
  color: #faf0ca;
  border-color: rgba(0, 0, 0, 0);
  line-height: 2.3rem;
  border-width: 0rem;
}

.b-danger:hover, .b-danger:focus, a.b-danger:hover, a.b-danger:focus {
  background-color: #e74300;
  color: #fefdf9;
  border-color: rgba(0, 0, 0, 0);
  line-height: 2.3rem;
  border-width: 0rem;
}

.b-danger:active, a.b-danger:active {
  background-color: #cd3c00;
  color: #fefdf9;
  border-color: rgba(0, 0, 0, 0);
  line-height: 2.3rem;
  border-width: 0rem;
}

/* flat */
.b-flat, a.b-flat, a.b-flat:visited {
  background-color: rgba(0, 0, 0, 0);
  color: #174580;
  border-color: rgba(0, 0, 0, 0);
  line-height: 0.3rem;
  border-width: 1rem;
}

.b-flat:hover, .b-flat:focus, a.b-flat:hover, a.b-flat:focus {
  background-color: rgba(0, 0, 0, 0);
  color: #1f5cab;
  border-color: rgba(0, 0, 0, 0);
  line-height: 0.3rem;
  border-width: 1rem;
}

.b-flat:active, a.b-flat:active {
  background-color: rgba(0, 0, 0, 0);
  color: #1f5cab;
  border-color: rgba(0, 0, 0, 0);
  line-height: 0.3rem;
  border-width: 1rem;
}

/* BOTÃO MENU */
.b-menuDefault, a.b-menuDefault, a.b-menuDefault:visited {
  background-color: #C3C3C3;
  color: #faf0ca;
  border-color: #b6b6b6;
  line-height: 2.3rem;
  border-width: 0rem;
}

.b-menuDefault:hover, .b-menuDefault:focus, a.b-menuDefault:hover, a.b-menuDefault:focus {
  background-color: #b6b6b6;
  color: #fefdf9;
  border-color: #9d9d9d;
  line-height: 2.3rem;
  border-width: 0rem;
}

.b-menuDefault:active, a.b-menuDefault:active {
  background-color: #aaaaaa;
  color: #fefdf9;
  border-color: #aaaaaa;
  line-height: 2.3rem;
  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: rgba(0, 0, 0, 0) !important;
  border: 0 !important;
}
.b-transparent:hover, .b-transparent:active, .b-transparent:focus, .b-transparent:visited {
  background-color: rgba(0, 0, 0, 0) !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: #0081ff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
}
.b-paginacao-disabled, .b-paginacao-disabled:active, .b-paginacao-disabled:focus, .b-paginacao-disabled:disabled, .b-paginacao-disabled:hover {
  color: #454545;
  background-color: rgba(0, 0, 0, 0) !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: rgba(0, 0, 0, 0) !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: 0.15rem 0 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: #f1f1f1;
  border: 1px solid #174580;
  opacity: 0;
  -webkit-animation: all 0.25s ease-in-out;
  -moz-animation: all 0.25s ease-in-out;
  -o-animation: all 0.25s ease-in-out;
  -ms-animation: all 0.25s ease-in-out;
  animation: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

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

.boss-warning p {
  padding: 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: #0081ff;
}

.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: rgba(0, 0, 0, 0);
  color: #232323;
  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: #0081ff;
  color: #ffffff;
}

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

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

/*
	TABLET LANDSCAPE 
	max-width: 1023px
	min-width: 768px
*/
/*
	TABLET PORTRAIT 
	max-width: 767px
	min-width: 641px
*/
/*
	SMARTPHONE LANDSCAPE
	max-width: 640px
	min-width: 482px
*/
/*
	SMARTPHONE PORTRAIT
	max-width: 481px
	min-width: 321px
*/
/*
	OLD SMARTPHONE
	max-width: 320px
*/
#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-img {
  display: block;
  max-width: calc(100vw - 40px);
  max-height: calc(100vh - 60px);
}

.boss-dialog-invisible {
  background-color: rgba(0, 0, 0, 0) !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: #174580;
  border: 2px solid #174580;
  color: #faf0ca;
  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: #faf0ca;
  border-color: #174580;
  color: #174580;
}

#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: #faf0ca;
  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: #faf0ca;
  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: #174580;
  background-color: #faf0ca;
}

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

.ux-galeria-canvas {
  position: relative;
  display: block;
  background-color: #646464;
  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: rgba(0, 0, 0, 0);
}

.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%;
  margin-top: -30px;
  display: inline-block;
  cursor: pointer;
  width: 40px;
  height: 40px;
  opacity: 0.8;
}

.ux-galeria-left::before {
  display: block;
  color: #FFF;
  content: "\f104";
  font-family: "Objetiva Software Light" !important;
  font-size: 60px;
  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: -30px;
  display: inline-block;
  cursor: pointer;
  width: 40px;
  height: 40px;
  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;
  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: rgba(0, 0, 0, 0);
  border: 1px solid #888888;
  border-radius: 0px;
  border-top-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -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: rgba(0, 0, 0, 0);
  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: rgba(0, 0, 0, 0);
  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: rgba(0, 0, 0, 0);
  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: rgba(0, 0, 0, 0);
  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 rgba(0, 0, 0, 0) 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: rgba(0, 0, 0, 0);
  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: #174580 !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: rgba(0, 0, 0, 0);
  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: rgba(0, 0, 0, 0);
  border-radius: 0 0px 0px 0;
  border: none;
  outline: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.boss-select label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 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: rgba(0, 0, 0, 0);
  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: rgba(0, 0, 0, 0);
  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: 0.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: rgba(0, 0, 0, 0);
  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: rgba(0, 0, 0, 0);
  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: #0081ff;
  background-color: #C3C3C3;
  font-weight: 500;
}

.boss-check label:hover {
  background-color: #70b8ff;
}

.boss-check input:checked + label {
  font-weight: 600;
  border: 1px solid #174580;
  background-color: #174580;
  color: #faf0ca;
}

.boss-check input:checked + label:hover {
  background-color: #174580;
}

@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: #faf0ca !important;
}
.boss-radio-white label span {
  color: #faf0ca !important;
  border-color: #faf0ca !important;
}
.boss-radio-white label span::before {
  background-color: #faf0ca !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: rgba(0, 0, 0, 0);
  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.3px;
  line-height: -3.7px;
  border: none;
  border-radius: 0;
  padding-left: 0px;
  padding-right: 0px;
  width: 2.3px;
  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 0.07s linear;
  outline: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.boss-js-date-show-arrows:hover, .boss-js-date-show-arrows:active, .boss-js-date-show-arrows:focus {
  background-color: #174580;
  color: #faf0ca;
}

.boss-js-date-show-button {
  position: relative;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  height: 2.3px;
  line-height: -3.7px;
  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 0.07s linear;
  outline: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.boss-js-date-d {
  height: 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.3px;
  width: calc((100% - 4.6px) / 2);
  line-height: -3.7px;
}

.boss-js-date-y {
  height: 2.3px;
  width: calc((100% - 4.6px) / 2);
  line-height: -3.7px;
}

.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: rgba(0, 0, 0, 0) !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: #174580;
}
.error-field input + label span {
  border-color: #174580;
}
.error-field label i {
  color: #174580;
}

.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.75rem !important;
  font-weight: 400 !important;
  color: #232323 !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: 36px;
  min-width: 38px;
  margin: 0.15rem 0 0.15rem 0;
  background-color: rgba(0, 0, 0, 0);
  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.75rem !important;
  font-weight: 400 !important;
  color: #232323 !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 rgba(0, 0, 0, 0) 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;
}

.white-placeholder::placeholder {
  color: #f1f1f1 !important;
  font-weight: normal !important;
}

.formsimple-upload {
  position: relative;
  cursor: pointer;
  display: inline-block;
  outline: none;
  padding: 0px 20px 0px 20px;
  overflow: none;
  height: 36px;
  min-width: 38px;
  margin: 2px 0px 2px 0px;
  background-color: rgba(0, 0, 0, 0);
  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.75rem !important;
  font-weight: 400 !important;
  color: #232323 !important;
}
.formsimple-upload input {
  position: absolute !important;
  left: 0;
  opacity: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  height: 36px;
  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: 38px;
  min-width: 38px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid white;
  border-radius: 3px 3px 3px 3px;
  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.75rem !important;
  font-weight: 400 !important;
  color: #232323 !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: 36px;
  margin: 0.15rem 0 0.15rem 0;
  background-color: rgba(0, 0, 0, 0);
  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.75rem !important;
  font-weight: 400 !important;
  color: #232323 !important;
  /* Isso buga no firefox.
  &:active::after {
  	content: "\e316";
  }*/
}
.formsimple-select select {
  padding: 0px 36px 0px 20px;
  cursor: pointer !important;
  width: 100%;
  line-height: inherit;
  background-color: rgba(0, 0, 0, 0) !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: 36px;
  line-height: 36px;
  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: 38px;
  min-width: 38px;
  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: 36px;
  height: 36px;
  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: 30px;
  height: 30px;
  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: 13px;
    height: 13px;
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%);
    width: 9px;
    height: 9px;
  }
}
@keyframes formsimple_radio_out {
  0% {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%);
    width: 13px;
    height: 13px;
  }
  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: 38px;
  min-width: 38px;
  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: 13px;
  color: #232323;
  text-align: left;
  line-height: 36px;
  height: 36px;
  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: 0.5rem;
  font-size: 0;
  width: 30px;
  height: 30px;
  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.75rem !important;
  font-weight: 400 !important;
  color: #232323 !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: 36px;
  position: relative;
  color: #232323;
  margin: 0.15rem 0 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 36px 0px 20px;
  display: block;
  width: 100%;
  position: relative;
  border: 1px solid white;
  border-radius: var(--Border-radius);
  background-color: rgba(0, 0, 0, 0);
  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.75rem !important;
  font-weight: 400 !important;
  color: #232323 !important;
}
.formsimple-selectmultiple .label:hover {
  background-color: #dddddd;
  color: black;
}
.formsimple-selectmultiple .component {
  display: block;
  overflow: hidden;
  height: 0;
  visibility: hidden;
  width: calc(100% - 2px);
  position: absolute;
  top: 36px;
  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 .items {
  display: block;
  width: 100%;
  background-color: #ffffff;
  max-height: 30vh;
  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;
  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: 50%;
  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 {
  overflow: auto;
  height: auto;
  visibility: visible;
}
.active .label {
  background-color: #fff;
}
.active .label:hover {
  background-color: #fff;
  color: black;
}

.formsimple-input-bc {
  background-color: #ffffff;
  color: #232323;
}

.formsimple-selectmultiple::after {
  position: absolute;
  top: 0;
  right: 60px;
  pointer-events: none;
  bottom: 0;
  display: block;
  z-index: 1;
  text-align: center;
  width: 1rem;
  height: 0rem;
  line-height: 36px;
  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;
}
.formsimple-selectmultiple .label {
  background-color: #ffffff;
}
.formsimple-selectmultiple .component .botoes button {
  background-color: #f1f1f1;
}

.nav {
  display: none;
  width: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  background: rgba(23, 69, 128, 0.9);
  z-index: 99991;
  color: white;
}
.nav button {
  margin-right: 1rem;
}
.nav button i {
  line-height: inherit;
}
.nav .nav-flow {
  overflow: auto;
  min-height: 50vh;
  height: 100vh;
}
.nav .nav-titulo {
  color: white;
  font-size: 1.3rem;
  font-weight: 500;
  padding: 1.5rem 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;
  text-transform: uppercase;
}
.nav .nav-menu {
  color: #ffffff;
  font-size: 1.2rem;
  margin: 0;
  padding: 0.6rem 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;
}
.nav .nav-menu:hover {
  font-weight: 600;
}

@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: #0081ff;
}

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

@-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 #174580;
}

.down {
  -webkit-animation: downarrow 0.6s infinite alternate ease-in-out;
  border-top: 2em solid #174580;
}

@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;
  }
  .busca-filtros-fixed {
    overflow: auto;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 10;
    background: #ffffff;
    left: 0;
    z-index: 99999;
  }
}
.btncolorp {
  background-color: #174580 !important;
  margin-right: 1rem;
  color: white;
}
.btncolorp:hover, .btncolorp:focus, .btncolorp:active {
  background-color: #143c6f !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: #174580;
  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;
}

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

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

.bordergray2 {
  border-color: #454545 !important;
}

.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: #f2f2f2;
  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 rgba(0, 0, 0, 0) 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;
  }
}
/* NAV MOBILE */
.headermobile {
  display: block;
  width: 100%;
  padding: 0.5rem 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: #174580;
}
.headermobile .left {
  width: 30%;
  vertical-align: middle;
  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;
}
.headermobile .left .logo {
  display: block;
  height: 3rem;
}
.headermobile .left .logo a {
  height: inherit;
  width: 100%;
  display: block;
}
.headermobile .left .logo a img {
  display: block;
  width: auto;
  height: inherit;
}
.headermobile .center {
  display: inline-block;
  width: 35%;
  vertical-align: middle;
}
.headermobile .right {
  display: inline-block;
  width: 30%;
  vertical-align: middle;
  text-align: right;
}
.headermobile .b {
  color: #ffffff !important;
}

/* MINIATURA 1 */
.miniatura-imv-status {
  top: 20px;
  left: 0px;
  display: block;
  position: absolute;
  background-color: #0081ff;
  padding: 5px 10px;
  color: white;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  font-weight: 600;
  border-color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  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: #174580 !important;
}

.miniatura-imovel {
  display: inline-block;
  vertical-align: top;
}
.miniatura-imovel .miniatura-imovel-img, .miniatura-imovel .miniatura-imovel-img-video {
  display: block;
  width: 100%;
  overflow: hidden;
  padding-top: 60%;
  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;
  top: -30%;
}
.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 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: 0.8rem;
  font-weight: 300;
}
.miniatura-imovel .miniatura-cidade-estado {
  display: inline-block;
  width: calc(100% - 3rem);
  height: 1.3rem;
  overflow: hidden;
  vertical-align: middle;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
  font-weight: 700;
  color: #232323;
}
.miniatura-imovel .miniatura-acao-tipo {
  font-size: 1rem;
  font-weight: 500;
  color: #454545;
}
.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 {
  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;
  background-color: #0081ff;
  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: 1rem;
  background-color: #f1f1f1;
  border-radius: 0px 0px 7px 7px;
  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-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;
  min-height: 22px;
  height: 2.4rem;
}
.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;
}
.b-perso:hover, .b-perso:active, .b-perso:focus, .b-perso:visited {
  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: #174580;
  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;
}

.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: #0081ff;
  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: #232323;
  margin: 0.5rem 0;
}
.imovel-ver-informacoes ul li i {
  padding-right: 0.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: rgba(0, 0, 0, 0) !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: rgba(0, 0, 0, 0) !important;
}
.box-editor b, .cke_editable b {
  color: #454545 !important;
  text-align: inherit !important;
  background-color: rgba(0, 0, 0, 0) !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: rgba(0, 0, 0, 0) !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: rgba(0, 0, 0, 0) !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: rgba(0, 0, 0, 0) !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;
  outline: none !important;
  font-family: "Muli", sans-serif !important;
  list-style: none !important;
  color: #232323 !important;
  font-weight: 300 !important;
  font-size: 13px !important;
  line-height: 1.4em !important;
  background-color: rgba(0, 0, 0, 0) !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
*/
.imovel-ver-contato {
  display: block;
  width: 100%;
  background-color: #f4f4f4;
}
.imovel-ver-contato h2 {
  display: block;
  width: 100%;
  background-color: #0081ff;
  padding: 1rem;
  margin-top: 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;
  color: white;
}
.imovel-ver-contato .imovel-ver-corretor {
  display: block;
  width: 100%;
  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;
}
.imovel-ver-contato .imovel-ver-corretor .imovel-ver-corretor-img {
  display: inline-block;
  width: 4rem;
  vertical-align: middle;
}
.imovel-ver-contato .imovel-ver-corretor .imovel-ver-corretor-img img {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  display: block;
  width: 100%;
  user-select: none;
}
.imovel-ver-contato .imovel-ver-corretor .imovel-ver-corretor-detalhes {
  display: inline-block;
  width: calc(100% - 4rem);
  vertical-align: middle;
  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;
}
.imovel-ver-contato .imovel-ver-corretor .imovel-ver-corretor-detalhes h3 {
  color: #232323;
}
.imovel-ver-contato .imovel-ver-corretor .imovel-ver-corretor-detalhes img {
  display: inline-block;
  width: 1.7rem;
  vertical-align: middle;
}
.imovel-ver-contato .imovel-ver-formulario {
  display: block;
  width: 100%;
}

.form-contato-fix {
  position: fixed;
  width: calc(25% - 6rem);
  top: 20px;
  z-index: 10;
  -webkit-box-shadow: 0 4px 11px -2px rgba(0,0,0, .8);
  -moz-box-shadow: 0 4px 11px -2px rgba(0,0,0, .8);
  -o-box-shadow: 0 4px 11px -2px rgba(0,0,0, .8);
  box-shadow: 0 4px 11px -2px rgba(0,0,0, .8);
  transition: box-shadow 1s;
}

@media all and (min-width: 1023px) {
  .form-contato-fix {
    width: calc(25% - 3rem);
  }
}
.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: #0081ff;
  color: #0081ff;
}

@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: #174580;
  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: #1b5196;
}

.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 #174580 !important;
}

.perso-bord2 {
  border: solid 1px #454545 !important;
}

.shadow-box, .ballnumber4::after, .ballnumber3::after, .ballnumber2::after, .ballnumber::after, .miniatura-imovel3 .shadow3:hover, .servicos: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-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: #174580;
  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: 36px;
  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 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: 0.8rem;
  letter-spacing: -0.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: 0.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: 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;
  background-color: #174580;
  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;
}

.page-wrap {
  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-content {
  -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: white;
}

.main-nav {
  -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: #ccc;
  width: 100%;
  background-image: url("/jnh/condominios/condominio01.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.numberbefore::after {
  position: relative;
  left: 0;
  top: 42%;
  content: "1.";
  font-size: 1.7rem;
}

.numberbefore2::after {
  position: absolute;
  left: 7%;
  top: 42%;
  content: "2.";
  font-size: 1.7rem;
}

.ballnumber {
  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;
}
.ballnumber::after {
  z-index: 1;
  position: absolute;
  bottom: -7%;
  right: 14%;
  display: block;
  color: white;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  background-color: #0081ff;
  content: "1";
  width: 30px;
  line-height: 30px;
  height: 30px;
  border-radius: 50%;
}

.ballnumber2 {
  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;
}
.ballnumber2::after {
  z-index: 1;
  position: absolute;
  bottom: -7%;
  right: 14%;
  display: block;
  color: white;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  background-color: #0081ff;
  content: "2";
  width: 30px;
  line-height: 30px;
  height: 30px;
  border-radius: 50%;
}

.ballnumber3 {
  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;
}
.ballnumber3::after {
  z-index: 1;
  position: absolute;
  bottom: -7%;
  right: 14%;
  display: block;
  color: white;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  background-color: #0081ff;
  content: "3";
  width: 30px;
  line-height: 30px;
  height: 30px;
  border-radius: 50%;
}

.ballnumber4 {
  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;
}
.ballnumber4::after {
  z-index: 1;
  position: absolute;
  bottom: -7%;
  right: 14%;
  display: block;
  color: white;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  background-color: #0081ff;
  content: "4";
  width: 30px;
  line-height: 30px;
  height: 30px;
  border-radius: 50%;
}

.width-central {
  width: 400px;
  border-width: unset !important;
  border-style: unset !important;
  border-color: unset !important;
  border-image: unset !important;
}

@media all and (min-width: 320px) and (max-width: 1023px) {
  .page-wrap {
    display: block;
  }
  .page-wrap .width-50, .main-content {
    width: 100%;
  }
}
@media all and (max-width: 480px) {
  .fonttextmob .fontr7 {
    font-size: 1.2rem !important;
  }
  .width-central {
    width: 100%;
  }
}
/* @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: #174580;
}

.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: 0.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: rgb(0, 129, 255);
  background: linear-gradient(273deg, rgb(0, 129, 255) 48%, rgba(0, 129, 255, 0.6979166667) 63%, rgb(0, 129, 255) 94%);
}

/* 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 */
