﻿@font-face {
  font-family: 'seravek';  
  src: url('../fonts/Seravek.ttf') format('truetype');
  src: url('../fonts/Seravek-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'seravek-bold';  
  src: url('../fonts/Seravek-Bold.ttf') format('truetype');
}

body {
  font-family: 'seravek';
  font-size: 14px;
}

b { font-family: 'seravek-bold'; }
.logo { max-width: 120px; }

.btn_anuncie {
  font-size: 14px !important;
  background-color: #D32F2F;
  color: #fff !important;
  border-radius: 15px;
  padding: 6px 20px !important;
  margin-top: 3px;
  margin-right: 10px;
}

.btn_anuncie:hover, .btn_anuncie:focus, .btn_anuncie:active {
  background-color: #C02B2B !important;
  border-bottom: unset !important;
}

#menu_fixo {
  position: fixed;
  width: 100%;
  border: unset;
  border-radius: unset;
  z-index: 999;
}

.btn_cliente > a {
  font-size: 15px !important;
  border-radius: 15px;
  padding: 5px 15px !important;
  margin-top: 4px;
}

.btn_cliente > a:hover,
.btn_cliente > a:active,
.btn_cliente > a:focus,
.btn_cliente .open > a, 
.btn_cliente .open > a:focus, 
.btn_cliente .open > a:hover {
  color: #fff !important;
  background-color: rgba(44, 64, 88, 0.2) !important;
  border-bottom: unset !important;
}

.btn_cliente a img {
  max-height: 20px;
  margin-top: -4px;
  margin-right: 5px;
}

.btn_cliente a .fa {
  font-size: 18px;
  margin-left: 5px;
  top: 2px;
  position: relative;
}

.btn_cliente .dropdown-menu {
  left: auto;
  right: 0;
  top: calc(100% + 20px);
  border-radius: unset;
  padding: 10px 15px;
}

.btn_cliente .dropdown-menu > li > a {
  padding: 5px 0;
  font-size: 14px;
  color: #888;
  font-weight: bold;
}

.btn_cliente .dropdown-menu > li > a:hover,
.btn_cliente .dropdown-menu > li > a:active,
.btn_cliente .dropdown-menu > li > a:focus {
  background-color: transparent;
  color: #000;
}

.btn_sair {
  background-color: #2d4059;
  padding: 4px 20px !important;
  color: #fff !important;
  font-size: 12px !important;
  border: unset;
  border-radius: 15px;
}

.btn_sair:hover,
.btn_sair:active,
.btn_sair:focus {
  background-color: #536277 !important;
  text-decoration: unset;
  color: #fff;
}

.col_imoveis { position: relative; }

.col_imoveis ul {
  position: absolute;
  top: 1px;
  left: 15px;
  background-color: transparent;
  z-index: 999;
  opacity: 0;
}

.col_imoveis:hover ul, 
.col_imoveis:hover .shadow, 
.col_imoveis:hover .youtube .play-button, .col_imoveis:hover .youtube .play-button:before {
  opacity: 1;
}

.box_txtImovel {
  padding: 15px 10px;
  position: relative;
  height: 170px;
}

.box_txtImovel a {
  text-decoration: unset;
  color: #000;
}

.box_imovel {
  border: 1px solid #ccc;
  background-color: #fff;
}

.box_imovel .tab-pane {
  height: 190px;
  overflow: hidden;
}

.col_imoveis .shadow {  
  background: rgba(0,0,0,0.5);
  background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0.5)),to(transparent));
  background: linear-gradient(to bottom,rgba(0,0,0,0.5) 0,transparent 100%);
  content: '';
  position: absolute;
  top: 0;    
  width: calc(100% - 12px);
  height: 20%;
  z-index: 990;
  -webkit-transition: all .5s;
  transition: all .5s;
  opacity: 0;
}

.col_imoveis ul > li a {
  opacity: 1;
  border: unset !important;
  background-color: transparent !important;
  padding: 5px 2px !important;
}

.col_imoveis ul >li > a:hover,
.col_imoveis ul > li.active > a {
    opacity: 0.9;
}

.col_imoveis ul > li a > img { max-width: 20px; }

.infra_box {
  position: absolute;
  bottom: 15px;
  left: 10px;
  margin: 0;
  width: calc(100% - 50px);
}

.infra_box span {
  padding-right: 5px;
}

.infra_box img {
  max-height: 25px;
  margin-right: 3px;
}

.fav_box {
  position: absolute;
  bottom: 15px;
  right: 10px;
  margin: 0;
  width: 50px;
  cursor: pointer;
}

.fav_box img {
  max-height: 25px;
  float: right;
}

.youtube {
  height: 190px;
  background-color: #000;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.youtube img {
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
}

.youtube .play-button {
  width: 85px;
  height: 50px;
  background-color: #324b72;
  box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
  z-index: 1;
  border-radius: 15px;
}

.youtube .play-button:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26.0px;
  border-color: transparent transparent transparent #fff;
}

.youtube img,
.youtube .play-button {
  cursor: pointer;
}

.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
  position: absolute;
}

.youtube .play-button,
.youtube .play-button:before {
  top: 50%;
  left: 50%;
  transform: translate3d( -50%, -50%, 0 );
  opacity: 0;
}

.youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.height_box { height: 190px; }

.footer { background-color: #2d4059; }
.footer img { max-width: 160px; }

.footer a, .footer a:hover, .footer a:focus, .footer a:active {
  color: #fff; 
}

.footer_redes { background-color: #536277; }
.icon_footer { max-width: 35px; }

.modal-dialog {
  padding: 0 5%;
}

.modal-dialog {
  margin: 10% auto;
}

.modal-content {
  padding: 10px 30px;
}

.close {
  float: unset;
  opacity: 0.8;
  text-shadow: unset;
  position: absolute;
  right: 20px;
}

.close:hover {
  opacity: 1;
}

.close img { width: 15px; }
/* Customize the label (the container) */
.check_box {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.check_box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1px;
  height: 13px;
  width: 13px;
  background-color: #fff;
  border: 1px solid #2D4059;
}

.check_box input:checked ~ .checkmark, .check_box:hover input ~ .checkmark {
  background-color: #2D4059;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.check_box input:checked ~ .checkmark:after, .check_box:hover input ~ .checkmark:after {
  display: block;
}

.check_box .checkmark:after {
  left: 3px;
  top: 0;
  width: 5px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .col_imoveis {
      margin-bottom: 25px;
  }
}