.hide-bullets {
    list-style:none;
    margin-top:0px;
    padding:0;
}

/*Creado el 26 de Enero 2020, para crear un menú flotante de los botones Diseño, Construcción y Lotes 
que fueron removidos de la parte inferior de la página index, al final no se usaron y se incluyeron en
el submenú Nuestros Proyectos*/
#desplegable li{
  padding: 0;
  display:inline;
  text-align:left;
  
}

#desplegable a{
color:black;
font-size:14px;

}

#desplegable ul{
    background-color:#db251d;
    margin: 10 10 10 10;
}

#desplegable a:hover {
    background:  salmon;
    color:white;
  }

/*Terminan los botones flotantes que no se usaron finalmente*/

/*Los siguientes se crearon para dar formato a los títulos de la lista desplegable del menú nuevo*/
#titulo {
    background-color:#db251d;
    text-align: center!important;
}

#titulo li {
    color:white;
    font-weight: bold;
}
.dropdown-header{
background-color:#db251d;
}

.container-fluid .row{
    text-align: center;
}


#lotes{
        padding-right: 0;
       
        padding-bottom: 35px;
    }

@media screen and (max-width:1366px){
  .col-md-3 {
        float: left;
        width:50%;
        }
       
} 

@media screen and (max-width:1280px){
    .col-md-3 {
        float: left;
        width:45%;
    }
    .galeria{
        position: relative;
       
      }
   
}  


@media screen and (max-width:1007px){
    .col-md-3 {
        float: left;
        width:25%;
    }
   
} 

@media screen and (max-width:812px){
    .col-md-3 {
        float: left;
        width:25%;
     }
}  

@media screen and (max-width:667px){
.col-md-3 {
    float: left;
    width:25%;
}
.container-fluid h2 {
    font-size: 20px;
    height: 15px!important;
  }

.container-fluid .row{
    height: 15px!important;
}

#lotes{
    padding-bottom: 35px;
    padding-left:25px;
}

.description h3 {
    display: none;
  }
}    

@media screen and (max-width:568px){
    .col-md-3 {
        float: left;
        width:50%;
     }
} 
