/*-- //fontes --*/

@font-face {
font-family: "Futura";
src: local(Futura), url("../fonts/futura-medium-bt.ttf");
 }

@font-face {
font-family: "Comfortaa";
src: local(Comfortaa), url("../fonts/comfortaa.ttf");
 }

#nome {
   font-family: "Futura";
   font-size: 67px;
   margin-top: -0px;
   color: #ffffff;
 }

#diagnotico {
   font-family: "Comfortaa";
   font-size: 15px;
   margin-top: -10px;
   color: #E8B820;
 }

#texto {
   font-family: "Comfortaa";
   font-size: 15px;
   color: #000000;
 }

#titulo {
   font-family: "Comfortaa";
   font-size: 28px;
 }

#servico {
   font-family: "Comfortaa";
   font-size: 15px;
   text-align: center;
 }

#titulo_rodape {
   font-family: "Comfortaa";
   font-size: 16px;
 }

#titulo_rodape_rede {
   font-family: "Comfortaa";
   font-size: 21px;
 }

#titulo_pagina {
   font-family: "Comfortaa";
   font-size: 20px;
   font-weight: 600;
 }

#titulo_diversao {
   font-family: "Comfortaa";
   font-size: 20px;
   font-weight: 600;
 }

/*-- //fontes --*/