* {
	font-size: 11px;
	font-family: tahoma;
	margin: 0px
}

IMG {
	border: 0px
}

textarea,
select,
input {
	color: black;
	font-size: 11px;
	font-family: tahoma, aria;
	overflow: hidden;
}

textarea {
	overflow: auto;
	resize: none;
}


table,
td,
tr {
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

A {
	color: #0A0B0C;
	TEXT-DECORATION: none;
	cursor: pointer;
}


A:hover {
	color: #0A0B0C;
	TEXT-DECORATION: none;
	cursor: pointer;
}

.ulnormal {
	list-style: none;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

.ulnormal li {
	float: left;
}

.ulnormal li a {
	color: red;
}

.header {
	border: 1px solid red;
	width: 1040px;
	margin: 0px auto;
	text-align: left;
}

.footer {
	border: 1px solid blue;
	width: 1040px;
	margin: 0px auto;
	text-align: left;
	padding: 50px 0px 0px 0px;
}

.titulo1 {
	font-family: Arial;
	font-size: 10px;
	color: red;
}


.menu {
	float: left;
	background: pink;
	height: 150px;
	line-height: 150px;
}

.redessociais {
	float: right;
	border: 1px solid red;
	padding-top: 50px;
}

.bemvindo {
	font-size: 20px;
	color: red;
}


/*COOKIE*/
#div_cookie {
	background: none repeat scroll 0 0 #ffffff;
}

.notification {
	bottom: 0;
	left: 0;
	padding: 5px 0;
	position: fixed;
	right: 0;
	z-index: 99999;
	border-top: 1px solid #cecece;
	opacity: 0.9;
	width: 100%;
	background-color: #ffffff;
}

.containercookie {
	margin: 0 auto;
	max-width: 978px;
	min-width: 100px;
	width: 100%;
}

#div_cookie .description {
	float: left;
	line-height: 18px;
	margin: 0;
	padding-right: 20px;
}

#btn_cookie_accept {
	background-color: #000000;
	border: 0 none;
	border-radius: 0.2em;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 5px;
	padding: 0.85em 1.15em 0.65em;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out 0s;
	vertical-align: top;
	white-space: nowrap;
	margin-top: 7px;
}

#btn_cookie_accept:hover {
	background: none repeat scroll 0 0 #222222;
	border: 0 none;
	color: #fff;
}

.description {
	max-width: 890px;
	min-width: 70px;
	float: left;
	line-height: 20px;
	margin-top: 5px;
}

.description a {
	text-decoration: underline;
}



.slidecontainer {
	width: 100%;
}

.slider {
	-webkit-appearance: none;
	width: 100%;
	height: 5px;
	border-radius: 5px;
	background: #6666b9;
	outline: none;
	-webkit-transition: .2s;
	transition: opacity .2s;
	overflow: unset;
}

.slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 29px;
	height: 29px;
	border-radius: 80%;
	background: darkblue;
	cursor: pointer;
}

.slider::-moz-range-thumb {
	width: 35px;
	height: 35px;
	border-radius: 80%;
	background: darkblue;
	cursor: pointer;
}