

body, html {
  margin: 0;
  padding: 0;
  font-family: 'Montserra', sans-serif;
}

/*Fuentes///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

p, span, small, strong, a, button  {
  font-family: 'Montserrat', sans-serif!important;
}

h1,h2,h3,h4,h5,h6{
  font-family: 'Montserrat', sans-serif!important;
}

h2 {
        font-size: 2.4rem;
    }

h6{
  font-size: 1.2rem;
}

h5{
  font-size: 1.1rem;
}
p{
  font-size: 1.1rem;
}

a{text-decoration: none;}
/*colores///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.bg-red-1{
  background-color: #e73536;
}

.color-red-1{
  color: #e73536;
}

.border-red-1{
  border:solid 1px #e73536;
}


.bg-red-2{
  background-color: #a62424;
}

.color-red-2{
  color: #a62424;
}


.bg-black{
  background-color: #1a1a1a;
}

.color-black{
  color: #1a1a1a;
}

.bg-grey{
  background-color: #303030;
}

.color-grey{
  color: #303030;
}


.bg-white{
  background-color: #fff;
}


.bg-gradient-red{
background: #E73536;
background: -webkit-linear-gradient(180deg, rgba(231, 53, 54, 1) 0%, rgba(189, 53, 53, 1) 100%);
background: -moz-linear-gradient(180deg, rgba(231, 53, 54, 1) 0%, rgba(189, 53, 53, 1) 100%);
background: linear-gradient(180deg, rgba(231, 53, 54, 1) 0%, rgba(189, 53, 53, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#E73536", endColorstr="#BD3535", GradientType=0);
}

.parallax-js {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /*height: 400px;*/
  position: relative;
}


/*backgraund-image////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/*.bloque-sec-1{background-image: url(../img/bg-section-nosotros.png);
    background-blend-mode: darken;background-size: cover;background-position: center;}*/
.bloque-sec-2{background-image: url(../img/bg-section-propuesta.png);
    background-blend-mode: darken;background-size: cover;background-position: center;}
/*.bloque-sec-3{background-image: url(../img/bg-section-destacadas.png?123);
    background-blend-mode: darken;background-size: cover;background-position: center;}*/
.bloque-sec-4{background-image: url(../img/bg-section-servicios.png?123);
    background-blend-mode: darken;background-size: cover;background-position: center;}
/*.bloque-sec-5{background-image: url(../img/bg-section-empren.png?123);
    background-blend-mode: darken;background-size: cover;background-position: center;}*/
.bloque-sec-6{background-image: url(../img/bg-section-newsletter.png?123);
    background-blend-mode: darken;background-size: cover;background-position: center;}
.bloque-sec-7{background-image: url(../img/bg-section-marca.png?123);
    background-blend-mode: darken;background-size: cover;background-position: center;}

/*botones//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


.btn{
  width: auto;
  border-radius: 5px;
  padding: 15px 20px;
  -webkit-transition: all 0.3s ease-in-out 0s;
     -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;
}


.btn:hover{

  -webkit-transition: all 0.3s ease-in-out 0s;
     -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;
}


.btn .hover-i{position: relative;
    margin-left: -22px;
    opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0.1s;
     -o-transition: all 0.3s ease-in-out 0.1s;
      transition: all 0.3s ease-in-out 0.1s;}


.btn:hover .hover-i{position: relative;
    margin-left: 5px;
    opacity: 1;
  -webkit-transition: all 0.3s ease-in-out 0.1s;
     -o-transition: all 0.3s ease-in-out 0.1s;
      transition: all 0.3s ease-in-out 0.1s;}


.btn-red{
  background-color: #e73536;
  color: #fff;
  border:none;
}

.btn-red:hover{
  background-color: #bd3535;
  color: #fff;
  border:none;
}


.btn-white{
  background-color: #fff;
  color: #e73536;
  border:none;
}

.btn-white:hover{
  background-color: #e73536;
  color: #fff;
  border:none;
}

.btn-border-white{
  background-color: transparent;
  color: #fff!important;
  border:solid 1px #fff;
}

.btn-border-white:hover{
  background-color: #fff;
  color: #e73536!important;
  border:solid 1px #fff;
}

.btn-border-red{
  background-color: transparent;
  color: #e73536;
  border:solid 1px #e73536;
}

.btn-border-red:hover{
  background-color: #e73536;
  color: #fff;
  border:solid 1px #e73536;
}



.btn.active{
  background-color: #a62424;
  color: #fff;

}



/*imput-select-textarea//////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


.form-control, .form-select{
  border-radius: 5px;
  background-color: #f8f9f8 !important;
 border: 1px solid #dee2e6 !important;
  padding-bottom: 1rem;
    padding-top: 1rem;
    padding-right: 10px;
    padding-left: 10px;
  }
.form-contact input, .form-contact select, .form-contact textarea{
  border-radius: 5px;
  background: #fff!important;
  border: 1px solid #fff;
  padding-bottom: 1rem;
    padding-top: 1rem;
    padding-right: 10px;
    padding-left: 10px;
}





/*input, select, textarea{
      border-radius: 5px;
      background-color: #f8f9f8!important;
}*/


/*navbar///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.navbar{
      z-index: 9;
    width: 100%;
      -webkit-transition: all 0.3s ease-in-out 0s;
     -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;
}
.navbar-brand img{
  width: 230px;
}


    .navbar .nav-link {
      display: inline-block;
      font-size: 16px;
      font-weight: 600;
    }

    .navbar-dark.navbar .nav-link{
      color: #fff;
    }

    .nav-link:hover{
      color:#e73536!important
    }



/*hero///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
    .hero {
    
      height: 100vh;
      position: relative;
      color: white;

    }
.hero-slider::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 60%);
    z-index: 1;
}
.overlay {
    background: transparent;
    position: absolute;
    inset: 0;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 70%;
    margin: auto;
    height: 50%;
}

    .hero-content {
      position: relative;
      z-index: 2;
  
      text-align: center;
      height: 18%;
    align-content: center;
    }

    .hero h1{
      font-size: 3.5rem;
    }




.hero-slider {
  position: relative;
  top: 0;
  left: 0;
  height: 82%;
  width: 100%;
  z-index: 0;
  margin-bottom: 0!important;
}
.hero-slider .slick-slide img {
  height: 82vh;
  object-fit: cover;
}


.hero .hero-slider h1{
font-weight: 700;
    font-style: normal;
    font-size: 40px;
    color: #fff;
    top: 50%;
}




/*buscador///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
    .search-box {
      background-color: white;
      border-radius: 5px;
      padding: 20px;
      display: inline-block;
    }

 /*   .search-box select,{
      min-width: 25%;
    }

 
    .search-box input {
      min-width: 30%;
    }



.form-select{
  --bs-form-select-bg-img:none!important;
}
.nice-select{
    border-radius: 5px;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    padding: .375rem 2.25rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    height: auto;
    width: 100%;
}

.nice-select.open .list {
    max-height: 300px;
    overflow: auto;}


.form-control{
      border-radius: 5px;
}*/

 /*footer///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
footer p {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 400;
}

footer .social-icons a:hover {
  opacity: 0.7;
}
.whatsapp-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #075e54;
    color: white;
    border-radius: 50%;
    padding: 5px;
    width: 80px;
    height: 80px;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}


.whatsapp-btn i{background-color: #25d366;
    font-size: 50px;
    border-radius: 50%;
    padding: 10px 12px;}


.whatsapp-btn i:hover{
  background-color: #075e54;
}




/*destacadas///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


.nuevos-ingresos .container{
  z-index: 1;
}

.nuevos-ingresos .card, .listaFichas .card, .Ultimasnoticias .card {
  border: none;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1) !important;
  border-radius: 5px;
}

.ingresos-carousel .badge {
  font-size: 0.75rem;
  padding: 0.5em;
}

.listaDestacadas .card img, .listaFichas .card img, .Ultimasnoticias .card img{
    height: 300px;
    object-fit: cover;
    border-radius: 5px 5px 0 0;
      -webkit-transition: all 0.3s ease-in-out 0s;
     -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;

}

.listaDestacadas .card img:hover, .listaFichas .card img:hover, .Ultimasnoticias .card img:hover{  scale: 1.1;
   -webkit-transition: all 0.3s ease-in-out 0s;
     -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;}

/*destacadas-empre//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


.emp-sec .card {
  border: none;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1) !important;
  height: auto;
  border-radius: 5px;
}

.emp-sec img {
  object-fit: cover;
  height: 300px !important;
  width: 100%;
  border-radius: 5px 5px 0 0 ;
     -webkit-transition: all 0.3s ease-in-out 0s;
     -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;
}

.col-info-empre{
      top: 320px;
      -webkit-transition: all 0.3s ease-in-out 0s;
     -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;
}
.empre-container{
  overflow: hidden;
}
.empre-container:hover .col-info-empre{
      top: 100px;
      -webkit-transition: all 0.3s ease-in-out 0s;
     -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;
}

.slick-center  .empre-container .col-info-empre{
  top: 100px;
      -webkit-transition: all 0.3s ease-in-out 0s;
     -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;
}

.slick-list {
  padding: 0 !important;
}
.img-empre{
       -webkit-transition: all 0.3s ease-in-out 0s;
     -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;
}

.empre-container:hover .img-empre{
  scale: 1.1;
   -webkit-transition: all 0.3s ease-in-out 0s;
     -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;
    }






/*Nosotros////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


.nosotros-sec .card {
  overflow: hidden;
      background: #fff;
    border: none;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1) !important;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out 0s;
     -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;
}


.nosotros-sec .card-body{
  z-index: 1;
  height: auto;
  overflow: hidden;
-webkit-transition: all 0.3s ease-in-out 0s;
     -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;}

/*.nosotros-sec .card.mision:hover > .card-body{
  height: 350px;
  -webkit-transition: all 0.3s ease-in-out 0s;
     -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;}*/

.nosotros-sec .card i{
    font-size: 70px;
    width: 100px;
    height: 100px;
    padding:15px 0px;
    border-radius: 100%;
    display: inline-block;
    line-height: 1;
    -webkit-transition: all 0.3s ease-in-out 0s;
     -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;
}



.nosotros-sec .card:hover{
  background:  #e73536;
  -webkit-transition: all 0.3s ease-in-out 0.2s;
  -o-transition: all 0.3s ease-in-out 0.2s;
  transition: all 0.3s ease-in-out 0.2s;
}

.nosotros-sec .card:hover  i{
  background: #fff !important;
    color: #e73536 !important;
  -webkit-transition: all 0.3s ease-in-out 0.2s;
  -o-transition: all 0.3s ease-in-out 0.2s;
  transition: all 0.3s ease-in-out 0.2s;
}

.nosotros-sec .card:hover  h4{
  color: #fff!important;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.nosotros-sec .card:hover  p{
  color: #fff!important;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}



.nosotros-sec .card::before{
    content: '';
    background-color: #e73536;
    height: 0%;
    width: 0%;
    border-radius: 100%;
    position: absolute;
    top: 30%;
    left: 50%;
    -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.nosotros-sec .card:hover::before{
    content: '';
    background-color:  #e73536;
        height: 180%;
    width: 140%;
    border-radius: 100%;
    position: absolute;
    top: -50%;
    left: -20%;
    -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}




.img-nosotros{
  box-shadow: none;
  border: none
}


/*nosotros-sec-2//////////////////////////////////////////////////////////*/

.nosotros-sec-2 .card {
  overflow: hidden;
      background: #e73536;
    border: none;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1) !important;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out 0s;
     -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;
}


.nosotros-sec-2 .card-body{
  z-index: 1;
  height: auto;
  overflow: hidden;
-webkit-transition: all 0.3s ease-in-out 0s;
     -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;}

/*.nosotros-sec .card.mision:hover > .card-body{
  height: 350px;
  -webkit-transition: all 0.3s ease-in-out 0s;
     -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;}*/

.nosotros-sec-2 .card i{
    font-size: 50px;
    width: 100px;
    height: 100px;
    padding: 25px 5px;
    border-radius: 100%;
    display: inline-block;
    line-height: 1;
    -webkit-transition: all 0.3s ease-in-out 0s;
     -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;
}

.nosotros-sec-2 .card:hover{
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out 0.2s;
  -o-transition: all 0.3s ease-in-out 0.2s;
  transition: all 0.3s ease-in-out 0.2s;
}

.nosotros-sec-2 .card:hover  i{
  background: #e73536 !important;
    color: #fff !important;
  -webkit-transition: all 0.3s ease-in-out 0.2s;
  -o-transition: all 0.3s ease-in-out 0.2s;
  transition: all 0.3s ease-in-out 0.2s;
}

.nosotros-sec-2 .card:hover  h4{
  color: #5C6264!important;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.nosotros-sec-2 .card:hover  p{
  color: #5C6264!important;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}


.nosotros-sec-2 .card::before{
    content: '';
    background-color: #fff;
    height: 0%;
    width: 0%;
    border-radius: 100%;
    position: absolute;
    top: 30%;
    left: 50%;
    -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.nosotros-sec-2 .card:hover::before{
    content: '';
    background-color: #fff;
        height: 180%;
    width: 140%;
    border-radius: 100%;
    position: absolute;
    top: -50%;
    left: -20%;
    -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

/*barrios privados////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


.card-body h5 {
  font-size: 1.2rem;
}



/*slick///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.slick-arrow{
    border: none;
    background: transparent;
    position: absolute;
    ;
    top: 40%;
    width: auto;
    font-size: 50px;
    color: #e73536;}

.slick-next {
  right: -60px
}

.slick-prev {
  left: -60px
}



.slick-up {
    top: -60px;
    right: 0%;
    z-index: 1;
    text-align: right;
}

.slick-down {
    top: auto;
    bottom: -60px;
    right: 0%;
}


.slick-dots {
    bottom: 25px;
  }

  .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #ffffff;
}
.slick-dots li button:before{

    opacity: .25;
    color: #ffffff;
}

.slick-prev:before, .slick-next:before {
display: none;}
  .slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before{
    display: none;
}


.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: #e73536;
    outline: none;
    background: transparent;
}

.EmprendimientosDestacados .slick-next {
  right: -60px
}

.EmprendimientosDestacados .slick-prev {
  left: -60px;
    z-index: 9999;
}


.EmprendimientosDestacados .card-body {
  background: #00000082 !important;
}

/*listado//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/*.listado-propiedades{
  background: #f8f9f8 url(../img/bg-deco.png?123123) no-repeat center bottom;
}*/

.listaFichas .card img{
      height: 375px;
    object-fit: cover;
}

.mapprop{
  height: 0px;
   overflow: hidden;
     height: 0px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.open-map{
  height: 400px;
 
        -webkit-transition: all 0.3s ease-in-out 0s;
     -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;
}


.page-link {
    color: #e73536;
  
}

.page-link:focus {
   color: #a62424;
}

.page-link:hover {
   background-color: #a62424;
    border-color: #a62424;
    color: #fff;
}

.active>.page-link, .page-link.active {
    color: var(--bs-pagination-active-color);
    background-color: #e73536;
    border-color: #e73536;
}

/*lista-emprendimientos*/


.listaEmprendimientos .card{
    border: none;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1) !important;
  border-radius: 5px;
}

.listaEmprendimientos .card img{border-radius: 20px;}


.listaEmprendimientos .card-body {
  background: #00000082 !important;
}

/*buscador prop///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


.buscador-prop-cont{
  position: sticky;
    top: 0;
    height: 100%;
}


.buscador-prop{
    height: 100%;
    border-radius: 5px;
}




/*contacto//////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.contacto-card{
    overflow: hidden;
    background: #fff;
    border: none;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1) !important;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out 0s;
     -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;
}


  /*///////////////////////////////////////////MAPA INFOBOX/////////////////////////////////////////////////////////////////*/
.infoBox{box-shadow: 0px 0px 15px rgba(0,0,0,0.5); border-radius: 5px}

.infoBox h3{background: #e73536!important;line-height:21px;text-transform:none;color:#fff!important}

.infoBox .codmapa{background:rgba(0,0,0,0.5) ;line-height:20px;color:#fff; border-radius: 5px}

.infoBox .preciomapa{background:transparent ;line-height:20px;color:#fff; border-radius: 5px}

.infoBox,.infoBox *{box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box}
.infoBox a{text-decoration:none;color:inherit}

.infoBox{background:#fff;box-shadow:0 2px 5px rgba(0,0,0,.3);border:none;border-radius:5px;max-width:265px;padding:0;overflow:visible}

.infoBox .imgmapa .sombra{
    background:-moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background:-webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background:linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#a6000000',GradientType=0);
    width:100%;
    height:85px;
    position:absolute;
    bottom:0;
    left:0;
z-index: 9}

.infoBox .imgmapa{width:265px;height:175px;float:left;position:relative;overflow: hidden;}
.infoBox .imgmapa img{border-radius:5px 5px 0 0;width:100%;height:100%;float:left; overflow: hidden;}


.infoBox .closemap{background:rgba(0,0,0,0.5);border-radius:3px;font-size:15px;font-weight:700;text-align:center;line-height:9px;padding:5px 6px;color:#FFF;position:absolute;top:5px;right:5px;z-index:1}
.infoBox .closemap:hover{background:rgba(0,0,0,.8);cursor:pointer}
.infoBox .closemap:before{
    content: "\f107";
    font-family: flaticon!important;
    font-style: normal;
    font-weight: 400!important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    color: #fff;
    -webkit-font-smoothing: antialiased;}

.infoBox .closemap img{display:none}

.infoBox .arrow-left, .infoBox .arrow-right{
    background: transparent;
}

.infoBox .arrow-left{
    left: 15px;
}
.infoBox .arrow-right{
 right: 15px;
}
.infoBox .infomapa{text-align:center;padding:5px;width:100%;clear:both;overflow:hidden;}

.infoBox h3,.infoBox .infomapa p,.infoBox .infomapa a{width:100%;margin:0;padding:0;float:left}
.infoBox h3{font-size:15px;font-weight:500;padding:10px}
.infoBox .verfmapa{opacity:1;width: 100%}
.infoBox .verfmapa:hover{opacity:1}
.infoBox .infomapa p{line-height:10px;color:#606060;text-align:center;width:33.333%;padding:10px 0;float:none;display:inline-block}
.infoBox .infomapa p i{color:#404040;    font-size: 11px;}

.infoBox .codmapa{border-radius:3px;font-size:13px;padding:5px;position:absolute;left:5px;top:5px; z-index: 999}
.infoBox .preciomapa{border-radius:3px;font-size:18px;padding:5px;position:absolute;left:5px;bottom:10px; z-index: 999}

.infoBox .locmapa{font-size:15px;color:#fff;position:absolute;bottom:10px;right:10px;z-index:1}
.infoBox i.fa.fa-caret-down{font-size:40px;color:#fff;text-shadow:0 3px 2px rgba(0,0,0,0.3);text-align:center;width:100%;position:absolute;bottom:-25px;left:0}
.infoBox i.fa.fa-angle-right{font-size:23px;line-height:26px;margin-top:-4px;float:right}
.infoBox:after {display:none;}

.infoBox img {
    position: relative!important;
    top: 0px;
    right: 0px;
    bottom: auto;
    left: auto;
    z-index: 0;
    background-color: rgba(20,20,20,.6);
}
/*///////////////////////////////////////////MAPA INFOBOX/////////////////////////////////////////////////////////////////*/



/*///////////////////////////////////////////SUGERENCIAS///////////////////////////////////////////////////////////////////*/


.suggestionsBox {
    width: auto;
    margin-top: 0px;
    position: absolute;
    left: 3px;
    right: 0;
    z-index: 1
}

.suggestionList {
    background: #fff;
    box-shadow: 0 5px 9px -5px rgba(0, 0, 0, .5);
    margin: 0;
    padding: 0;
    list-style: none;
    max-height: 117px;
    overflow: auto
}

.suggestionList li {
    color: #000;
    padding: 10px 0;
    height: auto;
    line-height: initial
}

.suggestionList li:hover {
    background: #e73536;
    color: #ffffff;
    cursor: pointer;
}






























@media (max-width: 768px) {
.w-sm-100{
  width: 100%!important;
}


.navbar-brand img {
    width: 200px;
}

.hero-slider {

    height: 35%;}

.hero-slider::before {

    height: 100vh;
 
}
  .hero-slider .slick-slide img {
    height: 100vh;
    object-fit: cover;


}

.overlay {
    background: transparent;
    position: absolute;
    inset: 0;
    display: flex;
    align-content: flex-start;
    justify-content: center;
    flex-wrap: wrap;
 
    margin: auto;
    height: 65vh;
  width: 90%;
}




.nuevos-ingresos,.emp-sec {
    background-size: cover!important;
    background-position-x: left !important;
}
.tit-empre{
    font-size: 2.4rem;}
.br1,.br2,.br3{
  display: none;
}
.barrios-privados{
    background-position-x: right !important;}


.hero h1
 {
    font-size: 2.5rem;
}

.nuevos-ingresos h2, .barrios-privados h2{
  font-size: 2rem;
}

.slick-prev {
    z-index: 1;
    left: 0px;
}
.slick-next {
    right: 0px;
}

.listado-propiedades > .container > .row{
  flex-direction: column-reverse;
}

.buscador-prop-cont {
    position: relative;
    top: auto;
    height: auto;
}
.tel-foot p{
  display: inline-block;
}

.buscador-prop {
    position: relative;
    top: 0;
    height: 100%;
}

.nosotros h2,.sucursales h2{
  font-size: 2rem;
}



.buscador-prop{
  position: relative;
  /*position: fixed;
  top: -100vh;
  opacity: 0;
  z-index: 2;
   left: 5%;*/
  height: 0px;
  /*width: 90vw;
  max-width: 90vw;*/
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
        
}

.open-filter{
  /*height: 600px;
  max-height: auto;*/
  opacity: 1;
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  margin-top: 15px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  /*top: 20vh!important;
  visibility: visible!important;*/
}




}