

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

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

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

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


h1{
  font-size: 48px;
}


h2 {
        font-size: 36px;
    }

h6{
  font-size: 18px;
}

h4{
  font-size: 24px;
}

h5{
  font-size: 20px;
}
p{
  font-size: 16px;
}

a{text-decoration: none;}



/*colores///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.bg-color-1{
  background-color: #c7d530;
}

.color-color-1{
  color: #c7d530;
}

.border-color-1{
  border:solid 1px #c7d530;
}


.bg-color-2{
  background-color: #1d2b23;
}

.color-color-2{
  color: #1d2b23;
}


.border-color-2{
  border:solid 1px #1d2b23;
}



.bg-black{
  background-color: #231F20;
}

.color-black{
  color: #231F20;
}

.bg-grey{
  background-color: #5C6264;
}

.color-grey{
  color: #5C6264;
}


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

.border-white{
  border:solid 1px #fff;
}


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

/*botones//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.btn-white{
  color: #1d2b23;
  border-radius: 20px;
  border: solid 1px #fff;
  background-color: #fff;
     -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-white:hover{
  color: #fff;
  border: solid 1px #fff;
  background-color: transparent;
     -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-white.active{
  border: solid 1px #c7d530;
  background-color: #c7d530;
  color: #fff;

}



/*boton verde claro*/
.btn-1{
  color: #fff;
  border-radius: 20px;
  border: solid 1px #c7d530;
  background-color: #c7d530;
  opacity: 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;
}


.btn-1:hover{
opacity: 0.7;
     -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-1.active{
  border: solid 1px #1d2b23;
  background-color: #1d2b23;
  color: #fff;

}


/*boton verde oscuro*/
.btn-2 {
    opacity: 1;
    border-radius: 20px;
    border: solid 1px #1d2b23;
    background-color: #1d2b23;
    color: #fff;
       -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-2:hover{
  opacity: 0.7;
     -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-2.active{
  border: solid 1px #c7d530;
  background-color: #c7d530;
  color: #fff;

}

/*boton verde border*/
.btn-3{
    border-radius: 20px;
    border: solid 1px #1d2b23!important;
    background-color: transparent!important;
    color: #1d2b23!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;
}





.btn-3:hover{
  color: #fff!important;
  border: solid 1px #1d2b23!important;
  background-color: #1d2b23!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;

}

.btn-3.active{
  border: solid 1px #fff;
  background-color: #c7d530;
  color: #fff;

}

.navbar.bg-white .btn-3{
  color: #1d2b23!important;
  border: solid 1px #1d2b23!important;
  background-color: transparent!important;

}

.navbar.bg-white .btn-3:hover{
  color: #c7d530!important;
  border: solid 1px #c7d530!important;
  background-color: transparent!important;

}


.btn-4{
    border-radius: 20px;
    border: solid 1px #c7d530;
    background-color: #c7d530;
    color: #fff;
       -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-4:hover{
  color: #c7d530;
  border: solid 1px #c7d530;
  background-color: transparent;
     -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;

}



.form-grey  {

border-radius: 20px;
font-weight: 300!important;
  background: rgb(237 237 237);
  border: none;
  /*border: 1px solid rgba(255,255,255,0.35);*/

  color: #5C6264;

  outline: none;
  backdrop-filter: blur(4px);
}
.form-grey:focus, .select-glass:focus{
  border-color: rgb(237 237 237);
  border: none;
  color: #5C6264;
  /*box-shadow: 0 0 0 2px rgba(255,255,255,0.25);*/
}


/* Select glass con flecha minimal */
.select-grey {border-radius: 20px;
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  border: none;
 outline: none;

  background: rgb(237 237 237);

  color: #5C6264;

  backdrop-filter: blur(6px);

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 10px;
}


.form-grey::placeholder{
    color: #5C6264;
}



/*GLASSSTYLE*****************/
.glass-liquid {
  background: linear-gradient(
    135deg,
    rgba(255,255,255,0.35),
    rgba(255,255,255,0.1)
  );
  backdrop-filter: blur(14px) saturate(160%);
  /*border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.4);*/
}


.form-glass  {

border-radius: 20px;
font-weight: 300!important;
  background: rgba(255,255,255,0.15);
  border: none;
  /*border: 1px solid rgba(255,255,255,0.35);*/

  color: #fff;

  outline: none;
  backdrop-filter: blur(4px);
}
.form-glass:focus, .select-glass:focus{
  border-color: rgba(255,255,255,0.8);
  border: none;
  color: #393a3c;
  /*box-shadow: 0 0 0 2px rgba(255,255,255,0.25);*/
}


/* Select glass con flecha minimal */
.select-glass {border-radius: 20px;
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  border: none;
 outline: none;

  background: rgba(255,255,255,0.15);

  color: #fff;

  backdrop-filter: blur(6px);

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 10px;
}


.form-glass::placeholder{
    color: #fff;
}

/*primary*/
.btn-glass-primary {
    border-radius: 20px;

    font-weight: 300!important;
    background: linear-gradient(135deg, rgb(29 43 35 / 60%), rgb(29 43 35 / 46%));
  border: none;
  /*border: 1px solid rgba(255,255,255,0.45);*/

  color: #fff;
  font-weight: 600;
  backdrop-filter: blur(10px) saturate(160%);
  cursor: pointer;
  transition: all .25s ease;
}


.btn-glass-primary:hover {
  background: rgba(255,255,255,0.45);
  /*transform: translateY(-1px);*/
  /*box-shadow: 0 10px 30px rgba(0,0,0,.25);*/
}

.btn-glass-primary:active {
  transform: translateY(0);
  /*box-shadow: inset 0 4px 10px rgba(0,0,0,.3);*/
}


/*secondary*/
.btn-glass-secondary {
    border-radius: 20px;

    font-weight: 300!important;
  background:   rgb(199 213 48 / 49%);
  border: none;
  /*border: 1px solid rgba(255,255,255,0.35);*/

  color: rgba(255,255,255,0.9);
  backdrop-filter: blur(6px);
  cursor: pointer;
  transition: all .25s;
}
.btn-glass-secondary:hover {
  background: rgba(255,255,255,0.25);
}


/*ghost*/
.btn-glass-ghost {
    border-radius: 20px;

    font-weight: 300!important;
  background: transparent;
  border: none;
  /*border: 1px solid rgba(255,255,255,0.25);*/

  color: rgba(255,255,255,0.8);
  backdrop-filter: blur(4px);
  cursor: pointer;
}
.btn-glass-ghost:hover {
  background: rgba(255,255,255,0.15);
}


/*focus-visible*/
.btn-glass-primary:focus-visible,
.btn-glass-secondary:focus-visible,
.btn-glass-ghost:focus-visible {
  outline: none;
  /*box-shadow: 0 0 0 3px rgba(255,255,255,0.35);*/
}

.div-rounder{
  border-radius: 10px;
}
.div-rounder-2{
  border-radius: 15px;
}
.div-rounder-3{
  border-radius: 20px;
}

/*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: 280px;

}

/*.fixed-top .navbar-brand img{
  width: 100px;

}*/
/*.navbar-dark .nav-link{
  color:#fff!important
}*/

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

    /*.nav-link:hover{
      color:#1d2b23!important
    }*/

    .btn.nav-link{
      border:1px solid #1d2b23!important
    }

        .btn.nav-link:hover{
      background: transparent;
      color:#1d2b23!important;
      border:1px solid #1d2b23!important
    }
/*hero///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
    .hero {
      /*background: url('img/bg-hero.jpg') center/cover no-repeat;*/
      height: 100vh;
      position: relative;
      color: white;
      /*overflow-y: visible;
      overflow-x: hidden;*/
      background: #1d2b23;
    }
    .hero-slider .slick-slide::before{
      display: none;
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgb(0 0 0 / 70%);
      z-index: 1;
    }
    .overlay {
      background: rgba(0,0,0,0.5);
      position: absolute;
      inset: 0;
    }

.hero-content {
    left: 10%;
    top: 30%;
    width: 80%;
    text-align: center;
    height: auto;
    align-content: center;
}

.hero-content-2{
  margin-top: -3.5%;
}

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




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

/*.hero-slider .slick-slide img#hero-img-1 {    object-position: center 5vh;}
.hero-slider .slick-slide img#hero-img-2 {    object-position: center 5vh;}
.hero-slider .slick-slide img#hero-img-3 {    object-position: center 10vh;}*/

.hero .hero-slider h1 {
    font-weight: 800;
    font-style: normal;
    font-size: 85px;
    color: #ffffff;
    line-height: 85%;
 
    /* text-shadow: 0 0 20px #1d2b23; */
}
.hero .hero-slider h2 {
    font-weight: 700;
    font-style: normal;
    font-size: 50px;
    color: #c7d530;

    /* text-shadow: 0 0 20px #1d2b23; */
}

.hero .hero-slider .text-1{

    top: 33%;
    width: 90%;
    text-align: center;
    left: 5%;
}

.hero .hero-slider .text-2 {
    top: 50%;
    width: 50%;
    left: 65% !important;
    text-align: left;
}

.hero .hero-slider .text-3 {
    width: 90%;
    text-align: center;
    left: 5%;
    top: 33%;
}


.button-1{top: 85%;}

.button-2{top: 75%;
    left: 65%;}

.button-3{top: 85%;}

.hero .hero-slider .subtext-1 {
    top: 65%;
    width: 90%;
    left: 5%;
    text-align: center;
}
.hero .hero-slider .subtext-2 {
    top: 65%;
    width: 50%;
    left: 60% !important;
    text-align: left;
}
.hero .hero-slider .subtext-3{

     top: 39%;
    width: 90%;
    text-align: center;
    left: 5%;
}

/*buscador///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.search-box {
    
    border-radius: 50px;
    display: inline-block;
}





input.form-control{
  color: #fff!important;
     background-color: #00000026!important;
    /*border: 1px solid #1d2b23!important;*/
    border: none;
    border-radius: 10px;
        padding-bottom: 10px!important;
    padding-top: 10px!important;
    padding-right: 10px!important;
    padding-left: 10px!important;
}

select.form-select {
    color:#999;
    background-color: #00000026 !important;
    /* border: 1px solid #1d2b23 !important; */
    border: none;
    border-radius: 10px;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
}
select.form-select:focus{
    color: #fff !important;
    background-color: #011a29 !important;
}

textarea.form-control{
  color: #fff!important;
     background-color: #00000026!important;
    /*border: 1px solid #1d2b23!important;*/
    border: none;
    border-radius: 10px;
        padding-bottom: 10px!important;
    padding-top: 10px!important;
    padding-right: 10px!important;
    padding-left: 10px!important;
}

.form-control::placeholder{
  color:#999;
  font-weight: 700;
}

 /*footer///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
footer p {
  margin: 0;
  font-size: 1.1rem;
  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///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.bg-deco {
  background: #c7d530  url(../img/logo_deco.png) no-repeat left center;
  background-size: contain!important;
  background-attachment: fixed;
}

/*.nuevos-ingresos::before{
  content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #ffffffc7;
    z-index: 0;
}*/


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

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

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


.listaDestacadas .card , .listaFichas .card, .listanoticias .card {
    overflow: hidden;
        /*background: #1d2b23;*/
        border-radius: 20px;
        border: none;
}

.listaDestacadas .card img, .listaFichas .card img, .listanoticias .card img{
      height: 450px;
    object-fit: cover;
    border-radius: 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;
}

.listaDestacadas .card a:hover > img, .listaFichas .card a:hover > img, .listanoticias .card a:hover > img {
    scale: 1.1;
    opacity: 0.5;
      -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;
}

.bg-gradient-color-1{
background: #c7d530;
background: -webkit-linear-gradient(180deg, #c7d53000  0%, #c7d530 100%);
background: -moz-linear-gradient(180deg, #c7d53000  0%, #c7d530 100%);
background: linear-gradient(180deg, #c7d53000  0%, #c7d530 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c7d53000 ", endColorstr="#c7d530", GradientType=0);
}


.bg-gradient-green{background: linear-gradient(#2c3e33, #1d2b23);}

.bg-gradient-color-2{
background: #1d2b23;
background: -webkit-linear-gradient(180deg, #1d2b2375  0%, #1d2b23 100%);
background: -moz-linear-gradient(180deg, #1d2b2375  0%, #1d2b23 100%);
background: linear-gradient(180deg, #1d2b2375  0%, #1d2b23 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1d2b2375", endColorstr="#1d2b23", GradientType=0);
}

/*emprendimientos///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.emp-sec{
/*background: #f8f9f8 url(img/bg-deco.png) no-repeat center center;
background-size: contain!important;*/
}


.tit-empre{
  font-size: 70px;
    font-weight: 700;
}

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

.emp-sec .card a:hover  img{
      scale: 1.1;
    opacity: 0.5;
      -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;
}

.emp-sec img {
  object-fit: cover;
  height: 450px !important;
  width: 100%;
  border-radius: 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;
}


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

.nosotros-sec{background: url(../img/bg-hero-3.jpg) no-repeat right center;
    background-size: cover !important;}

/*.nosotros-sec-2{background: url(../img/bg-hero-2.jpg) no-repeat right center;
    background-size: cover !important;}*/

.nosotros-sec::before{
content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(29 43 35 / 60%);
    
}

/*.nosotros-sec-2::before{
content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
        background-color: rgb(29 43 35 / 60%);
    
}*/


.nosotros-sec .card {
      /*min-height: 400px;*/
      /*background: transparent;*/
    /*border: none;*/
    box-shadow: none !important;
    border-radius: 20px;
    border: none;
    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::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0%;
    height: 0%;
    border-radius: 100%;
    opacity: 0;
    background-color: #c7d530;
        -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: '';
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    border-radius: 0%;
    opacity: 1;
    background-color: #c7d530;
        -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 .mision .card-body{
  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: 90px;
    width: 100px;
    height: 100px;
    padding: 5px 5px;
    border-radius: 100%;
    display: inline-block;
    line-height: 1;
}


.nosotros-sec-white {
  background-color: #fff!important;
}

.nosotros-sec-white::before{
  display: none;
}

.alquila-sec .icon-card i {
    font-size: 90px;
    width: 100px;
    height: 100px;
    padding: 5px 5px;
    border-radius: 100%;
    display: inline-block;
    line-height: 1;
}

.nosotros-sec .card:hover{
  /*background: #1d2b23;*/
  backdrop-filter: blur(20px) saturate(160%);
  -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  i{

  color:#1d2b23!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 .rebote{
  animation: saltar 0.3s linear ;
}

.nosotros-sec .card:hover  h4{
  color: #1d2b23!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: #1d2b23!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;
}








/*alquila efectos cards*/


.alquila-sec .abono-card::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0%;
    height: 0%;
    border-radius: 100%;
    opacity: 0;
    background-color: #c7d530;
        -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;
}


.alquila-sec .abono-card:hover::before {
    content: '';
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    border-radius: 0%;
    opacity: 1;
    background-color: #c7d530;
        -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;
}
.alquila-sec .abono-card:hover{
  /*background: #1d2b23;*/
  backdrop-filter: blur(20px) saturate(160%);
  -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;
}

.alquila-sec .abono-card:hover  i{

  color:#1d2b23!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;
}

.alquila-sec .abono-card:hover .rebote{
  animation: saltar 0.3s linear ;
}
.alquila-sec .abono-card:hover  h5{
  color: #1d2b23!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;
}

.alquila-sec .abono-card:hover  li{
  color: #1d2b23!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;
}








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

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

.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: #fff;
    outline: none;
    background: transparent;
}

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

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

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

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

.listaFichas .card img{
      height: 450px;
    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: #1d2b23;
    background: transparent;
    border: 1px solid #1d2b23;
        border-radius: 100% !important;
    height: 40px;
    width: 40px;
   padding: 7px 0;
    text-align: center;
}

.page-link:focus {
   color: #1d2b23;
}

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

.active>.page-link, .page-link.active {
    color: var(--bs-pagination-active-color);
    background-color: #1d2b23;
    border-color: #1d2b23;
        border-radius: 100% !important;
    height: 40px;
    width: 40px;
    ppadding: 7px 0;
    text-align: center;
}

/*lista-emprendimientos*/


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


.listaEmprendimientos .card a:hover  img{
      scale: 1.1;
    opacity: 0.5;
      -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;
}


.listaEmprendimientos .card img{border-radius: 10px;height: 450px;
    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;}
/*buscador prop///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.buscador-prop{
  position: sticky;
    top: 0;
    height: auto;
    border-radius: 15px;
}



/*nosotros//////////////////////////////////////////////////////////////////////////////////////////////////////////*/


.nosotros{
  /*background-color: #f5f5f5;*/

  background: #f8f9f8 url(../img/deco.png?123465) no-repeat center bottom;
  background-size: cover;
}
.img-nosotros{
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1) !important;
  border: 4px solid white;
}


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

.form-card{
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1) !important;
  background-color: #fff;
}

.contact-form{
  border-radius:15px ;
}


.img-contacto {
background: url(../img/fachada.jpg?15481548);background-size: cover;height: 100%;border-radius: 15px;background-position: center;}


.img-contacto::before{
  content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgb(0 0 0 / 50%);
      z-index: 0;
}
/*input, select, textarea{
      background-color: #f8f9f8!important;
}*/


/*background secciones*/


#tas-img{object-fit: cover;
    object-position: center -35px;}


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

.infoBox h3{background: #c7d530!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: 15px}

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

.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:15px;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:15px 15px 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: #c7d530;
    color: #ffffff;
    cursor: pointer;
}


.zoom{
  display: inline-block;
  animation: rotar 20s linear infinite;
}

@keyframes rotar {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}




@keyframes saltar {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}



@media (max-width: 768px) {

h1 {
    font-size: 36px;
}

  .navbar-brand img{
  width: 120px;

}

.hero-slider {

    height: 70%;}


  .hero-slider .slick-slide img {
    height: 70vh;
    object-fit: cover;
    object-position: 70%;


}

.hero-content {
    left: 2%;
    top: auto;
        bottom: 5%;
    width: 96%;
    text-align: center;
    height: auto;
    align-content: center;
}


.hero .hero-slider h1 {

    font-size: 50px;}

.hero .hero-slider h2 {

    font-size: 25px;}


.hero .hero-slider .text-2 {
    top: 22%;
    width: 65%;
    left: 35% !important;
}

.hero .hero-slider .text-3 {
    top: 25%;
}

.button-2 {
    top: 40%;
    left: 35%;
}

/*.hero-slider .slick-slide img#hero-img-1 {
    object-position: center 125px;
}

.hero-slider .slick-slide img#hero-img-2{
    object-position: center 125px;
}

.hero-slider .slick-slide img#hero-img-3{
    object-position: center 125px;
}*/

.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: 1.8rem;
}

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

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


.tel-foot p{
  display: inline-block;
}

.buscador-prop {
    
    /*top: 0;
    height: 100%;*/
}
.w-sm-100{
  width: 100%!important;
}

.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;*/
}

}



