  body{
  font-family: 'Montserrat'!important;
}

/*h1{
font-family: 'Quicksand', sans-serif;
}*/
h1{
font-family: 'Montserrat'!important;
}
.color1 {
    background-color: #07368A;
}
.color2{
  background-color:#E1201F
}

.color1text{
   color:#07368A
}

/*h4 {
    line-height: 1.2;
    font-size: 12px;
    font-weight: 700;
    margin: 0 0 0px;
    letter-spacing: 1px;
    text-transform: uppercase;
}*/


/*****menu*********************************************************************************/


 .navbar{
    position:fixed;
    z-index: 9;
    width: 100%;
    background: rgb(2,0,36);
background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(0,0,0,0.5718662464985995) 0%, rgba(0,0,0,0) 100%);
        padding: 0 0 0 55px!important;
  }

.navbar-brand{
  padding-top: 0!important
}
  .logo{
        width: 200px;
    padding: 10px;
  }

  .navbar-collapse{
  justify-content: center;
  align-self: center;
  }

  .navbar-nav{ }

  .scrolled{
    background: #07368A!important;
  }

.navbar-light .navbar-nav .nav-link {
    color: #FFF;
    font-size: 16px;
}
  .navbar-light .navbar-nav .active>.nav-link {
    color: #fff;
}


a {
    color: #2b2b2b;}

/****menu**********************************************************************************/

/****hero*********************************************************************************/

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    max-height: 100vh;
    opacity: 0.5;
}

.carousel{
  background: #01102b;
  height: 100vh;

}


  .banner-home{
        height: 30vh;
    background: none;
    background-size: cover;
    padding-top: 13%;
    position: absolute;
    width: 80%;
    left: 10%;
    z-index: 1;

  }



.titulo-hero{
    color: #fff;
    font-weight: 300;
    text-shadow: 0 0 4px rgb(0 0 0 / 86%);
    font-size: 60px
  }




.arrow-left{
      position: absolute;
    top: 33%;
    left: 20px;
    background: #07368A;
    color: #fff;
    padding: 15px 20px;
    z-index: 99999;
    border-radius: 25px;
}

.arrow-right{
      position: absolute;
    top: 33%;
    right: 20px;
    background: #07368A;
    color: #fff;
    padding: 15px 20px;
    z-index: 99999;
    border-radius: 25px;
}

.banner-prop{
        padding: 1rem 2rem;
}

/*********************************************************************************************/


/*buscador*****************************************************************************/

  .form-busqueda{
  width: 90%;
  margin:auto;
          justify-content: center;
    padding: 10px 5px;
    background: transparent;
    border-radius: 0px;
}


.form-inline .input-group{
  width: 15%!important;
}

  .input-group-text{
    border:none;
    padding:0!important;
  }

.input-group-text label{
    background: #E1201F;
  
    border: none;
    color: #FFF;
    padding: 8px 35px;
        border-radius: 0px;
        width: 100%;
}

input:checked + label {
 background: #07368A;
 color: #fff;

}


 .form-busqueda .input-group-text input[type=radio] {
    margin-top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 0;
}



.btn-primary {
        background: #07368A;
    border: none;
    color: #fff;
    padding: 8px 20px;
    border-radius: 0px;
}
/*buscador*****************************************************************************/

/*contenido*/

.icon-div{
        width: 200px;
    height: 200px;
    margin: auto;
    background: #07368A;
    padding: 40px;
    border-radius: 100%;
    box-shadow: 0 0 20px rgb(7 54 138 / 53%);
}

.icon-div:hover{
    
    background: #e1201f;
        box-shadow: 0 0 20px rgb(255 0 0 / 37%);
  
}

.icon-div img{
    /*filter: invert(1);*/
}

.icon-div:hover > img{
    
    /*filter: invert(0);;*/
  
}

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

.property {
  position: relative;
  background: #fff;
    /*box-shadow: 0 0 9px rgba(0,0,0,0.3);*/
    padding: 12px;
}

.listaFichas .property:before, .listaDestacadas .property:before{
content: '';
    background: #00000080;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.property img{
    width: 100%;
    height: 250px;
    padding-bottom: 10px;
}

.price-overlay {
      position: absolute;
    top: 25px;
    left: 20px;
    padding: 5px 10px;
    background-color: #ff1300;
    color: #fff;
    font-weight: bold;

}

.property i{
    color:#fff;
}
      /*listado*******************************************************************************/
/*///////////////////////////////////////////MAPA INFOBOX/////////////////////////////////////////////////////////////////*/
.infoBox{box-shadow: 0px 0px 15px rgba(0,0,0,0.5)}
    .infoBox h3{background:#E1201F ;line-height:21px;text-transform:none;color:#fff!important}
.infoBox .codmapa{background:#E1201F ;line-height:20px;color:#fff; z-index: 999999}
.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:3px;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}
.infoBox .imgmapa{width:265px;height:175px;float:left;position:relative}
.infoBox .imgmapa img{border-radius:3px 3px 0 0;width:100%;height:100%;float:left}
.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 img{display:none}
.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:.8}
.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}
.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/////////////////////////////////////////////////////////////////*/
/******emprendimientos*//*********************************************************************/



       .card-prop-small {
    background: #fff;
}

       .card-prop {
    margin-bottom: 30px;
    transition: all ease-in .2s;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0);
}



.header-cp {
    height: 350px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.header-cp-vertical {
    height: 400px;
}

.img-cp {
    background: no-repeat center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all ease-in .3s;
}

.card-prop-small .body-cp {
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 15px 25px 20px;
    color: #1e2d4e;
}



/******emprendimientos*//*********************************************************************/

/******paginador*****************************************************************************/

.card-header {

    background-color: rgb(146 5 16);
    border-bottom: none!important;
    color: #fff;
}


.pagination{
  flex-wrap: wrap;
}


.page-item.active .page-link {

       background-color: #07368A;
    border-color: #07368A;
}


.page-link {
 
    color: #07368A;
    background-color: #fff;
    border: 1px solid #07368A;
}

/*************************************************************************************************/

/*******form************************************************************************************/


.form-consultas{
  padding: 25px;
    
    border-radius: 10px;
}

.form-consultas .form-control{


    border: none;
        border: none;
    border-radius: 0px;
    border-bottom: 1px solid #07368A;
    background: transparent;
}

.asterisco{
  color: #07368A;
}

a {
    color: #2b2b2b;}


.item-contact{
        backdrop-filter: blur(4px);
        border-radius: 20px;
    box-shadow: 0 0 11px #0000004a;
    height: 320px;
    padding: 27px 0;

}
.icon-contac{
  font-size: 70px;
    color: #07368A;
    padding: 29px 25px;
    width: 135px;
    height: 135px;
    border: solid 4px #07368A;
    border-radius: 289px;
    margin-bottom: 15px;
}


    @media(max-width:780px){

.logo {
    width: 150px;
    padding: 10px;
}
.navbar {
 
    padding: 0 0 0 0px!important;
    justify-content: space-around;
        background: #07368A!important
}

.navbar-toggler-icon {
    background-color: white;
  }
.navbar-collapse{

    background: #07368A!important;
    padding: 5% 10%;
}
.collapse.show {
    display: block;

}

.banner-home {
    height: 100vh;
   
    padding-top: 20%;

    width: 100vw;
    left: 0%;

}

.titulo-hero {
    font-size: 30px;
}

.form-inline .input-group {
    width: 100%!important;
}


.w-100 {
    width: 100%!important;
    /*height: 100vh;*/
    object-fit: cover;
}




.input-group {
    width: 100%!important;
    margin-right: 0!important;
}


.media {
  
    flex-direction: column;
}
.listaDestacadas{
    padding:0!important;
}


    }