body {
  background-color: white;//#121139;
  font-family: Lato, sans-serif;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.5;
}

a:link {
  color: red;
  text-decoration: none; 
}

/* visited link */
a:visited {
  color: red;
  text-decoration: none; 
}

/* mouse over link */
a:hover {
  color: red;
  ..text-decoration: none; }
}

/* selected link */
a:active {
  color: red;
  text-decoration: none; 
}
	
.hero {
    min-height: 650px;
    background-image: url(/site_files/img/banner_2bots.png?v=2);
    background-position: 50% 0px;
    background-size: auto 650px;
    background-repeat: no-repeat;
}


.texto {
	font-weight: 600;
    font-size: 16px;
    letter-spacing: 0px;
    color: rgb(4, 17, 29);
    font-family: Poppins, sans-serif;
    text-decoration: none;
    
    
    display: block;
    font-size: 2em;
    margin-block-start: 0.67em;
    //margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.barra {
	box-shadow: rgb(4 17 29 / 25%) 0px 0px 8px 0px;
    max-width: 100vw;
    height: 72px;
    //position: sticky;
    top: 0px;
    z-index: 110;
    transition: top 0.5s ease 0s;
    background-color: rgb(255, 255, 255);
}
.navh2 {
    display: flex;

    //-webkit-box-pack: justify;
    //justify-content: right;
    padding-left: 16px;
    box-shadow: rgb(4 17 29 / 25%) 0px 0px 8px 0px;
    max-width: 100vw;
    min-height: 102px;
}

.red
	{
	color: #ff0000 !important;
	}
 
}




.logotext
	{
	font-weight: 600;
    font-size: 28px;
    margin-left:14px;
    letter-spacing: 1px;
    //color: rgb(4, 17, 29);
    font-family: Poppins, sans-serif;
    text-decoration: none;
	}
.navItem {
	-webkit-box-align: center;
    align-items: center;
    color: rgba(4, 17, 29, 0.75);
    display: flex;
    height: 100%;
    //padding: 0px 30px;
    position: relative;
    //width: 100%;
    font-weight: 600;
    font-size: 16px;
    
}

.principal
	{
	font-size: 32px;
	margin: 0px;
	text-align: center;
    z-index: 2;
    //max-width:500px;
	font-weight: 600;
    color: rgb(4, 17, 29);
	//line-height: 110%;
	//background-color:red;
	}
.imagem2
	{
	object-fit: cover;
    max-height:300px;
	}
	
.imagem_assunto
	{
	object-fit: cover;
    max-width:240px;
    float:left;
    margin-right:30px;
    margin-bottom:30px;
    border: solid 1px gray;
	}	
	
.imagem_pessoa
	{
	object-fit: cover;
    width:100%;
    border-radius: 10px 10px 0px 0px;
	}		
.startup-logo
	{
	//margin-right:40px;
	//margin-bottom:40px;
	min-height:200px;
	}	
.gray
	{
	
	}
	
.gray {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  max-height:130px;
  }
  
.gray:hover{
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
  }  				
.titulo_assunto
	{
	font-size: 32px;
	margin: 0px;
	text-align: left;
    z-index: 2;
	font-weight: 600;
    color: red !important;
    margin-bottom:20px;
	}	
.conteudo
	{
	color:black;
	font-size:18px;
	letter-spacing: 0px;
	line-height: 2;
	}	
	
.titulo_bio
	{
	font-size: 25px;
	margin: 0px;
	text-align: left;
    z-index: 2;
	font-weight: 600;
    color: rgb(4, 17, 29);
	}	
.bio
	{
	color:black;
	font-size:14px;
	letter-spacing: 0px;
	line-height: 1.5em;
	}	
	
.conteudo_livre
	{
	color:black;
	font-size:20px;
	letter-spacing: 0px;
	line-height: 2;
	margin-bottom:40px;
	text-indent: 30px;
	}		
	
.sombra
	{
	width: 100%;
    background-color: rgb(251, 253, 255);
    flex-direction: column;
    border-radius: 10px;
    z-index: 2;
    //max-width: 355px;
    box-shadow: rgb(4 17 29 / 25%) 3px 4px 9px 3px;
	}	
	
.subtitulo
	{
	line-height: 2;
	font-weight: 400;
    //max-width: 400px;
    z-index: 2;
    font-size: 18px;
    color: rgb(53, 56, 64);
	}	
.bg2
	{
	background-image: url(/siteimg/hyper2logo.jpg);	
    background-size: cover;
    width:100%;
    height:100%;
    color: #999999;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -100;
    //background-color: rgba(255, 255, 255,0.3);
    background-position: center center;
    opacity: 0.3;
    filter: blur(6px);
    -webkit-mask: linear-gradient(rgb(255, 255, 255), transparent);
	}
	

	
.assunto
	{
	min-height:200px;
	width:100%;
	padding:15px;
	margin-top:40px;
	margin-bottom:20px;
	}	
	
.footer {
  padding-top: 36px;
  padding-bottom: 50px;
  background-color: white;
  color: #999;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}