/*
// Extra small devices (portrait phones, less than 576px)
// No media query since this is the default in Bootstrap

// Small devices (landscape phones, 576px and up)
*/
/*@media (min-width: 576px) { ... }*/

/*// Medium devices (tablets, 768px and up)*/
/*@media (min-width: 768px) {...}*/

/* Large devices (desktops, 992px and up)*/
/*@media (min-width: 992px) { ... }*/

/* Extra large devices (large desktops, 1200px and up)*/
/*@media (min-width: 1200px) { ... }*/

/*Other styles*/

/* Extra small devices (portrait phones, less than 576px)*/
/*@media (max-width: 575.98px) { ... }*/

/*Small devices (landscape phones, less than 768px)*/
/*@media (max-width: 767.98px) { ... }*/

/* Medium devices (tablets, less than 992px)*/
/*@media (max-width: 991.98px) { ... }*/

/* Large devices (desktops, less than 1200px)*/
/*@media (max-width: 1199.98px) { ... }*/

/*
 Extra large devices (large desktops)
 No media query since the extra-large breakpoint has no upper bound on its width*/


@media (min-width: 576px) { 

    
}

@media (min-width: 768px) { }

@media (min-width: 992px) { 

}

@media (min-width: 1200px) {  }

@media (max-width: 575.98px) { 
    .descripcion-obra{
        padding-bottom: 0px!important;
    }
    .descripcion-obra h1{
        font-size: 1.5rem!important;
    }
    .fixed-bottom{
        position: relative!important;
    }
    .datos-left{
    
        flex-direction: column;
    }
    .datos-left{
        height: 100px;;
    }
    .informacion {
        
    }

  
  
}
@media (max-width: 767.98px) { 
  
 }
@media (max-width: 991.98px) { 
    .bg-light-espais {
        background-color: #f8f9fa!important;
    }
    
    /* obras comerciales titulos */
    .obras_comerciales_secciones{
        padding-top: 90px;
    }
    .caja-secciones-imagenes{
        grid-template-columns: 1fr;
    }
    .obras{
        min-height: calc(100% - 30px);
        padding-top: 90px;
       
    }
    .cuadro-obras{
        padding-bottom: 70px;
    }
    .navbar-collapse{
        background-color: white;
    }
    .footer{
      
    }
 }
@media (max-width: 1199.98px) {  }
