/*
Theme Name: Tema Vazio CRC
Theme URI: https://crcpesquisa.com.br/
Author: CRC Pesquisa Clínica
Description: Tema WordPress mínimo, sem cabeçalho, menu ou rodapé, preparado para páginas construídas no Elementor.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: tema-vazio-crc
*/

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100%;
}

body {
  overflow-x: hidden;
}

img,
svg,
video,
iframe {
  max-width: 100%;
}

