body {
  overflow-x: hidden;
  font-family: 'PT Sans Narrow', sans-serif;
}

.slicknav_nav {
  clear: both;
  color: #fff;
  margin: 0;
  font-size: 1.1em;
  text-align: center;
}

@media (max-width:767.99px) {
  .footer-area {
    text-align: center !important;
  }
}

.header-area .header-top .header-info-right .shopping-card::before {
  position: absolute;
  content: "0";
  width: 24px;
  height: 24px;
  background: #336666;
  color: #fff;
  line-height: 24px;
  text-align: center;
  border-radius: 30px;
  font-size: 12px;
  top: -8px;
  right: -8px;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  box-shadow: 0 2px 5px rgb(0 0 0 / 30%);
  display: none;

}

/*Alertas --------------------------------*/
.alerta-erro {
  color: #ff0000 !important;
  background-color: #ff0000;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0;
}

.alerta-atencao {
  color: #efac78 !important;
  font-weight: 300;
}

.alerta-sucesso {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 0px;
  font-weight: 600;
  font-size: 1em;
  color: rgb(0, 150, 0) !important;
}

.pos-rel {
  position: relative !important;
}

.sem-link {
  cursor: default !important;
}

/* Loader PadrÃ£o */
body.preloader-site {
  overflow: hidden;
}

.preloader-wrapper {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  background: rgb(255, 255, 255);
  background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.preloader-wrapper .preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}

/*
.preloader-wrapper .preloader img{
  max-height: 40px;
}
*/
/* Loader PadrÃ£o fim */
.footer-wrappper .footer-area .footer-tittle p {
  color: #454E6D;
  font-size: 20px;
  font-family: 'PT Sans Narrow', sans-serif;
}

.subscribe-area .subscribe-caption p {
  color: #9498A7;
  font-size: 20px;
  margin-bottom: 21px;
  font-family: 'PT Sans Narrow', sans-serif;
}

.botao-branco {
  font-family: 'PT Sans Narrow', sans-serif;
}

#countdown h3,
#countdown p {
  /*font-family: 'PT Sans Narrow', sans-serif;*/
  font-family: 'Bebas Neue', cursive !important;
  color: #fff !important;
}

.timenumbers {
  font-family: 'PT Sans Narrow', sans-serif;
}

.btn {
  font-family: 'PT Sans Narrow', sans-serif;
}

@media (max-width:767.98px) {
  .sticky-bar .logo2 {
    display: none !important;
  }
}

.mobile_menu {
  top: 0 !important;
}

.selling-active button.slick-arrow i {
  font-size: 30px;
  color: rgba(32, 69, 112, 0.3);
  color: #ffffff !important;
  -webkit-transition: all .2s ease-out 0s;
  -moz-transition: all .2s ease-out 0s;
  -ms-transition: all .2s ease-out 0s;
  -o-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
}

@media only screen and (min-width: 320px) and (max-width: 767.98px) {
  .selling-active button.slick-prev {
    left: 0px;
  }

  .selling-active button.slick-next {
    right: 4px;
  }

  .slick-slide {
    margin-left: 20px;
    padding-left: 20px;
  }

  .best-selling .properties .properties-card {
    background-color: #fff;
    margin-right: 0 !important;
    padding-right: 0 !important;
    width: 100%;
  }
}

@font-face {
  font-family: 'MrChalk';
  src: url('MrChalk.woff2') format('woff2'),
    url('MrChalk.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Bebas Neue', cursive !important;
}

.section-tittle h2 {
  font-size: 50px;
  display: block;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 22px;
  font-family: 'Bebas Neue', cursive !important;
}

.subscribe-area .subscribe-caption h3 {
  font-size: 40px;
  display: block;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 22px;
  color: #fff;
  font-family: 'Bebas Neue', cursive !important;
}

#countdown h3 {
  /*font-family: 'MrChalk' !important;*/
  font-family: 'Bebas Neue', cursive !important;
  color: #fff !important;
}

.footer-copy-right {
  color: #ffffff !important;
}

.header-bottom .main-menu ul li a {
  color: #232F55;
  padding: 15px 10px;
  display: block;
  font-size: 18px;
  font-weight: 500;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  position: relative;
  font-family: 'Bebas Neue', cursive !important;
}

.header-bottom {
  margin-bottom: 32px;
}

@media (max-width:767.98px) {
  .header-info-right {
    display: none !important;
  }

  .logo {
    display: none !important;
  }

  .logo2 {
    margin-top: 40px;
  }
}

.slick-slider .slick-slide {
  padding: 0 15px;
}





.mobile_menu {
  position: absolute;
  right: 0px;
  width: 100%;
  z-index: 9999999;
}


.btn {
  background-color: #336666 !important;
}

#back-top {
  background-color: #336666 !important;
}

.botao-comprar {
  color: #336666;

  border: 2px solid #336666;

}


.best-selling .properties .properties-card .properties-caption .properties-footer .price span {

  color: #336666;

}

.botao-branco {

  color: #336666 !important;
}

.btn::before {
  color: #fff !important;
  background: #2e5c5c !important;

}

a {
  color: #336666;
}

.botao-comprar:hover {
  color: #336666 !important;

  border: 2px solid #336666;

}

b,
sup,
sub,
u,
del {
  color: #336666;
}

#back-top a {
  color: #fff !important;
}

.botao-comprar{
    padding: 10px !important;
    bottom: -24px !important;
}