* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
}

html,
body {
	width: 100%;
	height: 100%;
}

body {
	font-family: "Open Sans", sans-serif;
	font-size: 0.95rem;
}

header,
footer {
	background-color: #fe0606;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
}

p {
	color: #6b6b6b;
	line-height: 1.4rem;
	font-weight: 400;
}

a,
a:hover,
a:focus {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	text-decoration: none;
	outline: 0 solid transparent;
}

.banner-principal,
.banner-central {
	height: auto;
	max-width: 100%;
}

.card {
	border: none;
	background-color: rgba(255, 255, 255, 0);
}

.card-title,
.titulo-youtube,
.titulo-noticia,
.nome-empresa {
	color: #9c0000;
}

.card-title:hover {
	color: #700000;
}

.card-horizontal {
	display: flex;
	flex: 1 1 auto;
}

img.imagem-destaque {
	width: 100%;
	height: 200px;
	object-fit: cover;
	object-position: center center;
}

img.imagem-destaque2 {
	width: 100%;
	height: 105px;
	object-fit: cover;
	object-position: center center;
}

img.imagem-noticias,
img.imagem-noticias-gerais {
	width: 125px;
	height: 95px;
	object-fit: cover;
	object-position: center center;
}

img.maisFotosNoticias {
	width: 100%;
	height: auto;
}

h4.card-title,
.titulo-youtube {
	font-size: 1.25rem;
	line-height: 1.5rem;
}

h5.card-title {
	font-size: 1rem;
	line-height: 1.25rem;
}

h6.card-title,
h6.noticias-gerais {
	font-size: 0.9rem;
	line-height: 1.1rem;
}

span.categoria-mais-noticias {
	font-size: 0.8rem;
}

.formulario>input {
	width: 60%;
}

.logomarca {
	width: 80px;
}

.menu-principal ul {
	display: flex;
	justify-content: space-around;
	width: 100%;
}

.menu-principal ul li {
	list-style-type: none;
	text-align: center;
	width: 100%;
	height: 100%;
}

.menu-principal ul li:hover {
	background-color: #990000;
}

.data-hora {
	font-size: 0.85rem;
}

.banners-laterais {
	max-width: 100%;
	margin-bottom: 10px;
}

iframe {
	width: 560px;
	height: 315px;
}

p.frase-destaque {
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 4px 10px;
	background-color: #cc0000;
	font-weight: 600;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

p.contagem-mais-vistas {
	position: absolute;
	top: -2px;
	left: -2px;
	padding: 4px 10px;
	background-color: #f38f00;
	font-weight: 600;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

li.texto-rodape {
	font-size: 0.85rem;
	margin-bottom: 3px;
}

img.logomarca-empresa {
	width: 200px;
	height: 200px;
	object-fit: cover;
	object-position: center center;
}

ul.contatos-empresa li {
	color: #6b6b6b;
	font-weight: 600;
	font-size: 1.05rem;
	margin-bottom: 8px;
}

ul.contatos-empresa li a {
	color: #6b6b6b;
	font-weight: 600;
}

ul.contatos-empresa li a:hover {
	text-decoration: underline;
}

.carousel-indicators li {
	width: 10px;
	height: 10px;
	border-radius: 100%;
	margin-bottom: 24px;
}

.fb-share-button {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 5px;
	background-size: 100% 100%;
	background-image: url("../imgs/facebook32.png");
	background-repeat: no-repeat;
	background-position: center;
}

/* MENU RESPONSIVO */
.drop-down {
	display: inline-block;
	position: relative;
	z-index: 1000;
}

.drop-down__button {
	display: inline-block;
	line-height: 40px;
	padding: 0 18px 0 12px;
	text-align: left;
	border-radius: 4px;
	cursor: pointer;
}

.drop-down__icon {
	width: 18px;
	vertical-align: middle;
	margin-left: 14px;
	height: 18px;
	border-radius: 50%;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.drop-down__menu-box {
	position: absolute;
	width: 200px;
	left: 0;
	background-color: #ebebeb;
	border-radius: 4px;
	border-bottom: #990000 3px solid;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	visibility: hidden;
	opacity: 0;
	margin-top: 5px;
}

.drop-down__menu {
	margin: 0;
	padding: 8px 13px;
	list-style: none;
}

.drop-down__menu-box:before {
	content: '';
	background-color: transparent;
	border-right: 8px solid transparent;
	position: absolute;
	border-left: 8px solid transparent;
	border-bottom: 8px solid #ebebeb;
	border-top: 8px solid transparent;
	top: -15px;
	left: 12px;
}

.drop-down__menu-box:after {
	content: '';
	background-color: transparent;
}

.drop-down__item {
	font-family: "Open Sans", sans-serif;
	font-size: 0.9rem;
	padding: 8px 4px;
	text-align: left;
	font-weight: 500;
	color: #6b6b6b;
	cursor: pointer;
	position: relative;
}

.drop-down__item:hover .drop-down__item-icon {
	fill: #990000;
}

.drop-down__item:hover {
	color: #990000;
}

.drop-down__item:last-of-type {
	border-bottom: 0;
}

.drop-down--active .drop-down__menu-box {
	visibility: visible;
	opacity: 1;
	margin-top: 15px;
}

.drop-down__item:before {
	content: '';
	position: absolute;
	width: 3px;
	height: 28px;
	background-color: #990000;
	left: -13px;
	top: 50%;
	transform: translateY(-50%);
	display: none;
}

.drop-down__item:hover:before {
	display: block;
}

ul.comunidade-whats {
	border: #02C100 1px solid;
	padding: 12px;
	width: 90%;
	margin: 10px auto;
	border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
}

/*** Concent Cookies start ***/

.cookieConsentContainer {
	z-index: 999;
	width: 350px;
	min-height: 20px;
	box-sizing: border-box;
	padding: 21px;
	background: #e2e2e2;
	overflow: hidden;
	position: fixed;
	bottom: 22px;
	left: 22px;
	display: none;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
}

.cookieConsentContainer .cookieTitle {
	font-family: 'Open Sans', arial, sans-serif;
	color: #343a40;
	font-size: 18px;
	line-height: 20px;
	display: block
}

.cookieConsentContainer .cookieDesc p {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', arial, sans-serif;
	color: #343a40;
	font-size: 13px;
	line-height: 20px;
	display: block;
	margin-top: 10px
}

.cookieConsentContainer .cookieDesc a {
	font-family: 'Open Sans', arial, sans-serif;
	color: #343a40;
	text-decoration: underline
}

.cookieConsentContainer .cookieButton a {
	display: inline-block;
	font-family: 'Open Sans', arial, sans-serif;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	margin-top: 12px;
	background: #a70404;
	box-sizing: border-box;
	padding: 12px 20px;
	text-align: center;
	transition: background .3s;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

.cookieConsentContainer .cookieButton a:hover {
	color: #a70404;
	cursor: pointer;
	background: #fff
}

.cover {
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(31, 148, 255, 0.75);
	transition: opacity 0.15s ease-in;
	opacity: 0;
	padding-top: 80px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

/*MEDIAS QUERIES */
@media only screen and (max-width: 576px) {}

@media screen and (min-width: 576px) and (max-width: 767px) {}

@media screen and (min-width: 576px) {}

@media screen and (min-width: 768px) {
	.logomarca {
		width: 168px;
	}

	img.imagem-destaque {
		height: 320px;
	}

	img.imagem-destaque2 {
		height: 225px;
	}

	img.imagem-noticias {
		width: 135px;
		height: 105px;
		object-fit: cover;
		object-position: center center;
	}

	h4.card-title,
	.titulo-youtube {
		font-size: 1.35rem;
		line-height: 1.7rem;
	}

	h5.card-title {
		font-size: 1.1rem;
		line-height: 1.4rem;
	}

	h6.card-title {
		font-size: 0.85rem;
		line-height: 1.2rem;
	}

	h6.noticias-gerais {
		font-size: 1rem;
		line-height: 1.3rem;
	}
}

@media screen and (min-width: 992px) {}

@media screen and (min-width: 1200px) {}