.vh-60 {
    height: 60vh!important;
}
.text-white-h .pxp-section-h2,.text-white-h .pxp-text-light {
    color: #fff;
}
.video-background {
    position: relative;
    overflow: hidden;
    width: 100vw;
    height: 70vh;
  }

  .video-background iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 70vh;
    transform: translate(-50%, -50%);
  }
  .pxp-subscribe-section, .pxp-subscribe-section a {
    color: #fff;
}
.pxp-subscribe-section .pxp-primary-cta:after {
  content: " ";
  border-top: 2px solid #fff;
}
.transition-timer-carousel-progress-bar {
  height: 5px;
  background: rgba(255,255,255,0.5);
  width: 0;
  margin: 0 0 0 0;
  border: none;
  z-index: 11;
  position: absolute;
  bottom: 0;
}


#carouselmarcas .carousel-control-next, #carouselmarcas .carousel-control-prev {
  top: auto;
  font-size: 15px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  background: rgba(0,0,0,0.5);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  border: none;
  padding: 0;
  z-index: 1000;
  padding: 5px 0;
}
#carouselmarcas .pxp-cta-1-caption {height: 20em;}
#carouselmarcas .carousel-control-next-icon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; background: none;
}#carouselmarcas .carousel-control-next-icon:before {
  content: url(/images/next.png);
}
#carouselmarcas .carousel-control-prev-icon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; background: none;
}
#carouselmarcas .carousel-control-prev-icon:before {
  content: url(/images/prev.png);
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  opacity: 1;
  background: transparent!important;
}
.pxp-footer-logo {
  background-repeat: no-repeat;
  width: 150px;
}
.pxp-nav.pxp-dark-menu > li > a, .pxp-nav.pxp-dark-menu > li > a:hover {
  font-weight: 700;
  color: #000;
  text-decoration: none;
}
.pxp-testim-1-item-avatar {
  width: 50%;
  height: 90px;
  margin: 30px auto 10px auto;
  border-radius: 0;
  background-size: contain;
}
.soypropietario .pxp-services-item-text-title {
  font-size: 1rem;
  line-height: normal;
}.rounded-lg {
  border-radius: 0.3rem!important;
}
/*custom video cover*/
.videocover {
  position: relative;
  background-color: black;
  height: 75vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

.videocover iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.pxp-agents-hero-search-form .input-group-append {
  margin-left: -1px;
  border-top-right-radius: 0.25rem!important;
  border-bottom-right-radius: 0.25rem!important;
}

/**/
@media (min-width: 1200px) {
  /*.pxp-gallery-carousel-item {
  height: 600px;
  margin: 0 30px;
}

.pxp-gallery-carousel .owl-nav {
  height: 0;
}
.pxp-gallery-carousel-left-arrow,
.pxp-gallery-carousel-right-arrow {
  background-color: #fff;
  width: 64px;
  height: 64px;
  cursor: pointer;
  box-shadow: 0px 5px 10px rgba(0,0,0,0.16);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) scale(1, 1);
  z-index: 10;
  overflow: hidden;
}
.pxp-dark-mode .pxp-gallery-carousel-left-arrow,
.pxp-dark-mode .pxp-gallery-carousel-right-arrow {
  background-color: #000;
}
.pxp-gallery-carousel-left-arrow {
  left: 400px;
}
.pxp-gallery-carousel-right-arrow {
  right: 340px;
}
.pxp-gallery-carousel-left-arrow svg,
.pxp-gallery-carousel-right-arrow svg {
  width: 26px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pxp-gallery-carousel-left-arrow svg line,
.pxp-gallery-carousel-right-arrow svg line {
  stroke: #333;
}
.pxp-dark-mode .pxp-gallery-carousel-left-arrow svg line,
.pxp-dark-mode .pxp-gallery-carousel-right-arrow svg line {
  stroke: #fff;
}
.pxp-gallery-carousel .owl-prev:not(.disabled) .pxp-gallery-carousel-left-arrow:hover,
.pxp-gallery-carousel .owl-next:not(.disabled) .pxp-gallery-carousel-right-arrow:not(.disabled):hover {
  box-shadow: 0px 15px 30px rgba(0,0,0,0.16);
}
.pxp-gallery-carousel .owl-prev:not(.disabled) .pxp-gallery-carousel-left-arrow:hover svg {
  -webkit-animation: arrowLeft 0.4s ease-in-out;
  -moz-animation: arrowLeft 0.4s ease-in-out;
  animation: arrowLeft 0.4s ease-in-out;
}
.pxp-gallery-carousel .owl-next:not(.disabled) .pxp-gallery-carousel-right-arrow:hover svg {
  -webkit-animation: arrowRight 0.4s ease-in-out;
  -moz-animation: arrowRight 0.4s ease-in-out;
  animation: arrowRight 0.4s ease-in-out;
}.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
button.owl-next, button.owl-prev, button.owl-dot,button.owl-next span,.owl-dots {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0!important;
  font: inherit;
}button.owl-dot, button.owl-next, .button.owl-prev,button.owl-next span,.owl-dots {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}
*/
}

/**

/* Media Query for devices withi coarse pointers and no hover functionality */

/* This will use a fallback image instead of a video for devices that commonly do not support the HTML5 video element */

@media (pointer: coarse) and (hover: none) {
  .videocover {
    background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;
  }

  .videocover iframe {
    display: none;
  }
}

  @media (min-aspect-ratio: 16/9) {
    .video-background iframe {
      /* height = 100 * (9 / 16) = 56.25 */
      height: 56.25vw;
    }
  }
  @media (max-aspect-ratio: 16/9) {
    .video-background iframe {
      /* width = 100 / (9 / 16) = 177.777777 */
      width: 177.78vh;
    }
  }
  @media screen and (max-width: 991px) {
    .pxp-hero-caption.pxp-hero-caption-bottom-left {    bottom: 0;}
    .pxp-hero-caption {position: absolute;}
    }
    .float-text {
      position: absolute;
      z-index: 9999999;
      bottom: 0;
      right: 0;
      margin-right: 10px;
      font-size: 0.9em;
  }
  .serviciosicon .owl-carousel .owl-item img,.pxp-services-c-item-fig img {
    max-width: 80px!important;
}
.pxp-services-c-item-fig {position: relative;}
.pxp-services-c-item-text-title,.soypropietario .pxp-services-item-text-title {height: 3em;}
.pxp-services-c-item-text,.pxp-services-item-text {position: relative; top: auto; left: auto; right: auto;}
.pxp-services-c-item:hover .pxp-services-c-item-text,.pxp-services-item:hover .pxp-services-item-text{
  transform: none;
}
.pxp-services-c-item:hover .pxp-services-c-item-fig {    animation: none;}
a.pxp-services-c-item,.pxp-services-item {
  cursor: default;
}.pxp-services-c-container .owl-item div a {
  padding: 3em;
}.pxp-services-c-container .owl-item div a:hover,.pxp-services-container a:hover {
  text-decoration: none;
}
a.pxp-services-item {
  padding: 2em;
}



.carousel-inner {
  background: transparent;
}

.carousel-indicators {
  bottom: -13px !important;
}

.carousel-item {
  padding-bottom: 0px;
}
.pxp-agents-hero-search-form button {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #333;
  height: 46px;
  width: 50px;
  background: transparent;
  border: 0 none;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}.pxp-agents-hero-search-form button:active, .pxp-agents-hero-search-form button:hover {
  outline: 0;
  opacity: .7;
}.pxp-agents-hero-search-form button fa { color: #333;}
.pxp-contact-form-btn {
  background-color: #000;
  border: 1px solid #000;
}
.pxp-cta-1-caption.pxp-animate-in.pxp-in p {
  opacity: 1;
  font-family: Roboto;
  color: rgb(51, 51, 51);
  text-decoration: none;
  white-space: normal;
  text-align: left;
  line-height: 22px;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 16px;
}.f-x {
  font-size: 0.8em;
  padding-right: 0.3em;
}
.leaflet-container {
  font-family: Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}.pxp-results-card-1.pxp-is-featured {
  border: 2px solid #333;
}.pxp-results-card-1-featured-label {
  position: absolute;
  right: 20px;
  top: 20px;
  background: #333;
  border-radius: 50px;
  font-size: .6rem;
  padding: 6px 10px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

@media screen and (max-width: 575px) {
  .pxp-hero.pxp-hero-small {
    min-height: 300px;
    height: 300px!important;
  }
  .pxp-hero-caption {
    padding-bottom: 40px; position: relative;
  } .pxp-gallery-carousel-item {
    height: 200px;
    margin: 0 10px;
}.pxp-hero-props-carousel-2-left .carousel-item .pxp-caption {
  top: 60%;
}.pxp-hero-props-carousel-2-left .carousel-item .pxp-cta {
  bottom: 30px;
}.pxp-hero-props-carousel-2 .pxp-carousel-controls,.pxp-hero-props-carousel-2 .pxp-carousel-ticker {
  left: 76%;
}
.pxp-hero.vh-60.pxp-dark-mode {
  min-height: auto;
  height: auto!important;
}
.pxp-hero-caption.formhome {
  position: absolute;
}
}
.btn-link {
  font-weight: 400;
  color: #000;
  text-decoration: none;
}
.btn-link:hover {
  color: #000;
}
.pxp-hero-props-carousel-1 .pxp-carousel-controls a.pxp-carousel-control-prev svg,.pxp-hero-props-carousel-1 .pxp-carousel-controls a.pxp-carousel-control-next svg {
  width: 20px;
}
.pxp-filter-btn-reset {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  height: 46px;
  padding: 0 20px;
  border: 1px solid #333;
  margin-right: 2%;
  margin-bottom: 10px;
  border-radius: 0.25rem;
  font-size: .9rem;
  text-transform: uppercase;
  line-height: 46px;
  font-weight: 700;
  color: #333;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.pxp-filter-btn-reset:hover {
  text-decoration: none;
  color: rgba(0, 0, 0, .5);
}
.pxp-nav > li > a:after {
  background: #000;
}.pxp-header-user {
  color: #000;
  border: 1px solid #000;
}.pxp-agents-hero-fig {
  height: 30vh;
  min-height: 550px;
}
.fs-08 {    font-size: 0.8em;}
.pxp-results-card-1-details-title{
  white-space: normal;
}

.pxp-services-tilt-item {
  display: block;
  position: relative;
  width: 100%;
  height: 415px;
  color: #fff;
  flex: none;
  perspective: 1000px;
  margin-bottom: 30px;
}
.pxp-services-tilt-item:hover,
.pxp-services-tilt-item:focus {
  color: #fff;
}
.pxp-services-tilt-item-fig {
  margin: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #333;
}
.pxp-services-tilt-item-fig > * {
  transform: translateZ(0px);
}
.smooth .pxp-services-tilt-item-fig,
.smooth .pxp-services-tilt-item-caption {
  transition: transform 0.2s ease-out;
}
.pxp-services-tilt-item-fig {
  position: relative;
}
.pxp-services-tilt-item-fig:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: .3rem;
}
.pxp-services-tilt-item-caption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 40px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pxp-services-tilt-item-caption-title {
  font-size: 2.5em;
  margin-top: 40px;
  font-weight: 900;
  color: #fff;
  font-size: 1.3rem;
  margin-bottom: .5rem;
  text-align: center;
}
.pxp-services-tilt-item-caption-text {
  opacity: .7;
  font-size: .8rem;
  text-align: center;
}
.pxp-services-tilt-item-caption-icon img,
.elementor .pxp-services-tilt-item-caption-icon img {
  height: 80px;
  width: auto;
}
.pxp-services-tilt-item-caption-icon span {
  font-size: 80px;
  line-height: 80px;
}
@media (max-width: 768px) {
    .pxp-agents-hero-fig {
        height: 52vh;
        min-height: 348px;
        background-position: 58%!important;
    }
}
