/* AVISO COOKIES */ 
.cookiealert { padding: 24px 12px; position: fixed; bottom: 0; left: 0; width: 100%; z-index: 9999; opacity: 0; transform: translateY(100%); color: #333947; background-color: rgba(255, 255, 255, 0.9); border-top: 1px solid #c0c0c0; }
.cookiealert.show { opacity: 1.0; transform: translateY(0%); }
.cookiealert a { text-decoration: underline; color: #333947 !important; }
.cookiealert .acceptcookies { margin-left: 10px !important; }
.cookiealert button, #botaoguardardefinicoescookies { cursor: pointer; padding: 8px; font-size: 0.9em; border: 0px; border-radius: 3px; margin: 0; text-align: center; }
.corfundostandardbarrastitulo{
	display: flex; flex-direction: row; justify-content: space-between; align-items: center; padding: 30px 10px; 
}
.modal-header button {
	margin: 0; min-width: 30px; height: 30px;
}