/*
Theme Name: iProperty
Theme URI: http://immersivesoul.com/iproperty/
Description: iProperty Responsive HTML5 Bootstrap Template
Author: Immersive Soul
Author URI: http://immersivesoul.com
Version: 1.0
*/

@import url("font-awesome.min.css");
@import url('https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900');

/*============================================================*/
/* TABLE OF CONTENTS */
/*============================================================*/
/*
    01 BACKGROUNDS
    02 RESET
    03 VERTICALLY CENTER
    04 OVER-RIGHT
    05 PROPERTY
    06 SCROLL TO TOP
    07 PROGRESS
    08 SLICK SLIDER
    09 HEADER: EXTRA INFO
    10 PARALLAX
    11 PAGE HEADER
    12 OVERLAY
    13 TABS
    14 SOCIAL ICONS
    15 ICON LIST
    16 BLOG
    17 MEDIA LIST
    18 BREAKER
    19 BADGE
    20 VIDEO ICON
    21 SERVICE
    22 ACCORDION
    23 TESTIMONIAL
    24 OWL CAROUSEL
    25 PROFILE NAVIGATION
*/

/*============================================================*/
/* 01 BACKGROUNDS */
/*============================================================*/
.bg-property-slider-1 { background: url('../images/property-slider/property-1.jpg'); }
.bg-property-slider-2 { background: url('../images/property-slider/property-2.jpg'); }
.bg-property-slider-3 { background: url('../images/property-slider/property-3.jpg'); }
/*============================================================*/
/* 02 RESET */
/*============================================================*/
body {
  /*font-family: 'Varela Round', sans-serif;*/
  font-family: Arial, sans-serif;
  font-size: 14px;
  transition: 300ms ease all;
}
*, *:after, *:before { box-sizing: border-box; }
* { margin:0px; padding:0px; }
h1,h2,h3,h4,h5 { margin-top:0px; }
ul, ul li { list-style:none; }
a:hover { text-decoration: none;}
/*============================================================*/
/* 03 VERTICALLY CENTER */
/*============================================================*/
.vcenter {white-space:nowrap;}
.vcenter > * {white-space:normal;}
.vcenter:before,
.vcenter >* {display:inline-block; vertical-align:middle;}
.vcenter:before {content:"";  height:100%;}
.vcenter {word-spacing:-.25em;}
.vcenter > * {word-spacing:normal;}
/*============================================================*/
/* 04 OVER-RIGHT */
/*============================================================*/
/* FORM */
.alert {
  text-align: center !important;
}
.form-control {
  color: #495057;
  background-color: #fff;
  font-size: 0.85rem;
  border: 1px solid rgba(0,0,0,.05);
  padding: .6rem .75rem;
}
.form-control-lg {
  font-size: 1.05rem;
}
.form-control-sm {
  padding: .3rem .75rem;
  font-size: 0.75rem;
}
select.form-control-lg {
  height: 42px !important;
}
select option {
  padding: 6px 5px;
}
.input-group-addon {
  display: inline-block;
  padding: .3rem .75rem;
}
.input-group-addon i {
  line-height: 28px;
}
/* BUTTON */
button, .btn {
  border: none !important;
  cursor: pointer;
}
/* PAGINATION */
.page-item.disabled .page-link,
.page-link {
  border-color: rgba(0,0,0,.05);
}
.page-link {
  padding: 0.8rem 1.2rem;
}
/* MAIN HEADER */
.main-header .menu-toggle { display: none; }
.main-header .menu-toggle {
  font-size: 26px;
  padding: 10px;
  width: 48px;
  height: 46px;
  line-height: 20px;
}
.main-header {
  height: auto !important;
}
/* MENU DORPDOWN */
.nav-item.dropdown.show .dropdown-menu {
  transform: scale(1, 1);
  opacity: 1;
}
/* FORM */
.custom-control-indicator {
  top: .15rem;
}
p {
  margin-bottom: 10px;
}
/*============================================================*/
/* 05 PROPERTY */
/*============================================================*/
.property,
.property-media,
.blog,
.blog-media,
.agent,
.agent-media,
.agency,
.agency-media,
.profile,
.profile-media {
  position: relative;
}
.property .media-data,
.property .media-data .position-top,
.property .media-data .position-bottom,
.blog .media-data,
.blog .media-data .position-top,
.blog .media-data .position-bottom,
.agent .media-data,
.agent .media-data .position-top,
.agent .media-data .position-bottom,
.agency .media-data,
.agency .media-data .position-top,
.agency .media-data .position-bottom,
.profile .media-data,
.profile .media-data .position-top,
.profile .media-data .position-bottom {
  position: absolute;
  left: 0;
  width: 100%;
}
.property .media-data,
.blog .media-data,
.agent .media-data,
.agency .media-data,
.profile .media-data {
  top: 0;
  height: 100%;
  z-index: 13;
}
.property .media-data a,
.blog .media-data a,
.agent .media-data a,
.agency .media-data a,
.profile .media-data a {
  line-height: 0;
  display: inherit;
}
.property .media-data .position-top,
.blog .media-data .position-top,
.agent .media-data .position-top,
.agency .media-data .position-top,
.profile .media-data .position-top {
  top: 0;
  padding: 15px 15px 0 15px;
}
.property .media-data .position-bottom,
.blog .media-data .position-bottom,
.agent .media-data .position-bottom,
.agency .media-data .position-bottom,
.profile .media-data .position-bottom {
  bottom: 0;
  padding: 0 15px 15px 15px;
}
.property-section,
.blog-section,
.agent-section,
.agency-section,
.profile-section {
  display: inline-block;
  width: 100%;
}
.bg-bg {
  background: -moz-linear-gradient(top, rgba(2,2,2,0) 0%, rgba(0,0,0,1) 100%);
  background: -webkit-linear-gradient(top, rgba(2,2,2,0) 0%,rgba(0,0,0,1) 100%);
  background: linear-gradient(to bottom, rgba(2,2,2,0) 0%,rgba(0,0,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00020202', endColorstr='#000000',GradientType=0 );
}
/*============================================================*/
/* 06 SCROLL TO TOP */
/*============================================================*/
html .scroll-to-top {
  background: #404040;
  color: #FFF;
  height: 9px;
  opacity: 0;
  padding: 13px 10px 35px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  text-align: center;
  text-decoration: none;
  min-width: 49px;
  z-index: 1040;
  display: none;
}
html .scroll-to-top:hover {
  opacity: 1;
}
html .scroll-to-top.visible {
  opacity: 0.75;
  display: block;
}
html .scroll-to-top span {
  display: inline-block;
  padding: 0 5px;
}
html.lightbox-opened .scroll-to-top {
  right: 27px;
}
html.ie11 .scroll-to-top {
  right: 25px;
}
/* RESPONSIVE */
@media (max-width: 990px) {
  html .scroll-to-top.hidden-mobile {
    display: none !important;
  }
}
/*============================================================*/
/* 07 PROGRESS */
/*============================================================*/
.progress {
  overflow: visible;
}
.progress-bar {
  background-color: #CCC;
  box-shadow: none;
  position: relative;
}
.progress-bar-tooltip {
  position: absolute;
  padding: 4px 8px;
  background-color: #333;
  color: #FFF;
  line-height: 15px;
  font-size: 11px;
  display: block;
  position: absolute;
  top: -28px;
  right: 5px;
  border-radius: 3px;
  opacity: 0;
}
.progress-bar-tooltip:after {
  border-color: #333 transparent;
  border-style: solid;
  border-width: 5px 5px 0;
  bottom: -5px;
  content: "";
  display: block;
  left: 13px;
  position: absolute;
  width: 0;
}
/*============================================================*/
/* 08 SLICK SLIDER */
/*============================================================*/
.slick-prev:before,
.slick-next:before {
  color: black;
}
.slick-prev, .slick-next {
  color: black;
  z-index: 9999;
}
.slick-prev {
  left: 12px !important;
}
.slick-next {
  right: 12px !important;
}
.thumbnail-slider .slick-slide,
.single-slider .slick-slide {
  margin: 0px 0px;
}
.thumbnail-slider .thumbnails {
  margin-top: 10px;
}
.thumbnail-slider .thumbnails .slick-prev,
.thumbnail-slider .thumbnails .slick-next {
  display: none !important;
}
.thumbnail-slider .thumbnails .slick-slide {
  margin: 0px 5px;
}
.slick-slide {
  margin: 0px 10px;
}
/*============================================================*/
/* 09 HEADER: EXTRA INFO */
/*============================================================*/
header.main-header {
  z-index: 100;
  position: relative;
}
header.main-header .inner-header {
  height: 80px;
}
.extra-info ul {
  /*margin-top:10px;*/
}
.extra-info ul {
  list-style:none !important;
  display:inline-block;
  margin-bottom:0;
}
.extra-info > ul > li {
  float:left;
  margin-right:15px;
  padding-left:15px;
  border-left: dashed 1px #eee;
}
.extra-info ul li:first-child {
  border-left: none;
}
.extra-info ul li:last-child {
  margin-right: 0 !important;
}
.extra-info ul li i,
.extra-info ul li .text {
  display:table-cell;
  text-align:left;
}
.extra-info ul li i {
  margin-right: 12px !important;
  float: left;
}
.extra-info ul li .text .text-top {
  line-height:14px;
}
/*============================================================*/
/* 10 PARALLAX */
/*============================================================*/
.parallax {
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: repeat;
  background-attachment: fixed;
  position: relative;
  clear: both;
}
.parallax.parallax-disabled {
  background-attachment: scroll !important;
  background-position: 50% 50% !important;
}
/*============================================================*/
/* 11 PAGE HEADER */
/*============================================================*/
.page-header .row {
  height: 80px;
}
/* BREADCRUMBs */
.breadcrumb {
  padding: .35rem 1.50rem;
  margin-bottom: 0;
  display: inline-block;
}
.breadcrumb-item {
  float: none;
  display: inline-block;
}
.breadcrumb-item + .breadcrumb-item::before {
  font-family: 'FontAwesome';
  content: "\f101";
}
.text-white .breadcrumb-item a,
.text-white .breadcrumb-item.active,
.text-white .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}
.text-black .breadcrumb-item a,
.text-black .breadcrumb-item.active,
.text-black .breadcrumb-item + .breadcrumb-item::before {
  color: #222;
}
/*============================================================*/
/* 12 OVERLAY */
/*============================================================*/
.overlay-wrapper {
  position: relative;
  min-height: 250px;
  background: #333;
}
.property-media img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 250px;
}
.overlay-wrapper .container {
  position: relative;
  z-index: 13;
}
.overlay-wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 12;
}
/*============================================================*/
/* 13 TABS */
/*============================================================*/
.nav-tabs .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs {
  border: none;
}
.nav-tabs .nav-item {
  margin-bottom: 0;
}
.nav-tabs {
  display: block;
}
.nav-tabs li {
  margin-right: 10px;
  display: inline-block;
}
.nav-tabs li:last-child {
  margin-right: 0;
}
.nav-tabs li a.active,
.nav-tabs li a.active:focus,
.nav-tabs li a:focus {
  box-shadow:0px 6px 15px rgba(0, 0, 0, 0.15) !important;
}
/*============================================================*/
/* 14 SOCIAL ICONS */
/*============================================================*/
.social-icons {
  padding: 0;
  margin: 0;
}
.social-icons li {
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 6px;
}
.social-icons li:last-child {
  margin-right: 0px;
}
.social-icons li a.btn-sm {
  width: 30px;
  height: 30px;
  padding: 0;
  line-height: 30px;
  text-align: center;
}
.social-icons li a,
.social-icons li a.btn-md {
  width: 36px;
  height: 36px;
  padding: 0;
  line-height: 35px;
  text-align: center;
}
.social-icons li a.btn-lg {
  width: 45px;
  height: 45px;
  padding: 0;
  line-height: 45px;
  text-align: center;
}
/*============================================================*/
/* 15 ICON LIST */
/*============================================================*/
.icon-list li {
  position: relative;
  line-height: 25px;
  padding-left: 25px;
  padding-right: 6px;
  margin-top: 4px;
  margin-bottom: 4px;
}
.icon-list li i {
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px 10px 0px 0px;
}
.icon-list li i.btn {
  padding: 3px;
  font-size: 9px;
  width: 16px;
  height: 16px;
  text-align: center;
}
/*============================================================*/
/* 16 BLOG */
/*============================================================*/
.meta i {
  margin-right: 3px;
}
.meta a {
  margin-right: 10px;
}
/*============================================================*/
/* 17 MEDIA LIST */
/*============================================================*/
.media-list {
  margin-bottom: 0;
}
.media-list li {
  padding-left: 130px;
  position: relative;
  min-height: 110px;
}
.media-list li:last-child {
  min-height: 95px;
}
.media-list li .media-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 110px;
}
.media-list li .address {
  font-size: 12px;
  margin-bottom: 0;
}
/*============================================================*/
/* 18 BREAKER */
/*============================================================*/
.hr {
  position: relative;
}
.hr i {
  font-size: 9px;
}
.hr .icons {
  text-align: center;
}
/* hr: CENTER */
.hr.text-center .icons {
  width: 39px;
  margin: 0 auto;
  position: relative;
}
.hr.text-center hr:first-child {
  position: absolute;
  right: 50%;
  top: 0;
  width: 100px;
  margin-top: 10px;
  margin-right: -125px;
}
.hr.text-center hr:last-child {
  position: absolute;
  left: 50%;
  top: 0;
  width: 100px;
  margin-top: 10px;
  margin-left: -125px;
}
/* hr: LEFT */
.hr.text-left .icons {
  width: 39px;
  margin-left: 36px;
  position: relative;
}
.hr.text-left hr:first-child {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  margin-top: 10px;
}
.hr.text-left hr:last-child {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  margin-top: 10px;
  margin-left: 79px;
}
/* hr: RIGHT */
.hr.text-right .icons {
  width: 39px;
  margin-right: 36px;
  position: relative;
  float: right;
}
.hr.text-right hr:first-child {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  margin-top: 10px;
}
.hr.text-right hr:last-child {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  margin-top: 10px;
  margin-right: 81px;
}
/*============================================================*/
/* 19 BADGE */
/*============================================================*/
.badge {
  position: relative;
}
.badge .badge {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -16px;
  border-radius: 100px;
  padding: 6px;
  font-size: 10px;
  margin-right: -12px;
  min-width: 25px;
}
/*============================================================*/
/* 20 VIDEO ICON */
/*============================================================*/
.video-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  line-height: 0;
  width: 60px;
  height: 60px;
  z-index: 20;
  font-size: 70px;
  transition: 0.5s;
}
.video-icon:hover span {
  font-size: 80px;
  margin-top: -5px;
  margin-left: -5px;
}
/*============================================================*/
/* 21 SERVICE */
/*============================================================*/
.service .media {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 40px;
  height: 65px;
  margin-top: -30px;
  width: 65px;
}
.service .media img {
  width: 100%;
}
.service .media i {
  font-size: 24px;
  width: 100%;
  text-align: center;
  height: 100%;
  line-height: 55px;
}
/*============================================================*/
/* 22 ACCORDION */
/*============================================================*/
.accordion .accordion-header a i {
  transform: translate3d(0,-50%,0) rotate(0);
  transition: 0.2s;
}
.accordion .accordion-header a.collapsed i {
  transform: translate3d(0,-50%,0) rotate(45deg);
}
/*============================================================*/
/* 23 TESTIMONIAL */
/*============================================================*/
.testimonial-author {
  display: table;
  padding-top: 10px;
  padding-left: 20px;
  margin-top: -40px;
  position: relative;
  z-index: 3;
}
.testimonial-author img {
  height: auto;
  display: table-cell;
}
.testimonial-author .author-name {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  padding-left: 20px;
}
.testimonial-author .author-name span {
  display: block;
}
.testimonial .testimonial-text {
  position: relative;
  z-index: 1;
}
.testimonial .testimonial-text i {
  position: absolute;
  top: 0;
  left: 0;
  margin: 10px 15px;
  z-index: -1;
}
/*============================================================*/
/* 24 OWL CAROUSEL */
/*============================================================*/
.owl-carousel .owl-nav [class*="owl-"] {
  color: #666;
}
.owl-carousel .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -58px;
  width: auto;
  display: none !important;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 30px;
}
.owl-carousel .owl-nav .owl-prev {
  left: -5px;
}
.owl-carousel .owl-nav .owl-prev:before {
  font-family: FontAwesome;
  content: "\f053";
  position: relative;
  left: -1px;
  top: 1px;
}
.owl-carousel .owl-nav .owl-next {
  right: -5px;
}
.owl-carousel .owl-nav .owl-next:before {
  font-family: FontAwesome;
  content: "\f054";
  position: relative;
  left: 2px;
  top: 1px;
}
.owl-carousel .owl-nav [class*="owl-"], .owl-carousel .owl-nav [class*="owl-"]:hover, .owl-carousel .owl-nav [class*="owl-"]:active {
  font-size: 18px;
  background: transparent !important;
  width: 18px;
  font-size: 18px;
}
.owl-carousel .owl-nav .owl-prev {
  left: -45px;
}
.owl-carousel.owl-nav-left .owl-nav {
  left: 0;
}
.owl-carousel.owl-nav-left .owl-nav .owl-prev {
  left: 5px; 
}
.owl-carousel.owl-nav-left .owl-nav .owl-next {
  left: 35px;
}
.owl-carousel .owl-nav .owl-prev.disabled,
.owl-carousel .owl-nav .owl-next.disabled {
  opacity: 0.6;
}
/* nav */
.owl-carousel.owl-nav-wide .owl-nav {
  margin-top: 0;
  width: 100%;
  top: 50% !important;
  margin-top: -28px !important;
}
.owl-carousel.owl-nav-wide .owl-nav .owl-prev,
.owl-carousel.owl-nav-wide .owl-nav .owl-next {
  background: rgba(0, 0, 0, 0.5) !important;
  padding: 10px !important;
  height: 56px !important;
  width: 40px;
  color: #fff;
  text-align: center;
  line-height: 35px;
}
.owl-carousel.owl-nav-wide .owl-nav .owl-prev:hover,
.owl-carousel.owl-nav-wide .owl-nav .owl-next:hover {
  background: rgba(0, 0, 0, 0.7) !important;
}
.owl-carousel.owl-nav-wide .owl-nav .owl-prev {
  left: 0 !important;
}
.owl-carousel.owl-nav-wide .owl-nav .owl-next {
  right: 0 !important;
}
/* DOTS */
.owl-dots {
  text-align: center;
  margin: 0;/*35px 0 0;*/
  position: absolute;
  bottom: 5px;
  width: 100%;
}
.owl-dots .owl-dot {
  background: rgba(0, 0, 0, 0.4);
  width: 7px;
  height: 7px;
  display: inline-block;
  border-radius: 100%;
  margin: 0 5px;
}
.owl-dots .owl-dot.active {
  background: rgba(0, 0, 0, 0.8);
}
/*============================================================*/
/* 25 PROFILE NAVIGATION */
/*============================================================*/
.profile-nav li {
  margin-bottom: 15px;
  float: left;
  margin-right: 5px;
}
.profile-nav li a {
  padding: 30px;
  display: block;
}
.single-item {
  margin-top: 4px;
  display: block;
}
.dropdown .dropdown-menu .dropdown-item {
  padding: 8px 20px !important;
}
.dropdown-menu {
  font-size: 1em;
  padding: 10px 0 !important;
}
.logo h1 {
  font-size: 1em;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  /*margin: 10px 0 0 0;*/
}
.logo span {
  display: block;
  font-size: .7em;
  color: #fff;
  text-align: center;
}
.header-navbar .navbar-container {
  height: 3.5rem !important;
  display: inline-block;
}
#main-menu-navigation {

}
/******/
.h2, h2 {
  font-size: 1.6em;
}
.image-cover {
  background-image: url(../images/bg/bg-1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.h5, h5 {
  font-size: 1.1rem;
}
.property-section h2 {
  font-size: 1.3em;
}

/* PAGINADOR */
.load-more {
  text-align:center;
  margin-top:35px
}
.load-more a {
  display: inline-block;
  border: 2px solid #bfbfbf;
  padding: 7px 15px;
  border-radius: 2px;
  color: #828282
}
.load-more a,.load-more a>i {
  -webkit-transition:all;
  -o-transition:all;
  transition:all;
  -webkit-transition-duration:.5s;
  transition-duration:.5s
}
.load-more a:hover {
  border-color:#b2b2b2;
  color:#696969
}
.load-more a:hover>i {
  -webkit-transform:rotate(360deg);
  -ms-transform:rotate(360deg);
  -o-transform:rotate(360deg);
  transform:rotate(360deg)
}
.load-more a>i {
  font-size:16px;
  line-height:100%;
  margin-right:4px;
  position:relative;
  top:2px
}
.load-more {
  text-align: center;
  margin: 0 0 50px 0;
}
.thispage {
  padding: 8px 15px;
  display: inline-block;
  background: #00BCD4;
  color: #fff;
  border: 1px solid #00BCD4;
  border-radius: 2px;
}
.min-image,
.box-image {
  text-align: center;
  background: #111C2B;
  display: block;
}
.min-image img,
.box-image img {
  margin: 0 auto;
}
h3 {
  font-size: 1.5rem;
}
.bg-base-new {
  background: #111C2B;
}
.precio h1 {
  font-size: 33px;
}
.precio h1 span {
  font-size: 18px;
}
.inner-header {
  position: relative;
}
.content-logo {
  text-align: center;
  position: absolute;
  background: #FBFBFB;
  top:-25px;
  z-index: 100;
  border-radius: 0 0 15px 15px;
  box-shadow: 0 0 5px #666;
  padding: 30px 10px 20px 10px;
}
.main-menu-content img,
.content-logo img {
  width: 100%;
}
.main-menu-content .logo-white {
  display: none;
  margin-top: 10px;
}
.is-sticky .logo-white {
  display: inline-block;
}
.block-item {
  display: block;
}
.btn-gray {
  border: 1px solid rgba(234, 234, 234, 1) !important;
  background: rgba(234, 234, 234, .8) !important;
}

@media (max-width: 960px) {
  .content-logo {
    border-radius: 0;
    padding: 0;
    box-shadow: none;
  }
  .main-header {
    height: 120px !important;
  }
}
@media (max-width: 568px) {
  .content-logo {
    width: 170px;
  }
}
@media (max-width: 480px) {
  .content-logo {
    left: 50%;
    transform: translateX(-50%);
    padding: 10px;
    width: 260px;
    margin-top: 10px;
  }
  .main-header {
    height: 180px !important;
  }

}
.height-400 {
  height: 400px !important;
}
.inline {
  display: inline-block;
}
.precio span {
  font-size: 13px;
}
.video-youtube iframe {
  width: 100%;
  height: 300px;
}
.departamento {
  height: 23px;
  overflow: hidden;
  margin-bottom: 0;
}
.info-inmob {
  color: #fff;
}
.chosen-results {
  width: 95%;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #106A58 !important;
}
.w100pc {
  width: 100%;
}
.agent-section {
  height: 160px;
}
.flag,
.select-pais {
  display: inline-block !important;
}
.flag {
  margin-right: 5px;
}
.menu-pais {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 2000;
  display: none;
}
.menu-pais-home {
  display: block;
}
.socialnet ul {
  text-align: right;
}
@media (max-width: 480px) {
  .menu-pais {
    display: block;
  }
  .menu-pais-home {
    display: none;
  }
  .company,
  .address,
  .socialnet ul {
    text-align: center;
  }
  .company {
    margin-bottom: 20px;
  }
}
@media (max-width: 960px) {
  .content-logo {
    padding-top: 20px;
  }
}
@media (max-width: 360px) {
  .property-section {
    padding-bottom: 30px;
  }
  .property-media img {
    height: 200px;
  }
}

.property-section {
}
.overflow-20,
.property h5 {
  height: 42px;
  overflow: hidden;
  margin-bottom: 0;
}
.seccion li,
.seccion p,
.prop-descripcion p {
  text-align: justify;
}
.list-inline {
  height:30px;
}
.box-image img {
  max-width: 100% !important;
}
@media (max-width: 960px) {
  .box-image img {
    height: 515px;
  }
}
@media (max-width: 800px) {
  .box-image img {
    height: 515px;
  }
}
@media (max-width: 768px) {
  .box-image img {
    height: 510px;
  }
}
@media (max-width: 640px) {
  .slick-thumbnail-nav {
    display: none !important;
  }
  .box-image img {
    height: 380px;
  }
}
@media (max-width: 480px) {
  .box-image img {
    height: 335px;
  }
}
@media (max-width: 360px) {
  .box-image img {
    height: 245px;
  }
}
@media (max-width: 320px) {
  .box-image img {
    height: 220px;
  }
}
.page-item a {
  border: 1px solid rgba(56, 145, 127, 1);
  border-radius: 5px;
  margin: 0 5px;
  padding: 7px 15px;
  display: inline-block
}
.bg-yellow {
  background: rgb(255,255,210);
}
/**** FORM VALIDATOR *****/
label {
  display: block;
}
.form-group {
  position: relative;
}
label.error {
  background: #FFDFDF;
  padding: 5px 10px !important;
  border: 1px solid #FFCACA;
  font-size: 12px;
  font-weight: normal;
  color: #333;
  max-width: 170px;
  position: absolute;  
  transform: translate(-105%);
  bottom: 0;
  z-index: 2;
}
label.error:after, label.error:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

label.error:after {
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #FFDFDF;
  border-width: 6px;
  margin-top: -6px;
}
label.error:before {
  border-color: rgba(194, 225, 245, 0);
  border-left-color: #FFCACA;
  border-width: 8px;
  margin-top: -8px;
}
textarea.error,
input.error {
  border: 1px solid #ff0000;
}
.ajax_loader p {
  text-align:center;
}

.recuadro {
  border: 1px solid #333;
  padding: 10px 15px;
}
.position-bottom h2 {
  font-weight: bold;
  text-shadow: 1px 1px 8px #000;
  font-size: 1.2rem;
  margin-bottom: 0;
}
.position-bottom .badge {
  box-shadow: 1px 1px 5px #333;
  text-transform: uppercase;
}
.m-top-27 {
  margin-top: 27px;
}
#mod-destacadas {
  display: block;
}
.slick-slide {
  height: auto;
}
/* reduje porque quite el precio y la moneda */
.image-cover .container {
  max-width: 960px;
}