/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/

.logo_junto {
	display: flex;
}

.foto_logo {
	width: 4rem;
	height: 4rem;
	position: relative;
	top: 13px;
	margin-right: 2rem;
}

body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	color: #90ac33 !important;
}

.text-uppercase {
	color: #ffffff !important;
}

@media (max-width: 1024px) {
	.foto_logo {
		width: 4rem;
		height: 4rem;
		margin-left: 1rem;
		margin-right: 1rem;
		position: relative;
    	top: 15px;
	}
}