#owl-demo .item{
    background: #9da8a9;
    padding: 3px 1px 3px 1px;
    margin: 1px;
    color: #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
	height:165px;
}

.destacac{
	
	font-size: 1.1em;
	color:#FFF;
}

.destaca{
	color:#F01213 !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-size: 1.2em;
	background-color: #f1f1f1;
	border-radius: 90px;
	display: block;
	text-align: center;
	width:50px;
	margin:auto;
	margin-top: 5px;
	margin-bottom: -10px;
}

.cup{
	width:100% !important;
	text-align: center;
	background: #DDD !important;
	font-size: 0.7em !important;
	bottom:0;
}

.lembra-left{
	margin-top:0px;
	margin-bottom:10px;
	float:left;
	height:50px;
	margin-right:10px;
}

.lembra-right{
	margin-top:15px;
}
.querpagardestaque a{
	
	color:#FFFFFF !important;
}	

.querpagardestaque{
	
	color:#FFFFFF !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-size: 0.8em;
	font-family: 'Bangers', cursive;
	background-color: #F01213;
	border-radius: 10px;
	display: block;
	text-align: center;
	padding: 0.4em;
	width:60px;
}

.querpagar{
	
	color:#9da8a9 !important;
	font-style: normal !important;
	font-size: 0.56em;
	line-height: 1.2em;

}

dt{
	color:#9da8a9 !important;
}

dd a {
	color:#fff !important;
}

.activo{
	background-color: #F01213;
    border-radius: 10px;
    font-size: 10px;
    padding: 0.3em;
	}
	
.inactive{
	background-color: #9da8a9;
    border-radius: 10px;
    padding: 0.3em;
	}
	
.splash {
    background-color: #28B64C;
    color: #FFF;
    border-radius: 10px;
    font-size: 1.2em;
    padding-top: 2px;
    padding-bottom: 7px;
    padding-left: 10px;
    padding-right: 10px;
}

.mi-slider {
	position: relative;
	height: 280px;
}

.mi-slider ul {
	list-style-type: none;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0px;
	overflow: hidden;
	text-align: center;
	pointer-events: none;
}

.no-js .mi-slider ul {
	position: relative;
	left: auto;
	bottom: auto;
	margin: 0;
	overflow: visible;
}

.mi-slider ul.mi-current {
	pointer-events: auto;
}

.mi-slider ul li {
	display: inline-block;
	padding: 10px;
	width: 30%;
	max-width: 300px;
	border-color:#e1e1e1;
	-webkit-transform: translateX(600%);
	transform: translateX(600%);
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}

.no-js .mi-slider ul li {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.mi-slider ul li a,
.mi-slider ul li img {
	display: block;
	margin: 0 auto;
}

.mi-slider ul li a {
	outline: none;
	cursor: pointer;
}

.mi-slider ul li img {
	max-width: 100%;
	border: 1px solid #ccc;
	padding:10px;
}

.mi-slider ul li h4 {
	display: inline-block;
	color: #333;
	font-size: 13px;
	font-family: Helvetica, Arial;
	font-weight: normal;
}

.mi-slider ul li:hover {
	opacity: 0.7;
} 

.mi-slider nav {
	position: relative;
	top: 290px;
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
	border-top: 5px solid #e2e2e2;
}

.no-js nav {
	display: none;
}

.mi-slider nav a {
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 30px 30px 30px 34px;
	position: relative;
	color: #cccccc;
	outline: none;
	-webkit-transition: color 0.2s linear;
	transition: color 0.2s linear;
}

.mi-slider nav a:hover,
.mi-slider nav a.mi-selected {
	color: red;
}

.mi-slider nav a.mi-selected:after,
.mi-slider nav a.mi-selected:before {
	content: '';
	position: absolute;
	top: -5px;
	border: solid transparent;
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.mi-slider nav a.mi-selected:after {
	border-color: transparent;
	border-top-color: #fff;
	border-width: 20px;
	left: 50%;
	margin-left: -20px;
}

.mi-slider nav a.mi-selected:before {
	border-color: transparent;
	border-top-color: #e1e1e1;
	border-width: 27px;
	left: 50%;
	margin-left: -27px;

}

/* Move classes and animations */

.mi-slider ul:first-child li,
.no-js .mi-slider ul li {
	-webkit-animation: scaleUp 350ms ease-in-out both;
	animation: scaleUp 350ms ease-in-out both;
}

@-webkit-keyframes scaleUp {
	0% { -webkit-transform: translateX(0) scale(0); }
	100% { -webkit-transform: translateX(0) scale(1); }
}

@keyframes scaleUp {
	0% { transform: translateX(0) scale(0); }
	100% { transform: translateX(0) scale(1); }
}

.mi-slider ul:first-child li:first-child {
	-webkit-animation-delay: 90ms;
	animation-delay: 90ms;
}

.mi-slider ul:first-child li:nth-child(2) {
	-webkit-animation-delay: 180ms;
	animation-delay: 180ms;
}

.mi-slider ul:first-child li:nth-child(3) {
	-webkit-animation-delay: 270ms;
	animation-delay: 270ms;
}

.mi-slider ul:first-child li:nth-child(4) {
	-webkit-animation-delay: 360ms;
	animation-delay: 360ms;
}

/* moveFromRight */

.mi-slider ul.mi-moveFromRight li {
	-webkit-animation: moveFromRight 350ms ease-in-out both;
	animation: moveFromRight 350ms ease-in-out both;
}

/* moveFromLeft */

.mi-slider ul.mi-moveFromLeft li {
	-webkit-animation: moveFromLeft 350ms ease-in-out both;
	animation: moveFromLeft 350ms ease-in-out both;
}

/* moveToRight */

.mi-slider ul.mi-moveToRight li {
	-webkit-animation: moveToRight 350ms ease-in-out both;
	animation: moveToRight 350ms ease-in-out both;
}

/* moveToLeft */

.mi-slider ul.mi-moveToLeft li {
	-webkit-animation: moveToLeft 350ms ease-in-out both;
	animation: moveToLeft 350ms ease-in-out both;
}

/* Animation Delays */

.mi-slider ul.mi-moveToLeft li:first-child,
.mi-slider ul.mi-moveFromRight li:first-child,
.mi-slider ul.mi-moveToRight li:nth-child(4),
.mi-slider ul.mi-moveFromLeft li:nth-child(4) {
	-webkit-animation-delay: 0ms;
	animation-delay: 0ms;
}

.mi-slider ul.mi-moveToLeft li:nth-child(2),
.mi-slider ul.mi-moveFromRight li:nth-child(2),
.mi-slider ul.mi-moveToRight li:nth-child(3),
.mi-slider ul.mi-moveFromLeft li:nth-child(3) {
	-webkit-animation-delay: 90ms;
	animation-delay: 90ms;
}

.mi-slider ul.mi-moveToLeft li:nth-child(3),
.mi-slider ul.mi-moveFromRight li:nth-child(3),
.mi-slider ul.mi-moveToRight li:nth-child(2),
.mi-slider ul.mi-moveFromLeft li:nth-child(2) {
	-webkit-animation-delay: 180ms;
	animation-delay: 180ms;
}

.mi-slider ul.mi-moveToLeft li:nth-child(4),
.mi-slider ul.mi-moveFromRight li:nth-child(4),
.mi-slider ul.mi-moveToRight li:first-child,
.mi-slider ul.mi-moveFromLeft li:first-child  {
	-webkit-animation-delay: 270ms;
	animation-delay: 270ms;
}

/* Animations */

@-webkit-keyframes moveFromRight {
	0% { -webkit-transform: translateX(600%); }
	100% { -webkit-transform: translateX(0%); }
}

@-webkit-keyframes moveFromLeft {
	0% { -webkit-transform: translateX(-600%); }
	100% { -webkit-transform: translateX(0%); }
}

@-webkit-keyframes moveToRight {
	0% { -webkit-transform: translateX(0%); }
	100% { -webkit-transform: translateX(600%); }
}

@-webkit-keyframes moveToLeft {
	0% { -webkit-transform: translateX(0%); }
	100% { -webkit-transform: translateX(-600%); }
}

@keyframes moveFromRight {
	0% { transform: translateX(600%); }
	100% { transform: translateX(0); }
}

@keyframes moveFromLeft {
	0% { transform: translateX(-600%); }
	100% { transform: translateX(0); }
}

@keyframes moveToRight {
	0% { transform: translateX(0%); }
	100% { transform: translateX(600%); }
}

@keyframes moveToLeft {
	0% { transform: translateX(0%); }
	100% { transform: translateX(-600%); }
}

.mi-slider {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.telap{
		display:none;
	}
	
.tela{
		display:none;
	}	
	
	
@media screen and (max-width: 3000px){
.telap{
		display:none;
	}
	
.tela{
		display:block;
	}	
	

}
	
	
/* Media Queries */
@media screen and (max-width: 920px){
	.mi-slider nav {
		max-width: 90%;
	}
	.mi-slider nav a {
		font-size: 12px;
		padding: 40px 10px 30px 14px;
	}
	
	.telap{
		display:block;
	}
	
	.tela{
		display:none;
	}
	.apaga{
		display:none;	
		}
}

@media screen and (max-width: 780px){
	.mi-slider {
		height: 300px;
	}
	.mi-slider nav {
		top: 220px;
	}
	.telap{
		display:block;
	}
	
	.tela{
		display:none;
	}
	.apaga{
		display:none;	
		}
}

@media screen and (max-width: 490px){ 
	.mi-slider {
		text-align: center;
		height: auto;
	}

	.mi-slider ul {
		position: relative;
		display: inline;
		bottom: auto;
		pointer-events: auto;
	}

	.mi-slider ul li {
		-webkit-animation: none !important;
		animation: none !important;
		-webkit-transform: translateX(0) !important;
		transform: translateX(0) !important;
		padding: 10px 3px;
		min-width: 140px;
	}

	.mi-slider nav {
		display: none;
	}
	
	.telap{
		display:block;
	}
	
	.tela{
		display:none;
	}
	
	.apaga{
		display:none;	
		}
}

.palheta {
    width: 100%;
    margin: 0;
    background-image: url(../images/rodape_02.jpg);
    background-repeat: repeat-x;
	height:15px;
}	






footer {
  color: #fff;
  background: #212529;
  padding: 25px 16px;
  text-align: center; }

.pre-footer hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
    }

.logo-movin-footer {
  max-width: 220px;
  margin-bottom: 2rem;
  -webkit-transform: translateX(7px);
          transform: translateX(7px); }

ul.social-buttons {
  display: block;
  margin-bottom: 0; }
  ul.social-buttons li a {
    font-size: 18px;
    line-height: 48px;
    display: block;
    width: 48px;
    height: 48px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: white;
    border-radius: 100%;
    outline: none;
    background-color: #343a40; }
    ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
      background-color: #868e96; }

.copyright {
  color: #ced4da;
  font-size: 14px;
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 2rem; }
  .copyright a {
    font-weight: 900;
    color: #ced4da;
    text-decoration: none; }

.list-wdg {
  font-size: 14px;
  text-align: center;
  list-style: none;
  padding-left: 0;
  line-height: 1.5em; }
  .list-wdg a {
    font-weight: 900;
    color: #adb5bd; }
    .list-wdg a span {
      font-weight: 200;
      color: #868e96; }
    .list-wdg a:hover {
      text-decoration: none; }

.list-wdg-title {
  color: #e9ecef;
  font-weight: bold; }