@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
.cookieQdr { z-index:999; width:500px; border-radius:20px 20px 0 0; text-align:center; background:#f7de86; overflow:hidden; position:fixed; bottom:0; right:22px; display:none; }
.cookieQdr .cookieDesc { float:left; padding:3.5%; width:75%; box-sizing:content-box; }
.cookieQdr .cookieDesc p { font-family: 'Roboto', sans-serif; font-size:13px; margin:0; padding:0; color:#000; line-height:16px!important; text-align:justify; }
.cookieQdr .cookieDesc p strong { font-size:13px; }
.cookieQdr .cookieDesc a { font-family: 'Roboto', sans-serif; font-size:13px; color:#000; text-decoration:underline; font-weight:700; }
.cookieQdr .cookieButton { float:right; padding:3.5%; width:8%; position:relative; box-sizing:content-box; }
.cookieQdr .cookieButton a { font-family: 'Roboto', sans-serif; font-size:13px; color:#fff; font-weight:700; background:#1a73e8; padding:8px 12px; border-radius:7px; transition:background .5s; position:absolute; top:100%; right:22px; }
.cookieQdr .cookieButton a:hover { cursor:pointer; background:#1a73e8e6; }

ul.polpriv { list-style-type: none; padding: 0; }
.lnkCks:link, .lnkCks:visited { color: #5D252B; text-decoration: underline; }
.lnkCks:hover, .lnkCks:active { font-weight:bold; color: #5D252B; text-decoration: underline; }
.alert-danger { color:#5D252B!important; border-radius:0!important; }

@media(max-width:539px) {
.cookieQdr { width:100%; border-radius:0; bottom:0; right:0; }
.cookieQdr .cookieDesc { width:100%; padding:0; }
.cookieQdr .cookieDesc p { margin:20px 20px 0; }
.cookieQdr .cookieButton { float:left; width:100%; padding:0; padding:28px; }
.cookieQdr .cookieButton a { position:relative; top:50%; }
}