.image-color {
    display: inline-block;

    img {
      transition: opacity 0.6s ease;
    }

    &.loaded img {
      opacity: 1;
    }
}

.squared-inputs{
      border-radius:0px !important;
      background-color: white;
}

.input-wrapper{
      background-position: 10px 10px;
      background-repeat: no-repeat;
      padding-left: 40px;

}

.input-wrapper:before{
      font-family: 'Font Awesome\ 5 Free';
      content: "\f02c";
      font-style: normal;
      font-weight: 900;
      text-decoration: inherit;
      color: #459ce7;
      font-size: 18px;
      position: absolute;
      vertical-align: middle;
      top: 5px;
      padding-left: 15px;
}

#moreads-bg {
    position: relative;
    bottom: 120px;
    height: 120px;
    background-image: linear-gradient( rgba(255, 255, 255, 0), rgb(255, 255, 255, 1));
}

#moreads-bg .moreads {
    position: relative;
    top: 100px;
}

/* HOME - Header */

.space-header {
  margin: 12px 0;
}

.border-top {
  border-top: 1px solid #ffffff5a!important;
  opacity: 1!important;
}

/* HOME --- See more recent ads button */

.btn-recent-ads {
  background-color: #006BDB;
  border-radius: 20px;
  padding: 8px 0px;
  font-size: 16px;
  width: 25%;
  margin-left: 35%;
  text-transform: uppercase;
}

.btn-recent-ads a {
  color: #fff;
}

.btn-recent-ads a:hover {
  color: #f3f3f3;
}

/* Responsive CSS */

@media (max-width: 800px) {
	.btn-recent-ads {
    font-size: 14px;
    width: 35%;
    margin-left: 32%;
  }
}

@media (max-width: 480px) {
	.btn-recent-ads {
    width: 50%;
    margin-left: 25%;
  }
}

/* ----------------------------------------------------------------
AD PAGE
-----------------------------------------------------------------*/

.product .product-overlay {
  bottom: 0 !important;
}

.status-flash {
  position: absolute !important;
  top: 10px !important;
  left: 95px !important;
  padding: 6px 10px !important;
  background-color: #1b75ba !important;
  color: #FFF !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2) !important;
  border-radius: 2px !important;
  z-index: 15 !important;
}

#body_inside_conteudo_on_div {
  transition: all .9s;
}

#body_inside_conteudo_on_div.ic-transitioning {
  opacity: 0;
}

#moreads-bg {
  position: relative;
  bottom: 120px;
  height: 120px;
  background-image: linear-gradient( rgba(255, 255, 255, 0), rgb(255, 255, 255, 1));
}

#moreads-bg .moreads {
  position: relative;
  top: 100px;
}

.col-box-100{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin: 20px 0;
}

.btn-box {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 10px;
}

.btn-more {
  border: none;
  border-radius: 25px;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 10px 25px;
  letter-spacing: 1px;
  font-size: 13px;
}

.btn-read {
  border: 1px solid #FFFFFF;
  border-radius: 15px;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 5px 20px;
  font-size: 12px;
}

.btn-blue {
  background: #1b75ba;
}

.btn-yellow {
  background: #fbbf3d;
}

.btn-red {
  background: #ff0000;
}

.btn-green {
  background: #84ef00;
}

h4.see-messages {
  font-size: 18px;
  padding-top: 10px;
  color: #1b75ba;
}

.grid-description {
  clear: both;
  padding: 0px;
  margin: 0px;
  zoom: 1;
  margin-top: 10px;
}

.grid-box {
  display: block;
  float: left;
}

.gb-1-2{
  width: 50%;
  padding: 20px 10px;
}

.gb-1-2-btn{
  width: 50%;
  padding: 20px 10px;
}

.gb-1-3{
  width: 33%;
  padding: 20px 10px;
}

.gb-2-4{
  width: 49%;
  padding: 20px 10px;
}

.gb-1-4{
  width: 25%;
  padding: 20px 10px;
}


.tri-cta {
  border: none;
  border-radius: 25px;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 10px 10px;
  font-size: 12px;
  width: 170px;
  border-bottom: 3px solid rgba(0,0,0,0.15);
}

.cta-bottom {
  padding-bottom: 80px;
}

.cta-1-3 {
  display: block;
  position: relative;
  margin-right: 4%;
  margin-bottom: 20px;
  float: left;
  width: 30%;
}

.cta-1-2 {
  display: block;
  position: relative;
  margin-right: 4%;
  margin-bottom: 20px;
  float: left;
  width: 45%;
}

@media (max-width: 990px) {
  .tri-cta {
    padding: 10px 2px;
    width: 140px;
  }
}

@media (max-width: 480px) {
  .cta-1-3, .cta-1-2 {
    width: 100%;
  }
  .tri-cta {
    padding: 10px 10px;
    width: 180px;
  }
}

@media only screen and (max-width: 480px){
  .gb-2-4 {
      width: 100%;
      padding: 10px;
  }
  .gb-1-3, .gb-1-4 {
      width: 50%;
      padding: 10px;
  }
  .cta-bottom {
    padding-bottom: 200px;
  }
}

@media only screen and (max-width: 995px){
  .gb-1-2 {
      width: 100%;
      padding: 10px;
  }

  .gb-1-2-btn{
  width: 100%;
  padding: 10px;
  }
}

@media only screen and (max-width: 770px){
  .gb-1-2 {
      width: 60%;
      padding: 10px;
      margin-left: 20%;
  }
  .gb-1-2-btn{
      width: 50%;
      margin-bottom: 30px;
  }
}

/* ----------------------------------------------------------------
COMPANY PAGE
-----------------------------------------------------------------*/

.maps, .map-mob {
  height: 100%;
  width: 100%;
  border: 1px solid #F9F9F9;
  border-radius: 6px;
  margin-bottom: 10px;
}

.company-cta-wrapper {
  padding-left: 15px;
  padding-right: 15px;
  clear: both;
  float: none;
  display: block;
  position: relative;
  float: left;
  width: 100%;
}

.company-cta-col {
  display: block;
  position: relative;
  margin-bottom: 10px;
  margin-top: 10px;
  float: left;
}

.company-cta {
  border: none;
  border-radius: 25px;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 0px 10px 10px 10px;
  font-size: 12px;
  border-bottom: 3px solid rgba(0,0,0,0.15);
}

.company-cta-col4 {
  margin-right: 3%;
  margin-left: 3%;
  width: 18%;
}

.c-cta-col4 {
  width: 180px;
}

.company-cta-col5 {
  margin-right: 3%;
  margin-left: 3%;
  width: 14%;
}

.c-cta-col5 {
  width: 160px;
}

.c-btn-col {
  padding-top: 16px;
  text-transform: uppercase;
  font-size: 12px;
  color: #1E7AB9;
}

.c-icon-col {
  padding: 12px 0px 12px 0px;
  cursor: pointer;
}

.company-cta i {
  font-size: 16px;
  padding: 10px 5px 0px 0px;
  text-align: center;
}

.company-img img {
  display: inline;
}

.sale-flash-label {
  position: absolute;
  top: 4px;
  left: 4px;
  padding: 6px 10px;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  border-radius: 2px;
  z-index: 5;
}

.company-cta-cursor {
  cursor: pointer !important;
}

.toggle-company {
  border: none;
  border-radius: 25px !important;
  color: #FFFFFF !important;
  text-transform: uppercase;
  padding: 10px 10px;
  font-size: 12px !important;
  width: 180px;
  height: 34px !important;
  line-height: 34px !important;
  background: #1b75ba !important;
  letter-spacing: 1px !important;
  border-bottom: 3px solid rgba(0,0,0,0.15);
}

.label-desk {
  display: none;
}

@media only screen and (max-width: 990px){
  .company-cta-col5 {
    margin-right: 6%;
    margin-left: 6%;
    width: 15%;
  }
}

@media only screen and (max-width: 770px){
  .company-cta-col4, .company-cta-col5  {
    margin-right: 30%;
    margin-left: 30%;
    width: 40%;
  }
}

@media only screen and (max-width: 482px){
  .company-cta-col4, .company-cta-col5 {
    margin-right: 23%;
    margin-left: 23%;
    width: 54%;
  }
  .company-img img {
    display: none;
  }
  .label-mob {
    display: none;
  }
  .label-desk {
    display: inline;
  }
  .map-mob {
    height: 36%;
    width: 40%;
    border: 1px solid #F9F9F9;
    border-radius: 6px;
    margin-bottom: 10px;
    float: left;
    margin-right: 5%;
  }
  .px-product-desc {
    padding: 0px !important;
  }
}

/* Modal Planos */

.blue-pricing p {
  color: #166cdb;
  font-size: 20px;
  font-weight: 600;
  margin: 20px 0px;
}

.bg-ftr-pricing {
  background-color: #50afff;
  margin-top: 10px;
  padding: 25px 0px;
}

.grey-princing {
  background-color: #575757;
}

.red-cta-pricing {
background-color: #fe0000;
color: #f1f1f1;
}

.btn-pricing {
  border: none;
  border-radius: 25px;
  color: #FFF;
  text-transform: uppercase;
  padding: 10px 30px;
  letter-spacing: 1px;
  font-size: 13px;
  margin: 5px 20px;
  min-width: 223px;
}

.linethrough {
text-decoration: line-through;
}

/* Planos  */

.blue-text{
  color: #1E7AB9;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 26px;
}

.icon-green {
  color: #8fd300;
}

.icon-red {
  color: #fe0000;
}

.red-cta-table {
  background-color: #fe0000;
  color: #f1f1f1;
  font-size: 14px;
}

/* Minhas Oportunidades */

.cl-img, .cl-txt, .card-img, .card-txt {
  float: left;
}

.cl-img, .card-img {
  width: 35%;
  margin-right: 4%;
}

.cl-txt, .card-txt {
  width: 60%;
}

.tag-flash {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 5;
}

.fixscroll {
  height: 530px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.bn-noad {
  width: 100%;
  height: 80px;
  margin-bottom: 20px;
  background-color: #1E7AB9;
  color: #fff;
  font-size: 50px;
}

.map-mo {
  width: 100%;
  height: 540px !important;
  border-radius: 5px;
}

.box-venda, .box-compra {
  margin: 5px 0px;
  padding: 10px;
  border-radius: 5px;
}

.emp-mo {
  width: 50px;
}

.box-venda {
  background-color: rgba(137, 206, 0, 0.2);
}

.box-compra {
  background-color: rgba(255, 0, 0, 0.2);
}

.card-margin {
  margin-bottom: 5px !important;
}

.circle-cta {
  background-color: #8fd300;
  border-radius: 50%;
  padding: 2px 5px;
  color: #fff;
}

@media only screen and (max-width: 482px){
  .cl-img {
    width: 25%;
  }
}

@media only screen and (max-width: 765px){
  .fixscroll {
    height: 300px;
  }
  .map-mo{
    height: 300px !important;
  }
  .card-img {
    display: none;
  }
  .card-txt {
    width: 100%;
  }
}

/* filter search */

.filter-bg {
  padding: 10px;
  margin-bottom: 10px;
  background-color: #F9F9F9;
  border-radius: 5px;
}

#form_filtermap {
  font-size: 14px;
  color: #767676;
}

#form_filtermap .filtermap input {
  height: 40px;
  color: #6a737d;
  border: 1px solid #e1e4e8;
  border-radius: 8px;
  padding: 0 10px;
  margin: 3px 5px 5px 0px;
  max-width: 100%;
}

#form_filtermap .filtermap select {
  height: 40px;
  color: #6a737d;
  border: 1px solid #e1e4e8;
  border-radius: 8px;
  padding: 0 10px;
  margin: 3px 5px 5px 0px;
}

.navfl {
	height: 41px;
	width: 100%;
	position: relative;
}

.navfl > .navfl-header {
	display: inline;
}

.navfl > .navfl-header > .navfl-title {
	display: inline-block;
	width: 18%;
  padding-right: 2%;
}

.navfl > .navfl-btn {
	display: none;
}

.navfl > .navfl-links {
	display: inline;
}

.navfl > .navfl-links > a {
	width: 17%;
  padding-right: 2%;
	height: 40px;
	display: inline-block;
	text-decoration: none;
	color: #6a737d;
}

.navfl > #navfl-check {
	display: none;
}

@media (max-width:1198px) {
	.navfl > .navfl-header > .navfl-title {
		width: 17%;
	}
}

@media (max-width:990px) {
	.navfl > .navfl-header > .navfl-title {
		margin-left: 55px;
		width: 75%;
	}
	.navfl > .navfl-btn {
		display: inline-block;
		position: absolute;
		left: 0px;
		top: 3px;
	}
	.navfl > .navfl-btn > label {
		display: inline-block;
		width: 45px;
		height: 39px;
		padding: 8px 10px;
		background-color: #1265A8;
		border-radius: 3px;
	}
	.navfl > .navfl-btn > label:hover,.navfl  #navfl-check:checked ~ .navfl-btn > label {
		background-color: #1265A8;
	}
	.navfl > .navfl-btn > label > span {
		display: block;
		width: 25px;
		height: 10px;
		border-top: 2px solid #eee;
	}
	.navfl > .navfl-links {
		position: absolute;
		display: block;
		width: 75%;
    background-color: #F9F9F9;
		height: 0px;
		transition: all 0.3s ease-in;
		overflow-y: hidden;
		top: 50px;
		left: 50px;
    z-index: 100;
    padding-left: 5px;
	}
	.navfl > .navfl-links > a {
		display: block;
		width: 100%;
	}
	.navfl > #navfl-check:not(:checked) ~ .navfl-links {
		height: 0px;
	}
	.navfl > #navfl-check:checked ~ .navfl-links {
		height: calc(100vh - 50px);
		overflow-y: auto;
	}
}

@media (max-width:767px) {
	.navfl > .navfl-header > .navfl-title {
		width: 60%;
	}
  .navfl > .navfl-links {
    width: 60%;
  }
}

@media (max-width:478px) {
	.navfl > .navfl-header > .navfl-title {
		width: 58%;
	}
  .navfil-search {
    display: none;
  }
}