@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');


@import url(grid.css);

@import url(grid-landscape.css) screen and (min-width: 576px);
@import url(grid-tablet.css) screen and (min-width: 768px);
@import url(grid-desktop.css) screen and (min-width: 992px);
@import url(grid-desktop-hq.css) screen and (min-width: 1200px);

@import url(variables.css);
@import url(style.css);
@import url(avisos.css);
@import url(tablas.css);
@import url(footer.css);

@import url(footer-cuestionario.css);