/* News Ticker */

@charset "utf-8";

@import url(https://fonts.googleapis.com/css?family=Ubuntu);

@-webkit-keyframes rodar {
	0% {
		-webkit-transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(360deg)
	}
}
.tooltip-inner {
	background-color: #B22222 !important;
	color: #fff;
	font-family: 'Ubuntu', sans-serif;
	font-size: 13px
}
.tooltip.top .tooltip-arrow {
	border-top-color: #B22222 !important
}
.tooltip.right .tooltip-arrow {
	border-right-color: #B22222 !important
}
.tooltip.bottom .tooltip-arrow {
	border-bottom-color: #B22222 !important
}
.tooltip.left .tooltip-arrow {
	border-left-color: #B22222 !important
}
body {
	overflow-x: hidden !important;
	overflow-y: hidden
}
::-webkit-scrollbar {
	width: 7px
}
::-webkit-scrollbar-track {
	background-color: #eee;
	border-radius: 0px
}
::-webkit-scrollbar-track-piece {
	opacity: 1
}
::-webkit-scrollbar-thumb {
	border-radius: 0px;
	background-color: #aaa
}
::-moz-selection {
	color: #fff;
	background: #1AAB8A
}
::selection {
	color: #fff;
	background: #1AAB8A
}
.hr {
	width: 50% !important;
	border: 1px solid #fff !important
}
.main-bg {
	background: rgba(241, 231, 103, 1);
	background: -moz-radial-gradient(center, ellipse cover, rgba(241, 231, 103, 0.43) 0%, rgba(254, 182, 69, 1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(241, 231, 103, 0.43)), color-stop(100%, rgba(254, 182, 69, 1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(241, 231, 103, 0.43) 0%, rgba(254, 182, 69, 1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(241, 231, 103, 0.43) 0%, rgba(254, 182, 69, 1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(241, 231, 103, 0.43) 0%, rgba(254, 182, 69, 1) 100%);
	background: radial-gradient(ellipse at center, rgba(241, 231, 103, 0.43) 0%, rgba(254, 182, 69, 0) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f1e767', endColorstr='#feb645', GradientType=1)
}

.txt-destaque1 {
	font-weight: 800;
	color: #B22222;
	font-family: 'Ubuntu', sans-serif
}


@keyframes pular {
	from {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.popup-control {
	background: #1AAB8A;
	color: #fff;
	border: none;
	position: relative;
	height: 40px;
	margin-right: 0px;
	margin-top: -10px;
	font-size: 18px;
	padding: 0px 10px 0px 3px;
	cursor: pointer;
	transition: 800ms ease all;
	outline: none;
	transform: translateY(-30px);
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	z-index: 3
}
.popup-control:hover {
	background: #fff;
	color: #1AAB8A;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
	transform: translateY(-33px)
}
.popup-control:before,
.popup-control:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	height: 2px;
	width: 0;
	background: #1AAB8A;
	transition: 200ms ease all
}
.popup-control:after {
	right: inherit;
	top: inherit;
	left: 0;
	bottom: 0
}
.popup-control:hover:before,
.popup-control:hover:after {
	width: 100%;
	transition: 400ms ease all
}
.body-modalx {
	max-width: 700px;
	background-color: rgba(255, 255, 255, 0.95);
	padding: 15px 15px 15px 15px;
	border-radius: 2px;
	-webkit-box-shadow: 0px 0px 25px 6px rgba(0, 0, 0, 0.32);
	-moz-box-shadow: 0px 0px 25px 6px rgba(0, 0, 0, 0.32);
	box-shadow: 0px 0px 25px 6px rgba(0, 0, 0, 0.32)
}
.btn-close-modalx {
	background-color: #1AAB8A;
	color: #fff;
	font-size: 16px;
	font-family: 'Ubuntu', sans-serif;
	border: none;
	outline: none;
	padding: 7px;
	letter-spacing: 2px;
	border-radius: 2px;
	transition: 0.3s;
	margin-top: 14px
}
.btn-close-modalx:hover {
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2)
}
#modalx-fastFade {
	-webkit-animation-name: fade-Out;
	animation-name: fade-Out;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
@-webkit-keyframes fade-Out {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}
@keyframes fade-Out {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}
.popup_visible #modalx-fastFade {
	-webkit-animation-name: fastFade;
	animation-name: fastFade;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
@-webkit-keyframes fastFade {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
@keyframes fastFade {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
