.AlquilerSelectPanel .feature-7 {
  height: 120px;
  margin-bottom: 20px;
  font-size: 1.5em;
}
@media all and (max-width: 767px) {
  .AlquilerSelectPanel .feature-7 {
    margin-bottom: 12px;
    margin-left: 12px;
    margin-right: 12px;
  }
}
.AlqFamSelectPanel .feature-7 {
  height: 120px;
  text-align: center;
  margin-bottom: 20px;
}
.AlqFamSelectPanel .text-holder {
  font-weight: 600;
}
@media all and (max-width: 767px) {
  .AlqFamSelectPanel .feature-7 {
    margin-bottom: 12px;
  }
  .AlqFamSelectPanel .feature-7:before {
    opacity: 0;
  }
  .AlqFamSelectPanel .text-holder {
    width: 50%;
  }
  .AlqFamSelectPanel .background-image-holder {
    width: 50%;
    margin-left: 50%;
  }
}
@media all and (max-width: 992px) {
  .AlqGrpSelectPanel {
    padding-top: 0 !important;
  }
}
.AlqGrpSelectPanel .accordion li.active .accordion__title {
  border-color: #95bd43;
  background-color: #95bd43;
}
.AlqGrpSelectPanel .filter__mobile-button {
  text-align: center;
  padding: 10px 5px;
  display: none;
  margin-bottom: 20px;
  color: #022047;
  background-color: #ececec;
}
@media all and (max-width: 992px) {
  .AlqGrpSelectPanel .filter__mobile-button {
    display: block;
  }
}
@media all and (max-width: 992px) {
  .AlqGrpSelectPanel .items__filter {
    display: none;
  }
}
.AlqGrpSelectPanel .accordion__content {
  display: flex !important;
}
.AlqGrpSelectPanel .content__checks {
  display: flex !important;
  flex-direction: column;
  margin: 2px 10px 0 5px;
}
.AlqGrpSelectPanel .content__checks .input-checkbox {
  margin-top: 0.29em;
}
.AlqGrpSelectPanel label {
  margin-bottom: 8px;
}
.AlqGrpSelectPanel .lead {
  display: flex;
  vertical-align: top;
  line-height: 2;
}
.AlqGrpSelectPanel .card__top img {
  height: 150px;
  width: 100%;
  object-fit: cover;
}
.AlqGrpSelectPanel .card__top .label {
  font-size: 12px;
}
.AlqGrpSelectPanel .card__body {
  height: 180px;
  padding: 12px 5px;
}
.AlqGrpSelectPanel .card__body h4 {
  color: #022047;
  font-weight: 700;
  font-size: 18px;
}
.AlqGrpSelectPanel .card__body ul {
  text-align: left;
  padding: 8px 0 8px 38px;
}
.AlqGrpSelectPanel .card__body ul li::before {
  content: "\2022";
  color: #95bd43;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.AlqGrpSelectPanel .card__bottom {
  display: flex;
  padding: 0px;
  justify-content: center;
}
.AlqGrpSelectPanel .card__bottom a {
  width: 50%;
  text-decoration: none;
}
.AlqGrpSelectPanel .card__bottom a:first-child {
  border-right: 1px #ececec solid;
}
.AlqGrpSelectPanel .card__bottom span {
  color: #022047;
  font-size: 12px;
  font-weight: 800;
  -webkit-transition: color 0.6s;
  transition: color 0.6s;
}
.AlqGrpSelectPanel .card__bottom i {
  color: #022047;
  -webkit-transition: color 0.6s;
  transition: color 0.6s;
}
.AlqGrpSelectPanel .card__action {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 5px;
}
.AlqGrpSelectPanel .card__action:hover {
  background-color: #022047;
  -webkit-transition: background-color 0.6s linear;
  -ms-transition: background-color 0.6s linear;
  transition: background-color 0.6s linear;
}
.AlqGrpSelectPanel .card__action:hover i {
  color: white;
}
.AlqGrpSelectPanel .card__action:hover span {
  color: white;
}
.AlquilerDetailPanel .slider-item-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 200px;
}
.AlquilerDetailPanel .flickity-viewport {
  height: 200px;
}
@media all and (min-width: 575px) {
  .AlquilerDetailPanel .slider-item-image {
    height: 400px;
  }
  .AlquilerDetailPanel .flickity-viewport {
    height: 400px !important;
  }
}
@media all and (max-width: 767px) {
  .AlquilerDetailPanel {
    padding-top: 1em  !important;
  }
}
.SimpleHeroPanel {
  color: white;
  background-color: #022047;
}
.SimpleHeroPanel .nav-spacer-box {
  height: 110px;
}
.SimpleHeroPanel .hero-position-box {
  position: relative;
  margin-bottom: 30px;
  z-index: 99999;
}
.SimpleHeroPanel .hero-absolute-box {
  position: absolute;
  left: 0;
  top: -34px;
  width: 100%;
  background: linear-gradient(90deg, #95bd43 40%, transparent 20%);
}
.SimpleHeroPanel .hero-color-box {
  text-align: right;
  width: fit-content;
  min-height: 60px;
  background-color: #95bd43;
  border-radius: 0 6px 6px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.SimpleHeroPanel .hero-title {
  font-size: 2.15em;
  line-height: 1.3em;
  color: white;
}
.SimpleHeroPanel .searched-text {
  background-color: lightgray;
  border-radius: 4px;
}
.SimpleHeroPanel .searched-text span {
  color: #022047;
}
.SimpleHeroPanel .searched-text .remove-button {
  color: #022047;
  text-decoration: none;
}
.SimpleHeroPanel .hero-search-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.SimpleHeroPanel .hero-search-box.isDetail {
  display: none !important;
}
.SimpleHeroPanel .hero-search-input {
  min-width: 230px;
}
@media all and (max-width: 992px) {
  .SimpleHeroPanel .nav-spacer-box {
    display: none;
  }
  .SimpleHeroPanel .hero-position-box {
    margin-bottom: 0;
  }
  .SimpleHeroPanel .hero-absolute-box {
    position: relative;
    top: 0;
    background: #95bd43;
  }
  .SimpleHeroPanel .hero-color-box {
    text-align: center;
    font-weight: 600;
    width: unset;
    border-radius: 0;
  }
}
@media all and (max-width: 575px) {
  .SimpleHeroPanel .hero-title {
    font-size: 1.75em;
  }
  .SimpleHeroPanel .hero-absolute-box {
    background: #95bd43;
  }
  .SimpleHeroPanel .hero-absolute-box .box-container {
    display: flex;
    justify-content: center;
  }
}
@media all and (max-width: 767px) {
  .SimpleHeroPanel .hero-absolute-box {
    background: #95bd43;
  }
  .SimpleHeroPanel .hero-absolute-box .box-container {
    display: flex;
    justify-content: center;
  }
  .SimpleHeroPanel .hero-absolute-box .box-container .hero-title {
    padding-bottom: 0px !important;
  }
  .SimpleHeroPanel .hero-absolute-box .hero-search-box {
    width: 100%;
  }
}
body.is-wireframe .SimpleHeroPanel .hero-color-box {
  text-align: center;
  width: unset;
  border-radius: 0;
}
.Header .menu-mobile.bar {
  display: none;
}
.Header .bar__module {
  display: flex;
  align-items: center;
}
.Header .bar__module .btn-search {
  align-items: center;
  display: flex;
}
.Header .bar__module .input-group {
  display: flex;
  align-items: center;
  background-color: darkgrey;
  border-radius: 10px;
  justify-content: flex-end;
  width: min-content;
}
.Header .bar__module .input-group:focus {
  background-color: red;
}
.Header .bar__module .search-input {
  width: 60px;
}
.Header .bar__module .search-input:focus {
  width: 170px;
  position: absolute;
  z-index: 9999;
}
.Header .menu-desktop.bar {
  display: block;
  margin-top: 0;
  padding-top: 18px;
  padding-bottom: 18px;
}
.Header .menu-horizontal li {
  margin-left: 1.5em;
  margin-right: 0;
}
.Header .search-input {
  background-color: #eee;
  width: 55%;
  height: 35px;
}
.Header .cotizador-btn {
  height: 35px;
  line-height: 25px;
  width: 40%;
}
@media all and (max-width: 991px) {
  .Header .menu-mobile.bar {
    display: block;
  }
  .Header .menu-desktop.bar {
    display: none;
  }
}
.index-page {
  background-color: #f8f8f8;
  min-height: 100vh;
}
.index-page .index-title {
  border-bottom: 4px solid #95bd43;
  color: #022047;
}
.index-page .page-item a {
  color: #95bd43;
}
/* ====== GLOBAL DEFINITIONS */
/* --- Wireframes */
body.is-wireframe img:not(.wf-visible) {
  visibility: hidden !important;
}
body.is-wireframe div:not(.wf-visible) {
  background-image: none !important;
}
/* --- desktop nav */
.menu-horizontal > li:not(:hover) > a,
.menu-horizontal > li:not(:hover) > span,
.menu-horizontal > li:not(:hover) > .modal-instance > .modal-trigger {
  opacity: 1;
}
/* --- section space */
footer.space--xs,
section.space--xs {
  padding-top: 2em;
  padding-bottom: 2em;
}
@media all and (max-width: 767px) {
  footer.space--xs,
  section.space--xs {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
}
/*# sourceMappingURL=custom.css.map */