@charset "UTF-8";
/* COLORS */
/* 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);
}

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

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

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: 1px;
  border: none;
  background-color: #C9C9C9;
}

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

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

@media (max-width: 1023px) {
  .box-laterais-15 {
    margin: 0 !important;
  }
}
.box-laterais-15 {
  vertical-align: top;
  position: relative;
  margin: 0 -15px;
}

@media (max-width: 1023px) {
  .box-laterais-20 {
    margin: 0 !important;
  }
}
.box-laterais-20 {
  vertical-align: top;
  position: relative;
  margin: 0 -20px;
}

@media (max-width: 1023px) {
  .box-laterais-25 {
    margin: 0 !important;
  }
}
.box-laterais-25 {
  vertical-align: top;
  position: relative;
  margin: 0 -25px;
}

@media (max-width: 1023px) {
  .box-laterais-30 {
    margin: 0 !important;
  }
}
.box-laterais-30 {
  vertical-align: top;
  position: relative;
  margin: 0 -30px;
}

@media (max-width: 1023px) {
  .box-laterais-35 {
    margin: 0 !important;
  }
}
.box-laterais-35 {
  vertical-align: top;
  position: relative;
  margin: 0 -35px;
}

@media (max-width: 1023px) {
  .box-laterais-40 {
    margin: 0 !important;
  }
}
.box-laterais-40 {
  vertical-align: top;
  position: relative;
  margin: 0 -40px;
}

@media (max-width: 1023px) {
  .box-laterais-45 {
    margin: 0 !important;
  }
}
.box-laterais-45 {
  vertical-align: top;
  position: relative;
  margin: 0 -45px;
}

@media (max-width: 1023px) {
  .box-laterais-50 {
    margin: 0 !important;
  }
}
.box-laterais-50 {
  vertical-align: top;
  position: relative;
  margin: 0 -50px;
}

@media (max-width: 1023px) {
  .box-laterais-55 {
    margin: 0 !important;
  }
}
/* Exemplo <div class="width10"></div> */
.width-1 {
  width: 1%;
}

.width-2 {
  width: 2%;
}

.width-3 {
  width: 3%;
}

.width-4 {
  width: 4%;
}

.width-5 {
  width: 5%;
}

.width-6 {
  width: 6%;
}

.width-7 {
  width: 7%;
}

.width-8 {
  width: 8%;
}

.width-9 {
  width: 9%;
}

.width-10 {
  width: 10%;
}

.width-11 {
  width: 11%;
}

.width-12 {
  width: 12%;
}

.width-13 {
  width: 13%;
}

.width-14 {
  width: 14%;
}

.width-15 {
  width: 15%;
}

.width-16 {
  width: 16%;
}

.width-17 {
  width: 17%;
}

.width-18 {
  width: 18%;
}

.width-19 {
  width: 19%;
}

.width-20 {
  width: 20%;
}

.width-21 {
  width: 21%;
}

.width-22 {
  width: 22%;
}

.width-23 {
  width: 23%;
}

.width-24 {
  width: 24%;
}

.width-25 {
  width: 25%;
}

.width-26 {
  width: 26%;
}

.width-27 {
  width: 27%;
}

.width-28 {
  width: 28%;
}

.width-29 {
  width: 29%;
}

.width-30 {
  width: 30%;
}

.width-31 {
  width: 31%;
}

.width-32 {
  width: 32%;
}

.width-33 {
  width: 33%;
}

.width-34 {
  width: 34%;
}

.width-35 {
  width: 35%;
}

.width-36 {
  width: 36%;
}

.width-37 {
  width: 37%;
}

.width-38 {
  width: 38%;
}

.width-39 {
  width: 39%;
}

.width-40 {
  width: 40%;
}

.width-41 {
  width: 41%;
}

.width-42 {
  width: 42%;
}

.width-43 {
  width: 43%;
}

.width-44 {
  width: 44%;
}

.width-45 {
  width: 45%;
}

.width-46 {
  width: 46%;
}

.width-47 {
  width: 47%;
}

.width-48 {
  width: 48%;
}

.width-49 {
  width: 49%;
}

.width-50 {
  width: 50%;
}

.width-51 {
  width: 51%;
}

.width-52 {
  width: 52%;
}

.width-53 {
  width: 53%;
}

.width-54 {
  width: 54%;
}

.width-55 {
  width: 55%;
}

.width-56 {
  width: 56%;
}

.width-57 {
  width: 57%;
}

.width-58 {
  width: 58%;
}

.width-59 {
  width: 59%;
}

.width-60 {
  width: 60%;
}

.width-61 {
  width: 61%;
}

.width-62 {
  width: 62%;
}

.width-63 {
  width: 63%;
}

.width-64 {
  width: 64%;
}

.width-65 {
  width: 65%;
}

.width-66 {
  width: 66%;
}

.width-67 {
  width: 67%;
}

.width-68 {
  width: 68%;
}

.width-69 {
  width: 69%;
}

.width-70 {
  width: 70%;
}

.width-71 {
  width: 71%;
}

.width-72 {
  width: 72%;
}

.width-73 {
  width: 73%;
}

.width-74 {
  width: 74%;
}

.width-75 {
  width: 75%;
}

.width-76 {
  width: 76%;
}

.width-77 {
  width: 77%;
}

.width-78 {
  width: 78%;
}

.width-79 {
  width: 79%;
}

.width-80 {
  width: 80%;
}

.width-81 {
  width: 81%;
}

.width-82 {
  width: 82%;
}

.width-83 {
  width: 83%;
}

.width-84 {
  width: 84%;
}

.width-85 {
  width: 85%;
}

.width-86 {
  width: 86%;
}

.width-87 {
  width: 87%;
}

.width-88 {
  width: 88%;
}

.width-89 {
  width: 89%;
}

.width-90 {
  width: 90%;
}

.width-91 {
  width: 91%;
}

.width-92 {
  width: 92%;
}

.width-93 {
  width: 93%;
}

.width-94 {
  width: 94%;
}

.width-95 {
  width: 95%;
}

.width-96 {
  width: 96%;
}

.width-97 {
  width: 97%;
}

.width-98 {
  width: 98%;
}

.width-99 {
  width: 99%;
}

.width-100 {
  width: 100%;
}

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

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

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

.width-33 {
  width: 33%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.max1200 {
  max-width: 1200px !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 <div class="padding-left-30"></div> */
.pd-left-5 {
  padding-left: 5px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pd-right-40 {
  padding-right: 40px !important;
}

.pd-right-45 {
  padding-right: 45px !important;
}

.pd-right-50 {
  padding-right: 50px !important;
}

.pd-right-55 {
  padding-right: 55px !important;
}

.pd-right-60 {
  padding-right: 60px !important;
}

.pd-right-65 {
  padding-right: 65px !important;
}

.pd-right-70 {
  padding-right: 70px !important;
}

.pd-right-75 {
  padding-right: 75px !important;
}

.pd-right-80 {
  padding-right: 80px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rotating {
  -webkit-animation: rotating 1s cubic-bezier(0.24, 0.49, 0.71, 0.54) infinite;
  -moz-animation: rotating 1s cubic-bezier(0.24, 0.49, 0.71, 0.54) infinite;
  -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 {
  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: #64b7ed !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 {
    width: 100% !important;
    padding: 5px 0 !important;
  }
  .pd-adjust {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mobile-no-pd {
    padding: 0 !important;
  }
  .reponsive-table {
    clear: both !important;
    float: left !important;
    display: table !important;
    width: 100% !important;
    margin-bottom: 5px;
  }
  .no-mobile {
    display: none !important;
    position: absolute;
    margin-left: -99999px;
  }
  .equidistant, .equidistant-area {
    width: 100%;
    display: block;
  }
  .mobile-margin-auto {
    margin: auto;
  }
  .mobile-margin-left {
    margin-left: 0 !important;
    margin-right: auto !important;
  }
  .mobile-text-center {
    text-align: center !important;
  }
  .mobile-text-left {
    text-align: left !important;
  }
  .mobile-text-right {
    text-align: center !important;
  }
}
@media all and (min-width: 521px) and (max-width: 767px) {
  .block {
    width: 100% !important;
    padding: 5px 0 !important;
  }
  .pd-adjust {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mobile-no-pd {
    padding: 0 !important;
  }
  .reponsive-table {
    clear: both !important;
    float: left !important;
    display: table !important;
    width: 100% !important;
    margin-bottom: 5px;
  }
  .no-mobile {
    display: none !important;
    position: absolute;
    margin-left: -99999px;
  }
  .equidistant, .equidistant-area {
    width: 100%;
    display: block;
  }
  .mobile-margin-auto {
    margin: auto;
  }
  .mobile-margin-left {
    margin-left: 0 !important;
    margin-right: auto !important;
  }
  .mobile-text-center {
    text-align: center !important;
  }
  .mobile-text-left {
    text-align: left !important;
  }
  .mobile-text-right {
    text-align: center !important;
  }
}
@media all and (min-width: 382px) and (max-width: 520px) {
  .block {
    width: 100% !important;
    padding: 5px 0 !important;
  }
  .pd-adjust {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mobile-no-pd {
    padding: 0 !important;
  }
  .reponsive-table {
    clear: both !important;
    float: left !important;
    display: table !important;
    width: 100% !important;
    margin-bottom: 5px;
  }
  .no-mobile {
    display: none !important;
    position: absolute;
    margin-left: -99999px;
  }
  .equidistant, .equidistant-area {
    width: 100%;
    display: block;
  }
  .mobile-margin-auto {
    margin: auto;
  }
  .mobile-margin-left {
    margin-left: 0 !important;
    margin-right: auto !important;
  }
  .mobile-text-center {
    text-align: center !important;
  }
  .mobile-text-left {
    text-align: left !important;
  }
  .mobile-text-right {
    text-align: center !important;
  }
}
@media all and (max-width: 381px) {
  .block {
    width: 100% !important;
    padding: 5px 0 !important;
  }
  .pd-adjust {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mobile-no-pd {
    padding: 0 !important;
  }
  .reponsive-table {
    clear: both !important;
    float: left !important;
    display: table !important;
    width: 100% !important;
    margin-bottom: 5px;
  }
  .no-mobile {
    display: none !important;
    position: absolute;
    margin-left: -99999px;
  }
  .equidistant, .equidistant-area {
    width: 100%;
    display: block;
  }
  .mobile-margin-auto {
    margin: auto;
  }
  .mobile-margin-left {
    margin-left: 0 !important;
    margin-right: auto !important;
  }
  .mobile-text-center {
    text-align: center !important;
  }
  .mobile-text-left {
    text-align: left !important;
  }
  .mobile-text-right {
    text-align: center !important;
  }
}
.header-background {
  background-color: #64b7ed;
  background-image: url("/jnh/header/bg-header.jpg");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
.header-background .btn_acesso_sis {
  display: block;
  width: 100%;
}
.header-background .btn_acesso_sis p {
  color: white;
  font-size: 1.2rem;
  font-weight: 500;
}
.header-background .btn_acesso_sis p a {
  background-color: white;
  color: #e22229;
  font-size: 1.15rem;
  font-weight: 600;
  padding: 0.3rem 1.5rem;
  border-radius: 0.2rem;
  transition: all 0.2s ease-in-out;
  border: solid 1px white;
}
.header-background .btn_acesso_sis p a:hover {
  border-color: #e22229;
}

#header {
  display: block;
  width: 100%;
  height: 100vh;
  min-height: 900px;
  margin-top: -90px;
  position: relative;
  background-color: #C3C3C3;
}

.header-fixo {
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -o-transition: 0.2s all;
  -ms-transition: 0.2s all;
  transition: 0.2s all;
  position: fixed !important;
  background: #e22229 !important;
  z-index: 10 !important;
  height: 60px !important;
}
.header-fixo .header-logo {
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -o-transition: 0.2s all;
  -ms-transition: 0.2s all;
  transition: 0.2s all;
  width: 230px !important;
}
.header-fixo .header-container {
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -o-transition: 0.2s all;
  -ms-transition: 0.2s all;
  transition: 0.2s all;
  width: calc(100% - 230px) !important;
}
.header-fixo .header-menu {
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -o-transition: 0.2s all;
  -ms-transition: 0.2s all;
  transition: 0.2s all;
  font-size: 17px !important;
}
.header-fixo .b-img {
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -o-transition: 0.2s all;
  -ms-transition: 0.2s all;
  transition: 0.2s all;
  width: 40px !important;
}

.header-box-red {
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #e22229;
  display: inline-block;
  width: 30%;
}

.header-header {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  display: block;
  width: 100%;
  padding: 20px 0;
  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;
}
.header-header .header-logo {
  display: inline-block;
  width: 200px;
  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;
  vertical-align: middle;
}
.header-header .header-logo img {
  display: block;
  width: 100%;
}
.header-header .header-container {
  display: inline-block;
  width: calc(100% - 200px);
  vertical-align: middle;
  text-align: right;
}
.header-header .header-container .header-menu {
  display: inline-block;
  padding: 0 20px 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;
  position: relative;
  color: white;
  font-size: 19px;
  font-weight: 300;
}
.header-header .header-container .header-menu:hover .header-submenu {
  display: block !important;
}
.header-header .header-container .header-menu:hover {
  text-decoration: underline;
}
.header-header .header-container .header-submenu {
  display: none;
  z-index: 9998;
  position: absolute;
  border: 1px solid #676767;
  width: 800px;
  left: -400px;
  padding: 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  background-color: #FFF;
  color: #2f2f2f;
  text-align: left;
}
.header-header .header-container .header-submenu .subtitle {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.header-header .header-container .header-submenu a, .header-header .header-container .header-submenu a:visited {
  display: block !important;
  color: #2f2f2f !important;
  width: 100% !important;
  font-size: 13px !important;
  line-height: 30px !important;
  font-weight: 400 !important;
}
.header-header .header-container .header-submenu a:hover {
  color: #e22229 !important;
  text-decoration: underline;
}

.menu-ativo:after {
  display: block;
  width: 50px;
  content: "...";
  position: absolute;
  text-align: left;
  top: 30px;
  font-size: 40px;
}

.header-frase {
  display: block;
  position: absolute;
  max-width: 800px;
  margin-left: auto;
  margin-right: 0;
  top: 40%;
  left: 10%;
  transform: translate(-10%, -40%);
}
.header-frase img {
  display: block;
  width: 200px;
  margin-left: 30px;
}

/*
	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 (max-width: 1023px) {
  .btn_acesso_sis {
    display: block;
    width: 100%;
  }
  .btn_acesso_sis p {
    color: #2f2f2f;
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    margin: 0;
  }
  .btn_acesso_sis p a {
    background-color: #e22229;
    color: white;
    font-size: 1rem;
    font-weight: 600;
    padding: 0.3rem 1.5rem;
    border-radius: 0.2rem;
    transition: all 0.2s ease-in-out;
    border: solid 1px #e22229;
  }
  .btn_acesso_sis p a:hover {
    border-color: white;
  }
}
/* CONTENT */
.content {
  width: 100%;
  max-width: 1300px;
  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: 100px;
  padding-bottom: 100px;
}

.content_l {
  max-width: 500px;
}

.content_p {
  min-width: 1280px !important;
}

.content_f {
  padding-top: 10px !important;
}

.content_ul ul {
  margin-left: 10px;
}
.content_ul ul li {
  list-style: disc;
  margin: 10px 0;
  margin-left: 20px;
  padding-left: 5px;
  font-size: 16px;
  line-height: 20px;
}

.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: #e22229;
}

::-webkit-scrollbar-thumb:horizontal {
  width: 10px;
  background-color: #e22229;
}

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

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

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

body {
  font-family: sans-serif;
  background-color: #f5f5f5;
  color: #676767;
  font-weight: 200;
  font-size: 18px;
  margin: 0;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
}

h1, .h1 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.1em;
  padding: 0;
  margin: 20px 0px 20px 0px;
  color: #2f2f2f;
}

h2, .h2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1em;
  padding: 0;
  margin: 20px 0px 20px 0px;
  color: #2f2f2f;
}

h3, .h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1em;
  padding: 0;
  margin: 20px 0px 20px 0px;
}

h4, .h4 {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.1em;
  color: #e22229;
  padding: 0;
  margin: 20px 0px 20px 0px;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: white;
}
a:hover {
  color: #e22229 !important;
}

div {
  line-height: 1em;
  margin: auto;
}

p {
  font-weight: 300;
  color: #2f2f2f;
  line-height: 1.4em;
  margin: 10px 0;
  font-size: 13px;
}

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

.danger {
  color: red !important;
}

.primary {
  color: #e22229 !important;
}

.secondary {
  color: #64b7ed !important;
}

.terciary {
  color: #008080 !important;
}

.red {
  color: #FF5A5A !important;
}

.black {
  color: #2f2f2f !important;
}

.gray1 {
  color: #2f2f2f !important;
}

.gray2 {
  color: #676767 !important;
}

.gray3 {
  color: #C9C9C9 !important;
}

.gray4 {
  color: #C3C3C3 !important;
}

.gray5 {
  color: #f1f1f1 !important;
}

.bg-c-white {
  background-color: #ffffff;
}

.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: #2f2f2f;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.bg-gray3 {
  display: table;
  width: 100%;
  background-color: #C9C9C9;
  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-gray5 {
  display: table;
  width: 100%;
  background-color: #f1f1f1;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

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

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

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

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

.bg-danger {
  display: table;
  width: 100%;
  background-color: #FF5A5A;
  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;
}

.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
*/
/* FOOTER */
footer {
  border-top: solid 2px white !important;
  display: table;
  width: 100%;
  background-color: #e22229;
}
footer .foo-border {
  border-left: 1px solid white;
  padding: 0 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
footer .foo-img {
  display: inline-block;
  width: 30px;
  vertical-align: middle;
}
footer .foo-img img {
  display: block;
  width: 100%;
}
footer .foo-descricao {
  padding-left: 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;
  display: inline-block;
  width: calc(100% - 30px);
  vertical-align: middle;
}
footer .foo-redes {
  display: inline-block;
  width: 70px;
  vertical-align: middle;
  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;
}
footer .foo-redes img {
  display: block;
  width: 100%;
}
footer .ho-txt, footer #instagram_render .instagram_nome, #instagram_render footer .instagram_nome, footer .b-invisible-txt, footer ul, footer li, footer a, footer p, footer .ho-subtitle {
  color: white;
}
footer .foo-logo {
  display: block;
  width: 150px;
  margin: 0;
}
footer .foo-logo img {
  display: block;
  width: 100%;
}
footer #foo-map {
  display: block;
  width: 100%;
  padding: 5px 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;
}

@media all and (max-width: 1023px) {
  .foo-border {
    border: 0 !important;
    padding: 0;
  }
}
/*
	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, a.b, a.b:visited {
  position: relative;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  line-height: 34px;
  text-align: center;
  border: 0px solid #C9C9C9;
  border-radius: 0px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0;
  padding-bottom: 0;
  margin: 2px 0px 2px 0px;
  background-color: #C3C3C3;
  color: #2f2f2f;
  font-size: 12px;
  font-weight: 400;
  font-family: inherit;
  text-transform: uppercase;
  letter-spacing: 0px;
  word-spacing: normal;
  transition: background 0.25s linear;
  outline: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  transition: background 0.15s cubic-bezier(0.45, 0, 0.95, 0.5), border 0.15s cubic-bezier(0.45, 0, 0.95, 0.5), color 0.15s linear, scale 0.15s linear, translateY 0.15s linear;
}

.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: #222222;
  border-color: #bcbcbc;
  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: #161616;
  border-color: #b0b0b0;
  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) !important;
  color: #bcbcbc;
  cursor: default !important;
  border: 0px solid #C3C3C3 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

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

/* img */
.b-img, 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: 34px;
  border-width: 0px;
}

.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: 34px;
  border-width: 0px;
}

.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: 34px;
  border-width: 0px;
}

/* BOX SHADOW ONLY ON ACTIVE */
.b-img:active, a.b-img:active {
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.7);
}

.b-site, a.b-site, a.b-site:visited {
  background-color: #64b7ed;
  color: #ffffff;
  border-color: rgba(0, 0, 0, 0);
  line-height: 32px;
  border-width: 1px;
}

.b-site:hover, .b-site:focus, a.b-site:hover, a.b-site:focus {
  background-color: #f2f2f2;
  color: #92ccf2;
  border-color: rgba(0, 0, 0, 0);
  line-height: 32px;
  border-width: 1px;
}

.b-site:active, a.b-site:active {
  background-color: #e6e6e6;
  color: #92ccf2;
  border-color: rgba(0, 0, 0, 0);
  line-height: 32px;
  border-width: 1px;
}

/* BOX SHADOW ONLY ON ACTIVE */
.b-site:active, a.b-site:active {
  box-shadow: 0px 0px 2px 1px rgba(233, 233, 233, 0.7);
}

.b-white, a.b-white, a.b-white:visited {
  background-color: rgba(0, 0, 0, 0);
  color: #ffffff;
  border-color: #f2f2f2;
  line-height: 32px;
  border-width: 1px;
}

.b-white:hover, .b-white:focus, a.b-white:hover, a.b-white:focus {
  background-color: #f2f2f2;
  color: #00b3b3;
  border-color: #d9d9d9;
  line-height: 32px;
  border-width: 1px;
}

.b-white:active, a.b-white:active {
  background-color: #e6e6e6;
  color: #00b3b3;
  border-color: #e6e6e6;
  line-height: 32px;
  border-width: 1px;
}

/* BOX SHADOW ONLY ON ACTIVE */
.b-white:active, a.b-white:active {
  box-shadow: 0px 0px 2px 1px rgba(233, 233, 233, 0.7);
}

.b-flat2, a.b-flat2, a.b-flat2:visited {
  background-color: rgba(0, 0, 0, 0);
  color: #676767;
  border-color: #5a5a5a;
  line-height: 34px;
  border-width: 0px;
}

.b-flat2:hover, .b-flat2:focus, a.b-flat2:hover, a.b-flat2:focus {
  background-color: #5a5a5a;
  color: white;
  border-color: #414141;
  line-height: 34px;
  border-width: 0px;
}

.b-flat2:active, a.b-flat2:active {
  background-color: #4e4e4e;
  color: white;
  border-color: #4e4e4e;
  line-height: 34px;
  border-width: 0px;
}

/* BOX SHADOW ONLY ON ACTIVE */
.b-flat2:active, a.b-flat2:active {
  box-shadow: 0px 0px 2px 1px rgba(233, 233, 233, 0.7);
}

.b-flat-white, a.b-flat-white, a.b-flat-white:visited {
  background-color: rgba(0, 0, 0, 0);
  color: #ffffff;
  border-color: #f2f2f2;
  line-height: 32px;
  border-width: 1px;
}

.b-flat-white:hover, .b-flat-white:focus, a.b-flat-white:hover, a.b-flat-white:focus {
  background-color: #f2f2f2;
  color: #494949;
  border-color: #d9d9d9;
  line-height: 32px;
  border-width: 1px;
}

.b-flat-white:active, a.b-flat-white:active {
  background-color: #e6e6e6;
  color: #494949;
  border-color: #e6e6e6;
  line-height: 32px;
  border-width: 1px;
}

/* BOX SHADOW ONLY ON ACTIVE */
.b-flat-white:active, a.b-flat-white:active {
  box-shadow: 0px 0px 2px 1px rgba(233, 233, 233, 0.7);
}

.b-invisible, a.b-invisible, a.b-invisible:visited {
  background-color: rgba(0, 0, 0, 0);
  color: #676767;
  border-color: rgba(0, 0, 0, 0);
  line-height: 34px;
  border-width: 0px;
}

.b-invisible:hover, .b-invisible:focus, a.b-invisible:hover, a.b-invisible:focus {
  background-color: rgba(0, 0, 0, 0);
  color: #818181;
  border-color: rgba(0, 0, 0, 0);
  line-height: 34px;
  border-width: 0px;
}

.b-invisible:active, a.b-invisible:active {
  background-color: rgba(0, 0, 0, 0);
  color: #818181;
  border-color: rgba(0, 0, 0, 0);
  line-height: 34px;
  border-width: 0px;
}

/* BOX SHADOW ONLY ON ACTIVE */
.b-invisible:active, a.b-invisible:active {
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.7);
}

.b-invisible-txt, a.b-invisible-txt, a.b-invisible-txt:visited {
  background-color: rgba(0, 0, 0, 0);
  color: #676767;
  border-color: rgba(0, 0, 0, 0);
  line-height: 34px;
  border-width: 0px;
}

.b-invisible-txt:hover, .b-invisible-txt:focus, a.b-invisible-txt:hover, a.b-invisible-txt:focus {
  background-color: rgba(0, 0, 0, 0);
  color: #818181;
  border-color: rgba(0, 0, 0, 0);
  line-height: 34px;
  border-width: 0px;
}

.b-invisible-txt:active, a.b-invisible-txt:active {
  background-color: rgba(0, 0, 0, 0);
  color: #818181;
  border-color: rgba(0, 0, 0, 0);
  line-height: 34px;
  border-width: 0px;
}

/* BOX SHADOW ONLY ON ACTIVE */
.b-invisible-txt:active, a.b-invisible-txt:active {
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.7);
}

.b-invisible-menu, a.b-invisible-menu, a.b-invisible-menu:visited {
  background-color: rgba(0, 0, 0, 0);
  color: #676767;
  border-color: rgba(0, 0, 0, 0);
  line-height: 34px;
  border-width: 0px;
}

.b-invisible-menu:hover, .b-invisible-menu:focus, a.b-invisible-menu:hover, a.b-invisible-menu:focus {
  background-color: rgba(0, 0, 0, 0);
  color: #818181;
  border-color: rgba(0, 0, 0, 0);
  line-height: 34px;
  border-width: 0px;
}

.b-invisible-menu:active, a.b-invisible-menu:active {
  background-color: rgba(0, 0, 0, 0);
  color: #818181;
  border-color: rgba(0, 0, 0, 0);
  line-height: 34px;
  border-width: 0px;
}

/* BOX SHADOW ONLY ON ACTIVE */
.b-invisible-menu:active, a.b-invisible-menu:active {
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.7);
}

.b-menu, a.b-menu, a.b-menu:visited {
  background-color: rgba(0, 0, 0, 0);
  color: #676767;
  border-color: rgba(0, 0, 0, 0);
  line-height: 34px;
  border-width: 0px;
}

.b-menu:hover, .b-menu:focus, a.b-menu:hover, a.b-menu:focus {
  background-color: rgba(0, 0, 0, 0);
  color: #818181;
  border-color: rgba(0, 0, 0, 0);
  line-height: 34px;
  border-width: 0px;
}

.b-menu:active, a.b-menu:active {
  background-color: rgba(0, 0, 0, 0);
  color: #818181;
  border-color: rgba(0, 0, 0, 0);
  line-height: 34px;
  border-width: 0px;
}

/* BOX SHADOW ONLY ON ACTIVE */
.b-menu:active, a.b-menu:active {
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.7);
}

.b-img, a.b-img, a.b-img:visited {
  background-color: rgba(0, 0, 0, 0);
  color: #676767;
  border-color: rgba(0, 0, 0, 0);
  line-height: 34px;
  border-width: 0px;
}

.b-img:hover, .b-img:focus, a.b-img:hover, a.b-img:focus {
  background-color: rgba(0, 0, 0, 0);
  color: #818181;
  border-color: rgba(0, 0, 0, 0);
  line-height: 34px;
  border-width: 0px;
}

.b-img:active, a.b-img:active {
  background-color: rgba(0, 0, 0, 0);
  color: #818181;
  border-color: rgba(0, 0, 0, 0);
  line-height: 34px;
  border-width: 0px;
}

/* BOX SHADOW ONLY ON ACTIVE */
.b-img:active, a.b-img:active {
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.7);
}

.b-invisible_nav, .b-invisible_nav:hover, .b-invisible_nav:focus, .b-invisible_nav:active, a.b-invisible_nav, a.b-invisible_nav:visited {
  background-color: rgba(0, 0, 0, 0);
  color: #d4d4d4;
  border-color: rgba(0, 0, 0, 0);
  line-height: 34px;
  border-width: 0px;
}

.b-invisible_nav:hover, .b-invisible_nav:focus, a.b-invisible_nav:hover, a.b-invisible_nav:focus {
  background-color: #cf1b22;
  color: #818181;
  border-color: rgba(0, 0, 0, 0);
  line-height: 34px;
  border-width: 0px;
}

.b-invisible_nav:active, a.b-invisible_nav:active {
  background-color: #b9181e;
  color: #818181;
  border-color: rgba(0, 0, 0, 0);
  line-height: 34px;
  border-width: 0px;
}

/* BOX SHADOW ONLY ON ACTIVE */
.b-invisible_nav:active, a.b-invisible_nav:active {
  box-shadow: 0px 0px 2px 1px rgba(233, 233, 233, 0.7);
}

.b-flat, a.b-flat, a.b-flat:visited {
  background-color: rgba(0, 0, 0, 0);
  color: #676767;
  border-color: #f2f2f2;
  line-height: 32px;
  border-width: 1px;
}

.b-flat:hover, .b-flat:focus, a.b-flat:hover, a.b-flat:focus {
  background-color: #cf1b22;
  color: #e84f55;
  border-color: #a2151a;
  line-height: 32px;
  border-width: 1px;
}

.b-flat:active, a.b-flat:active {
  background-color: #b9181e;
  color: white;
  border-color: #b9181e;
  line-height: 32px;
  border-width: 1px;
}

/* BOX SHADOW ONLY ON ACTIVE */
.b-flat:active, a.b-flat:active {
  box-shadow: 0px 0px 2px 1px rgba(233, 233, 233, 0.7);
}

.b-primary, a.b-primary, a.b-primary:visited {
  background-color: #e22229;
  color: #ffffff;
  border-color: rgba(0, 0, 0, 0);
  line-height: 32px;
  border-width: 1px;
}

.b-primary:hover, .b-primary:focus, a.b-primary:hover, a.b-primary:focus {
  background-color: rgba(0, 0, 0, 0);
  color: #e84f55;
  border-color: #a2151a;
  line-height: 32px;
  border-width: 1px;
}

.b-primary:active, a.b-primary:active {
  background-color: rgba(0, 0, 0, 0);
  color: #e84f55;
  border-color: rgba(0, 0, 0, 0);
  line-height: 32px;
  border-width: 1px;
}

/* BOX SHADOW ONLY ON ACTIVE */
.b-primary:active, a.b-primary:active {
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.7);
}

.b-terciary, a.b-terciary, a.b-terciary:visited {
  background-color: #008080;
  color: #ffffff;
  border-color: rgba(0, 0, 0, 0);
  line-height: 32px;
  border-width: 1px;
}

.b-terciary:hover, .b-terciary:focus, a.b-terciary:hover, a.b-terciary:focus {
  background-color: rgba(0, 0, 0, 0);
  color: #00b3b3;
  border-color: #003434;
  line-height: 32px;
  border-width: 1px;
}

.b-terciary:active, a.b-terciary:active {
  background-color: rgba(0, 0, 0, 0);
  color: #00b3b3;
  border-color: rgba(0, 0, 0, 0);
  line-height: 32px;
  border-width: 1px;
}

/* BOX SHADOW ONLY ON ACTIVE */
.b-terciary:active, a.b-terciary:active {
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.7);
}

.b-login, a.b-login, a.b-login:visited {
  background-color: #e22229;
  color: #ffffff;
  border-color: rgba(0, 0, 0, 0);
  line-height: 32px;
  border-width: 1px;
}

.b-login:hover, .b-login:focus, a.b-login:hover, a.b-login:focus {
  background-color: rgba(0, 0, 0, 0);
  color: #e84f55;
  border-color: #a2151a;
  line-height: 32px;
  border-width: 1px;
}

.b-login:active, a.b-login:active {
  background-color: rgba(0, 0, 0, 0);
  color: #e84f55;
  border-color: rgba(0, 0, 0, 0);
  line-height: 32px;
  border-width: 1px;
}

/* BOX SHADOW ONLY ON ACTIVE */
.b-login:active, a.b-login:active {
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.7);
}

.b-login {
  padding-right: 30px;
  padding-left: 30px;
  box-shadow: none;
}
.b-login:hover, .b-login:active, .b-login:focus {
  box-shadow: none;
}

.b-site-ativo {
  background: #e22229;
  border-radius: 0;
}
.b-site-ativo i {
  color: #ffffff;
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -o-transition: 0.2s all;
  -ms-transition: 0.2s all;
  transition: 0.2s all;
}

.b-img {
  width: 50px;
}
.b-img img {
  display: block;
  width: 100%;
}

.b-img {
  box-shadow: none;
  font-size: 19px;
}
.b-img:hover, .b-img:active, .b-img:focus, .b-imgvisited {
  box-shadow: none !important;
}

.b-menu {
  box-shadow: none;
}
.b-menu:hover, .b-menu:active, .b-menu:focus {
  box-shadow: none;
}

.b-invisible {
  box-shadow: none;
  transition: 0.3s all;
}
.b-invisible:hover, .b-invisible:focus, .b-invisible:active {
  font-size: 13px !important;
  box-shadow: none !important;
}

.b-invisible_nav, .b-invisible_nav:hover, .b-invisible_nav:focus, .b-invisible_nav:active {
  box-shadow: none;
  margin: 0;
  height: 40px;
  border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}
.b-invisible_nav:hover, .b-invisible_nav:focus, .b-invisible_nav:active {
  background-color: #e22229;
}
.b-invisible_nav:hover .nav_box, .b-invisible_nav:focus .nav_box, .b-invisible_nav:active .nav_box {
  display: block !important;
}
.b-invisible_nav:hover i, .b-invisible_nav:focus i, .b-invisible_nav:active i {
  color: #ffffff;
}

.b-invisible-txt {
  box-shadow: none;
  transition: 0.3s all;
}
.b-invisible-txt:hover, .b-invisible-txt:focus, .b-invisible-txt:active {
  box-shadow: none !important;
}

.b-invisible-menu {
  box-shadow: none;
  transition: 0.3s all;
  font-size: 17px;
}
.b-invisible-menu:hover, .b-invisible-menu:focus, .b-invisible-menu:active {
  font-size: 17px !important;
  box-shadow: none !important;
}

/* @import 'components/tabs.scss';
@import 'components/clipboard.scss';
@import 'components/tooltip.scss'; */
#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 #e22229;
  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: #64b7ed;
}

.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: #2f2f2f;
  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: #64b7ed;
  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 - 20px);
  background-color: #ffffff;
  border: 4px solid #2f2f2f;
}

.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: #e22229;
  border: 2px solid #e22229;
  color: #ffffff;
  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: #ffffff;
  border-color: #e22229;
  color: #e22229;
}

#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: #ffffff;
  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;
}

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

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

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

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

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

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

.ui-gallery-canvas-img {
  display: table-cell;
  vertical-align: middle;
  width: inherit;
  height: inherit;
  min-height: inherit;
  max-width: inherit;
  max-height: inherit;
}
.ui-gallery-canvas-img img {
  display: block;
  margin: auto;
  width: auto;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
  padding: 0px;
}

.ui-gallery-subtitle {
  font-size: 14px;
  display: block;
  position: absolute;
  top: 20px;
  left: 50%;
  background-color: #FFF;
  padding: 5px;
  transform: translateX(-50%) translateY(-100%);
  cursor: default;
}

.ui-gallery-btn {
  border: none !important;
  outline: none !important;
  margin: 10px !important;
  font-size: 14px !important;
  background-color: rgba(0, 0, 0, 0) !important;
  position: relative !important;
  z-index: 3 !important;
  cursor: pointer !important;
}

.ui-gallery-full-screen {
  border-radius: 0;
  position: fixed !important;
  z-index: 9998 !important;
  top: 0px !important;
  left: 0px !important;
  right: 0px !important;
  bottom: 0px !important;
  height: 100vh;
  max-height: 100vh;
}
.ui-gallery-full-screen .ui-gallery-width {
  width: 100vh !important;
  height: 100vh !important;
  min-width: 100vw !important;
  max-width: 100vw !important;
  height: 100vh !important;
  min-height: 100vh !important;
  max-height: 100vh !important;
}
.ui-gallery-full-screen .ui-gallery-canvas {
  background-color: #000;
  width: 100vw !important;
  height: auto !important;
  min-width: 100vw !important;
  max-width: 100vw !important;
  min-height: 100vh !important;
  max-height: 100vh !important;
}
.ui-gallery-full-screen .ui-gallery-video {
  width: 100vw !important;
  height: 100vh !important;
}
.ui-gallery-full-screen .ui-gallery-canvas-img {
  width: 100vw !important;
  height: 100vh !important;
}
.ui-gallery-full-screen .ui-gallery-canvas-img img {
  height: auto !important;
  min-width: auto !important;
  max-width: 100vw !important;
  min-height: auto !important;
  max-height: 100vh !important;
}
.ui-gallery-full-screen .ui-gallery-subtitle {
  top: initial !important;
  bottom: 0px !important;
}

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

.ui-gallery-full-screen .ui-gallery-left {
  margin-left: 0px !important;
}
.ui-gallery-full-screen .ui-gallery-right {
  margin-right: 0px !important;
}
.ui-gallery-full-screen .ui-gallery-photo {
  margin-left: 0px !important;
}
.ui-gallery-full-screen .ui-gallery-play {
  margin-left: 0px !important;
}
.ui-gallery-full-screen .ui-gallery-full {
  color: #FFF !important;
  position: fixed !important;
  top: 10px !important;
  right: 10px !important;
  font-size: 20px !important;
}

.ux-feed-drag {
  width: 50vw;
  max-width: 280px;
  position: absolute;
  z-index: 2;
  top: 40%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

/* UX BANNER */
.ux-banner {
  display: block;
  position: relative;
  z-index: 0;
  width: 100%;
  padding: 0px;
  background-color: #EEE;
  outline: none;
  overflow: hidden;
  min-height: 80px;
}

.ux-banner-canvas {
  position: relative;
  display: block;
  text-align: center;
  padding: 0px;
  margin: 0px;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
  overflow: hidden;
}

.ux-banner-canvas-hidden div {
  display: none !important;
}

.ux-banner-canvas div {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
  padding: 0px;
  margin: 0px;
  z-index: 4;
}

.ux-banner-canvas a {
  display: block;
  width: 100%;
  height: 100%;
  max-width: inherit;
  max-height: inherit;
  padding: 0px;
  margin: 0px;
}

.ux-banner-canvas img {
  width: auto !important;
  height: 100%;
  max-width: inherit;
  max-height: inherit;
  padding: 0px;
  margin: 0px;
  box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.1);
}

.ux-banner-nav-div {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 1280px;
}

.ux-banner-left, .ux-banner-right {
  cursor: pointer;
  position: absolute;
  z-index: 5;
  border: none;
  outline: none;
  border-radius: 18px;
  line-height: 36px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.2);
}
.ux-banner-left:hover, .ux-banner-left:active, .ux-banner-left:focus, .ux-banner-right:hover, .ux-banner-right:active, .ux-banner-right:focus {
  color: #e22229;
  background-color: #ffffff;
}

.ux-banner-left {
  left: 20px;
  bottom: 10px;
}

.ux-banner-right {
  right: 20px;
  bottom: 10px;
}

.ux-banner-legenda {
  position: absolute;
  z-index: 4;
  width: calc(100vw - 240px);
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  text-align: center;
  color: #2f2f2f;
  font-weight: 600;
  font-size: 13px;
  line-height: 36px;
  text-shadow: 0px 0px 1px #FFF;
}

.ux-banner-left:hover,
.ux-banner-right:hover,
.ux-banner-slide:hover,
.ux-banner-slide-pause:hover {
  opacity: 1;
}

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

.ux-banner-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 {
  animation: alternate virdadireita 0.5s ease-in-out;
  animation-fill-mode: forwards;
}

@keyframes virdadireita {
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}
.sair-direita {
  animation: alternate sairdireita 1s ease-in;
  animation-fill-mode: forwards;
}

@keyframes sairdireita {
  40% {
    opacity: 0.2;
  }
  100% {
    transform: translateX(100%);
    opacity: 0.2;
  }
}
.vir-da-esquerda {
  animation: alternate virdaesquerda 0.5s ease-in-out;
  animation-fill-mode: forwards;
}

@keyframes virdaesquerda {
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}
.sair-esquerda {
  animation: alternate sairesquerda 1s ease-in;
  animation-fill-mode: forwards;
}

@keyframes sairesquerda {
  40% {
    opacity: 0.2;
  }
  100% {
    transform: translateX(-100%);
    opacity: 0.2;
  }
}
/* 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 #C9C9C9;
  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: #2f2f2f;
  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 #C9C9C9;
  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: #2f2f2f;
  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: #2f2f2f;
  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: #2f2f2f !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 #C9C9C9;
  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: #e22229 !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: #818181 !important;
  font-weight: normal !important;
}

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

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

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

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

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

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

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

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

textarea:-o-placeholder {
  color: #818181 !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 #C9C9C9;
  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: #2f2f2f;
  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: #2f2f2f;
  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 #C9C9C9;
  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: #2f2f2f;
  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: #C9C9C9;
}

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

.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: #2f2f2f;
  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: #2f2f2f;
  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: #2f2f2f;
  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: #64b7ed;
  background-color: #C3C3C3;
  font-weight: 500;
}

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

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

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

@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: #2f2f2f;
  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: #ffffff !important;
}
.boss-radio-white label span {
  color: #ffffff !important;
  border-color: #ffffff !important;
}
.boss-radio-white label span::before {
  background-color: #ffffff !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 #C9C9C9;
  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: #2f2f2f;
  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: #2f2f2f;
  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: #C9C9C9 !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: #2f2f2f;
  border: 1px solid #C9C9C9;
  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: #C9C9C9;
  border-color: #C9C9C9;
  color: #FFF;
  cursor: pointer !important;
}

.boss-js-date-show-ative {
  background-color: #C9C9C9 !important;
  border-color: #C9C9C9 !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: 34px;
  line-height: 30px;
  border: none;
  border-radius: 0;
  padding-left: 0px;
  padding-right: 0px;
  width: 34px;
  margin: 2px 0px 2px 0px;
  background-color: #C3C3C3;
  font-size: 130%;
  font-weight: 400;
  color: #2f2f2f;
  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: #e22229;
  color: #ffffff;
}

.boss-js-date-show-button {
  position: relative;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  height: 34px;
  line-height: 30px;
  border: none;
  border-radius: 0;
  padding-left: 10;
  padding-right: 10;
  margin: 2px 0px 2px 0px;
  background-color: #C3C3C3;
  font-size: 12;
  font-weight: 400;
  color: #2f2f2f;
  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: 34px;
  width: calc((100% - 68px) / 2);
  line-height: 30px;
}

.boss-js-date-y {
  height: 34px;
  width: calc((100% - 68px) / 2);
  line-height: 30px;
}

.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: #C9C9C9;
  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: #C9C9C9;
}

.focus label,
.focus label::before,
.focus div.boss-slct-label::before {
  background-color: #C9C9C9;
  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: #C9C9C9 !important;
}

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

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

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

/* MOBILE */
.error-field {
  border-color: #e22229;
}
.error-field input + label span {
  border-color: #e22229;
}
.error-field label i {
  color: #e22229;
}

.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: 12px !important;
  font-weight: 400 !important;
  color: #ffffff !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;
  height: 36px;
  min-width: 38px;
  margin: 2px 0px 2px 0px;
  background-color: #2f2f2f;
  border: 1px solid black;
  border-radius: 3px 3px 3px 3px;
  -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: 12px !important;
  font-weight: 400 !important;
  color: #ffffff !important;
}
.formsimple-input:focus {
  border-color: #1a1a1a;
}
.formsimple-input:disabled {
  cursor: not-allowed !important;
  background: black !important;
  color: #C9C9C9 !important;
  border-color: black !important;
}
.formsimple-input:disabled::placeholder {
  color: #fcfcfc !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: #2f2f2f !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;
}

.formsimple-input-noleft {
  border-left: none !important;
  border-radius: 0px 3px 3px 0px !important;
}

.formsimple-input-nocenter {
  border-left: none !important;
  border-right: none !important;
  border-radius: 0 !important;
}

.formsimple-input-noright {
  border-right: none !important;
  border-radius: 3px 0px 0px 3px !important;
}

.formsimple-input-notop {
  border-radius: 0px 0px 3px 3px !important;
  border-top: none !important;
  margin-top: 0 !important;
}

.formsimple-input-novcenter {
  border-radius: 0 !important;
  border-top: none !important;
  border-bottom: none !important;
  margin: 0 !important;
}

.formsimple-input-nobottom {
  border-radius: 3px 3px 0px 0px !important;
  border-bottom: none !important;
  margin-bottom: 0 !important;
}

.formsimple-upload {
  position: relative;
  cursor: pointer;
  display: inline-block;
  outline: none;
  padding: 0px 20px 0px 20px;
  overflow: none;
  height: 36px;
  min-width: 38px;
  margin: 2px 0px 2px 0px;
  background-color: #2f2f2f;
  border: 1px solid black;
  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: 12px !important;
  font-weight: 400 !important;
  color: #ffffff !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: black !important;
  color: #C9C9C9 !important;
  border-color: black !important;
}

.formsimple-textarea {
  outline: none;
  width: 100%;
  padding: 20px;
  min-height: 38px;
  min-width: 38px;
  background-color: #2f2f2f;
  border: 1px solid black;
  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: 12px !important;
  font-weight: 400 !important;
  color: #ffffff !important;
}
.formsimple-textarea:focus {
  border-color: black;
}
.formsimple-textarea:disabled {
  cursor: not-allowed !important;
  background: black !important;
  color: #C9C9C9 !important;
  border-color: black !important;
}

.formsimple-select {
  outline: none;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  min-width: 50px;
  cursor: pointer !important;
  height: 36px;
  margin: 2px 0px 2px 0px;
  background-color: #2f2f2f;
  border: 1px solid black;
  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;
  user-select: none;
  font-family: inherit !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  color: #ffffff !important;
  /* Isso buga no firefox.
  &:active::after {
  	content: "\e316";
  }*/
}
.formsimple-select select {
  padding: 0px 36px 0px 20px;
  cursor: pointer !important;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: inherit;
  background-color: rgba(0, 0, 0, 0) !important;
  border: none !important;
  z-index: 1;
}
.formsimple-select::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 0;
  text-align: center;
  width: 36px;
  line-height: 36px;
  content: "\e313";
  font-size: 20px !important;
  color: #2f2f2f;
  font-family: "icomoon" !important;
  transform: rotate(0deg);
  transform-origin: center;
  transition: transform 0.15s ease;
}
.formsimple-select:active {
  border-color: #1a1a1a;
}

.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: #2f2f2f;
  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: 2px solid #AAA;
  border-radius: 50%;
  z-index: 1;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.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: #2f2f2f;
  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: 10px;
  width: 30px;
  height: 30px;
  border: 2px 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: "\e5ca" !important;
  font-size: 1px;
  font-family: "icomoon" !important;
  font-weight: normal;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%);
  animation: formsimple_checkbox_out 0.3s;
  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;
}

@keyframes formsimple_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 formsimple_checkbox_out {
  0% {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%);
    font-size: 20px;
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    font-size: 1px;
  }
}
nav {
  position: fixed;
  display: block;
  top: 50%;
  right: 10px;
  margin: 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;
  transform: translateY(-50%);
  z-index: 9;
  width: 40px;
}
nav .nav_box {
  display: none;
  width: auto;
  padding-left: 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;
  position: absolute;
  border-radius: 20px 0 0 20px;
  -moz-border-radius: 20px 0 0 20px;
  -ms-border-radius: 20px 0 0 20px;
  -webkit-border-radius: 20px 0 0 20px;
  -o-border-radius: 20px 0 0 20px;
  top: 0;
  right: 37px;
  background-color: #e22229;
  color: #ffffff;
  font-weight: 500;
  font-size: 13px;
  line-height: 40px;
}

/* MENU MOBILE  */
.nav-menu {
  display: block;
  width: 100%;
  padding: 20px;
  padding-right: 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: fixed;
  top: 130vh;
  height: 100vh;
  margin: auto;
  background-color: #ffffff;
  z-index: 99999;
}
.nav-menu .nav-menu-label {
  line-height: 45px;
  margin: auto;
  font-weight: 400;
}
.nav-menu .nav-flow {
  display: block;
  width: 100%;
  overflow: auto;
  height: calc(100vh - 200px);
  padding-top: 20px;
}
.nav-menu .nav-flow .header-menu {
  padding: 20px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  color: #2f2f2f;
}
.nav-menu .nav-box {
  display: block;
  border-top: 1px solid #f1f1f1;
  cursor: pointer;
}
.nav-menu .nav-box a {
  display: block;
  width: 100%;
  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;
}
.nav-menu .nav-box:hover .nav-b {
  font-weight: 600;
}
.nav-menu .nav-a {
  display: inline-block;
  width: 20px;
  vertical-align: middle;
  font-size: 20px;
}
.nav-menu .nav-a img {
  display: block;
  width: 100%;
}
.nav-menu .nav-b {
  display: inline-block;
  width: calc(100% - 30px);
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  vertical-align: middle;
}

.mobile_nav_open {
  -moz-animation-duration: 0.25s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -moz-animation-name: mobile_nav_open;
  -webkit-animation-name: mobile_nav_open;
  animation-name: mobile_nav_open;
  -moz-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -moz-animation-direction: normal;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes mobile_nav_open {
  from {
    top: -110vh;
    left: 0;
  }
  to {
    top: 0;
    left: 0;
  }
}
@-moz-keyframes mobile_nav_open {
  from {
    top: -110vh;
    left: 0;
  }
  to {
    top: 0;
    left: 0;
  }
}
@-o-keyframes mobile_nav_open {
  from {
    top: -110vh;
    left: 0;
  }
  to {
    top: 0;
    left: 0;
  }
}
@keyframes mobile_nav_open {
  from {
    top: -110vh;
    left: 0;
  }
  to {
    top: 0;
    left: 0;
  }
}
.mobile_nav_close {
  -moz-animation-duration: 0.25s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -moz-animation-name: mobile_nav_close;
  -webkit-animation-name: mobile_nav_close;
  animation-name: mobile_nav_close;
  -moz-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -moz-animation-direction: normal;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes mobile_nav_close {
  from {
    top: 0;
    left: 0;
  }
  to {
    top: -110vh;
    left: 0;
  }
}
@-moz-keyframes mobile_nav_close {
  from {
    top: 0;
    left: 0;
  }
  to {
    top: -110vh;
    left: 0;
  }
}
@-o-keyframes mobile_nav_close {
  from {
    top: 0;
    left: 0;
  }
  to {
    top: -110vh;
    left: 0;
  }
}
@keyframes mobile_nav_close {
  from {
    top: 0;
    left: 0;
  }
  to {
    top: -110vh;
    left: 0;
  }
}
.nav-mob-menu-ativo {
  top: 0;
  left: 120%;
}

.nav-mob-menu-inativo {
  top: 0;
  left: 0;
}

.nav-menu {
  right: 0;
}

.pc_nav_open {
  -moz-animation-duration: 0.25s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -moz-animation-name: pc_nav_open;
  -webkit-animation-name: pc_nav_open;
  animation-name: pc_nav_open;
  -moz-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -moz-animation-direction: normal;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes pc_nav_open {
  from {
    top: 110vh;
    right: 0;
  }
  to {
    top: 0;
    right: 0;
  }
}
@-moz-keyframes pc_nav_open {
  from {
    top: 110vh;
    right: 0;
  }
  to {
    top: 0;
    right: 0;
  }
}
@-o-keyframes pc_nav_open {
  from {
    top: 110vh;
    right: 0;
  }
  to {
    top: 0;
    right: 0;
  }
}
@keyframes pc_nav_open {
  from {
    top: 110vh;
    right: 0;
  }
  to {
    top: 0;
    right: 0;
  }
}
.pc_nav_close {
  -moz-animation-duration: 0.25s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -moz-animation-name: pc_nav_close;
  -webkit-animation-name: pc_nav_close;
  animation-name: pc_nav_close;
  -moz-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -moz-animation-direction: normal;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes pc_nav_close {
  from {
    top: 0;
    right: -10px;
  }
  to {
    top: 0;
    right: -420px;
  }
}
@-moz-keyframes pc_nav_close {
  from {
    top: 0;
    right: -10px;
  }
  to {
    top: 0;
    right: -420px;
  }
}
@-o-keyframes pc_nav_close {
  from {
    top: 0;
    right: -10px;
  }
  to {
    top: 0;
    right: -420px;
  }
}
@keyframes pc_nav_close {
  from {
    top: 0;
    right: -10px;
  }
  to {
    top: 0;
    right: -420px;
  }
}
.pc_nav_shadow {
  -webkit-box-shadow: 0px 0 40px 0px #9a9a9a;
  -moz-box-shadow: 0px 0 40px 0px #9a9a9a;
  box-shadow: 0px 0 40px 0px #9a9a9a;
  top: 110vh;
}

.ho-title {
  color: #2f2f2f;
  font-weight: 500;
  font-size: 25px;
}

.ho-subtitle {
  color: #2f2f2f;
  font-weight: 400;
  font-size: 17px;
}

.ho-txt, #instagram_render .instagram_nome, ul, li, a, p, .b-invisible-txt {
  color: #2f2f2f;
  font-weight: 300;
  font-size: 16px;
}

.ho-mini {
  color: #C9C9C9;
  font-weight: 200;
  font-size: 15px;
}

/*
	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
*/
#instagram_render {
  display: block;
  width: 100%;
  vertical-align: top;
}
#instagram_render .instagram_nome {
  display: block;
  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;
}
#instagram_render .instagram_imagem {
  display: block;
  width: 100%;
}
#instagram_render .instagram_imagem .instagram_container_img {
  cursor: pointer;
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 90%;
  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: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  filter: grayscale(30%);
  -webkit-filter: grayscale(30%);
  -moz-filter: grayscale(30%);
  -o-filter: grayscale(30%);
  -ms-filter: grayscale(30%);
}
#instagram_render .instagram_imagem .instagram_container_img img {
  display: block;
  width: 100%;
  position: absolute;
  top: -10%;
  left: 0;
}
#instagram_render .instagram_imagem .instagram_container_img:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
}

#site_imob .box-img-site-mob {
  display: block;
  width: 100%;
}
#site_imob .box-img-site-mob img {
  display: block;
  width: 100%;
}
#site_imob .box-img-site {
  display: block;
  width: 60px;
}
#site_imob .box-img-site img {
  display: block;
  width: 100%;
}

/* /servicos */
.servicos-bg {
  display: block;
  width: 100%;
  background-color: #C3C3C3;
  background-image: url("/jnh/servicos/bg-servicos.jpg");
  background-size: auto;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: top;
  height: 250px;
}

.servicos-bg2 {
  background-image: url("/jnh/servicos/bg-servicos2.jpg");
}

/* INDEX - HOME */
.servicos-container {
  display: block;
  width: 100%;
  background-color: #ffffff;
  min-height: 310px;
  padding: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  position: relative;
}
.servicos-container .servicos-btn {
  position: absolute;
  bottom: 20px;
  display: block;
  width: calc(100% - 40px);
}

.servicos-img {
  display: block;
  width: 80px;
  margin: auto;
}

.representante {
  display: block;
  width: 100%;
  min-height: 300px;
  background-image: url("/jnh/representante/bg-representante.jpg");
  background-color: #f1f1f1;
  background-size: cover;
  background-position: center;
}
.representante .representante-img {
  display: block;
  margin: auto;
  width: 200px;
}
.representante .representante-img img {
  display: block;
  width: 100%;
}

.representante-overlay {
  background-color: rgba(255, 255, 255, 0.7);
}

.diferencial-container {
  display: block;
  width: 100%;
  padding-bottom: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.diferencial-container .diferencial-img {
  display: inline-block;
  width: 90px;
  vertical-align: top;
}
.diferencial-container .diferencial-img img {
  display: block;
  width: 100%;
}
.diferencial-container .diferencial-descricao {
  display: inline-block;
  width: calc(100% - 90px);
  vertical-align: top;
}

.produtos-img {
  display: block;
  width: 250px;
}
.produtos-img img {
  display: block;
  width: 100%;
}

.projetos .venda-container {
  padding: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  position: relative;
}
.projetos .box-img {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 60%;
}
.projetos .box-img img {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.projetos .projeto_ativo {
  display: block;
  -moz-animation-duration: 0.25s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -moz-animation-name: projeto_ativo;
  -webkit-animation-name: projeto_ativo;
  animation-name: projeto_ativo;
  -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;
}
.projetos .projeto_ativo .box-img {
  -moz-animation-duration: 0.25s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -moz-animation-name: projeto_ativo_img;
  -webkit-animation-name: projeto_ativo_img;
  animation-name: projeto_ativo_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;
}
.projetos .projeto_inativo {
  display: none;
  -moz-animation-duration: 0.25s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -moz-animation-name: projeto_inativo;
  -webkit-animation-name: projeto_inativo;
  animation-name: projeto_inativo;
  -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;
}
.projetos .projeto_inativo .box-img {
  -moz-animation-duration: 0.25s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -moz-animation-name: projeto_inativo_img;
  -webkit-animation-name: projeto_inativo_img;
  animation-name: projeto_inativo_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;
}
@-webkit-keyframes projeto_inativo_img {
  from {
    width: 100%;
  }
  to {
    width: 80%;
  }
}
@-moz-keyframes projeto_inativo_img {
  from {
    width: 100%;
  }
  to {
    width: 80%;
  }
}
@-o-keyframes projeto_inativo_img {
  from {
    width: 100%;
  }
  to {
    width: 80%;
  }
}
@keyframes projeto_inativo_img {
  from {
    width: 100%;
  }
  to {
    width: 80%;
  }
}
@-webkit-keyframes projeto_ativo_img {
  from {
    width: 80%;
  }
  to {
    width: 100%;
  }
}
@-moz-keyframes projeto_ativo_img {
  from {
    width: 80%;
  }
  to {
    width: 100%;
  }
}
@-o-keyframes projeto_ativo_img {
  from {
    width: 80%;
  }
  to {
    width: 100%;
  }
}
@keyframes projeto_ativo_img {
  from {
    width: 80%;
  }
  to {
    width: 100%;
  }
}
@-webkit-keyframes projeto_inativo {
  from {
    opacity: 1;
    top: 0;
    display: block;
  }
  to {
    opacity: 0;
    top: 20px;
    display: none;
  }
}
@-moz-keyframes projeto_inativo {
  from {
    opacity: 1;
    top: 0;
    display: block;
  }
  to {
    opacity: 0;
    top: 20px;
    display: none;
  }
}
@-o-keyframes projeto_inativo {
  from {
    opacity: 1;
    top: 0;
    display: block;
  }
  to {
    opacity: 0;
    top: 20px;
    display: none;
  }
}
@keyframes projeto_inativo {
  from {
    opacity: 1;
    top: 0;
    display: block;
  }
  to {
    opacity: 0;
    top: 20px;
    display: none;
  }
}
@-webkit-keyframes projeto_ativo {
  from {
    opacity: 0;
    top: 20px;
    display: none;
  }
  to {
    opacity: 1;
    top: 0;
    display: block;
  }
}
@-moz-keyframes projeto_ativo {
  from {
    opacity: 0;
    top: 20px;
    display: none;
  }
  to {
    opacity: 1;
    top: 0;
    display: block;
  }
}
@-o-keyframes projeto_ativo {
  from {
    opacity: 0;
    top: 20px;
    display: none;
  }
  to {
    opacity: 1;
    top: 0;
    display: block;
  }
}
@keyframes projeto_ativo {
  from {
    opacity: 0;
    top: 20px;
    display: none;
  }
  to {
    opacity: 1;
    top: 0;
    display: block;
  }
}

.miniatura-porta {
  padding: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.miniatura-porta .box-img {
  display: block;
  width: 100%;
}
.miniatura-porta .box-img img {
  display: block;
  width: 100%;
}

.portas2-img {
  /*display: inline-block;
  text-align: center;*/
}

.sessao_um .portas-img {
  display: block;
  width: 50%;
}
.sessao_um .portas-img img {
  display: block;
  width: 100%;
}
.sessao_um .portas-descricao {
  text-align: center;
}

.sessao-tres {
  display: inline-block;
}
.sessao-tres img {
  display: inline-block;
  width: 100%;
}

.portas-seis {
  display: block;
  width: 300px;
}
.portas-seis img {
  display: block;
  width: 100%;
}

.portas-sete {
  display: block;
  width: 100%;
}
.portas-sete img {
  display: block;
  width: 100%;
  /*@include border-radius(50%);
  border: 1px solid $gray1;*/
}

.venda .venda-container {
  padding: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.venda .box-img {
  display: block;
  width: 100%;
}
.venda .box-img img {
  display: block;
  width: 100%;
}

/* LARGE SCREEN */
@media all and (min-width: 1201px) and (max-width: 1370px) {
  /* CONTENT */
  .content_h {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .content_f {
    padding-top: 20px !important;
  }
}
/* MEDIUM SCREEN */
@media all and (min-width: 1024px) and (max-width: 1200px) {
  /* CONTENT */
  .content_h {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .content_f {
    padding-top: 20px !important;
  }
}
/* TABLET LANDSCAPE */
@media all and (min-width: 768px) and (max-width: 1023px) {
  /* CONTENT */
  .content_h {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .content_v {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .content_m {
    max-width: 500px !important;
  }
  .content_f {
    padding-top: 10px !important;
  }
  .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;
  }
  .ho-title {
    font-size: 19px;
  }
  .ho-subtitle {
    font-size: 17px;
  }
  .ho-txt, ul, li, a, p, .b-invisible-txt, #instagram_render .instagram_nome {
    font-size: 15px;
  }
  .ho-mini {
    font-size: 13px;
  }
}
/* TABLET PORTRAIT */
@media all and (min-width: 641px) and (max-width: 767px) {
  /* CONTENT */
  .content_h {
    padding-left: 25px;
    padding-right: 25px;
  }
  .content_v {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .content_m {
    max-width: 500px !important;
  }
  .content_f {
    padding-top: 10px !important;
  }
  .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;
  }
  .ho-title {
    font-size: 19px;
  }
  .ho-subtitle {
    font-size: 17px;
  }
  .ho-txt, ul, li, a, p, .b-invisible-txt, #instagram_render .instagram_nome {
    font-size: 15px;
  }
  .ho-mini {
    font-size: 13px;
  }
}
/* SMARTPHONE LANDSCAPE */
@media all and (min-width: 482px) and (max-width: 640px) {
  /* CONTENT */
  .content_h {
    padding-left: 25px;
    padding-right: 25px;
  }
  .content_v {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .content_m {
    max-width: 500px !important;
  }
  .content_f {
    padding-top: 10px !important;
  }
  .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;
  }
  .ho-title {
    font-size: 18px;
  }
  .ho-subtitle {
    font-size: 16px;
  }
  .ho-txt, ul, li, a, p, .b-invisible-txt, #instagram_render .instagram_nome {
    font-size: 14px;
  }
  .ho-mini {
    font-size: 12px;
  }
}
/* SMARTPHONE PORTRAIT */
@media all and (min-width: 321px) and (max-width: 481px) {
  /* CONTENT */
  .content_h {
    padding-left: 20px;
    padding-right: 20px;
  }
  .content_v {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .content_f {
    padding-top: 10px !important;
  }
  .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;
  }
  .ho-title {
    font-size: 17px;
  }
  .ho-subtitle {
    font-size: 15px;
  }
  .ho-txt, ul, li, a, p, .b-invisible-txt, #instagram_render .instagram_nome {
    font-size: 13px;
  }
  .ho-mini {
    font-size: 11px;
  }
}
/* OLD SMARTPHONE */
@media all and (max-width: 320px) {
  h1, .h1 {
    font-size: 16px;
  }
  /* CONTENT */
  .content_h {
    padding-left: 20px;
    padding-right: 20px;
  }
  .content_v {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .content_f {
    padding-top: 10px !important;
  }
  .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;
  }
  .ho-title {
    font-size: 17px;
  }
  .ho-subtitle {
    font-size: 15px;
  }
  .ho-txt, ul, li, a, p, .b-invisible-txt, #instagram_render .instagram_nome {
    font-size: 13px;
  }
  .ho-mini {
    font-size: 11px;
  }
}
/*# sourceMappingURL=map/site.min.css.map */
