a{
    text-decoration:none;
}


::selection{
    background:#7f1119;
    text-shadow:none;
    color:#fff;
}


img{
  max-width:100%;
}


.dark,
.dark a{
  color:#fff;
}


.dark a:hover{
  color:#eaeaea;
}


.dark ::-webkit-input-placeholder{ 
  color:#fff;
}

.fancy-subtitle h4{
    width:300px;
}
.dark ::-moz-placeholder{ 
  color:#fff;
  opacity:.9;
}


.

.dark :-ms-input-placeholder{ 
  color:#fff;
}


.dark :-moz-placeholder{ 
  color:#fff;
  opacity:.9;
}

@media (min-width:768px){
    .dark h4{ width:300px;
        font-size:20px;
    }
    
    
    
}

@media (min-width:320px) and (max-width:767){
.dark h1, .dark h2, .dark h4, .dark h5, .dark h6{
  color:#000;
}
    
}


.fs-18{
    color:black !important;
}


.well{
  background-color:#cdcdcd;
  display:block;
}


.fa{
    font-size:18px;
    line-height:18px;
}


.input-group{
  display:table;
}


.input-group div{
  display:table-cell;
  vertical-align:top;
}


.input-group .full{
  width:99%;
}


.dash-input{
    border:0px!important;
    border-bottom:1px solid #333!important;
    background-color:transparent!important;
    padding-left:0px!important;
}


.group-inline *{
    display:inline-block;
}


.group-inline label{
    margin-right:20px;
}


.ShowError + .ShowSuccess + .FGS,
.ShowError + .FGS,
.ShowSucces + .FGS{
    margin-top:45px;
}

.fancy-title h2{
    color:White !important;
}

.FormContactoCodigo{
    width:125px!important;
}


.select2{
    border:0px;
    height:38px;
    width:100%!important;
    font-size:14px;
    text-align:center;
    margin-bottom:20px;
}


.select2-selection{
    line-height:38px;
    height:38px;
}


.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container .select2-selection--single{
    color:#7f1119;
    height:38px;
    line-height:38px;
    border-radius:0px;
}

select {
    border-radius: 4px;
    color: gray;
    font-size: 14px;
    letter-spacing: 1px;
}

.select2-container--default .select2-selection--single{
    background-color:rgba(255, 255, 255, .9);
}


.select2-container--default .select2-selection--single .select2-selection__rendered{
    color:#343434;
}

.select2-container--default.select2-container--disabled .select2-selection--single{
    opacity:.6;
    cursor:not-allowed;
}


.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered{
    color:#343434;
}


.select2-container--default .select2-selection--single .select2-selection__arrow{
    display:none;
}


.select2-results__option{
    margin-bottom:0px!important;
}


.select2-search input{
    margin-bottom:0px!important;
}


.Buscador .select2-selection{

}


.Buscador .select2-selection:after,
.page-tasacion .select2-selection:after{
    content:"\f107";
    position:absolute;
    top:9px;
    right:10px;
    font:normal normal normal 21px/1 FontAwesome;
    color:#343434;
}


.Buscador .select2-container--open .select2-selection:after,
.page-tasacion .select2-container--open .select2-selection:after{
    content:"\f068";
    font-size:14px;
    top:12px;
    right:11px;
    color:#343434;
}


.select2-selection{
    outline:none!important;
}


.button{
  font-size:14px;
}


.button-round{
  border-radius:4px;
}


.button-block{
  display:block;
  width:100%;
}


.button-primary-stroke{
  border:2px solid #7f1119;
  color:#7f1119;
  background-color:transparent;
  vertical-align:top;
line-height:36px;
}


.button-ca-dark-stroke{
  border:2px solid #fff;
  color:#fff;
  background-color:transparent;
  vertical-align:top;
line-height:36px;

}


.button-link{
    display:inline-block;
    font-weight:bold;
    font-size:18px;
}


.button-sm{
    font-size:1.2rem;
    padding:10px 12px;
    line-height:1em;
    height:auto;
}


.button-lg{
    font-size:1.8rem;
    height:auto;
    line-height:1em;
    padding:16px 20px;
}


.button-xl{
    font-size:2.4rem;
    padding:20px 60px;
    line-height:1em;
    height:auto;
}


.button-social{
    height:61px;
    width:60px;
    text-align:center;
    line-height:60px;
    display:inline-block;
}


.button-social i{
    line-height:60px;
}


.dark .button-link{
    color:#fff;
}


.dark .button-link:hover{
    color:#eaeaea;
}


.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary,
.button.current{
  color:#FFF;
  background-color:#7f1119;
  border-color:#7f1119; }


.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus,
.button.current:hover,
.button.current:focus{
  color:#FFF;
  background-color:#808080;
  border-color:#808080; }


.button.button-calt,
  button.button-calt,
  input[type="submit"].button-calt,
  input[type="reset"].button-calt,
  input[type="button"].button-calt{
    color:#FFF;
    background-color:#E90089;
    border-color:#E90089; }


.button.button-calt:hover,
  button.button-calt:hover,
  input[type="submit"].button-calt:hover,
  input[type="reset"].button-calt:hover,
  input[type="button"].button-calt:hover,
  .button.button-calt:focus,
  button.button-calt:focus,
  input[type="submit"].button-calt:focus,
  input[type="reset"].button-calt:focus,
  input[type="button"].button-calt:focus{
    color:#FFF;
    background-color:rgb(255, 0, 149);
    border-color:rgb(255, 0, 149); }


.button.button-gris,
  button.button-gris,
  input[type="submit"].button-gris,
  input[type="reset"].button-gris,
  input[type="button"].button-gris{
    color:#343434;
    background-color:#f7f7f7;
    border-color:#f7f7f7; }


.button.button-gris:hover,
  button.button-gris:hover,
  input[type="submit"].button-gris:hover,
  input[type="reset"].button-gris:hover,
  input[type="button"].button-gris:hover,
  .button.button-gris:focus,
  button.button-gris:focus,
  input[type="submit"].button-gris:focus,
  input[type="reset"].button-gris:focus,
  input[type="button"].button-gris:focus{
    color:#343434;
    background-color:rgb(128, 128, 128);
    border-color:rgb(128, 128, 128); }


.button.button-black,
      button.button-black,
      input[type="submit"].button-black,
      input[type="reset"].button-black,
      input[type="button"].button-black{
        color:#fff;
        background-color:#000;
        border-color:#000; }


.button.button-black:hover,
      button.button-black:hover,
      input[type="submit"].button-black:hover,
      input[type="reset"].button-black:hover,
      input[type="button"].button-black:hover,
      .button.button-black:focus,
      button.button-black:focus,
      input[type="submit"].button-black:focus,
      input[type="reset"].button-black:focus,
      input[type="button"].button-black:focus{
        color:#fff;
        background-color:#343434;
        border-color:#343434; }


.button.button-gris-o,
  button.button-gris-o,
  input[type="submit"].button-gris-o,
  input[type="reset"].button-gris-o,
  input[type="button"].button-gris-o{
    color:#fff;
    background-color:#343434;
    border-color:#343434; }


.button.button-gris-o:hover,
  button.button-gris-o:hover,
  input[type="submit"].button-gris-o:hover,
  input[type="reset"].button-gris-o:hover,
  input[type="button"].button-gris-o:hover,
  .button.button-gris-o:focus,
  button.button-gris-o:focus,
  input[type="submit"].button-gris-o:focus,
  input[type="reset"].button-gris-o:focus,
  input[type="button"].button-gris-o:focus{
    color:#fff;
    background-color:rgb(128, 128, 128);
    border-color:rgb(128, 128, 128); }


.button.button-gris-stroke,
  button.button-gris-stroke,
  input[type="submit"].button-gris-stroke,
  input[type="reset"].button-gris-stroke,
  input[type="button"].button-gris-stroke{
    background-color:transparent;
    border:2px solid #343434;
    color:#343434;
    vertical-align:top;
line-height:36px;
 }


.button.button-gris-stroke:hover,
  button.button-gris-stroke:hover,
  input[type="submit"].button-gris-stroke:hover,
  input[type="reset"].button-gris-stroke:hover,
  input[type="button"].button-gris-stroke:hover,
  .button.button-gris-stroke:focus,
  button.button-gris-stroke:focus,
  input[type="submit"].button-gris-stroke:focus,
  input[type="reset"].button-gris-stroke:focus,
  input[type="button"].button-gris-stroke:focus{
    border-color:rgb(128, 128, 128);
    vertical-align:top;
line-height:36px;
 }


.button.button-white,
 button.button-white,
 input[type="submit"].button-white,
 input[type="reset"].button-white,
 input[type="button"].button-white{
   color:#343434;
   background-color:#fff;
   border-color:#fff; }


.button.button-white:hover,
 button.button-white:hover,
 input[type="submit"].button-white:hover,
 input[type="reset"].button-white:hover,
 input[type="button"].button-white:hover,
 .button.button-white:focus,
 button.button-white:focus,
 input[type="submit"].button-white:focus,
 input[type="reset"].button-white:focus,
 input[type="button"].button-white:focus{
   color:#343434;
   background-color:#fafafa;
   border-color:#fafafa; }


.button.button-ca-dark,
   button.button-ca-dark,
   input[type="submit"].button-ca-dark,
   input[type="reset"].button-ca-dark,
   input[type="button"].button-ca-dark{
     color:#fff;
     background-color:rgb(151, 151, 151);
     border-color:rgb(151, 151, 151); }


.button.button-ca-dark:hover,
   button.button-ca-dark:hover,
   input[type="submit"].button-ca-dark:hover,
   input[type="reset"].button-ca-dark:hover,
   input[type="button"].button-ca-dark:hover,
   .button.button-ca-dark:focus,
   button.button-ca-dark:focus,
   input[type="submit"].button-ca-dark:focus,
   input[type="reset"].button-ca-dark:focus,
   input[type="button"].button-ca-dark:focus{
     color:#fff;
     background-color:#000;
     border-color:#000; }


.button.ca{
    border: 2px solid white;
    background-color: #ffffff00;
    color: white;
    padding: 14px 28px;
    font-size: 16px;
    cursor: pointer;
    
}


.fade{
    opacity:0;
    transition:opacity .15s linear
}


.fade.in{
    opacity:1;
}


.collapse{
    position:relative;
    height:0;
    overflow:hidden;
    transition:height .35s ease
}


.collapse.in{
    height:auto
}


button.close{
    padding:0;
    cursor:pointer;
    background:transparent;
    border:0;
    -webkit-appearance:none
}


.modal-backdrop{
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:1040;
    background-color:#000
}


.modal-backdrop.fade{
    opacity:0
}


.modal-backdrop,
.modal-backdrop.fade.in{
    opacity:.8;
    filter:alpha(opacity=80)
}


.modal{
  overflow:hidden;
    position:fixed;
    top:10%;
    left:50%;
    z-index:1050;
    width:560px;
    margin-left:-280px;
    background-color:#fff;
    border:1px solid #999;
    border:1px solid rgba(0, 0, 0, .3);
    *border:1px solid #999;
    border-radius:6px;
    outline:0;
    box-shadow:0 3px 7px rgba(0, 0, 0, .3);
    background-clip:padding-box
}


.modal.fade{
    top:-25%;
    transition:opacity .3s linear, top .3s ease-out
}


.modal.fade.in{
    top:10%;
}


.modal-header{
    padding:9px 15px;
    border-bottom:1px solid #eee
}


.modal-header .close{
    margin-top:2px;
    position:absolute;
    right:0px;
    width:50px;
    top:0px;
    margin:0px;
    height:48px;
    font-size:30px;
    background-color:#E90089;
    color:#fff;
    transition:"background-color" 300ms;
}


.modal-header .close:hover{
      background-color:rgb(255, 0, 149);
      color:#fff;
    }


.modal-header h3{
    margin:0;
    line-height:30px
}


.modal-body{
    position:relative;
    max-height:400px;
    padding:15px;
    overflow-y:auto;
        width:100%;
    box-sizing:border-box;
}


.modal-form{
    margin-bottom:0
}


.modal-footer{
    padding:14px 15px 15px;
    margin-bottom:0;
    text-align:right;
    background-color:#f5f5f5;
    border-top:1px solid #ddd;
    border-radius:0 0 6px 6px;
    *zoom:1;
    box-shadow:inset 0 1px 0 #fff
}


.modal-footer:before,
.modal-footer:after{
    display:table;
    line-height:0;
    content:""
}


.modal-footer:after{
    clear:both
}


.modal-footer .btn+.btn{
    margin-bottom:0;
    margin-left:5px
}


.modal-footer .btn-group .btn+.btn{
    margin-left:-1px
}


.modal-footer .btn-block+.btn-block{
    margin-left:0
}


.btn-cerrar{
    padding:10px;
    cursor:pointer;
    color:#000!important;
    font-size:14px;
    background-color:transparent!important;
    bordeR:0px;
}


.btn-cerrar:hover{
    text-decoration:underline;
}


.button-sm{
        padding:0px 10px;
    font-size:14px;
    line-height:30px;
}


/*! HomeSlider
---------------------------------*/


.HomeSlider .slide-item{
    padding-top:45%;
  }


.HomeSlider .slide-inner{
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
  }


.HomeSlider .slide-content{
    position:absolute;
    left:0;
    top:50%;
    -ms-transform:translateY(-50%);
        transform:translateY(-50%);
  }





.Hero iframe{
  position:absolute;
  left:0;
  top:0;
  height:100%;
  width:100%;
}


.Hero-slider-item{
  padding-top:17%;
  background-size:cover;
  position:relative;
  min-height:300px;
  background-position:center;
}


.Hero-slider-desc{
  background-color:rgba(43, 85, 183, 0.8);
  position:absolute;
  top:0;
  bottom:0;
  left:60%;
  width:300px;
}


.Hero-slider-desc .img{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    width:100%;
    background-size:100% auto;
    background-position:50% 70%;
    background-repeat:no-repeat;
  }


.Hero-slider-link{
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
}


/*! Buscador
---------------------------------*/


.Buscador{
  margin:0 auto;
}


/*! Suscribe
---------------------------------*/


/*! FancyHeading
---------------------------------*/


.Fancy{
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
}


.Fancy-inner{
    z-index:1;
      position:relative;
  }


.Fancy-center .Fancy-inner{
      text-align:center;
    }


.Fancy-cartel{
    position:relative;
    background-position:center top;
  }


.Fancy-cartel:before{
      content:"";
      position:absolute;
      top:0;
      left:0;
      right:0;
      bottom:0;
    }


.Fancy-cartel .Fancy-title{
      margin-bottom:0px;
      position:absolute;
      top:50%;
      -ms-transform:translateY(-50%);
          transform:translateY(-50%);
      width:100%;
      text-align:center;
    }


.Fancy-cartel .Fancy-inner{
      position:relative;
      max-width:80%;
      margin:0 auto;
      padding:25% 0px;
    }


.Fancy-cartel .Fancy-inner:before{
        content:"";
        position:absolute;
        top:0;
        left:0;
        right:0;
        bottom:0;
        opacity:.52%;
      }


.Fancy-cartel:hover:before{
      opacity:.3;
    }


.Fancy-link{
      position:absolute;
      top:0;
      left:0;
      right:0;
      bottom:0;
      z-index:10;
  }


.Fancy.no-spacer .spacer{
    display:none;
  }


.Fancy.container-no-pd .container{
    padding-left:0px;
    padding-right:0px;
  }


.Fancy .highlighted{
    background-color:rgba(142, 142, 142, 0.9);
    color:#fff;
    padding:20px;
    display:inline-block;
    border:1px solid #fff;
  }


.Fancy-icon img{
    height:60px;
  }


.ff-2= {
    font-size:100% !important;
}


/*! Prop
---------------------------------*/


.Prop{
  width:100%;
    position:relative;
    margin-bottom:2rem;
    box-sizing:border-box;
  
}


.Prop-inner{
    }


.Prop-images{
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    z-index:1;

    }


.Prop-images-item{
      background-size:cover;
      background-position:center;
      background-repeat:no-repeat;
      position: relative;
      left:0;
      right:0;
      top:0;
      bottom:0;
      opacity: 1;
      z-index:1;
      transition:opacity 300ms;
      height: 250px;
      width: 100%;
    }


.Prop-images-item.active{
        opacity:1;
        z-index:2;
      }


.Prop-images-nav{
      width:40px;
      height:40px;
      position:absolute;
      top:50%;
      margin-top:-20px;
      z-index:5;
      cursor:pointer;
      opacity:.5;
      transition:opacity 300ms;
    }


.Prop-images-nav:before{
        content:"";
        border-top:2px solid #fff;
        border-left:2px solid #fff;
        width:20px;
        height:20px;
        display:block;
        -ms-transform:rotate(0);
            transform:rotate(0);
        position:absolute;
        top:50%;
        margin-top:-10px;
        
      }


.Prop-images-nav.left{
        left:0;
      }


.Prop-images-nav.left:before{
          -ms-transform:rotate(-45deg);
              transform:rotate(-45deg);
          left:50%;
          margin-left:-5px;
        }


.Prop-images-nav.right{
        right:0;
      }


.Prop-images-nav.right:before{
          -ms-transform:rotate(135deg);
              transform:rotate(135deg);
          right:50%;
          margin-right:-5px;
        }


.Prop-images:hover .Prop-images-nav{
        opacity:1;
    }


.Prop-image{
    position:relative;
    padding-top: 0%;
    min-height: 250px;
    background-position:center;
    position:relative;
    background-size:cover;
  }


.Prop-image-footer{
      padding:1rem 1.4rem;
      position:absolute;
      bottom:0;
      left:0;
      width:100%;
      z-index:1;
      color:#fff;
      box-sizing:border-box;
      pointer-events:none;
    }


.Prop-image-footer:before{
        content:"";
        position:absolute;
        left:0;
        right:0;
        bottom:0;
        height:80px;
        z-index:-1;
        background:linear-gradient( to top, rgba(0, 0, 0, .8), rgba(0, 0, 0, .6) 40%, rgba(0, 0, 0, 0));
      }


.Prop-image-footer .Prop-price{
        color:#fff;
      }


.Prop-image-hover{
        position:absolute;
        left:50%;
        top:50%;
        opacity:0;
      -ms-transform:translate(-50%,-20%);
          transform:translate(-50%,-20%);
        transition:all 300ms;
    }


.Prop-image:hover .Prop-image-hover{
        opacity:1;
        -ms-transform:translate(-50%, -50%);
            transform:translate(-50%, -50%);
      }


.Prop-mask-link{
      position:absolute;
      left:0;
      right:0;
      top:0;
      bottom:0;
      background-color:rgba(0, 0, 0, 0);
      transition:background-color 300ms;
      z-index:1;
  }


.Prop-mask-link:hover{
    }


.Prop-info{
    position:relative;
  }


.Prop-head,
  .Prop-body,
  .Prop-footer{
      padding:1rem 1.4rem;
      box-sizing:border-box;
      width:100%;
  }


.Prop-head{
      font-weight:bold;
  }


.Prop-head a{
        color:#7f1f19;
      }


.Prop-link{
    font-size:16px;
    color:#f7f7f7;
  }


.Prop-link:hover{
      color:#343434;
    }


.Prop-price{
      font-weight:bold;
  }


.Prop-desc{
      margin-bottom:1rem;
  }


.Prop-atrs{
    display:inline-block;
      margin:0;
      padding:0;
  }


.Prop-atrs li{
        display:inline-block;
        text-align:center;
        vertical-align:middle;
    }


.Prop-atrs-bar:before{
          content:"|";
          padding:0px 10px;
          display:block;
      }


.Prop-badges{
      z-index:2;
  }


.Prop-category{
      background-color:#7f1119;
      text-transform:uppercase;
      font-weight:bold;
      color:#fff;
      font-weight:bold;
      position:relative;
      display:block;
      position:absolute;
      top:20px;
      left:20px;
      padding:10px 10px;
  }


.Prop-type{
      position:absolute;
      top:.5rem;
      left:.5rem;
      padding:5px 10px;
      background-color:#ED7E22;
      text-transform:uppercase;
      font-weight:bold;
      color:#fff;
      display:none;
  }


.Prop-button{
    float:right;
    margin:0;
    vertical-align:top;
    display:inline-block;
    line-height:18px;
    padding:0px;
  }


.Prop .img_reserva{
    position:absolute;
    top:-4px;
    left:-4px;
  }


.Prop .hr{
    height:2px;
    background-color:#7f1119;
    clear:both;
  }


/*! Prop list
---------------------------------*/


.Prop-list:before,
  .Prop-list:after{
      content:"";
      display:table;
    }


.Prop-list:after{
      clear:both;
    }


.Prop-list .Prop{
      padding-left:12px;
    padding-right:12px;
    float:left;
    }


.Prop-horizontal .Prop-image{
    position:absolute;
    top:0;
    bottom:0;
    width:40%;
    padding-top:0px;
  }


.Prop-horizontal .Prop-info{
    margin-left:40%;
  }


.owl-nav-footer{
    text-align:center;
    clear:both;
}


.owl-nav-prev{
    float:left;
}


.owl-nav-next{
    float:right;
}


.owl-dots-wrapper{
    display:inline-block;
}


.owl-dot{
    width:14px;
    height:14px;
    background-color:#343434;
    border-radius:100%;
    display:inline-block;
    margin:0 2px;
    cursor:pointer;
}


.owl-dot.active{
    background-color:#7f1119;
}


.owl-nav-prev .owl-next{
    display:none;
}


.owl-nav-next .owl-prev{
    display:none;
}


.owl-nav-next,
.owl-nav-prev{
    cursor:pointer;
    font-weight:bold;
}


.Prop-carousel .owl-item{
    padding:0 0 0 1px;
}


.owl-item{
  box-sizing:border-box;
}


.middle-arrows .owl-nav-prev,
  .middle-arrows .owl-nav-next{
    position:absolute;
    top:50%;
    -ms-transform:translateY(-50%);
        transform:translateY(-50%);
    z-index:10;
    width:60px;
    height:60px;
    font-size:0px;
    text-align:center;
    display:block;
  }


.middle-arrows .owl-nav-prev:before,.middle-arrows .owl-nav-next:before{
      content:"";
      font:normal normal normal 50px/1 FontAwesome;
      color:#fff;
      line-height:60px;
      display:inline-block;
    }


.middle-arrows .owl-nav-prev{
    left:-60px;
  }


.middle-arrows .owl-nav-prev:before{
      content:"\f104";
    }


.middle-arrows .owl-nav-next{
    right:-60px;
  }


.middle-arrows .owl-nav-next:before{
      content:"\f105";
    }


.social-icon{
  display:inline-block;
  text-align:center;
}


.social-icon i{
    width:40px;
    height:40px;
    line-height:40px;
  }


.social-icon.lg{
    font-size:21px;
  }


.social-icon.rounded{
    border-radius:100%;
    overflow:hidden;
  }


.social-icon.with-bg .fa-facebook{
      background:blue;
      color:#fff;
    }


.social-icon.with-bg .fa-google-plus{
      background:red;
      color:#fff;
    }


.map-wrapper{
  min-height:300px;
  clear:both;
  position:relative;
  margin-bottom:0;
  width:100%;
  
}


.map-wrapper .map-container{
    position:absolute!important;
    top:0;
    left:0;
    right:0;
    bottom:0;
  }


.Map-with-sidebar{
  position:relative;
  min-height:300px;
  margin-left:0;
  margin-right:0;
  margin-bottom:20px;
}


.Map-with-sidebar .sidebar{
    padding:0px 12px;
  }


.Image{
  background-repeat:no-repeat;
  background-position:center;
}


.Image img{
    display:none!important;
  }


.Image-cover{
    background-size:cover;
        /*background-size: contain;*/
  }


.Image-contain{
    background-size:contain;
  }


.Highlighted{
    overflow:hidden;
    position:relative;
}


.Highlighted .container{
  z-index:10;
}


.Highlighted .inner{
    padding:40px;
}


.Highlighted-back{
    position:absolute;
    top:0;
    bottom:0;
    z-index:3;
}


.Highlighted-back.left{
    right:50%;
    left:-999em;
}


.Highlighted-back.right{
    left:50%;
    right:-999em;
}


.Highlighted .container .row{
    position:relative;
    z-index:5;
}


.Highlighted-5-7 .Highlighted-back.right{
  left:42.5%;
}


.ImageBehind{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    width:50%;
    z-index:1;
    background-size:cover;
    background-position:center top;
}


.ImageBehind.left{
    left:0;
    right:auto;
}


.ImageBehind-5-7{
  width:42.6%;
}


.inner-z{
    position:relative;
    z-index:10;
}


.Accordion{
  list-style-type:none;
  margin:0;
  position:relative;
  margin-left:-12px;
  margin-right:-12px;

}


.Accordion-item{
    display:block;
    position:relative;
    margin-bottom:2px;
  }


.Accordion-item.arrow:before{
      content:"\f105";
      font-family:"FontAwesome";
      display:inline-block;
      transition:all 200ms;
      position:absolute;
      font-size:32px;
      top:0;
    }


.Accordion-item.arrow-right:before{
      right:24px;
    }


.Accordion-item.arrow-white:before{
      color:#fff;
    }


.Accordion-item.active.arrow:before{
      -ms-transform:rotate(90deg);
          transform:rotate(90deg);
    }


.Accordion-item.plus:before{
        content:"";
        display:block;
        position:absolute;
        right:16px;
        top:25px;
        width:20px;
        height:2px;
        background:#fff;
        pointer-events:none;
    }


.Accordion-item.plus:after{
      content:"";
          display:block;
          position:absolute;
          right:16px;
          top:25px;
          width:2px;
          height:20px;
          background:#fff;
          margin-top:-9px;
          margin-right:9px;
          pointer-events:none;
    }


.Accordion-item.plus.active:after{
      display:none;
    }


.Accordion-item.Accordion-item--first .Accordion-title{
      border-top-left-radius:5px;
      border-top-right-radius:5px;
    }


.Accordion-title{
    padding:12px 24px;
    cursor:pointer;
  }


.Accordion-content{
    padding:12px 24px;
  }


.Accordion-content{
    display:none;
  }


.panel{
  background-color:#f7f7f7;
  padding:10px;
  margin-bottom:20px;
  border-radius:4px;
}


.Hero-prop{
    position:absolute;
    top:50%;
    -ms-transform:translateY(-50%);
        transform:translateY(-50%);
    left:0;
    right:0;
  font-size:2.1rem;
  z-index:10;

}


.Hero-prop-operacion{
        background-color:#7f1119;
        color:#fff;
        display:inline-block;
        padding:10px 14px;
        font-size:.7em;
        position:relative;
    }


.Hero-prop-operacion .img_reserva{
          position:absolute;
        left:-3px;
        width:45px;
        top:-3px;
        }


.Hero-prop-info{
        background-color:#fff;
        padding:14px;
    }


.Hero-prop-price{
        text-align:right;
    }


.rango{
    padding:0 .8rem;
    text-align:center;
    margin-bottom:3rem;
}


.rango:befeore,
.rango:after{
    content:"";
    display:table;
}


.rango:after{
    clear:both;
}


.rango p{
    margin-bottom:12px;
    margin-top:14px;
    font-size:14px;
}


.noUi-target{
    background:#fff;
    border-radius:4px;
    height:2px;
    border:0px;
    box-shadow:none;
}


.noUi-handle{
    cursor:-moz-grab;
}


.noUi-handle:before,
.noUi-handle:after{
    display:none;
}


.noUi-horizontal .noUi-handle{
    width:20px;
    height:20px;
    left:-10px;
    top:-10px;
    border-radius:100%;
    background:#fff;
    box-shadow:none;
    border:0px;
}


.noUi-origin{
    position:absolute;
    height:0;
    width:0;
}


.Hover-box{
  padding-top:120%;
  position:relative;
  overflow: hidden;
  margin-bottom:2em;
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  cursor: pointer;
}


.Hover-box-back,
  .Hover-box-front{
    position:absolute;
    z-index:1;
    left:0;
    right:0;
  }


.Hover-box-front{
    top:0;
    bottom:0;
  }


.Hover-box-front .Hover-box-body{
      padding:12px;
      position:absolute;
      top:50%;
      -ms-transform:translateY(-50%);
          transform:translateY(-50%);
      left:0;
      right:0;
      font-weight:bold;
      text-shadow: 0px 0px 5px black;
    }


.Hover-box-back{
    bottom:auto;
    z-index:2;
    top:0;
  }


.Hover-box-back .Hover-box-header{
      position:relative;
      background-color:#7f1f19;
      text-align:center;
      padding:24px 24px;
    }


.Hover-box-back .Hover-box-header .tr{
        position:absolute;
        top:100%;
      }


.Hover-box-back .Hover-box-header *{
        margin-bottom:0px;
      }


 .Hover-box-body.second-body{
      opacity: 0;
      display: block;
      padding:0px 24px;
      background-color: #7f1f19;
      height: 100vh;
      position: absolute;
      text-align: center;
      transition: all 0.5s ease-in-out;
    }


.LR-r .LR-col-1{
      float:right;
    }


.LR-r .LR-col-2{
      float:left;
    }


.Staff{
  margin-bottom:20px;
}


.Staff-image{
    background-size:cover;
  }


.Staff-image img{
      visibility:hidden;
    }


.Staff-info{
    padding:12px;
    text-align:center;
  }


.Staff-title{
    margin-bottom:0px;
  }


.Staff p{
    margin:0px;
  }


.Staff-carousel + .owl-nav-footer .owl-nav{
    display:none;
  }


.Widget{
  padding:30px 30px 10px;
  padding-bottom:10px;
  
  margin-bottom:20px;
}


.Widget-border-top{
    border-top:2px solid #7f1119;
  }


.Widget-border-bottom{
    border-bottom:2px solid #7f1119;
  }


.Widget-white{
    background-color:#fff;
  }


.Widget-gris{
    background-color:#f2f2f2;
  }


.Widget-gris-o{
    background-color:rgb(221, 221, 221);
  }


.Widget-sm{
    padding:16px;
  }


.Widget-sm .Widget-title{
      margin-bottom:16px;
    }


.Widget-sm .line-divider{
      margin-left:-16px;
      margin-right:-16px;
    }


.Widget-xs{
    padding:8px 16px;
  }


.Widget-title{
    font-weight:500;
  }


.hr{
  height:2px;
  background-color:#7f1119;
}


.ScrollDown,
.ScrollUp{
    width:46px;
    height:46px;
    background:#7f1119;
    color:#fff;
    position:absolute;
    bottom:10px;
    left:50%;
    line-height:46px;
    text-align:center;
    z-index:100;
    cursor:pointer;
    border-radius:4px;
}


.ScrollDown i,
.ScrollUp i{
    font-size:40px;
    line-height:46px;
}


.ScrollUp{
    top:50%;
    bottom:auto;
    right:20px;
    left:auto;
    margin-top:-23px;
    display:block!important;
}


.CustomFiltros h2{
  display:none;
}


.FiltroSelect{
  /* border:1px solid #fff; */
  /* position:relative; */
  /* box-sizing:border-box; */
  /* height:50px; */
  /* margin-bottom:3rem; */
  /* cursor:pointer; */
}


.FiltroSelect .disabled{
    opacity:.5;
  }


.Filtro-icon{
  position:absolute;
  right:1rem;
  line-height:50px!important;
  top:0;
  font-size:24px;
}


.Filtro-icon.fa-minus{
    font-size:12px;
}


.Filtro-box{
  line-height:50px;
  border:1px solid #fff;
  margin-bottom:2rem;
}


.Filtro-title{
  line-height:50px;
  padding:0px 1rem;
}


.FiltroSelect .Filtro-title{
  position:absolute;
  transition:all 200ms;
  top:0;
  left:0px;
  right:40px;
  height:38px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}


.FiltroSelect-inner{
  background-color:#343434;
    font-size:16px;
    position:absolute;
    top:100%;
    left:-1px;
    right:-1px;
    z-index:10;
    padding:10px;
    box-sizing:border-box;
    border:1px solid #343434;
    border-top:0px;
    display:none;
    color:#fff;
}


.FiltroSelect-inner a.link_filtro{
  display:block;
  line-height:26px;
}


.FiltroSelect-button{
  width:100%;
  line-height:50px;
  border-radius:0px;
  height:50px;
}


.filtrosAplicados{
  display:none;
  clear:both;
  margin-bottom:30px;
}


.filtrosAplicados-title{
  font-size:14px;
}


#filtrosAplicados .filtrosAplicados-title{
  display:none;
}


#filtrosAplicados.hayfiltros .filtrosAplicados-title{
  display:inline-block;
}


#filtrosAplicados.hayfiltros hr{
  display:block;
}


#etiquetas{
  display:inline-block;
}


#etiquetas a{
    display:inline-block;
    background-color:#fff;
    padding:6px 10px;
    border-radius:3px;
    color:#7f1119;
    margin-right:5px;
}


#etiquetas a:hover{
background-color:#5E5F5E;
color: white;
}


.eliminar_todos{
    font-weight:bold;
}


.hayfiltros{
    display:block;
}


.link_filtro.aplicado span{
    padding:3px;
    height:16px;
    width:16px;
    line-height:15px;
    text-align:center;
    color:#7f1119;
    font-weight:bold;
    border-radius:6px;
    margin-right:-10px;
    margin-left:0px;
    font-size:18px;
    display:inline-block;
}


.ToggleFilters{
  margin-left:auto;
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  overflow:hidden;
  padding:10px;
  font-size:18px;

}


.ToggleFilters .fa{
    padding-left:6px;
    width:10px;
}


.ToggleFilters .fa-minus{
    font-size:10px;
    padding:0 0 0 6px;
    line-height:38px;
    vertical-align:top;
}


.ToggleFilters button{
    border:0px;
    margin-bottom:0px;
}


.Pagination{
  text-align:center;
}


.Pagination-link,
.Pagination-arrow{
  line-height:38px;
  width:38px;
  text-align:center;
  color:#8e8e8e;
  display:inline-block;
  border-radius:0px;
  padding:0px;
  border:0px;
  vertical-align:top;
}


.Pagination-link:hover,
.Pagination-arrow:hover{
  color:#7f1119;
}


.Pagination-link.active,
.Pagination-arrow.active{
 color:#7f1119;
}


.Pagination-arrows{
  float:right;
}


.Pagination-link i,
.Pagination-arrow i{
  font-size:24px;
  line-height:38px;
}


.hideShow{
  display:none;
}


.Result-with-sidebar{
  padding-left:40px;
}


.Filtros-sidebar{
  position:relative;
  position:relative;
  padding:2em;
  font-size:14px;
  box-shadow:1px 1px 10px rgba(0, 0, 0, .2);
  
}


.Filtros-sidebar h2{
    font-size:18px;
  }


.Filtros-sidebar a:hover{
    color:#f7f7f7;
  }


.Filtros-sidebar #filtros{
    position:relative;

  }


.Filtros-sidebar .link_filtro{
    display:block;
  }


.Filtros-sidebar .link_filtro.aplicado{
        display:inline-block;
        width:auto;
        margin:0px 5px 10px 0px;
        font-size:10px;
        color:#FFF;
        padding:2px 8px 2px 5px;
        text-transform:uppercase;
        border-radius:3px;
        background-color:#0FAADB;
        vertical-align:middle;
        line-height:21px;
    }


.Filtros-sidebar .separador_filtros,
  .Filtros-sidebar .linea_puntos{
    height:1px;
    background-color:#f7f7f7;
    margin-bottom:20px;
    margin-top:20px;
  }


.Filtros-sidebar #filtro_precio input, 
  .Filtros-sidebar #filtro_superficie input{
      width:80px;
      background-color:#f7f7f7;
      padding:3px;
      margin-bottom:10px;
      border-radius:4px;
      display:inline-block;
      margin-left:5px;
      margin-right:5px;
  }


.Filtros-sidebar #filtro_precio input:first-child,.Filtros-sidebar #filtro_superficie input:first-child{
        margin-left:0px;
      }


.Filtros-sidebar #filtro_precio button, 
  .Filtros-sidebar #filtro_superficie button{
    background-color:#f7f7f7;
    border-radius:4px;
    vertical-align:top;
    background-position:center;
    background-repeat:no-repeat;
    background-size:14px;

  }


.Filtros-sidebar #filtro_precio button:hover,.Filtros-sidebar #filtro_superficie button:hover{
      background-color:#fff;
    }


.Filtros-sidebar #filtro_precio label.radio input{
    width:auto;
    margin:0px;
    margin-right:3px;
    position:relative;
  }


.Filtros-sidebar label.radio{
    display:inline-block;
  }


@media all and (max-width:600px){
    .modal{
        width:400px;
        margin-left:-200px;
    }
}


@media all and (max-width:420px){
    .modal{
        width:300px;
        margin-left:-150px;
    }
}


@media (max-width: 767px){

div#btnBuscarPropiedades {
    margin-top: 20px;
}
.Hero-slider-item{
    min-height:500px
}
    .Map-with-sidebar .map-wrapper{
      margin-bottom: 
    }


.Hero-prop{
    position:relative;
    -ms-transform:translateY(0px);
        transform:translateY(0px);
    margin-top:40px;
    z-index:10

}


.Hero-prop-info{
      border:1px solid #343434
    }
  }


@media (min-width: 580px){
    .Prop-list .Prop{
        width:50%;
    }

      .Prop-list .Prop:nth-of-type(2n+1){
        clear:both;
      }
  }


@media (min-width: 992px){
      .Prop-list-3-col .Prop{
          width:33.33333333%;
      }

        .Prop-list-3-col .Prop:nth-of-type(2n+1){
          clear:none;
        }
        .Prop-list-3-col .Prop:nth-of-type(3n+1){
            clear:both;
        }
      .Prop-list-4-col .Prop{
        width:25%;
      }
        .Prop-list-4-col .Prop:nth-of-type(2n+1){
          clear:none;
        }
        .Prop-list-4-col .Prop:nth-of-type(4n+1){
          margin-left:0; 
            clear:both;
        }
  }


@media all and (max-width:579px){
    .owl-dots-wrapper{
        max-width:140px;
    }
}


@media (min-width: 768px){
      .Map-with-sidebar.map--left .map-wrapper{
        position:absolute;
        top:0;left:0;bottom:0;
      }
      .Map-with-sidebar.map--left .sidebar-wrapper{
        float:right;
      }
      .Map-with-sidebar.map--right .map-wrapper{
        position:absolute;
        top:0;right:0;bottom:0;
        padding:0px!important;
      }
        .Map-with-sidebar.map--fluid .map-wrapper.columns .map-container{
            right:-12px;
            left:0px;
        }
  }


@media all and (min-width:580px){
    .Highlighted .inner-left{
        padding-left:40px;
    }
    .Highlighted .inner-right{
        padding-right:40px;
    }
    
}
/*! FancyHeading
---------------------------------*/


.Fancy{
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
}


.Fancy-inner{
    z-index:1;
      position:relative;
  }


.Fancy-center .Fancy-inner{
      text-align:center;
    }


.Fancy-cartel{
    position:relative;
    background-position:center top;
  }


.Fancy-cartel:before{
      content:"";
      position:absolute;
      top:0;
      left:0;
      right:0;
      bottom:0;
    }


.Fancy-cartel .Fancy-title{
      margin-bottom:0px;
      position:absolute;
      top:50%;
      -ms-transform:translateY(-50%);
          transform:translateY(-50%);
      width:100%;
      text-align:center;
      left:0;
    }


.Fancy-cartel .Fancy-inner{
      position:relative;
      max-width:80%;
      margin:0 auto;
      padding:25% 0px;
    }


.Fancy-cartel .Fancy-inner:before{
        content:"";
        position:absolute;
        top:0;
        left:0;
        right:0;
        bottom:0;
        opacity:.52%;
      }


.Fancy-cartel:hover:before{
      opacity:.3;
    }


.Fancy-link{
      position:absolute;
      top:0;
      left:0;
      right:0;
      bottom:0;
      z-index:10;
  }


.Fancy.no-spacer .spacer{
    display:none;
  }


.Fancy.container-no-pd .container{
    padding-left:0px;
    padding-right:0px;
  }


.Fancy .highlighted{
    background-color:rgba(102, 102, 102, 0.9);
    color:#fff;
    padding:20px;
    display:inline-block;
    border:1px solid #fff;
  }


.Fancy-icon img{
    height:60px;
  }




.Fancy-subtitle{
    color:#000;
}


.Prop-images .owl-nav {
    position: absolute;
    width: 95%;
    display: flex;
    justify-content: space-between;
    top: 47%;
    transform: translate(-50%, -50%);
    left: 50%;
    margin: 0;
}

.owl-theme.Prop-images .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #7f1f19;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 0;
    margin: 0;
    line-height: 45px;
}

.owl-theme.Prop-images .fa {
  font-size: 24px;
}

.owl-theme.Prop-images .owl-nav [class*=owl-]:hover {
background: #f7f7f7;
color:#333;}

.Prop-footer a {
    background: #7f1f19;
    width: 100%;
    color: #fff;
    border-radius: 3px;
    transition: all 0.3s ease-in-out;
}
.Prop-footer a:hover {
    background: #7f1f19;
    width: 100%;
    color: #fff;
    border-radius: 3px;
    opacity: .7;
    transition: all 0.3s ease-in-out;
}
.Widget-sm.mb2.barra_emprendimiento {
    background: #f7f7f7;
    margin-top: 25px;
    padding-top: 30px;
}
.Widget-sm.mb2.barra_emprendimiento input.input-bordered, .Widget-sm.mb2.barra_emprendimiento textarea.input-bordered {
    background: #fff;
}
.Widget-sm.mb2.barra_emprendimiento form ::-webkit-input-placeholder{ 
  color:gray!important;
}

.Widget-sm.mb2.barra_emprendimiento form ::-moz-placeholder{ 
  color:gray!important;
  opacity:1!important;
}

.Widget-sm.mb2.barra_emprendimiento form :-ms-input-placeholder{ 
  color:gray!important;
}

.Prop-emp .Prop-head {
    color: #666;
    font-size: 16px;
}
.Prop-emp .Prop-head .hr {
background: #d5d5d5!important;
    height: 1px;
}
.Prop-emp span.text-right.fw-bold.ff-2.fs-14 {
    font-size: 18px;
}
a.ff-2.fw-300{
background: #7f1f19;
    width: 100%;
    color: #fff;
    border-radius: 3px;
    transition: all 0.3s ease-in-out;
    display: block;
    text-align: center;
    height: 38px;
    line-height: 38px;
    font-weight: 500;
}
a.ff-2.fw-300:hover{
    background: #7f1f19;
    width: 100%;
    color: #fff;
    border-radius: 3px;
    opacity: .7;
    transition: all 0.3s ease-in-out;
}
.Hover-box:hover  .Hover-box-body.second-body{
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
.filtradoProps select {
    height: 45px;
    background: transparent;
    color: #fff;
    border-radius: 2px;
}
.filtradoProps select option {
    color: gray;
}
 .jumbotron label {
    display: block;
    text-align: left;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}

div.jumbotron {
    margin: 0;
    padding-top: 0;
    background: transparent;
}
.slider.slider-horizontal {
    width: 100%!important;
    height: 20px!important;
}
.slider.slider-horizontal .slider-track {
    height: 2px!important;
    width: 100%;
    margin-top: 0!important;
    top: 50%;
    left: 0;
}

.slider-handle {
    background-color: #ffffff!important;
    background-image: -webkit-linear-gradient(top,#ffffff 0,#ffffff 100%)!important;
    background-image: linear-gradient(to bottom,#ffffff 0,#ffffff 100%)!important;
}

.slider .tooltip.top {
    margin-top: -32px!important;
    transform: translateX(0)!important;
    margin-left: 85px!important;
    font-size: 14px!important;
}
div.jumbotron.sup .slider .tooltip.top {
    margin-top: -32px!important;
    transform: translateX(0)!important;
    margin-left: 60px!important;
    font-size: 14px!important;
}
.team .team_item h2{
  
margin: 0;
  
position: absolute;
  
bottom: 0;
  
width: 100%;
  
font-size: 15px;
  
text-align: center;
  
text-transform: uppercase;
  
/* max-width: 79%; */
  
left: 50%;
  
transform: translateX(-50%);
  
font-weight: 700;
  
color: #ffffff;
  
background: rgb(127 17 25 / 67%);
  
height: 50px;
  
/* padding-top: 15px; */
  
display: flex;
  
align-items: center;
  
justify-content: center;
}
.team .upper .team_item{
    margin: 50px 7px;
}
.team .bottom .team_item{
  
margin: 0px 7px;
}
.team{

margin-top: 50px;
}
.team .row{

display: flex;

flex-wrap: wrap;

justify-content: space-between;
}
.team .team_item{

max-width: 32%;

height: 350px;

width: 100%;

position: relative;

background-size: cover;

background-position: center;

margin-bottom: 50px;

box-shadow: 3px 2px 6px rgb(0 0 0 / 51%);

border-radius: 3px;
}
.upper{
      display: flex;
      width: 100%;
      justify-content: center;
      flex-wrap: wrap;
}
.middle{
      display: flex;
      width: 100%;
      justify-content: space-evenly;
      flex-wrap: wrap;
}
.bottom{
      display: flex;
      width: 100%;
      justify-content: center;
      flex-wrap: wrap;
}

@media (max-width:767px){

.team .team_item{

max-width: 100%;

height: 250px;

width: 100%;

background-size: cover;

background-position: center;

margin-bottom: 15px!important;

margin-top: 0!important;

margin-left: 0!important;

margin-right: 0!important;
}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait){

.ScrollUp {
    top: 50%;
    bottom: auto;
    right: 20px;
    left: auto;
    margin-top: -130px;
    display: block!important;
}
.team .team_item {
    max-width: 32%;
    height: 250px;}
.team .team_item h2 {
    margin: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    /* max-width: 79%; */
    left: 50%;
    transform: translateX(-50%);
    font-weight: 700;
    color: #ffffff;
    background: rgb(127 17 25 / 67%);
    height: 60px;
    /* padding-top: 15px; */
    display: flex;
    align-items: center;
    justify-content: center;
}
}
