	@font-face {
        font-family: "Roboto Condensed";
        src: url("../usinadedados_fontes_imagens/RobotoCondensed-Light.ttf")
          format("truetype");
        font-weight: 300;
        font-style: normal;
        font-display: swap;
      }

      @font-face {
        font-family: "Roboto Condensed";
        src: url("../usinadedados_fontes_imagens/RobotoCondensed-LightItalic.ttf")
          format("truetype");
        font-weight: 300;
        font-style: italic;
        font-display: swap;
      }

      @font-face {
        font-family: "Roboto Condensed";
        src: url("../usinadedados_fontes_imagens/RobotoCondensed-Regular.ttf")
          format("truetype");
        font-weight: 400;
        font-style: normal;
        font-display: swap;
      }

      @font-face {
        font-family: "Roboto Condensed";
        src: url("../usinadedados_fontes_imagens/RobotoCondensed-Italic.ttf")
          format("truetype");
        font-weight: 400;
        font-style: italic;
        font-display: swap;
      }

      @font-face {
        font-family: "Roboto Condensed";
        src: url("../usinadedados_fontes_imagens/RobotoCondensed-Medium.ttf")
          format("truetype");
        font-weight: 500;
        font-style: normal;
        font-display: swap;
      }

      @font-face {
        font-family: "Roboto Condensed";
        src: url("../usinadedados_fontes_imagens/RobotoCondensed-MediumItalic.ttf")
          format("truetype");
        font-weight: 500;
        font-style: italic;
        font-display: swap;
      }

      @font-face {
        font-family: "Roboto Condensed";
        src: url("../usinadedados_fontes_imagens/RobotoCondensed-SemiBold.ttf")
          format("truetype");
        font-weight: 600;
        font-style: normal;
        font-display: swap;
      }

      @font-face {
        font-family: "Roboto Condensed";
        src: url("../usinadedados_fontes_imagens/RobotoCondensed-SemiBoldItalic.ttf")
          format("truetype");
        font-weight: 600;
        font-style: italic;
        font-display: swap;
      }

      @font-face {
        font-family: "Roboto Condensed";
        src: url("../usinadedados_fontes_imagens/RobotoCondensed-Bold.ttf")
          format("truetype");
        font-weight: 700;
        font-style: normal;
        font-display: swap;
      }

      @font-face {
        font-family: "Roboto Condensed";
        src: url("../usinadedados_fontes_imagens/RobotoCondensed-BoldItalic.ttf")
          format("truetype");
        font-weight: 700;
        font-style: italic;
        font-display: swap;
      }

      @font-face {
        font-family: "Roboto Condensed";
        src: url("../usinadedados_fontes_imagens/RobotoCondensed-ExtraBold.ttf")
          format("truetype");
        font-weight: 800;
        font-style: normal;
        font-display: swap;
      }

      @font-face {
        font-family: "Roboto Condensed";
        src: url("../usinadedados_fontes_imagens/RobotoCondensed-ExtraBoldItalic.ttf")
          format("truetype");
        font-weight: 800;
        font-style: italic;
        font-display: swap;
      }

      @font-face {
        font-family: "Roboto Condensed";
        src: url("../usinadedados_fontes_imagens/RobotoCondensed-Black.ttf")
          format("truetype");
        font-weight: 900;
        font-style: normal;
        font-display: swap;
      }

      @font-face {
        font-family: "Roboto Condensed";
        src: url("../usinadedados_fontes_imagens/RobotoCondensed-BlackItalic.ttf")
          format("truetype");
        font-weight: 900;
        font-style: italic;
        font-display: swap;
      }

      /* Definindo fonte padrão para todo o documento */
      * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
      }

      body {
        font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont,
          "Segoe UI", Arial, sans-serif;

        min-height: 100vh;
      }
	  
.menu_direito {
	  	/*height: 90px;
		width: 250px;
		background-color: white;
		color: white;*/
		margin-bottom: 50px;
		position: absolute;
		z-index: 2;
		opacity: 0;
		text-align: center;
		line-height: 26px;
		cursor: pointer;
	  }
	  
.flex-container {
	display: flex;
	flex-wrap: wrap;
	margin: 0 45px 45px 0;
}

.qvplaceholder, .qvobject {
	flex: 1 1 auto;
	height: 300px;
	min-width: 400px;
	margin: 45px 0 0 45px;
}

#popup {
	background-color: #c3534b;
	color: #FFFFFF;
	position: fixed;
	max-width: 250px;
	padding: 10px;
	margin: 10px;
	bottom: 0;
	right: 0;
	display: none;
	border-radius: 5px;
	z-index: 6;
	font-family: sans-serif;
}

.close {
	cursor: pointer;
	background: 0 0;
	border: 0;
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .2;
	position: absolute;
	right: 9px;
	top: 7px;
}

.close:hover {
	opacity: .5;
}

#popupText {
	margin-right: 23px;
}
