/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

.logo-p img {
  width: 40%;
}
.g-main-nav .g-toplevel {
  width: 100%;
  display: flex;
  text-align: right;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.g-main-nav .g-toplevel > li:hover > .g-menu-item-container > .g-menu-item-content::before, .g-main-nav .g-toplevel > li.active > .g-menu-item-container > .g-menu-item-content::before {
  content: "";
  position: absolute;
  top: 0px;
  width: 100%;
  height: 0px;
  border-radius: 7px;
  border-top: 5px solid #e61546;
  background: none;
  left: auto;
  right: 2px;
}
span.g-menu-item-title {
  color: #ffffff;
}
/*Slider*/
.banner-principal .g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  padding-left: 9%;
}
.banner-principal .slide-content {
  background: #0000009c;
}
@media (max-width: 120rem) {
  .banner-principal .g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content .g-swiper-title {
    font-size: 2.5rem;
  }
}
.button:hover, .g-pricingtable-col-item .g-pricingtable .button:hover, .button:active, .g-pricingtable-col-item .g-pricingtable .button:active, .button:focus, .g-pricingtable-col-item .g-pricingtable .button:focus {
  background: #068239;
  color: #ffffff;
  border-color: #ffb55d00;
  cursor: pointer;
}
a.button {
  color: #000000;
}
/*propiedades*/
.propiedad-grid .g-content.g-blockcontent-subcontent-block-content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.propiedad-grid h4.g-blockcontent-subcontent-title {
  display: none;
}
.propiedad-grid p.g-blockcontent-buttons {
  text-decoration: none;
  position: absolute;
  top: 50%;
}
.propiedad-grid p.g-blockcontent-buttons a {
  color: #ffffff;
  font-weight: bold;
}
.propiedad-grid .g-blockcontent-subcontent-img {
  filter: brightness(50%);
  transition: transform 0.4s ease, filter 0.4s ease;
}
.propiedad-grid .g-blockcontent-subcontent-img:hover {
  filter: brightness(100%);
  transform: scale(1.05);
}
/*Porque vender*/
.vender-nosotros .g-content.g-blockcontent-subcontent-block-content {
  background: #ffffff;
  border-radius: 15px;
  padding: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.vender-nosotros .g-content.g-blockcontent-subcontent-block-content:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.vender-nosotros .g-blockcontent-subcontent-title, .g-blockcontent-subcontent-desc {
  text-align: center;
}
.vender-nosotros img.g-blockcontent-subcontent-img {
  width: 40%;
}
.property_footer {
  display: none;
}
/*# sourceMappingURL=custom_12.css.map */