* {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

@media screen and (max-width: 39.99875em) {
  .height-100-for-small-only {
    height: 100px !important;
  }
  .max-width-100-for-small-only {
    max-width: 100% !important;
    }
    .width-100-for-small-only {
        width: 100% !important;
    }
  .hide-for-small-only {
    display: none !important; }
  .small-font-40 {
    font-size: 40px !important;
    line-height: 40px !important; } 
  .small-font-50 {
    font-size: 50px !important;
    line-height: 50px !important; }
  .small-ajust-1 {
    display: block !important;
    padding-left: 40px !important;
    width: calc(100% - 80px) !important;
  }
  .small-ajust-2 {
    width: 80% !important;
    display: block !important;
    left: 50% !important;
    translate: -50% !important;
    position: relative !important;
    height: 70vh !important;
  }
  .small-ajust-3 {
    padding-left: 20px !important;
    width: calc(100% - 40px) !important;
  }
  .position-left10-for-small-only {
    margin-left: 10px !important; } 
  .position-right10-for-small-only {
    margin-right: 10px !important; }
  .position-left0-for-small-only {
    margin-left: 0px !important; } 
  .position-right0-for-small-only {
    margin-right: 0px !important; }
  .small-logo-for-small-only {
    background-size: 50% !important; }
  .bgsize50-for-small-only {
    background-size: 50% !important; }
  .bgsize45-for-small-only {
    background-size: 45% !important; }
  .bgsize40-for-small-only {
    background-size: 40% !important; }
  .bgsize2520-for-small-only {
    background-size: 25% 20% !important; }
  .width100-for-small-only {
    width: calc(100% - 20px) !important;
    height: calc(100% - 10px) !important;
    margin-left: 10px !important;
    margin-right: 10px !important; }
  .height54-for-small-only {
    height: 54px !important; }
  .height50vh-for-small-only {
    height: 50vh !important; }
  .height60vh-for-small-only {
    height: 60vh !important; }
  .height70vh-for-small-only {
    height: 70vh !important; }
  .prj-std-class-resize {
    left: 64px !important; }
  .project-div-resize {
    width: 100% !important; 
    display: block !important;
    padding: 10px 0 !important }
  .project-name-small {
    /*font-size: 20px !important;
    line-height: 50px !important;
    height: 38px !important; */
    font-size: 20px !important;
    line-height: 25px !important;
    height: auto !important;
    padding-top: 15px; }
  .padding-left-10-small {
    width: calc(100% - 20px) !important;
    padding-left: 10px !important; }
  .center-titles {
    padding-left: 0px !important;
    text-align: center !important;
    width: calc(100% - 10px) !important;
    margin-left: 5px; } 
  .project-detail-resize {
    width: 100% !important;
    height: calc(100% - 54px) !important;
    bottom: 0 !important;
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important; }
  .project-detail-data-small-resize {
    width: 100% !important;
    display: block !important; }
  .cover-to-100 {
    background-size: cover !important; }
  .search-resize-for-small {
    width: calc(100% - 148px) !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important; } 
  .project-div-resize {
    width: calc(100% / 2 - 10px) !important; 
    display: inline-block !important;
    margin-bottom: 10px !important; } }

@media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

/*::-webkit-scrollbar { display: none; }
::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment { display: none; }*/

.noselect {
  /*class="noselect" unselectable="on" onselectstart="return false;"*/
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

.body-class {
  margin: 0; 
  padding: 0; 
  width: 100%; 
/*  height: 100%;*/
  height: auto;
  font-size: 16px; 
  font-family: 'Cairo', sans-serif; 
  font-weight: 300;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 50px;
  background-blend-mode: exclusion;
  overflow-x: hidden;
}

.html-class {

}

.typeWriteCursor::after {
  content: '|';
  margin-left: 5px;
  opacity: 1;
  animation: typeWriterCursorBlink .7s infinite;
}
@keyframes typeWriterCursorBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

.cookies-class {
    position: fixed;
    bottom: 0;
    background-color: rgba(255,255,255,0.94);
    color: darkgray;
    padding: 30px 30px;
    /*width: 100%;*/
    width: calc(100% - 60px);
    z-index: 2000;
    display: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.cookie-title-class {
    /*color: rgb(0, 83, 123);*/
/*    color: #163a3d;*/
    /* color: rgb(36,43,57); */
    color: #111;
    /*font-family: 'Futura'; */
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    letter-spacing: 4.5px;
    font-weight: 700;
}

.cookie-msg-class {
    display: inline-block;
    vertical-align: middle;
    max-width: 1920px;
    text-align: left;
    color: #5e5e5e;
    font-weight: bolder;
    width: 100%;
    margin-right: 30px;
    line-height: 24px;
}

.cookie-ok-class {
    display: inline-block; 
    vertical-align: middle; 
    height: 60px; 
    width: 100px;
    line-height: 60px;
    color: white; 
    /*background-color: rgb(41,98,217);*/
    /*background-color: rgb(24,64,143);*/
    /*background-color: rgb(0, 83, 123);*/
    /*background-color: #fe9d00;*/
    /*background-color: #163a3d;*/
    /* background-color: rgb(36,43,57); */
    background-color: #111;
    border-radius: 10px; 
    font-weight: bold;
    cursor: pointer;
    margin: 30px 20px 30px 0;
    text-align: center;
}

.cookie-revogar-class {
  display: inline-block;
  vertical-align: middle;
  height: 60px;
  width: 60px;
  line-height: 60px;
  color: black;
  border-radius: 10px;
  font-weight: lighter;
  cursor: pointer;
  margin: 30px 10px 30px 0;
  text-align: center;
  padding: 0 20px;
  border: 1px solid #eee;
}

.align-middle {
  position: relative;
  top : 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform    : translate(-50%, -50%);  
}

.standard-placeholder::placeholder {
  font-size: 1rem;
  font-style: normal;
}

.header-class {
  width: 100%;
  height: 74px;
  max-width: 1920px;
  left: 50%;
  position: fixed;
  translate: -50%;
  text-align: left;
  top: 0;
  z-index: 1000;
  background-color: #f5f5f5;
}

.header-msg {
  /*width: calc(100% - 302px);*/
  background-color: unset;
  font-family: Cairo;
  text-align: center;
  line-height: 34px;
  font-size: 28px;
  padding: 20px;
  font-weight: lighter;
  display: block;
  /*margin-left: 94px;*/
  position: absolute;
  height: 34px;
  width: calc(100% - 40px);
}

.standard-header {
  width: auto;
  height: 74px;
}

.header-back-class {
  background-image: url('https://planoeplano.campinas.br/_img/icons8-esquerda-100.png');
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 74px;
  width: 74px;
  margin-left: 20px;
  position: absolute;
  display: inline-block;
  cursor: pointer;
}

.prj-std-class {
  width: 48px; 
  position: absolute;
  height: 48px; 
  background-image: url(''); 
  background-repeat: no-repeat; 
  background-position: 50% 50%; 
  background-size: 80%; 
  cursor: help;
  background-color: white;
  border-radius: 27px;
  left: 94px;
  margin-top: 13px;
}

.menu-options-class {
  cursor: pointer;
  background-image: url('https://planoeplano.campinas.br/_img/icons8-opcoes-de-ordenacao-100.png'); 
  background-size: 45%; 
  background-repeat: no-repeat; 
  background-position: 50% 50%;
  height: 74px;
  width: 74px;
  margin-right: 20px;
  float: right;
  position: relative;
  display: inline-block;
}

.my-favorites-class {
  cursor: pointer;
  background-image: url('https://planoeplano.campinas.br/_img/icons8-fita-de-bookmark-100.png'); 
  background-size: 50%; 
  background-repeat: no-repeat; 
  background-position: 50% 50%;
  height: 74px;
  width: 74px;
  float: right;
  position: relative;
  display: inline-block;
}

.main-section-class {
  width: 100%;
  height: 100%;
  max-width: 1920px;
  left: 50%;
  position: relative;
  translate: -50%;
  text-align: left;
}

.fade-black-class {
  display: none;
  width:100%;
  height:100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 1020;
  cursor: w-resize;
}

.fullscreen-black-class {
  display: none;
  width:100%;
  height:100%;
  background-color: rgba(0, 0, 0, 0.95);
  position: fixed;
  z-index: 1010;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}

.project-detail-class {
  display: none;
  width: 100%;
  height: calc(100% - 74px);
  position: fixed;
  z-index: 1002;
  right: 0;
  margin-top: 74px;
  overflow-y: scroll;
  max-width: 1920px;
  translate: -50%;
  left: 50%;
  background-color: #e1e1e1;
  cursor: w-resize;
}

.welcome-class {
  display: block;
  width: 100%;
  height: auto;
  background-color: white;
  max-height: 80%;
}

.welcome-msg-class {
  width: calc(100% - 40px);
  background-color: white;
  font-family: Cairo;
  text-align: center;
  line-height: 30px;
  font-size: 28px;
  padding: 0 20px 20px 20px;
  font-weight: lighter;
}

.banner-class {
  display: none;
  width: 100%;
  height: 500px;
  background-color: #f5f5f5;
  max-height: 80%;
}

.banner-innerdiv {
  width: 33.33%;
  /*height: calc(100% - 10px);*/
  height: calc(100% - 0px);
  /*background-color: rgb(124, 152, 167);*/
  /*background-color: rgb(51, 43, 69);*/
  background-color: black;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: cover;
  position: relative;
  display: inline-block;
}

.banner-innerdiv-logo {
  width: 50px;
  border-radius: 5px;
  display: inline-block;
  height: 50px;
  border: 2px solid white;
  background-image: url('');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color:unset;
  background-size:100%;
  cursor: help;
}

.banner-innerdiv-detail {
  width: 108px;
  border-radius: 5px;
  position: absolute;
  right: 50px;
  bottom: 50px;
  height: 54px;
  /*border: 1px solid white;*/
  background-color: #202020ab;
  cursor: pointer;
}

.projects-class {
  width: calc(100% - 20px);
  height: auto;
  background-color: #e1e1e1;
  /*padding: 0 10px;*/
  /*padding: 10px 10px 0 10px;*/
  padding: 0px 10px 0 10px;
}

.footer-class {
  width: 100%; 
  height: auto; 
  /*background-color: #1c1a16;*/
  /*background-color: #222222;*/
  /*background-color: #0b1a1c;*/
  color: white;
  -webkit-font-smoothing: antialiased;
/*  background: url('../img/bgINTRO.jpg');*/
  background-position: center;
  background-size: cover;
  background-color: #222;
  background-blend-mode: color-burn;
}

.footer-inner-1-class {
  width:100%;
  height: 230px;
}

.footer-inner-1-1-class {
  width: 1px;
  height: 200px;
  text-align: center;
  line-height: 60px;
  font-size: 16px;
  background-color: white;
  -ms-transform: translate(-50%, 30px); 
  transform: translate(-50%, 30px);
  left: 50%;
  position: relative;
}

.footer-inner-2-class {
  width:100%;
  height: auto;
  margin-top: 20px;
  display: none;
}

.footer-inner-2-1-class {
  width:100%;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 16px;
}

.footer-instagram-class {
  height: 40px;
  width: 40px;
  position: relative;
  margin-top: 15px;
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
}

.footer-instagram-inner-class {
  background-image: url('https://planoeplano.campinas.br/_img/icons8-instagram-100.png'); 
  background-size: 100%; 
  background-repeat: no-repeat; 
  background-position: 50% 50%;
  height: 40px;
  width: 40px;
  cursor: pointer;
}

.footer-facebook-class {
  height: 40px;
  width: 40px;
  position: relative;
  margin-top: 15px;
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
}

.footer-facebook-inner-class {
  background-image: url('https://planoeplano.campinas.br/_img/icons8-f-do-facebook-100.png'); 
  background-size: 100%; 
  background-repeat: no-repeat; 
  background-position: 50% 50%;
  height: 40px;
  width: 40px;
  cursor: pointer;
}

.footer-inner-3-class {
  width:100%;
  height: auto;
  margin-top: 20px;
}

.footer-inner-3-1-class {
  width:100%;
  height: 20px;
  text-align: center;
  line-height: 20px;
}

.footer-inner-4-class {
  width:100%;
  height: auto;
  margin-top: 10px;
}

.footer-inner-4-1-class {
  width:100%;
  height: auto;
  text-align: center;
  line-height: 20px;
  font-size: 16px;
  cursor: default;
}

.footer-inner-5-class {
  width:100%;
  height: auto;
  margin-top: 10px;
}

.footer-inner-5-1-class {
  width: 100%;
  height: 60px;
  text-align: center;
  line-height: 20px;
  font-size: 16px;
}

.project-div-class {
  width: calc(100% / 3 - 10px);
/*  padding: 10px 10px;*/
  padding: 5px;
  height: auto;
  display: inline-block;
  vertical-align: top;
}

.project-div-inner-class {
  width: 100%;
  height: 100%;
/*  background-color: white;*/
  cursor: pointer;
/*  box-shadow: 3px 3px 20px rgba(0,0,0,0.2),0 2px 0px rgba(0,0,0,0.02);*/
/*  border: 1px solid #efefef;*/
  border: 1px solid #fff;
  border-radius: 5px;
  text-align: left;
  background-color: #f9f9f9;
}

.project-detail-div-inner-class {
  width: 100%;
  height: 100%;
  background-color: #fafafa;
  cursor: default;
  max-width: 1920px;
}

.fast-filter {
  display: block;
  width: 100%;
  /*height: 124px;*/
  height: auto;
  padding: 5px 0;
}

.fast-filter-title {
  text-align: center;
  background-color: white;
  height: 30px;
  line-height: 16px;
  font-size: 16px;
  font-family: Cairo;
  color: black;
  font-weight: lighter;
  position: relative;
  padding-top: 15px;
  background: url('../img/bgINTRO.jpg');
  background-position: center;
  background-size: cover;
  display: none;
}

.fast-filter-title-span {
  background-color: rgb(51, 43, 69);
  padding: 5px 15px;
  border-radius: 5px;
  color: white;
  position: absolute;
  left: 50%;
  translate: -50%;
  width: max-content;
}

.fast-filter-options {
  width: calc(100% - 20px);
  margin: 0 10px;
/*  background-color: #ffffff7d;*/
  background-color: #ffffffe6;
  border-radius: 10px;
/*  height: auto;*/
  height: 113px;
  padding: 5px 0;
}

.fast-filter-options-1 {
  width: calc(100% - 20px);
  font-family: Cairo;
  text-align: center;
  line-height: 30px;
  font-size: 28px;
  font-weight: lighter;
  height: 114px;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  clear: both;
  -ms-overflow-style: none;
  scrollbar-width: none;
  display: inline-block;
  margin: 0 10px;
}

.fast-filter-options-2 {
  width: calc(100% - 20px);
  font-family: Cairo;
  text-align: center;
  line-height: 30px;
  font-size: 28px;
  font-weight: lighter;
  height: 42px;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  clear: both;
  -ms-overflow-style: none;
  scrollbar-width: none;
  display: inline-block;
  margin: 0 10px;
}

.fast-filter-options-2-button {
  background-color: #ffffffde;
  margin-right: 5px;
  border-radius: 10px;
  /*! box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.04),0 2px 0px rgba(0,0,0,0.02); */
  border: 1px solid rgba(51, 43, 69, 0.17);
  vertical-align: top;
  display: inline-block;
  height: 40px;
  cursor: pointer;
  width: 160px;
}

.fast-filter-options-2-button-text {
  width: 110px;
  height: 40px;
  color: black;
  line-height: 40px;
  font-size: 0.85rem;
  text-align: center;
  font-family: 'Saira Semi Condensed', sans-serif;
  font-weight: 200;
  margin: 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  clear: both;
  display: inline-block;
}

.fast-filter-options-2-button-img {
  width: 30px;
  height: 30px;
  overflow: hidden;
  background-size: 80%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: inline-block;
  margin: 5px;
  background-image: url('https://planoeplano.campinas.br/_img/icons8-opcoes-de-ordenacao-100.png');
}

.hideScrollBar::-webkit-scrollbar{
  display: none;
}

.fast-filter-button {
  /*background-color: #fff;*/
  /*margin: 5px 5px 5px 5px;*/
  /*border-radius: 5px;*/
  /*box-shadow: 3px 3px 5px rgba(0,0,0,0.2),0 2px 0px rgba(0,0,0,0.02);*/
  background-color: #ffffffde;
  margin: 5px 5px 5px 0px;
  border-radius: 10px;
  /*box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.04),0 2px 0px rgba(0,0,0,0.02);*/
  /*border: 1px solid rgb(124, 152, 167);*/
  /*border: 1px solid rgb(51, 43, 69);*/
  border: 1px solid rgba(51, 43, 69, 0.17);
  vertical-align: top;
  display: inline-block;
  max-width: 100px;
  height: 100px;
  cursor: pointer;
  width: 90px;
}

.fast-filter-button-img-div {
  width: 90px;
  height: 60px;
  overflow: hidden;
  /*background-size: 45%;*/
  background-size: 40%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.fast-filter-button-text{
  width: 90px;
  height: auto;
  color: black;
  line-height: 1rem;
  font-size: 0.85rem;
  text-align: center;
  font-family: 'Saira Semi Condensed', sans-serif;
  font-weight: 200;
  margin: 0 5px;
  max-width: calc(100% - 10px);
  overflow: hidden;
  text-overflow: ellipsis;
  clear: both;
}

.contruction-stages {
  display: none;
  width: 100%;
  height: auto;
  background-color: white;
  padding-bottom: 10px;
}

.contruction-stages-title {
  padding:20px 20px 20px 20px;
  width: calc(100% - 40px);
  background-color: white;
  font-family: Cairo;
  text-align: center;
  line-height: 30px;
  font-size: 28px;
  font-weight: lighter;
}

.contruction-stages-inner {
  margin-bottom: 20px;
  width: 100%;
  height: auto;
  text-align: center;
  line-height: 20px;
  font-size: 16px;
  cursor: default;
}

.contruction-stages-inner-1 {
  width: calc(100% - 20px);
  margin: 0 10px;
  height: auto;
}

.construction-stage {
  /*max-width: 400px;*/
  /*width: calc(100% - 20px);*/
  max-width: 80%;
  width: 500px;
  height: auto;
  left: 50%;
  translate: -50%;
  position: relative;
  text-align: left;
  padding: 10px;
  margin-bottom: 15px;
  /*background-color: #0b1a1c;*/
  /*color: white;*/
  /*color: black;*/
  color: wheat;
  /*background-color: #6c3a39;*/
  background-color: #192130;
  border-radius: 10px;
  box-shadow: 3px 3px 20px rgba(0,0,0,0.2),0 2px 0px rgba(0,0,0,0.02);
}

.construction-stage-inner-1 {
  width: 100%;
  height: auto;
  left: 50%;
  translate: -50%;
  position: relative;
  text-align: left;
}

.construction-stage-inner-2 {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 50px;
  /*color: white;*/
  font-size: 30px;
  line-height: 50px;
  text-align: center;
  margin-right: 5px;
}

.construction-stage-inner-3 {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  /*color: white;*/
  font-size: 30px;
  padding: 5px;
  margin-right: 10px;
}

.construction-stage-inner-4 {
  background-size: 70%; 
  background-repeat: no-repeat; 
  background-position: 50% 50%;  
  width: 100%; 
  position: relative; 
  display: inline-block; 
  vertical-align: middle;
  height: 100%;
  margin-right: 10px;
  /*cursor: help;*/
  background-color: white;
  border-radius: 10px;
}

.construction-stage-inner-5 {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 110px);
  height: auto;
  /*color: white;*/
}

.construction-stage-inner-6 {
  width: 100%;
  font-size: 20px;
  font-weight: bolder;
  margin-top: 5px;
}

.construction-stage-inner-7 {
  height: max-content;
  margin-top: 5px;
  font-size: 15px;
  text-align: left;
  font-style: italic;
  /*padding-bottom: 5px;*/
  overflow: hidden;
  clear: both;
  max-height: 70px;
}

.tag-futurolancamento {
  /*background-color: #ff5722;
  color: white;
  width: max-content;
  padding: 0px 10px;
  margin: 10px 0 0 10px;
  border-radius: 5px;
  position: absolute;
  font-size: 14px;
  line-height: 24px;
  cursor: help;
  font-weight: bolder;*/
  background-color: #f5f5f5;
  color: black;
  width: max-content;
  padding: 0px 10px;
  margin: 10px 0 0 10px;
  border-radius: 5px;
  position: absolute;
  line-height: 24px;
  cursor: help;
  font-weight: 200;
  font-size: 12px;
}

.tag-brevelancamento {
  /*background-color: #fee02ee6;
  color: black;
  width: max-content;
  padding: 0px 10px;
  margin: 10px 0 0 10px;
  border-radius: 5px;
  position: absolute;
  font-size: 14px;
  line-height: 24px;
  cursor: help;
  font-weight: bolder;*/
  background-color: #f5f5f5;
  color: black;
  width: max-content;
  padding: 0px 10px;
  margin: 10px 0 0 10px;
  border-radius: 5px;
  position: absolute;
  line-height: 24px;
  cursor: help;
  font-weight: 200;
  font-size: 12px;
}

.tag-emlancamento {
  /*background-color: #344b74e6;
  color: white;
  width: max-content;
  padding: 0px 10px;
  margin: 10px 0 0 10px;
  border-radius: 5px;
  position: absolute;
  font-size: 14px;
  line-height: 24px;
  cursor: help;
  font-weight: bolder;*/
  background-color: #f5f5f5;
  color: black;
  width: max-content;
  padding: 0px 10px;
  margin: 10px 0 0 10px;
  border-radius: 5px;
  position: absolute;
  line-height: 24px;
  cursor: help;
  font-weight: 200;
  font-size: 12px;
}

.tag-emconstrucao {
  /*  font-weight: bolder;*/
  /*  font-size: 14px;*/
  background-color: #f5f5f5;
  color: black;
  width: max-content;
  padding: 0px 10px;
  margin: 10px 0 0 10px;
  border-radius: 5px;
  position: absolute;
  line-height: 24px;
  cursor: help;
  font-weight: 200;
  font-size: 12px;
}

.tag-breveentrega {
  /*background-color: rgb(147, 31, 212);
  color: white;
  width: max-content;
  padding: 0px 10px;
  margin: 10px 0 0 10px;
  border-radius: 5px;
  position: absolute;
  font-size: 14px;
  line-height: 24px;
  cursor: help;
  font-weight: bolder;*/
  background-color: #f5f5f5;
  color: black;
  width: max-content;
  padding: 0px 10px;
  margin: 10px 0 0 10px;
  border-radius: 5px;
  position: absolute;
  line-height: 24px;
  cursor: help;
  font-weight: 200;
  font-size: 12px;
}

.tag-novo {
  /*background-color: #f5f5f5;
  color: black;
  width: max-content;
  padding: 0px 10px;
  margin: 10px 0 0 10px;
  border-radius: 5px;
  position: absolute;
  font-size: 14px;
  line-height: 24px;
  cursor: help;
  font-weight: bolder;*/
  background-color: #f5f5f5;
  color: black;
  width: max-content;
  padding: 0px 10px;
  margin: 10px 0 0 10px;
  border-radius: 5px;
  position: absolute;
  line-height: 24px;
  cursor: help;
  font-weight: 200;
  font-size: 12px;
}

.tag-pronto {
  /*background-color: #f5f5f5;
  color: black;
  width: max-content;
  padding: 0px 10px;
  margin: 10px 0 0 10px;
  border-radius: 5px;
  position: absolute;
  font-size: 14px;
  line-height: 24px;
  cursor: help;
  font-weight: bolder;*/
  background-color: #f5f5f5;
  color: black;
  width: max-content;
  padding: 0px 10px;
  margin: 10px 0 0 10px;
  border-radius: 5px;
  position: absolute;
  line-height: 24px;
  cursor: help;
  font-weight: 200;
  font-size: 12px;
}

.prj-item {
  height: auto;
  width: max-content;
  padding: 5px 10px;
  margin: 5px 5px;
  border: 1px dotted rgb(51, 43, 69);
  border-radius: 10px;
  display: inline-block;
/*  max-width: 250px;*/
  max-width: calc(100% - 30px);
  overflow: hidden;
  text-overflow: ellipsis;
  clear: both;
/*  white-space: nowrap;*/
  cursor: help;
  vertical-align: middle;
}