
body 
{
    text-rendering: optimizeLegibility;
    font-smooth: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; 
}


.btn 
{
    font-size: 16px;
    font-weight: 400;
    border-radius: 4px;
    height: 46px;
    padding-top: 0.65rem;
}
.btn.btn-small
{
    font-size: 16px;
    font-weight: 400;
    border-radius: 4px;
    height: 38px;
    padding-top: 0.4rem;
}
.pagination
{
    justify-content: center;
}
.pagination span.btn
{
    height: 45px;
}
.viewed-props-full a.wrapper .prices
{
    color: #14007a !important;
}
.pagination .btn
{
    border: 2px solid #f6f7f8 !important;
    background-color: #f6f7f8 !important;
}
.pagination span.btn.btn-primary
{
    border: 2px solid #d29f13 !important;
    background-color: #d29f13 !important;
}
.top-comunication .btn
{
    height: 38px;
    padding-top: 0.4rem;
}

.banner-publ-prop h3 
{
    font-size: 32px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.9;
  color: #fff;
}
.banner-publ-prop .bg-primary 
{
    display: flex;
    min-height: 130px;
    justify-content: space-between;
    align-items: center;
}


.banner-publ-prop .bg-primary .btn
{
    min-width: 140px;
}


.btn.btn-big 
{
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0.4rem;
}

.btn.btn-top-search, .btn.btn-top-menu {
    height: 40px !important;
    width: 40px !important;
    padding-top: 0.5rem;
}

.main-slider .caption .btn.btn-big 
{
    text-shadow: none;
    text-transform: none;
    font-weight: 500;
}
.btn.btn-secondary
{
    background-color: #14007a;
    border-color: #14007a;
}

.btn-white 
{
    background-color: #fff;
    border-color: #fff;
    color: #242a38;
}
.btn-outline-secondary
{
    color: #242a38;
    border-color: #242a38;
}
.btn-secondary:hover
{
    background-color: #0b0046;
    border-color: #0b0046;
}
.btn.btn-dark
{
    background-color: #6b4c4c;
    color: #fff;
    border-color: #6b4c4c;
}
.btn-outline-dark
{
    border: solid 1px #242a38;
    color: #242a38;
}
.btn-outline-dark:hover
{
    background-color: transparent;
    color: #fff;
    border-color: #D29F13;
    background-color: #D29F13;
}
.btn-primary    
{
    background-color: #D29F13;
    border-color: #D29F13;
}
.text-primary 
{
    color: #D29F13;
}
.btn-primary:hover {
    background-color: #c09110;
    border-color: #c09110;
}

.main-slider .img-main-banner
{
    z-index: 1;
}
.main-slider .caption
{
    text-shadow: none;
    font-weight: 400;
    top: 22%;
    z-index: 3;
}
.main-slider .caption strong
{
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-size: 40px;
    font-weight: bold;
    line-height: 40px;
    text-transform: none;
    color: #fff;
}
.main-slider::after
{
    z-index: 2;
}


.buscador .checks {
    display: flex;
    align-items: center;
    justify-content: flex-start;
/*  width: -moz-fit-content;*/
  width: 100%;
  min-height: 55px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.1;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #fff;
  background-color: #efefef;
  border-radius: 4px 4px 0 0;
  flex-wrap: wrap;

}
@media (min-width: 768px) 
{
  .buscador .checks 
  {
    display: flex;
    padding-left: 36px !important;
    padding-right: 36px !important;
    align-items: center;
    letter-spacing: normal;
    justify-content: space-around;
/*    width: -moz-fit-content;*/
    width: 100%;
  }
    .main-slider .caption
    {
        top: 25%;
    }
}
.buscador .checks .single-check {
  display: flex;
  align-items: center;
  margin: 0 5px;
  color: #222;
}
@media (min-width: 1280px) {
  .main-slider .px-adjust
  {
        padding-left: 4.5rem !important;
        padding-right: 4.5rem !important;
  } 
  .banner-publ-prop .bg-primary
  {
     min-height: 165px;
  }
  .buscador .checks .single-check {
    margin: 0 15px;
     min-width: 178px;
  }
  .banner-publ-prop h3 
  {
     font-size: 48px;
  }
  .banner-publ-prop.banner-property h3
    {
        font-size: 38px;
        font-weight: 500;
    }

    #modal-search .buscador .checks .single-check {
         min-width: 80px;
      }

    #modal-search .w-buscador-block.bg-white .col-6
    {
        border-bottom: 1px solid #ddd;
    }
}
.buscador .checks .switch {
  position: relative;
  display: inline-block !important;
  width: 38px;
  height: 22px;
  border-radius: 12px;
}
.buscador .checks .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.buscador .checks .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, .6);
  border: 1px solid rgba(255, 255, 255, .6);
  transition: 0.4s;
}
.buscador .checks .slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 0px;
  top: -1px;
  left: -1px;
  background-color: #D29F13;
  border: 1.5px solid rgba(255, 255, 255, .6);
  transition: 0.4s;
}
.buscador .checks input:checked + .slider {
  background-color: #fff;
  border: 1px solid #fff;
}
.buscador .checks input:focus + .slider {
  box-shadow: none;
}
.buscador .checks input:checked + .slider:before {
  transform: translateX(16px);
  background-color: #14007a;
  border-color: #fff;
}
.buscador .checks .slider.round {
  border-radius: 12px;
}
.buscador .checks .slider.round:before {
  border-radius: 50%;
}
.buscador .form-control, .select2-container--default .select2-selection--multiple
{
    border: 0 !important;
    border-radius: 0 !important;
}
.buscador .bg-light
{
    background-color: #e6e6e6 !important;
}
.buscador .btn
{   
    font-size: 15px; font-weight: 500;
    min-height: 54px;
    display: flex;
     align-items: center;
    justify-content: center;
}
.buscador .btn.btn-dark
{
    color: #fff;
    font-size: 16px;
    font-weight: bold; 
    min-height: 54px;
    height: 100%;   
}

.buscador .select2-container--default .select2-selection--multiple .select2-selection__choice
{
    font-size: 12.5px;
    margin-right: 4px;
    margin-top: 4px;
    padding: 0 4px;
}
.buscador .w-buscador 
{
    background-color: transparent; padding: 0;
}

.buscador .form-control, .buscador span.customSelect, .buscador input[type=text], .buscador .select2-container--default .select2-selection--multiple
{
    min-height: 52px;
}

.buscador .btn-translucido 
{
    background-color: #6b4c4ccc;
    color: #fff;
}

.buscador .no-border-right .btn
{
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.buscador .no-border-left .btn
{
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}


.slick-dots {
  position: static;
  height: 9px;
  border-radius: 0px;
  background-color: transparent;
  display: flex !important;
  justify-content: center;
  height: 8px;
}
.slick-dots li {
  background-color: transparent;
  transition: all ease-in-out 0.3s;
  padding: 0;
  height: 7px;
  width: 28px;
  margin: 0;
  border-radius: 0px;
  margin: 0 2px;
}
@media (min-width: 768px) 
{
  .slick-dots li {
    width: 32px;
  }
}
.slick-dots li button {
  width: 100%;
  height: 7px;
  background-color: #afafaf;
  border-radius: 0px;
  padding: 0;
  border: solid 1px #afafaf;
  transition: all ease-in-out 0.3s;
}
.slick-dots li button:before {
  display: none;
}
.slick-dots li button:hover {
  background-color: #14007a;
  border: solid 1px #14007a;
}
.slick-dots li.slick-active {
  width: 40px;
}
@media (min-width: 768px) {
  .slick-dots li.slick-active {
    width: 52px;
  }
}
.slick-dots li.slick-active button {
  background-color: #14007a !important;
  border: solid 1px #14007a;
  width: 100%;
}

.slide-m-next, .slide-m-prev, .slide-m-next2, .slide-m-prev2
{
    display: inline-flex;
    height: 48px;
    width: 48px;
    border: 1px solid #14007a;
    border-radius: 50%;
    color: #14007a;
    transition: all ease-in-out 0.3s;
    justify-content: center;
    align-items: center;
}
.slide-m-next2, .slide-m-prev2
{
    border: 1px solid #fff;
    color: #fff;
}
.slide-m-next:hover, .slide-m-prev:hover, .slide-m-next2:hover, .slide-m-prev2:hover
{
    background-color: #14007a;
    color: #fff;
}

.viewed-props-full a.wrapper img 
{
    box-shadow: none;
}
.viewed-props-full a.wrapper
{
    border: solid 1px #d9d9d9;
}
.viewed-props-full a.wrapper h3
{
    font-size: 21px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0.84px;
    text-align: left;
    color: #D29F13;
    text-transform: uppercase;
}
.viewed-props-full a.wrapper h3 small
{
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.8px;
    text-align: left;
    color: #000;
}

.property-list-box .add-fav, .property-list-box .rem-fav, .property-list-box .add-fav2, .property-list-box .rem-fav2,
#featured-properties .slides-item .add-fav, #featured-properties .slides-item .rem-fav, #featured-properties .slides-item .add-fav2, #featured-properties .slides-item .rem-fav2, #rentals-properties .slides-item .add-fav, #rentals-properties .slides-item .rem-fav, #rentals-properties .slides-item .add-fav2, #rentals-properties .slides-item .rem-fav2, #ofertas-properties .slides-item .add-fav, #ofertas-properties .slides-item .rem-fav, #ofertas-properties .slides-item .add-fav2, #ofertas-properties .slides-item .rem-fav2, body.property #similares-properties .slides-item .add-fav, body.property #similares-properties .slides-item .rem-fav, body.property #similares-properties .slides-item .add-fav2, body.property #similares-properties .slides-item .rem-fav2, body.property #similares-properties-modal .slides-item .add-fav, body.property #similares-properties-modal .slides-item .rem-fav, body.property #similares-properties-modal .slides-item .add-fav2, body.property #similares-properties-modal .slides-item .rem-fav2, body.property #similares-properties-bajada-modal .slides-item .add-fav, body.property #similares-properties-bajada-modal .slides-item .rem-fav, body.property #similares-properties-bajada-modal .slides-item .add-fav2, body.property #similares-properties-bajada-modal .slides-item .rem-fav2 {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 2;
  padding: 0;
  background-color: #fff;
  height: 38px;
  width: 38px;
  min-width: 38px;
  border-radius: 50%;
  display: flex;
      align-items: center;
    justify-content: center;
}
.property-list-box .property .porta-img,
#featured-properties .slides-item a.property-featured .porta-img, #rentals-properties .slides-item a.property-featured .porta-img, #ofertas-properties .slides-item a.property-featured .porta-img, body.property #similares-properties .slides-item a.property-featured .porta-img, #similares-properties-modal .slides-item a.property-featured .porta-img, #similares-properties-bajada-modal .slides-item a.property-featured .porta-img
{
    box-shadow: none;
}

.property-list-box .property h3,
#featured-properties .slides-item a.property-featured h3, #rentals-properties .slides-item a.property-featured h3, #ofertas-properties .slides-item a.property-featured h3, #similares-properties .slides-item a.property-featured h3, #similares-properties-modal .slides-item a.property-featured h3, #similares-properties-bajada-modal .slides-item a.property-featured h3
{
  font-size: 26px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: 1.04px;
}

.property-list-box .property h3 small,
#featured-properties .slides-item a.property-featured h3 small,  #similares-properties .slides-item a.property-featured h3 small
{
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 0.88px;
    color: #000;
}

.property-list-box .property h4,
#featured-properties .slides-item a.property-featured h4, #rentals-properties .slides-item a.property-featured h4, #ofertas-properties .slides-item a.property-featured h4, #similares-properties .slides-item a.property-featured h4, #similares-properties-modal .slides-item a.property-featured h4, #similares-properties-bajada-modal .slides-item a.property-featured h4
{
  font-size: 18px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.8px;
   color: #000;
}

.property-list-box .property .prices,
#featured-properties .slides-item a.property-featured .prices, #rentals-properties .slides-item a.property-featured .prices, #ofertas-properties .slides-item a.property-featured .prices, #similares-properties .slides-item a.property-featured .prices, #similares-properties-modal .slides-item a.property-featured .prices, #similares-properties-bajada-modal .slides-item a.property-featured .prices
{
  font-size: 22px !important;
  font-weight: normal !important;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.88px;
  color: #14007a;
}
.property-list-box .property .prices span, .property-list-box .property .prices del,
#featured-properties .slides-item a.property-featured .prices span.add-price, #rentals-properties .slides-item a.property-featured .prices span.add-price, #ofertas-properties .slides-item a.property-featured .prices span.add-price, #similares-properties .slides-item a.property-featured .prices span.add-price, #similares-properties-modal .slides-item a.property-featured .prices span.add-price, #similares-properties-bajada-modal .slides-item a.property-featured .prices span.add-price,
#featured-properties .slides-item a.property-featured .prices del, #rentals-properties .slides-item a.property-featured .prices del, #ofertas-properties .slides-item a.property-featured .prices del, #similares-properties .slides-item a.property-featured .prices del, #similares-properties-modal .slides-item a.property-featured .prices del, #similares-properties-bajada-modal .slides-item a.property-featured .prices del
{
    font-size: 14px !important;
  font-weight: normal !important;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.56px !important;
  color: #14007a !important;
  white-space: nowrap;
  line-height: 1.1;

}

#similares-properties .icons ul li,
#similares-properties-modal .icons ul li,
.property-list-box .property .icons ul li,
#featured-properties .icons ul li 
{
    display: inline-flex;
    flex-direction: column;
    min-width: 48px;
    font-size: 13px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.31;
  letter-spacing: 0.39px;
  text-align: center;
  color: #1a1a1a;
  align-items: center;
          flex: 0 0 16.66%;
        max-width: 16.66%;
}


.property-list-box .property .icons ul li img,
#similares-properties .icons ul li img,
#similares-properties-modal .icons ul li img,
#featured-properties .icons ul li img
{
    display: inline-block;
}
.property-list-box .property .icons ul,
#similares-properties .icons ul,
#similares-properties-modal .icons ul,
#featured-properties .icons ul
{
      display: flex;
      flex-wrap: wrap;
      list-style: none;
      padding-left: 0;
      margin-bottom: 0;
}

@media (max-width: 768px) 
{
    .property-list-box .property .icons ul li,
    #similares-properties .icons ul li,
    #similares-properties-modal .icons ul li,
    #featured-properties .icons ul li 
    {
        max-width: 64px;
    }
}

.property-list-box .property .icons,
#featured-properties .slides-item a.property-featured .icons, #rentals-properties .slides-item a.property-featured .icons, #ofertas-properties .slides-item a.property-featured .icons, #similares-properties .slides-item a.property-featured .icons, #similares-properties-modal .slides-item a.property-featured .icons, #similares-properties-bajada-modal .slides-item a.property-featured .icons
{
    border-top: 1px dotted #d9d9d9;
    border-bottom: 1px dotted #d9d9d9;
    padding: 18px 0;
}

.property-list-box .property .ref,
#featured-properties .slides-item a.property-featured .ref, #rentals-properties .slides-item a.property-featured .ref, #ofertas-properties .slides-item a.property-featured .ref, #similares-properties .slides-item a.property-featured .ref, #similares-properties-modal .slides-item a.property-featured .ref, #similares-properties-bajada-modal .slides-item a.property-featured .ref
{
  font-size: 15px;
  letter-spacing: 2.25px;
  text-align: left;
  color: #000;
  margin: 0;
}

.property-list-box .property .porta-text,
#featured-properties .slides-item a.property-featured .porta-text, #rentals-properties .slides-item a.property-featured .porta-text, #ofertas-properties .slides-item a.property-featured .porta-text, #similares-properties .slides-item a.property-featured .porta-text, #similares-properties-modal .slides-item a.property-featured .porta-text, #similares-properties-bajada-modal .slides-item a.property-featured .porta-text
{
    padding-bottom: 12px;
}

.property-list-box .property,
#featured-properties .slides-item a.property-featured, #rentals-properties .slides-item a.property-featured, #ofertas-properties .slides-item a.property-featured, #similares-properties .slides-item a.property-featured, #similares-properties-modal .slides-item a.property-featured, #similares-properties-bajada-modal .slides-item a.property-featured
{
    border: solid 1px #d9d9d9;
    border-radius: 4px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.home-text 
{
    background-color: #efefef;
    line-height: 1.76;
}

.home-text .text-static a:not([class^=btn]),
.home-text .text-static p
{
    line-height: 1.76;
    font-size: 17px;
    font-weight: 300;
}
.home-text .text-static h2 
{
    font-size: 32px;
    margin-top: 32px !important;
}
.home-text h1
{
    font-size: 42px;
}
.home-text h2
{
    font-size: 38px;
    font-family: "Yanone Kaffeesatz", sans-serif;
    margin-bottom: 30px;
}
.home-text p
{
    margin-bottom: 30px;
}


.home-text .bloque-texto .property-description {
  min-height: 100px;
}
.home-text.quicklink-text
{
    background-color:transparent !important
}
.home-text .bloque-texto .collapse,
.home-text .bloque-texto .collapsing {
  height: 12rem; /* [NUM_OF_LINES] x [LINE_HEIGHT] */
  position: relative;
  padding-bottom: 10px;
}
@media (min-width: 1023px) 
{
  .home-text .bloque-texto .collapse,
  .home-text .bloque-texto .collapsing {
    height: 554px; /* [NUM_OF_LINES] x [LINE_HEIGHT] */
  }
}
.home-text .bloque-texto .collapse:before,
.home-text .bloque-texto .collapsing:before {
  content: "";
  background-image: linear-gradient(to bottom, transparent 0%, #efefef 100%);
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 24px;
  position: absolute;
}



.home-text .bloque-texto .collapse {
  position: relative; /* For ...'s content absolute positioning */
  display: block;
  overflow: hidden;
}
.home-text .bloque-texto .collapse.show {
  height: auto; /* You need to reset the height when not collapsed */
}
.home-text .bloque-texto .collapse.show:before {
  display: none; /* Of course you don't want to display ... */
}

#testimonials-home
{
    background-image: url(/media/images/website/bg-testimonials-home.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    color: #fff;
    position: relative;
    z-index: 0;
}
#testimonials-home .icon-literal-top, #testimonials-home .icon-literal-bottom
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 40px;
}
#testimonials-home .icon-literal-bottom
{
    bottom: 0;
    top: auto;
    left: auto;
    right: 40px;

}

#testimonials-home::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.15);
    z-index: 1;
}
#testimonials-home .container
{
    position: relative;
    z-index: 2;
}
#testimonials-home .imagen
{
    border-radius: 50%;
        overflow: hidden;
        border: 1px solid #fff;
}

#testimonials-home .slick-dots li.slick-active button {
  background-color: #d29f13 !important;
  border: solid 1px #d29f13;
  width: 100%;
}
#testimonials-home  .slick-dots li button:hover {
  background-color: #d29f13;
  border: solid 1px #d29f13;
}

@media (max-width: 575.98px) 
{

    #testimonials-home .imagen
    {
        margin: 0 10% 20px;
        width: 80%;
    }
    #testimonials-home .slick-dots
    {
        margin-top: 20px;
    }

  .buscador .checks .switch {
    margin-left: 0px !important;
  }
  .buscador .checks label {
    max-width: 110px;
  }
  .buscador.b-home.b-home-toggle
  {
        top: auto;
        bottom: 10%;
        transform: none;
  }
  .main-slider
  {
      min-height: 700px !important;
      max-height: 780px !important;
      height: 100vh !important;
  }

  a.mini-banner
  {
     height: 260px;
     margin-bottom: 10px;
  }
      a.mini-banner .caption h3
    {
        font-size: 25px;
    }
    a.mini-banner .caption
    {
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media (max-width: 420px) 
{
    a.mini-banner
      {
         height: 180px;
      }

    a.mini-banner .caption small
    {
        display: none;
    }
}


@media (max-height: 740px) 
{
    .main-slider .caption
    {
        top: 20%;
        z-index: 3;
    }
    .buscador.b-home.b-home-toggle
    {
        top: auto;
        bottom: 5%;
        transform: none;
    }
}

@media (max-width: 960px) 
{
    .select2-container--default .select2-selection--multiple .select2-selection__rendered, .customSelectInner
    {
        margin-top: 5px;
    }
    .buscador .form-group 
    {
        margin-bottom: 0px;
        min-height: 50px;
    }
    .buscador .col-lg-2
    {
        margin-bottom: 6px;
    }
    .buscador {
        background-color: rgba(255, 255, 253, 0.4);
        -webkit-backdrop-filter: blur(30px);
        backdrop-filter: blur(10px);
    }
}


.porta-order span.customSelect, .porta-num span.customSelect
{
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
}

.buscador .select2-selection--multiple {
  max-height: 120px;
  height: auto !important;
  min-height: 52px !important;
  overflow-y: none;
}

@media (min-width: 992px) 
{

    .buscador .select2-container .select2-search--inline .select2-search__field
    {
        margin-top: 1px;
    }
    .buscador.b-properties
    {
        background-color: transparent;
    }
    .buscador .customSelectInner
    {
        margin-top: 2px;
    } 
    
    .buscador .form-group
    {
        margin-bottom: 0;
        max-height: none !important;
    }

    .buscador .col-lg-2
    {
        position: relative;
        z-index: 1;
        border-left: 1px solid rgba(0,0,0,0.15);
    }
    .buscador .col-lg-2.no-mark
    {
        border-color: transparent;
    }
    .buscador .bg-row
    {
        border-radius: 4px;
        overflow: hidden !important;
        padding: 3px;
        background-color: #fff;
    }
    .main-slider .caption
    {
        text-shadow: none;
        font-weight: 400;
        top: 41%;
        z-index: 3;
    }
}

@media (min-width: 1280px) 
{
    .main-header .text-xl-nowrap
    {
            text-overflow: unset;
            overflow: hidden;
            white-space: nowrap !important;
    }

    .container
    {
        max-width: 1280px;
    }
    .container.container-xl 
    {
        width: calc(100% - 15px);
        padding-left: 15px;
        padding-right: 15px;
        max-width: 1680px;
    }
    .buscador .btn.btn-light
    {
        border-radius: 2px;
    }
    .main-slider 
    {
        max-height: 1440px;
        max-width: 2560px;
        margin-left: auto;
        margin-right: auto;
    }
    .main-slider .img-main-banner 
    {
        max-width: none;
        min-width: 100%;
        width: auto;
        height: auto;
        min-height: 100%;
    }
    .main-slider .btn.btn-big
    {
        font-size: 18px;
    }
}

.banner-link-video .w-video .icon-play
{
    font-size: 26px;
    height: 80px;
    width: 80px;
    background-color: #ffffffa8;
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-brochure
{
    padding: 60px 40px;
}

.banner-brochure h2
{
    line-height: 1;
    font-size: 56px;
    font-weight: 500;
}

@media (min-width: 1024px) and (max-width: 1400px) 
{
    .banner-brochure
    {
        padding: 80px;
    }
    .main-header #main-nav .top-comunication
    {
        font-size: 16px;
    } 
    .main-header #main-nav .top-comunication .mr-3
    {
        margin-right: 0.75rem !important;
    }
    .main-header #main-nav .top-comunication .ml-3
    {
        margin-left: 0.75rem !important;
    }
}
@media (min-width: 1400px) 
{
    .banner-brochure h2
    {
        line-height: 1;
        font-size: 64px;
        font-weight: 500;
    }
    .banner-brochure
    {
        padding: 80px;
    }
    .banner-link-slider .preview
    {
        transform: translateX(-60px);
    }
    .main-slider .caption strong
    {
        font-size: 50px;
    }
    .container
    {
        max-width: 1360px;
    }
    .container.container-xl 
    {
        width: calc(100% - 15px);
        padding-left: 15px;
        padding-right: 15px;
        max-width: 1680px;
    }

    .container-xxl.force-xxl
    {
        max-width: 1620px !important;
    }
    .offset-xl-1.offset-xxl-0 
    {
        margin-left: 0;
    }
    .col-xl-10.col-xxl-12
    {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-md-6.force-col-xxl-4
    {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

   .buscador.b-home
   {
      bottom: 8% !important
   } 
   #featured-properties .container
   {
        max-width: 1240px;
   }
}

.custom-page-text 
{
      font-size: 16px;
      font-weight: 300;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.5;
      color: #0a0a0a;
}
.custom-page-text p
{
    margin-bottom: 24px;
}

@media (min-width: 1600px)
{
    .banner-link-slider .preview
    {
        transform: translateX(-90px);
    }
}
@media (min-width: 1900px)
{
   .buscador.b-home
   {
      bottom: 90px;
   }
}

@media screen and (min-width: 3440px) and (min-height: 1400px) 
{
    body 
    {
        zoom: 1.25;
    } 

    #swipebox-overlay
    {
        width: 100% !important;
        height: 100% !important;
    }
}
@media screen and (min-width: 3800px) and (min-height: 1900px) 
{
    body 
    {
        zoom: 1.5;
    }
}

body.property .header-title
{
    font-size: 30px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.15px;
    text-align: left;
    color: #d29f13 !important;
}
body.property .header-title small
{
    font-size: 20px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}
body.property .property-title .precio
{
    font-weight: normal;
    color: #14007a !important;
}
body.property .property-title .precio del {
    color: #4d618e;
    font-size: 16px;
}
body.property .precio-property .referencia-prop strong,
body.property .precio-property .referencia-prop
{
    font-size: 20px !important;
}

.show-on-rental
{
    display: none;
}
.show-on-sale 
{
    display: block;
}
.form-rental .hidden-on-rental
{
    display: none;
}
.form-rental .show-on-rental
{
    display: block;
}

@media (min-width: 1024px)
{
    .no-mark.no-border-left
    {
        border-left: 0;
    }
    .box-inputs.form-rental .col-lg-2.force-lg-1
    {
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }
}

/* último cambio del buscador */

@media (min-width: 992px) 
{
    .buscador .bg-row.form-sale .col-lg-2
    {
            flex: 0 0 14.28%;
            max-width: 14.28%;
    }
}

#footer .bg-primary p, #footer .bg-primary a 
{
    color: #fff;
    font-weight: 300;
}
#footer .bg-primary p.title 
{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
}

.super-footer 
{
    max-width: 2048px;
    margin-left: auto;
    margin-right: auto;
}
.super-footer .super-banner-footer 
{
    position: relative;
    z-index: 0;
}
.super-footer .super-banner-footer .img-fluid
{
    position: relative;
    z-index: 1;
}
.super-banner-footer .top-banner h2
{
    font-size: 42px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #14007a;
}
.super-banner-footer .top-banner
{
    position: absolute;
    z-index: 2;
    top: 30px;
    left: 30px;
}
.super-banner-footer .bottom-banner h3
{
    line-height: 1.07;
    font-size: 24px;
}

.super-banner-footer .bottom-banner
{
    position: absolute;
    z-index: 2;
    bottom: 20px;
    left: 30px;
    right: 20px;
    color: #fff;
}

#footer .super-footer ul li 
{
    margin-bottom: 2px;
}
#footer .super-footer ul li a
{
    font-weight: 600;
}   

@media (max-width: 719px) 
{
    .super-banner-footer
    {
        min-height: 460px;
        background-image: url(/media/images/website/img-superbanner-footer.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .super-banner-footer .img-fluid
    {
        display: none;
    }
}

@media (min-width: 720px) 
{
    .super-banner-footer .top-banner
    {
        position: absolute;
        z-index: 2;
        top: 40px;
        left: 40px;
    }
    .super-banner-footer .bottom-banner
    {
        position: absolute;
        z-index: 2;
        bottom: 30px;
        left: 40px;
        right: 30px;
        color: #fff;
    }
    .super-banner-footer .bottom-banner h3
    {
        line-height: 1.07;
        font-size: 30px;
    }

    .super-footer textarea.form-control
    {
        height: 80px;
    }
}

@media (min-width: 992px) 
{
    .super-banner-footer .top-banner h2
    {
         font-size: 48px;
    }
    .super-footer .super-banner-footer .img-fluid
    {
        min-width: 50vw;
        max-width: unset;
        width: auto;
        height: 100%;
        min-height: 520px;
    }
    .super-banner-footer h3 
    {
        max-width: 480px;
    }
}

@media (min-width: 1440px) 
{
    .super-banner-footer .top-banner
    {
        top: 50px;
        left: 80px;
    }
    .super-banner-footer .bottom-banner
    {
        bottom: 40px;
        left: 80px;
    }
}

@media (min-width: 1920px) 
{
    .super-footer .super-banner-footer .img-fluid
    {
        width: 50vw;
        max-width: 1024px;
        height: 100%;
        min-width: auto;
    }
}

