.cc_dialog.simple {
    right: 20px !important;
    bottom: 20px !important;
    max-width: 530px !important;
    position: fixed !important;
    border-radius: 9px;
	background-color: rgba(30, 30, 30, 0.9) !important;
	padding: 35px !important;
}
.cc_dialog .cc_dialog_headline{
	font-family: inherit;
	font-size: 21px !important;
    font-weight: normal !important;
    text-transform: uppercase;
	color: white !important;
}
.cc_dialog button.cc_b_ok:active, .cc_dialog button.cc_b_ok, .dark.cc_dialog button.cc_b_ok {
    background: #127b7a !important;
	color: white !important;
	font-family: inherit;
	font-weight: normal;
}
.light.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_footer .cc_cp_f_save button {
    background: #127b7a !important;
}
.cc_dialog button.cc_b_cp{
	font-family: inherit;
	font-weight: normal;
}
.cc_dialog .cc_dialog_text {
    font-size: 14px !important;
	font-family: inherit;
	color: white !important;
}
/* Cookies de funcionalidad */
.cc-cp-body-tabs > li:nth-child(3){
	display: none !important;
}
/* Cookies de seguimiento */
.cc-cp-body-tabs > li:nth-child(5){
	display: none !important;
}
.cc_dialog_text a{
	color: white !important;
	text-decoration: underline !important;
}
.termsfeed-com---palette-light .cc-nb-reject{
	background-color: #00c6bc !important;
}
.cc-cp-foot-byline{
	visibility: hidden !important;
}
.termsfeed-com---nb-simple{
	max-width: 561px !important;
}
.termsfeed-com---nb .cc-nb-main-container{
	padding: 30px;	
}
.termsfeed-com---nb .cc-nb-text{
	font-size: 14px;
}
.termsfeed-com---nb .cc-nb-title{
	font-size: 19px;
}

.termsfeed-com---palette-light .cc-nb-okagree {
    color: #fff;
    background-color: #082240;
}