/* 
  ##Device = Desktops
  ##Screen = 1024px to higher resolution desktops
  ##Screen = 1281px to higher resolution desktops
*/

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

/*@media (min-width: 1024px) and (max-width: 2048px) {*/
@media (min-width: 1024px) {
    body {
        width:100%;
        height:100%;
    }

    .ondamex.desktop{
        max-width: 1920px;
        margin-left: auto; 
        margin-right: auto;
    }

    .ondamex.desktop .container{
        padding-right:15px;
        padding-left:15px;
        margin-right:auto;
        margin-left:auto;
        width: 1024px;
        height: 100%;
    }

    .ondamex.desktop .navigation nav .dropdown{
      display: none;
    }

    .ondamex.desktop .container .text_contenido .contenedor_grid {
      grid-template-columns: repeat(6, 1fr);
    }
    
}