body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, input, textarea {
    font-family: 'Roboto', sans-serif;
	
}
h1, h2, h3, h4, h5, h6, strong{
	font-weight: 700;
}


a,body{
	color: #222;
}

.container-fluid {
    min-height: 100%;
}

#geral-conteudo {
    margin-left: auto;
    
}

.rosa{
	background: #efb6d9;
}

#bg-menu {
    position: fixed;
    top: 0;
    background: #fff;
    z-index: 1000;
    padding-top: 20px;
    height: calc(100vh - 0rem);
}

.texto-right{
	text-align: right;
}

.det-brenda{
	list-style: none;
	margin-top: 20px;
}
.det-brenda li{
	margin-bottom: 5px;
	color: #97d290;
}
.det-brenda li a{
	 color: #97d290;
}
.det-brenda li i{
	font-size: 20px;
	margin-left: 5px;
	color: #97d290;
}


.texto{
	color: #fff;
	padding: 15% 15% 10px 20px; 
}
/*  TESTES DE RESOLUCAOES PADROES */


@media only screen and  (max-width:768px){

	#bg-menu{
		position: relative;
		height: auto;
	}
	
	.tem{
		text-align: center;
	}

	.texto{
		padding: 20px;
		text-align: justify;
	}
}/*FIM RESOLUCAO*/