/*! Paste your custom styles here */


:root {
  --laranja: #f29100;
  
}




.logo {
    max-height: 41px;
    position: relative;
    top: -2px;
}

.cor-laranja{
	color: var(--laranja);
}