/*####################################################
##													##
## PARRILLACERO5    								##
## 													##
## 1024.CSS		           							##
## 													##
## 													##
## Estilo CSS responsive    						##
## Estilos del frontend      					    ##
##													##
##													##
####################################################*/

@charset "utf-8";

header .grid {
    grid-template-columns: 1fr auto;
}

header .desktop {
    display: none;
}

header .mobile {
    display: block;
}

#ubicacion > .grid {
    grid-template-columns: 1fr;
}
