._overlay {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0, .5);
    z-index: 0.5;
  }

  .owl-item {
    position: relative;
  }

  .foto-limite {
    width: 100%;
    padding-top: 80%;
    overflow: hidden;
    position: relative;
  }

  .foto-limite img {
    width: 100%;
    height: 100%;
    margin: auto;
    top: 0;
    position: absolute;
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }





  /*FORMULARIO DE BUSCA*/
  .busca-titulo {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    font-size: .9em;
    font-weight: 600;
    color: #454561;
  }

  .busca-colesq {
    width: 48%;
    height: auto;
    float: left;
    margin-right: 2%;
  }

  .busca-coldir {
    width: 50%;
    height: auto;
    float: left;
  }

  .label-busca {
    width: 100%;
    height: auto;
    font-size: 12px;
    color: #8a8a8a;
    text-align: center;
    float: left;
  }









  /*CHECKBOX BUSCA*/





  /* The container */
  .cont_checks {
    display: block;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    padding-left: 35px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: .9em;
  }

  /* Hide the browser's default checkbox */
  .cont_checks input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }

  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
  }

  /* On mouse-over, add a grey background color */
  .cont_checks:hover input~.checkmark {
    background-color: #ccc;
  }

  /* When the checkbox is checked, add a blue background */
  .cont_checks input:checked~.checkmark {
    background-color: #222A50;
  }

  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

  /* Show the checkmark when checked */
  .cont_checks input:checked~.checkmark:after {
    display: block;
  }

  /* Style the checkmark/indicator */
  .cont_checks .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }












  .south-search-area {
    position: relative;
    z-index: 9999;
  }



  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);

    max-height: 50vh;

    overflow: scroll;
    overflow-x: hidden;


  }



  .south-search-area .advanced-search-form {
    position: relative;
    z-index: 1;
    padding: 30px 50px;
    border: 1px solid #e1dddd;
    box-shadow: 0 5px 30px rgb(0 0 0 / 15%);
  }


  @media only screen and (max-width: 767px) {
    .south-search-area .advanced-search-form {
      padding: 30px 20px;
    }
  }



  .south-search-area .advanced-search-form .search-title {
    position: absolute;
    width: 260px;
    height: 45px;
    background-color: #222A50;
    top: -46px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0 40px;
    text-align: center;
  }


  @media only screen and (max-width: 767px) {
    .south-search-area .advanced-search-form .search-title {
      width: 210px;
      padding: 0 15px;
    }
  }


  .south-search-area .advanced-search-form .search-title p {
    margin-bottom: 0;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 45px;
    font-weight: 600;
  }

  .south-btn {
    position: relative;
    z-index: 1;
    min-width: 170px;
    height: 50px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    background-color: #222A50;
    border-radius: 0;
    line-height: 50px;
    padding: 0 30px;
    text-transform: uppercase;
  }


















  /*---------------------
Feature Section
-----------------------*/

  .feature-carousel2 {
    width: 100%;
  }

  .feature-carousel2.owl-carousel .owl-dots {
    text-align: center;
  }

  .feature-carousel2.owl-carousel .owl-dots button {
    width: 14px;
    height: 14px;
    border: 2px solid #B6E3E3;
    border-radius: 50%;
    margin-right: 10px;
  }

  .feature-carousel2.owl-carousel .owl-dots button.owl-dot.active {
    background: #222A50;
    border-color: #222A50;
  }

  .feature-carousel2.owl-carousel .owl-dots button:last-child {
    margin-right: 0;
  }

  .feature-carousel2 .col-lg-4 {
    max-width: 100%;
  }

  .feature-carousel2 .owl-stage-outer {
    padding-bottom: 45px;
    padding-top: 20px;
  }

  .feature-carousel2 .feature-item {
    -webkit-box-shadow: 0 4px 15px 5px rgba(44, 44, 44, 0.05);
    box-shadow: 0 4px 15px 5px rgba(44, 44, 44, 0.05);
    background: #ffffff;
  }

  .feature-carousel2 .feature-item .fi-pic {
    height: 220px;
    position: relative;
  }

  .feature-carousel2 .feature-item .fi-pic .pic-tag {
    overflow: hidden;
    padding: 15px 15px 0 15px;
  }

  .feature-carousel2 .feature-item .fi-pic .pic-tag .f-text {
    font-size: 10px;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #E1481F;
    display: inline-block;
    padding: 4px 15px;
    float: left;
  }

  .feature-carousel2 .feature-item .fi-pic .pic-tag .s-text {
    font-size: 10px;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #222A50;
    display: inline-block;
    padding: 4px 15px;
    float: right;
  }

  .feature-carousel2 .feature-item .fi-pic .feature-author {
    position: absolute;
    left: 15px;
    bottom: 10px;
  }

  .feature-carousel2 .feature-item .fi-pic .feature-author .fa-pic {
    float: left;
    margin-right: 10px;
  }

  .feature-carousel2 .feature-item .fi-pic .feature-author .fa-pic img {
    height: 36px;
    width: 36px;
    border-radius: 50%;
    border: 1px solid #ffffff;
  }

  .feature-carousel2 .feature-item .fi-pic .feature-author .fa-text {
    overflow: hidden;
    display: inline-block;
  }

  .feature-carousel2 .feature-item .fi-pic .feature-author .fa-text span {
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    line-height: 35px;
  }

  .feature-carousel2 .feature-item .fi-text .inside-text {
    text-align: center;
    padding: 26px;
  }

  .feature-carousel2 .feature-item .fi-text .inside-text h4 {
    font-size: 22px;
    color: #19191a;
    font-weight: 600;
    margin-bottom: 8px;
  }

  .feature-carousel2 .feature-item .fi-text .inside-text ul {
    margin-bottom: 9px;
  }

  .feature-carousel2 .feature-item .fi-text .inside-text ul li {
    list-style: none;
    font-size: 14px;
    color: #636363;
    display: inline-block;
    margin-right: 20px;
  }

  .feature-carousel2 .feature-item .fi-text .inside-text ul li:last-child {
    margin-right: 0;
  }

  .feature-carousel2 .feature-item .fi-text .inside-text ul li i {
    color: #222A50;
    margin-right: 4px;
  }

  .feature-carousel2 .feature-item .fi-text .inside-text h5.price {
    color: #19191a;
    font-weight: 600;
  }

  .feature-carousel2 .feature-item .fi-text .inside-text h5.price span {
    font-size: 12px;
    font-weight: 400;
    color: #aaaab3;
  }

  .feature-carousel2 .feature-item .fi-text .room-features {
    text-align: center;
    background: #1c1c1c;
    padding: 12px 0;
  }

  .feature-carousel2 .feature-item .fi-text .room-features li {
    list-style: none;
    display: inline-block;
    font-size: 14px;
    margin-right: 38px;
  }

  .feature-carousel2 .feature-item .fi-text .room-features li:last-child {
    margin-right: 0;
  }

  .feature-carousel2 .feature-item .fi-text .room-features li i {
    color: #222A50;
    margin-right: 4px;
    display: inline-block;
  }

  .feature-carousel2 .feature-item .fi-text .room-features li p {
    color: #ffffff;
    display: inline-block;
    margin-bottom: 0;
  }


  .form-control {
    color: #495057 !important;
  }


  .swiper-slide {
    min-height: 70vh;
  }

  .home {
    width: 100%;
    height: 100vh;
    max-height: 70vh;
    margin-top: 80px;

  }

  @media screen and (max-width:767px) {
    .home {
      margin-top: 60px;

    }

    .slide_content {
      text-align: center;
    }

    .swiper-button-next,
    .swiper-button-prev {
      display: none;
    }


    .button {
      margin: 0 auto;
    }


  }



  .slide_content {
    width: 100%;
    height: auto;

  }


  .swiper-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 60px;
    left: 0;
    width: 100%;
  }



   .home_slider_background{
          opacity: .4;
        }
        .home_title {
            font-size: 40px;
            font-weight: 600;
            color: #fff;
            line-height: 1.2;
            margin-top: 11px;
        }
        @media(max-width:767.98px){
          .home_title{
            font-size: 26px;
          }
        }