

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

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

h2,h3,h4,h5,h6, p,button   {
  font-family: 'Rubik', sans-serif!important;
}

h1{
  font-family: 'Sahitya', serif!important;
}


.sahitya{
  font-family: 'Sahitya', 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;}




@media (min-width: 768px) {


    .col-md-1-5 {
        flex: 0 0 auto;
        width: 12.5%!important;
    }

    .col-md-0-5 {
        flex: 0 0 auto;
        width: 4.166666666%!important;
    }

    .col-md-2-4 {
        flex: 0 0 auto;
        width: 20%!important;
    }
}


/*////////////////////////////COLORES///////////////////////////////////////////////////////////////////////*/


.title-sec{
  width: fit-content;
}

.line-yellow {
  background: #fff500;
  height: 2px;
}

.line-violet{
  background: #1a124d;
  height: 2px;
}

.bg-violet-1{
  background-color: #1A124D;
}
.bg-violet-2{
  background-color: #071940;
}
.bg-violet-3{
  background-color: #5093BC;
}
.bg-violet-4{
  background-color: #9BC7E0;
}


.bg-yellow-1{
  background-color: #FFF500;
}
.bg-yellow-2{
  background-color: #91C4B1;
}
.bg-yellow-3{
  background-color: #C4E8D7;
}
.bg-yellow-4{
  background-color: #D6F2E5;
}


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


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

.bg-white-opacity{
  background-color:#ffffffc2
}

.color-violet-1{
  color: #1A124D;
}


.color-yellow-1{
  color: #FFF500;
}


.color-white{
  color: #fff;
}

.color-grey-1{
  color: #333;
}

.border-violet-1{
  border:1px solid #1A124D;
}
.border-yellow-1{
  border:1px solid #FFF500;
}




.div-rounder{
  border-radius: 15px;
}

.div-shadow{box-shadow:0 0 20px #1a124d1c;}


.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: #1A124D;

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



.btn-gen{
  display: block;
  width: fit-content;
  font-size: 1.1rem;
  line-height: 1;
  border-radius: 5px;;
  padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
    padding-top: .5rem !important;
    padding-bottom: .5rem !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{
  display: block;
  width: fit-content;
  font-size: 1.1rem;
  line-height: 1;
  border-radius: 5px;;
  padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !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-form: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-violet{
  background-color: #1A124D;
  color: #fff;
  border: 1px solid #1A124D;
}

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

.btn-yellow{
  background-color: #FFF500;
  color: #1A124D;
  border: 1px solid #FFF500;
}

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

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

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

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

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

.btn-border-yellow{
  background-color: transparent;
  color: #071940;
  border: 1px solid #071940;
}


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

.btn-border-violet:hover{
  background-color: #1A124D;
  color: #fff;
  border: 1px solid #1A124D;
}
.btn-border-yellow:hover{
  background-color: #071940;
  color: #fff;
  border: 1px solid #071940;
}
.btn-border-white:hover{
  background-color: #fff;
  color: #1A124D!important;
  border: 1px solid #fff;
}





/*/////////////////////////////////////////////INPUT-TEXTAREA////////////////////////////////////////////////////*/
.input-rounder{
  max-width: 100%;
  font-size: 1.1rem;
  line-height: 1;
  border-radius: 8px;;
  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: 8px;;
  padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}


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

.input-white::placeholder{
  color:#333333;
}


.input-grey{
  color:#333333;
  background-color:#f3f3f3;
  border:none;
}

.input-grey::placeholder{
  color:#333333;
}



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

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

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

.input-white::placeholder{
  color:#333333;
}


.input-shadow{
  color:#333333;
  background-color:#fff;
  border: none;
      box-shadow: 0 0 8px 1px rgb(0 0 0 / 10%);
}


.input-shadow::placeholder{
  color:#333333;
}




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


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



.select-white{
  color:#333333;
  background-color:#fff;
  border:none;
}

.select-white:focus{
  color:#333333;
  background-color:#fff;
  border:solid 1px #1A124D;
}

.select-grey{
  color:#333333;
  background-color:#f3f3f3;
  border:none;
}

.select-grey:focus{
  color:#333333;
  background-color:#f3f3f3;
  border:solid 1px #1A124D;
}

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

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


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

.select-border-violet:focus{
  color:#1A124D;
  background-color:#fff;
  border:solid 1px #1A124D;
}


.select-shadow{
  color:#333333;
  background-color:#fff;
  border: none;
      box-shadow: 0 0 8px 1px rgb(0 0 0 / 10%);
}


.select-shadow:focus{
  color:#1A124D;
  background-color:#fff;
  border: none;
  box-shadow: 0 0 8px 1px rgb(0 0 0 / 10%);
}


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


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

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

    }

    .hero-slider::before{
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #00000038;
      z-index: 1;
    }
    .hero-content {
      top: 40%;
      width: 80%;
      left: 10%;
      z-index: 2;
      
    }

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

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


.hero-slider video{height: 100vh;
    object-fit: cover;}

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

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


.search-box{
  width: 85%;
  margin: auto;
}


.btb-ope{padding: 15px 30px !important;}

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

.nosotros-left{
  background: url('../img/bg-nosotros.png');
  background-size: cover;
}
/*//////////////////////////PROPIEDADES DESTACADAS HOME/////////////////////////////////////////////////////////////*/
.propiedades-destacadas-venta{
  background: url('../img/bg-deco.png?125');
  background-size: cover;

}

.propiedades-destacadas-alquiler{
  background: url('../img/bg-hero.png?125');
  background-size: cover;

}
.propiedades-destacadas-alquiler::before{
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #1a124dc4;
    }

.item-prop {
    background: #1A124D;
    box-shadow: 0 0 20px #00000052;
}

.card-prop{
  position: absolute;
  top: 15%;
}

/*//////////////////////////SERVICIOS HOME/////////////////////////////////////////////////////////////*/
.servicios-home{
  background: url('../img/bg-servicios.png?125');
  background-size: cover;
}

.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:#1A124D ;}

      .slick-arrow:hover{
color: #FFF500;}

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

.tipos-home{
  background: url('../img/bg-tipos.png?125');
  background-size: cover;
}
/*//////////////////////////NOVEDADES HOME/////////////////////////////////////////////////////////////*/


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


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

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

.contacto-home::before{
  content: "";
    position: absolute;
    background: url(../img/bg-contacto.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 59%;
    height: 80%;
    top: 10%;
    left: 8%;
}

/*//////////////////////////newsletter HOME/////////////////////////////////////////////////////////////*/


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

/*//////////////////////////hero about us/////////////////////////////////////////////////////////////*/
.about-us{
background: url('../img/bg-hero.png');
  background-size: cover;
}
/*//////////////////////////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{
    height: 75vh;
   -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: 100%;
}


.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: 0vh!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: #FFF500;
    color: #ffffff;
    cursor: pointer;
}




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

.infoBox h3{background: #1A124D!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: #FFF500;
    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: #FFF500;
    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) {

.search-box {
    width: 100%;
    margin: auto;
}

.btb-ope {
    width: 50%!important;
}

.hero-content {
    top: 20%;
    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{
  height: 50vh;
  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;
}

.card-prop{
position: relative;
        margin-top: -20%;
        left: 4.16%;
    
}
}