.block_slideshow .owl-prev, .block_slideshow .owl-next {
  position: absolute;
  top: 41%;
  width: 20px;
  height: 34px; }

.item {
  position: relative; }
  .item .txt_info {
    position: absolute;
    top: 25%;
    left: 0;
    color: #FFFFFF;
    text-align: center;
    width: 100%; }
    .item .txt_info h3 {
      font-size: 40px; }
    .item .txt_info p {
      font-size: 26px; }
  .item .content {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translateX(-50%);
    text-align: center; }
    .item .content h1 {
      font-size: 48px;
      text-transform: uppercase;
      color: #FFFFFF;
      font-family: GoogleSans-Bold; }
    .item .content p {
      color: #FFFFFF;
      font-size: 24px; }
    .item .content a:last-child {
      font-size: 18px;
      text-transform: uppercase;
      color: #000000;
      padding: 11px 25px;
      background: #FBC02D;
      display: block;
      width: 35%;
      margin: 25px auto;
      border-radius: 7px; }

.titleslide {
  width: 50%;
  position: absolute;
  top: 38%;
  left: 25%;
  text-align: center;
  color: #fff;
  box-sizing: border-box; }

.slideshow-home .owl-dots {
  position: absolute;
  text-align: center;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  padding: 3px; }

.slideshow-home .owl-dot {
  height: 15px;
  margin: 0 5px;
  display: inline-block;
  background: #707070;
  width: 15px;
  border-radius: 50%; }

.slideshow-home .owl-dot.active {
  background: #ffffff;
  border: none;
  opacity: 1; }

.slideshow-home {
  position: relative; }
  .slideshow-home .bt_slide {
    position: absolute;
    bottom: 0;
    z-index: 9;
    width: 100%;
    background: black;
    background: linear-gradient(90deg, black 0%, rgba(102, 102, 102, 0.4) 0%); }
    .slideshow-home .bt_slide .content {
      height: 70px;
      display: flex;
      align-items: center; }
      .slideshow-home .bt_slide .content span {
        font-size: 24px;
        font-family: GoogleSans-Bold;
        color: #FFFFff;
        padding-left: 20px; }

@media screen and (max-width: 1024px) {
  .titleslide {
    width: 70%; }

  .txt_info h2 {
    max-width: 200px;
    font-size: 20px; } }
@media screen and (max-width: 1024px) and (min-width: 981px) {
  .item .content h1 {
    font-size: 40px; }
  .item .content p {
    font-size: 22px; } }
@media screen and (max-width: 966px) {
  .titleslide {
    top: 15%; } }
@media screen and (max-width: 768px) {
  .slideshow-home .bt_slide .content {
    height: 50px; }
    .slideshow-home .bt_slide .content span {
      font-size: 16px; }
  .slideshow-home .item .content {
    top: 30%; }
    .slideshow-home .item .content a h1 {
      font-size: 16px; }
    .slideshow-home .item .content a p {
      display: none; }
    .slideshow-home .item .content a:last-child {
      display: none !important; } }
@media screen and (max-width: 668px) {
  .slideshow-home .owl-dots {
    position: absolute;
    text-align: center;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
    padding: 2px;
    background-color: rgba(27, 25, 25, 0.5); }
    .slideshow-home .owl-dots .owl-dot {
      width: 10px;
      height: 10px; }

  .slideshow-home .filter .filter_item form {
    width: 100%;
    display: block; }
    .slideshow-home .filter .filter_item form .location {
      width: 100%; }
    .slideshow-home .filter .filter_item form .acreage {
      width: 100%;
      margin: 15px 0; }
    .slideshow-home .filter .filter_item form .price {
      width: 100%; }
    .slideshow-home .filter .filter_item form .submit {
      width: 50%;
      margin-top: 15px;
      position: relative;
      height: 50px;
      left: 50%;
      transform: translateX(-50%); } }

/*# sourceMappingURL=home.css.map */
