<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">        .box-cookies.hide {
            display: none !important;
        }

        .box-cookies {
            position: fixed;
            background: rgba(150, 185, 245, 0.25);
            width: 100%;
            z-index: 10;
            bottom: 10px;
            left: 0;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .box-cookies .msg-cookies,
        .box-cookies .btn-cookies {
            padding-top: 10px;
            padding-left: 10px;
            padding-right: 5px;
            color: #333;
            font-size: 24px;
            font-weight: 600;
        }

        .msg-cookies a {
            text-decoration: none;
        }

        .box-cookies .btn-cookies {
            background: rgba(50, 85, 155, 0.75);
            border-radius: 5px;
            cursor: pointer;
            align-self: normal;
            color: #fff
        }

        @media screen and (max-width: 600px) {
            .box-cookies {
                flex-direction: column;
            }
        }
		
	/*----------Novo style-------------*/
	.down {
		position:fixed;
	}
	
	.box-button-accept,body {
		font-family:Raleway,sans-serif!important
	}
	
	body {
		background:0 0;
		margin:0;
		padding:0
	}


	.down {
		bottom:0;
	}

	a {
		color:inherit
	}
	
	.box-cookies-text {
		display:flex;
	}
	
	.box-cookies-text,
	.box-cookies-text p,
	.box-button-accept,
	.box-cookies-communication {
		font-size:14px!important;
		margin:0
	}
	
	.box-cookies-show {
		z-index: 10000;
		width:100%;
		background:#fff;
	}
	
	@media screen and (min-width:1200px) { 
		.box-cookies-content {
			width: 1200px !important;
		}
	}
	
	.box-cookies-content {
		padding:25px!important
	}
	
	.box-cookies-img {
		display:flex!important;
		align-items:center!important;
		margin:0 25px 0 0;
		justify-content:center!important
	}
	
	.box-cookies-img,
	.box-cookies-img img {
		padding:0
	}
	
	.box-cookies-communication {
		width:calc(100% - 260px)!important;
		float:left!important
	}
	
	.box-cookies-button-accept {
		width:190px!important;
		float:right!important;
		display:flex!important;
		align-items:center!important;
		justify-content:center!important
	}
	
	.box-button-accept {
		margin:0 15px!important;
		padding:16px 14px!important;
		float:right!important;
		cursor:pointer!important;
		line-height:16px!important;
		font-weight:600;
		width:130px!important;
		border:none!important;
		text-shadow:none;
		background-image:none;
		transition:transform .2s ease-in-out,background-color .2s ease-in-out;
		-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.3);
		-moz-box-shadow:0 0 10px 0 rgba(0,0,0,.3);
		box-shadow:0 0 10px 0 rgba(0,0,0,.3)
	}
	
	.box-cookies-button-close {
		border-radius:50%;
		border:0;
		color:#525151;
		cursor:pointer;
		font-size:26px;
		font-weight:600;
		height:26px;
		line-height:1px;
		outline:0;
		padding:0;
		text-align:center;
		transition:transform .1s ease-in-out,background-color .1s ease-in-out;
		width:26px;
		z-index:1;
		margin:0;
		background:0 0
	}
	
	.box-cookies-button-close img {
		margin:0,
		display: flex;
	}

	.box-cookies-show.hide {
		display: none !important;
	}

	@media screen and (min-device-width:320px) and (max-device-width:500px) {
		.box-cookies-communication p {
			display:inline
		}
		
		.box-cookies-text {
			display:inline !important;
		}

		.box-cookies-content {
			padding:20px!important;
			width:calc(100% - 40px)!important
		}
		
		.box-cookies-img {
			display:none!important
		}
	 
		.box-cookies-button-accept {
			width:100%!important;
			float:right!important;
			display:flex!important;
			align-items:center!important;
			justify-content:center!important;
			margin-top:15px
		}
		
		.box-cookies-communication&gt;a {
			color:inherit!important;
			text-decoration:none!important;
			border-bottom:solid 1px!important
		}
		.box-cookies-communication {
			width:100%!important;
			float:left!important
		}
	}
	.box-cookies-privacy-policy {
		border-bottom:solid 1px;
		border-color:inherit;
		cursor:pointer
	}

	@media screen and (min-width:1024px) and (max-width:1024px) {	 
		.box-cookies-content {
		  padding:25px 19px!important;
		  width:900px
		}
	}
	.disabled:after {
		border-color:rgba(255, 255, 255, 0.44) !important;
	}

	@media only screen and (max-width:767px) {
		.box-cookies-communication {
			max-height:145px;
			overflow-y:scroll;
		} 
	}</pre></body></html>