

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

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


@font-face {
      font-family: 'Century Gothic';
      src: url('../fonts/Century_Gothic.ttf?123456') format('truetype')
    }


@font-face {
      font-family: 'gotham medium italic';
      src: url('../fonts/gothammediumitalic.ttf?123456') format('truetype')
    }

@font-face {
      font-family: 'gotham medium_1';
      src: url('../fonts/gothammedium1.ttf?123456') format('truetype')
    }

@font-face {
      font-family: 'gotham light italic';
      src: url('../fonts/gothamlightitalic.ttf?123456') format('truetype')
    }

@font-face {
      font-family: 'gotham medium';
      src: url('../fonts/gothammedium.ttf?123456') format('truetype')
    }





h5,h6, p   {
  
}

h1,h2,h3,h4,button{
  
}

input, select, textarea, button, a{
  font-family: 'gotham medium_1', sans-serif;
}

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-violet{
  background-color: #573F87;
}


.bg-grey-light{
  background-color: #EAEBEB;
}


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


.color-violet{
  color: #573F87;
}

.color-white{
  color: #fff;
}

.color-grey{
  color: #58595B;
}

.border-violet{
  border:1px solid #573F87;
}


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



.gradient-left{
  background: #573F87;
background: -webkit-linear-gradient(90deg, #573f8778 0%, #573f8700 100%);
background: -moz-linear-gradient(90deg, #573f8778 0%, #573f8700 100%);
background: linear-gradient(90deg, #573f8778 0%, #573f8700 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#573f8778", endColorstr="#573f8700", GradientType=1);
}



.gradient-right{
  background: #573F87;
background: -webkit-linear-gradient(270deg, #573f8778 0%, #573f8700 100%);
background: -moz-linear-gradient(270deg, #573f8778 0%, #573f8700 100%);
background: linear-gradient(270deg, #573f8778 0%, #573f8700 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#573f8778", endColorstr="#573f8700", GradientType=1);
}


.shadow-gen {
    box-shadow: 0 0 11px 1px rgb(0 0 0 / 13%);
}


.div-rounder{
  border-radius: 20px;
}
.icon-i{
    position: relative;
    top: 4px;
    font-size: 1.2rem;}


.social-icon-i{
  position: relative;
  top: 4px;
  font-size: 2rem;
}

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

.navbar{
    z-index: 9;
  -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-dark .nav-link{
  color:#fff!important
}

.nav-link:hover{
      opacity: 0.8;
    }


.navbar-brand img{
  width: 250px;
}
.page-link {

    color: #573F87;

}
.page-link:hover {
    z-index: 2;
    color: #ffffff;
    background-color: #3e8468;
    border-color: var(--bs-pagination-hover-border-color);
}
.active>.page-link, .page-link.active {
    color: #fff;
    background-color: #573F87;
    border-color: #573F87;
}
/*///////////////////////////////////////////////////////Botones///////////////////////////////////////////////////*/



.btn-gen{
    display: block;
    width: fit-content;
    font-size: 1.1rem;
    line-height: 1;
    border-radius: 15px;
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !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-gen: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-form{
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  border-radius: 20px;
}


.btn-ope{

  border-radius: 15px 15px 0 0;
  background-color: #EAEBEB;
  color: #573F87;
  border: 1px solid #EAEBEB;
}



.btn-ope.active{
  background-color: #fff;
  color: #573F87;
  border: 1px solid #fff;
}

.btn-ope:hover{

  background-color: #573F87;
  color: #EAEBEB;
  border: 1px solid #573F87;
}


.btn-violet{
  background-color: #573F87;
  color: #fff;
  border: 1px solid #573F87;
}

.btn-violet:hover{
  background-color: transparent;
  color: #573F87;
  border: 1px solid #573F87;
}

.btn-white{
  background-color: #fff;
  color: #573F87;
  border: 1px solid #fff;
}

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

.btn-border-violet{
  background-color: transparent;
  color: #573F87;
  border: 1px solid #573F87;
}

.btn-border-violet:hover{
  background-color: #573F87;
  color: #fff;
  border: 1px solid #573F87;
}

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

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





/*/////////////////////////////////////////////INPUT-TEXTAREA////////////////////////////////////////////////////*/
.input-rounder{
  max-width: 100%;
  font-size: 1.1rem;
  line-height: 1;
  border-radius: 20px;
  padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.textarea-rounder{
  min-height: 150px;
  width: 100%;
  font-size: 1.1rem;
  line-height: 1;
  border-radius: 20px;
  padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}


.input-white{
  color:#573F87;
  background-color:#fff;
  border:none;
}

.input-white::placeholder{
  color:#573F87;
}

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

.input-border-white::placeholder{
  color:#fff;
}

.input-border-violet{
  color:#573F87;
  background-color:transparent ;
  border:solid 1px #573F87;
}

.input-border-violet::placeholder{
  color:#573F87;
}

.input-grey{
  color:#58595B;
  background-color:#EAEBEB;
  border:none;
}

.input-grey::placeholder{
  color:#58595B;
}




/*/////////////////////////////////////////////SELECT////////////////////////////////////////////////////*/


.select-rounder{
  max-width: 100%;
  font-size: 1.1rem;
  line-height: 1;
  border-radius: 20px;
  padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}


.select-white{
  color:#573F87;
  background-color:#fff;
  border:none;
}
.select-white:focus{
  color:#573F87;
  background-color:#fff;
  border:none;
}

.select-border-white{
  color:#fff;
  background-color:transparent;
  border:solid 1px #fff;
}
.select-border-white:focus{
  color:#573F87;
  background-color:transparent;
  border:solid 1px #fff;
}

.select-border-violet{
  color:#573F87;
  background-color:transparent ;
  border:solid 1px #573F87;
}
.select-border-violet:focus{
  color:#573F87;
  background-color:transparent ;
  border:solid 1px #573F87;
}

.select-grey{
  color:#58595B;
  background-color:#EAEBEB;
  border:none;
}
.select-grey:focus{
  color:#58595B;
  background-color:#EAEBEB;
  border:none;
}


/*/////////////////////////////////////////////INPUT-SELECT-TEXTAREA////////////////////////////////////////////////////*/


/*/////////////////////////////////////////////HERO/////////////////////////////////////////////////////////////////////*/

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

    }

    .hero-slider .slick-slide::before{
      /*display: none;*/
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
          background-color: #ffffffb5;
    backdrop-filter: grayscale(1);
    }
    .hero-content {
    top: 50%;
    width: 60%;
    left: 20%;
  }

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

.hero h2{
      font-size: 3rem;
    }




/*////////////////////////////////////////////////HERO///////////////////////////////////////////////////////////////*/

/*////////////////////////////////////////////////BUSCADOR///////////////////////////////////////////////////////////*/




/*//////////////////////////QUIENES SOMOS HOME/////////////////////////////////////////////////////////////*/

.quienes-somos{
  background: url('../img/bg-section-2.png');
  background-size: cover;
}
/*//////////////////////////PROPIEDADES DESTACADAS HOME/////////////////////////////////////////////////////////////*/


.propiedades-destacadas{
  background: url('../img/bg-section-1.png');
  background-size: cover;
}


.propiedades-lista{
  background: url('../img/bg-section-1.png');
  background-size: contain;
  background-attachment: fixed;
  background-repeat:no-repeat ;
}


/*//////////////////////////PROYECTOS DESTACADOS HOME/////////////////////////////////////////////////////////////*/
.emprendimientos-destacados{
  background: url('../img/bg-section-2.png');
  background-size: cover;
}

/*//////////////////////////SERVICIOS HOME/////////////////////////////////////////////////////////////*/


.icon-item{
    width: 130px;
    border-radius: 100%;
    height: 130px;
    padding: 15px;
}

.icon-item img{
  width: 100px;
}

.icon-item i{
  font-size: 90px;
    margin: 5px;
    line-height: 1;}

.slick-next:before {
    content: ''!important;
    display: none;
}
.slick-prev:before {
    content: ''!important;
    display: none;
}

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

      .slick-arrow:hover{
color: #573F87;}

.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%;
}

/*//////////////////////////EMPRENDIMEINTOS HOME/////////////////////////////////////////////////////////////*/


/*//////////////////////////TIPOS DE PROPIEDADES HOME/////////////////////////////////////////////////////////////*/


/*//////////////////////////NOVEDADES HOME/////////////////////////////////////////////////////////////*/


/*//////////////////////////TASACIONES/QUIERE VENDER HOME/////////////////////////////////////////////////////////////*/


/*//////////////////////////CONTACTO DESTACADAS HOME/////////////////////////////////////////////////////////////*/

.contacto-home{
  background: url('../img/bg-contacto.png?1548');
  background-size: cover;
}




/*//////////////////////////hero about us/////////////////////////////////////////////////////////////*/
.about-us{
background: url('../img/bg-hero.png');
  background-size: cover;
}

.img-nos-2{width: 350px;left: 55%;top: 40%;}



/*//////////////////////////por que elegirnos/////////////////////////////////////////////////////////////*/
.elegirnos{
background: url('../img/bg-contacto.png');
  background-size: cover;
}

/*//////////////////////////FOOTER/////////////////////////////////////////////////////////////////////*/

.whatsapp-btn {
  position: fixed;
    bottom: 20px;
    left: 20px;
    background-color: #075e54bd;
    color: white;
    border-radius: 50%;
    padding: 10px 21px;
    font-size: 33px;
    width: 70px;
    height: 70px;
    z-index: 9;
}

.whatsapp-btn:hover{
  background-color: #25d366;
}


/*//////////////////////////////efectos//////////////////////////////////////////*/


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

@keyframes rotar {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}



/*/////////////////////////////////////LISTADO//////////////////////////////////////////////////////////////*/
#col-list{
   -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-map{
   -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;
}


@media (min-width: 768px) {
.mapprop{
  height: 100vh;
}


.open_list{
  width: 100%!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;
}

.open_map{
  height: 0%!important;
  width: 0%!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;
}


.open_list #itemprop{
  width: 33.33333333%!important;
}
}

/*///////////////////////////////////////////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: #3e8468;
    color: #ffffff;
    cursor: pointer;
}




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

.infoBox h3{background: #573F87!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/////////////////////////////////////////////////////////////////*/


.activefav{
  height: 50px;
    width: 50px;
    background: #3e8468;
    border-radius: 100%;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.activefav i{
  color: #fff!important;
}

.counterfav {
    background: #3e8468;
    border-radius: 50px;
    color: #fff;
    padding: 1px 0px;
    text-align: center;
    margin-left: 5px;
    display: inline-block;
  
    width: 25px;
    height: 25px;
    font-size: 14px;
}



@media (max-width: 768px) {
.navbar-brand img{
  width: 200px;
}
.img-nos-2{width: 70%;
    left: 15%;
    top: 52%;}

.quienes-somos {
 
    background-position-x: center;}
.hero-content {
    top: 35%;
    width: 94%;
    left: 3%;
}

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

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

.hero h2 {
    font-size: 2rem;
}


.w-sm-100{
  width: 100%!important;
}

.h-sm-50{
  height: 50vh!important;
}

/*.map-list{
  flex-direction: column-reverse;
}*/

#col-map{
  position: relative!important;
}

.mapprop{
  height: 100%;
}

.open_map{
  height: 0vh!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;
}

.buscador-prop{
  height: 0px;
  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{
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  -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;
}


}