@font-face {
  font-family: 'Cinzel';
  src: url('../../../fonts/Cinzel-VariableFont_wght.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'LavishlyYours';
  src: url('../../../fonts/LavishlyYours-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Ephesis';
  src: url('../../../fonts/Ephesis-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Residence';
  src: url('../../../fonts/residence.ttf');
  font-weight: normal;
  font-style: normal;
}
.lav {
  font-family: 'LavishlyYours' !important;
  font-size: 155%;
}
.cinzel {
  font-family: 'Cinzel' !important;
  font-weight: bold;
}
.ephe {
  font-family: 'Ephesis' !important;
  font-size: 155%;
  font-weight: bold;
}
.times{
    font-family: "Times New Roman", Times, serif !important;
    font-weight: 500;
}
.resi {
  font-family: 'Residence' !important;
  font-size: 155%;
  font-weight: 500;
}
@font-face {
  font-family: 'icomoon';
  src: url('../../../fonts/icomoon.eot?lrzw5b');
  src: url('../../../fonts/icomoon.eot?lrzw5b#iefix') format('embedded-opentype'), url('../../../fonts/icomoon.ttf?lrzw5b') format('truetype'), url('../../../fonts/icomoon.woff?lrzw5b') format('woff'), url('../../../fonts/icomoon.svg?lrzw5b#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="pir-"], [class*=" pir-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pir-logo:before {
  content: "\e900";
}
.pir-dir:before {
  content: "\e902";
}
.pir-esq:before {
  content: "\e901";
}

.option_pessoas {
  align-items: center;
  padding: 0px 14px;
  height: 31px;
  flex: none;
  order: 0;
  align-self: stretch;
  border: none;
  background-color: #FFFFFF;
}
.sequence {
  overflow: hidden;
  padding: 8px;
  margin: 0 0 0 -8px;
  *zoom: 1; /* ie */
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.item {
  width: 50px;
  line-height: 40px;
  text-align: center;
  border: 5px solid #666;
  color: #666;
  float: left;
  margin: 0 5px 0 0;
  cursor: pointer;
  -moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.item:hover {
  text-decoration: none;
  border-color: #B4B4B4;
  color: #1B1B1B;
}
.activeItem:hover {
  text-decoration: none;
  border-color: #B6D732;
  color: #B8DF1B;
}
.inactiveItem:hover {
  text-decoration: none;
  border-color: #A6B5CF;
  color: #243b65;
}
.corretorItem:hover {
  text-decoration: none;
  border-color: #EFBD66;
  color: #D58800;
}
.lokedItem:hover {
  text-decoration: none;
  border-color: #FD7C7C;
  color: #FF0000;
  cursor: not-allowed;
}
.item:focus {
  text-decoration: none;
  color: inherit;
}
.activeItem {
  border-color: #799509;
  color: #9ebf19;
}
.inactiveItem {
  border-color: #243b65;
  color: #150b46;
}
.corretorItem {
  border-color: #D58800;
  color: #824D11;
}
.lokedItem {
  border-color: #FF0000;
  color: #220101;
  cursor: not-allowed;
}
.block {
  color: #000000;
  background-image: url("../img/x.png");
  background-position: center center;
  background-size: contain;
}
.button_enviar_apts {
  padding: 5px;
  margin: 0 0 70px 232px;
  width: inherit;
  background-color: rgb(255 255 255 / 81%);
}