/* !color-cp:alert */
.alert {
	font-size: 13px;
	margin: 0 auto 20px;
	opacity: 0;
	padding: 18px;
	position: relative;
	width: 95%;
	-webkit-transition: width .3s, opacity .3s;
	transition: width .3s, opacity .3s
}

.alert.show {
	opacity: 1;
	width: 100%
}

.alert h3, .alert-title {
	font-size: 20px;
	font-weight: 300;
	line-height: 24px;
	padding-right: 40px
}

.alert h3+p, .alert-title+p {
	margin-top: 10px
}

.alert a {
	color: inherit
}

.alert p a {
	text-decoration: underline
}

.alert p {
	font-weight: 400;
	line-height: 18px;
	padding-right: 5%
}

.alert>p, .alert>ul {
	margin-bottom: 0
}

.alert>p+p {
	margin-top: 0
}

.alert.alert-success {
	background-color: #e0fdec;
	color: rgba(14, 105, 98, .7)
}

.alert.alert-success .alert-title, .alert.alert-success h3 {
	color: #0e6962
}

.alert.alert-info {
	background-color: #e9f4f9;
	color: rgba(16, 46, 96, .7)
}

.alert.alert-info .alert-title, .alert.alert-info h3 {
	color: #102e60
}

.alert.alert-danger {
	background-color: #ffecec;
	color: rgba(134, 8, 8, .7)
}

.alert.alert-danger .alert-title, .alert.alert-danger h3 {
	color: #860808
}

.alert .alert-close {
	font-size: 18px;
	position: absolute;
	right: 20px;
	text-decoration: none;
	top: 8px
}

.alert-close, .alert-open {
	cursor: pointer
}

@media (min-width:768px) {
	.alert {
		font-size: 14px
	}

	.alert h3+p, .alert-title+p {
		margin-top: 5px
	}
}

@media (min-width:992px) {
	.alert a, .alert a:hover {
		color: inherit
	}

	.alert-success .alert-close:hover, .alert-success a:hover {
		color: #0e6962
	}

	.alert-info .alert-close:hover, .alert-info a:hover {
		color: #102e60
	}

	.alert-danger .alert-close:hover, .alert-danger a:hover {
		color: #860808
	}
}

/* !end-color-cp:alert */
/* !color-cp:hr */
.separator {
	border: 0;
	display: block;
	position: relative
}

.separator:after, .separator:before {
	content: '';
	display: block;
	margin-bottom: 17px
}

.separator:before {
	background-color: #e6e6e6;
	height: 1px
}

.separator:after {
	height: 3px;
	left: 50%;
	position: absolute;
	top: -1px;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 130px
}

@media (min-width:768px) {
	.separator:before {
		height: 2px
	}

	.separator:after {
		height: 4px;
		width: 140px
	}
}

/* !end-color-cp:hr */
/* !color-cp:icons */
[class*=icon-] {
	display: inline-block;
	font-family: Icons;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	line-height: 0;
	text-transform: none;
	vertical-align: middle;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-facebook:before {
	content: "\e668"
}

.icon-twitter:before {
	content: "\e669"
}

.icon-google-plus:before {
	content: "\e66a"
}

.icon-pinterest:before {
	content: "\e66b"
}

.icon-viber:before {
	content: "\e67c"
}

.icon-instagram:before {
	content: "\e66c"
}

.icon-linkedin:before {
	content: "\e903"
}

.icon-youtube:before {
	content: "\e900"
}

.icon-single-arrow-down:before {
	content: "\e605"
}

.icon-single-arrow-right:before {
	content: "\e606"
}

.icon-single-arrow-left:before {
	content: "\e607"
}

.icon-error:before {
	content: "\e624"
}

.icon-close-2:before {
	content: "\e612"
}

.icon-share:before {
	content: "\e679"
}

.icon-checked:before {
	content: "\e610"
}

.icon-close:before {
	content: "\e613"
}

.icon-info-2:before {
	content: "\e66e"
}

.icon-whatsapp:before {
	content: "\e667"
}

.icon-rss:before {
	content: "\e666"
}

.icon-protected:before {
	content: "\e620"
}

.icon-views:before {
	content: "\e650"
}

.icon-double-arrow-up:before {
	content: "\e600"
}

.icon-double-arrow-down:before {
	content: "\e601"
}

.icon-double-arrow-right:before {
	content: "\e602"
}

.icon-double-arrow-left:before {
	content: "\e603"
}

.icon-single-arrow-up:before {
	content: "\e604"
}

.icon-light-arrow-left:before {
	content: "\e677"
}

.icon-light-arrow-right:before {
	content: "\e678"
}

.icon-filled-arrow-up:before {
	content: "\e608"
}

.icon-filled-arrow-down:before {
	content: "\e609"
}

.icon-filled-arrow-right:before {
	content: "\e60a"
}

.icon-filled-arrow-left:before {
	content: "\e60b"
}

.icon-down-2:before {
	content: "\e60c"
}

.icon-up-2:before {
	content: "\e60d"
}

.icon-up:before {
	content: "\e60e"
}

.icon-down:before {
	content: "\e60f"
}

.icon-more:before {
	content: "\e611"
}

.icon-versus:before {
	content: "\e614"
}

.icon-modal-close:before {
	content: "\e615"
}

.icon-answer:before {
	content: "\e616"
}

.icon-link-external:before {
	content: "\e617"
}

.icon-linked:before {
	content: "\e618"
}

.icon-search:before {
	content: "\e619"
}

.icon-search-menu:before {
	content: "\e685"
}

.icon-zoom:before {
	content: "\e61a"
}

.icon-unselected:before {
	content: "\e61b"
}

.icon-selected:before {
	content: "\e61c"
}

.icon-desktop:before {
	content: "\e61d"
}

.icon-mobile:before {
	content: "\e61e"
}

.icon-game:before {
	content: "\e61f"
}

.icon-alert:before {
	content: "\e621"
}

.icon-comment:before {
	content: "\e622"
}

.icon-report:before {
	content: "\e623"
}

.icon-literal:before {
	content: "\e625"
}

.icon-mail:before {
	content: "\e626"
}

.icon-print:before {
	content: "\e627"
}

.icon-user:before {
	content: "\e628"
}

.icon-home:before {
	content: "\e629"
}

.icon-pin:before {
	content: "\e62a"
}

.icon-refresh:before {
	content: "\e62b"
}

.icon-reload-2:before {
	content: "\e62c"
}

.icon-stop-refresh:before {
	content: "\e62d"
}

.icon-starred:before {
	content: "\e62e"
}

.icon-a-icon-48:before {
	content: "\e62f"
}

.icon-quote-open:before {
	content: "\e630"
}

.icon-quote-close:before {
	content: "\e631"
}

.icon-favorite:before {
	content: "\e632"
}

.icon-unfavorite:before {
	content: "\e633"
}

.icon-menu:before {
	content: "\e634"
}

.icon-liked:before {
	content: "\e637"
}

.icon-liked-2:before {
	content: "\e638"
}

.icon-disliked:before {
	content: "\e639"
}

.icon-disliked-2:before {
	content: "\e63a"
}

.icon-photo:before {
	content: "\e63b"
}

.icon-audio:before {
	content: "\e63c"
}

.icon-player-negative:before {
	content: "\e63d"
}

.icon-player-icon:before {
	content: "\e63e"
}

.icon-player:before {
	content: "\e63f"
}

.icon-pause-2:before {
	content: "\e640"
}

.icon-sound:before {
	content: "\e641"
}

.icon-mute:before {
	content: "\e642"
}

.icon-volume:before {
	content: "\e643"
}

.icon-pause:before {
	content: "\e644"
}

.icon-play:before {
	content: "\e645"
}

.icon-movie-arrow-left:before {
	content: "\e646"
}

.icon-movie-arrow-right:before {
	content: "\e647"
}

.icon-playlist:before {
	content: "\e648"
}

.icon-shuffle:before {
	content: "\e649"
}

.icon-repeat:before {
	content: "\e64a"
}

.icon-reduce:before {
	content: "\e64b"
}

.icon-expand:before {
	content: "\e64c"
}

.icon-embed:before {
	content: "\e64d"
}

.icon-hd:before {
	content: "\e64e"
}

.icon-auto:before {
	content: "\e64f"
}

.icon-upload:before {
	content: "\e651"
}

.icon-download:before {
	content: "\e652"
}

.icon-calendar:before {
	content: "\e653"
}

.icon-chat:before {
	content: "\e654"
}

.icon-alert-1:before {
	content: "\e655"
}

.icon-info:before {
	content: "\e656"
}

.icon-lottery:before {
	content: "\e657"
}

.icon-capricorn:before {
	content: "\e658"
}

.icon-leo:before {
	content: "\e659"
}

.icon-scorpio:before {
	content: "\e65a"
}

.icon-virgo:before {
	content: "\e65b"
}

.icon-aquarius:before {
	content: "\e65c"
}

.icon-taurus:before {
	content: "\e65d"
}

.icon-aries:before {
	content: "\e65e"
}

.icon-gemini:before {
	content: "\e65f"
}

.icon-pisces:before {
	content: "\e660"
}

.icon-libra:before {
	content: "\e661"
}

.icon-cancer:before {
	content: "\e662"
}

.icon-sagittarius:before {
	content: "\e663"
}

.icon-related:before {
	content: "\e664"
}

.icon-hot-topic:before {
	content: "\e665"
}

.icon-messenger:before {
	content: "\e901"
}

.icon-user-2:before {
	content: "\e66d"
}

.icon-time:before {
	content: "\e66f"
}

.icon-full-screen:before {
	content: "\e670"
}

.icon-thumbnail:before {
	content: "\e671"
}

.icon-list:before {
	content: "\e672"
}

.icon-fullsize:before {
	content: "\e673"
}

.icon-minimize:before {
	content: "\e674"
}

.icon-maximize:before {
	content: "\e675"
}

.icon-arrow-back:before {
	content: "\e676"
}

.icon-delete:before {
	content: "\e67a"
}

.icon-flag:before {
	content: "\e67b"
}

.icon-chef:before {
	content: "\e683"
}

.icon-clock:before {
	content: "\e684"
}

.icon-meal:before {
	content: "\e682"
}

.icon-microwave:before {
	content: "\e681"
}

.icon-cart:before {
	content: "\e902"
}

/* !end-color-cp:icons */
/* !color-cp:label */
.label {
	border-radius: 3px;
	color: #fff;
	display: inline;
	font-size: 11px;
	font-weight: 400;
	line-height: normal;
	padding: 3px 8px;
	text-align: center;
	vertical-align: baseline;
	white-space: nowrap
}

.label:empty {
	display: none
}

.btn .label {
	position: relative;
	top: -1px
}

.label-default {
	background-color: #1a1a1a
}

.label-success {
	background-color: #e0fdec;
	color: #0e6962
}

.label-info {
	background-color: #e9f4f9;
	color: #102e60
}

.label-danger {
	background-color: #ffecec;
	color: #860808
}

@media (min-width:992px) {
	a.label:focus, a.label:hover {
		color: #fff;
		cursor: pointer;
		text-decoration: none
	}

	.label[href]:focus, .label[href]:hover {
		opacity: .8
	}

	.label-success[href]:focus, .label-success[href]:hover {
		color: rgba(14, 105, 98, .7)
	}

	.label-info[href]:focus, .label-info[href]:hover {
		color: rgba(16, 46, 96, .7)
	}

	.label-danger[href]:focus, .label-danger[href]:hover {
		color: rgba(134, 8, 8, .7)
	}
}

/* !end-color-cp:label */
/* !color-cp:masks */
section[class$=highlights-with-photo] .thumbnail-standard.inline .thumb-layer:after {
	content: none
}

@media (min-width:992px) {
	section[class$=highlights-with-photo] .destaque-super a:hover .thumb-caption {
		opacity: .7
	}

	section[class$=highlights-with-photo].inline a:hover .thumb-image:before {
		position: absolute;
		width: 100%;
		height: 100%;
		background-color: #000;
		content: "";
		opacity: .4;
		z-index: 2
	}

	section[class$=highlights-with-photo] [class*=thumb-image]:hover img {
		opacity: 1;
		z-index: 0
	}

	[class~=related-content] a:hover .thumb-layer:before, section[class$=highlights-with-photo] a:hover .thumb-image:before {
		position: absolute;
		width: 100%;
		height: 100%;
		background-color: #000;
		content: "";
		opacity: .4;
		z-index: 2
	}

	[class~=related-content] [class*=thumb-image]:hover img, section[class$=highlights-with-photo] [class*=thumb-image]:hover img {
		opacity: 1;
		z-index: 0
	}
}

/* !end-color-cp:masks */
/* !color-cp:paragraph */
.lead, .minor, p {
	letter-spacing: -.01em
}

.lead {
	font-size: 18px;
	line-height: 28px
}

.minor {
	line-height: 24px
}

@media (min-width:768px) {
	.lead, .minor, p {
		letter-spacing: normal
	}

	.lead {
		font-size: 20px
	}
}

@media (min-width:1230px) {
	.lead {
		font-size: 22px;
		line-height: 30px
	}

	.minor {
		line-height: 26px
	}
}

/* !end-color-cp:paragraph */
/* !color-cp:read-more */
.read-more-log-in-btn {
	text-align: center;
	margin-bottom: 50px
}

.read-more {
	overflow: hidden;
	position: relative;
	width: 100%
}

.read-more .read-more-btn {
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 50%, #fff 60%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(50%, #fff), color-stop(60%, #fff));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 50%, #fff 60%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 50%, #fff 60%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 50%, #fff 60%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 50%, #fff 60%);
	bottom: 0;
	position: absolute;
	padding-top: 48px;
	text-align: center;
	width: 100%;
	z-index: 4
}

.read-more.closed {
	margin-bottom: 40px
}

.read-more-btn .hide, .read-more.btn-hide .read-more-btn, .read-more.closed .read-more-btn .btn-last {
	display: none
}

.read-more.opened.btn-show {
	padding-bottom: 0
}

.read-more.opened .read-more-btn {
	padding-top: 0;
	background: 0 0
}

@media (max-width:767px) {
	.read-more.opened {
		padding-bottom: 40px
	}
}

@media (min-width:768px) {
	.read-more.closed {
		margin-bottom: 50px
	}
}

/* !end-color-cp:read-more */
/* !color-cp:scroll */
.scroll {
	position: relative;
	overflow: hidden;
	height: 100%
}

.scroll:focus {
	outline: 0
}

.scroll .scroll-content {
	position: relative
}

.scroll .scroll-content.scroll-animate, .scroll .scrollbar.scroll-animate {
	-webkit-transition: top .3s ease-in-out;
	transition: top .3s ease-in-out
}

.scroll .scrollbar-container {
	position: absolute;
	right: 0;
	top: 4px;
	width: 16px;
	height: calc(100% - 8px);
	-webkit-transition: opacity .5s, -webkit-filter .5s;
	transition: opacity .5s, -webkit-filter .5s;
	transition: opacity .5s, filter .5s;
	transition: opacity .5s, filter .5s, -webkit-filter .5s;
	filter: alpha(opacity=0);
	opacity: 0
}

.scroll.is-active .scrollbar-container, .scroll.is-over .scrollbar-container {
	filter: alpha(opacity=100);
	opacity: 1
}

.scroll .scrollbar-wrap {
	position: relative;
	width: 100%;
	height: 100%
}

.scroll .scrollbar, .scroll .scrollbar-track {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.scroll .scrollbar-track:after, .scroll .scrollbar:after {
	content: " ";
	display: block;
	position: absolute;
	right: 4px;
	background: #b3b3b3;
	width: 4px;
	height: 100%;
	filter: alpha(opacity=16);
	opacity: .16;
	-webkit-transition: width .2s;
	transition: width .2s
}

.scroll .scrollbar-wrap.disabled {
	display: none
}

.scroll .is-active .scrollbar-track:after, .scroll .is-active .scrollbar:after, .scroll .is-over .scrollbar-track:after, .scroll .is-over .scrollbar:after {
	width: 6px
}

.scroll .scrollbar:after {
	filter: alpha(opacity=40);
	opacity: .4
}

.scroll .is-active .scrollbar-track:after, .scroll .is-over .scrollbar-track:after {
	filter: alpha(opacity=20);
	opacity: .2
}

.scroll .is-active .scrollbar:after, .scroll .is-over .scrollbar:after {
	filter: alpha(opacity=70);
	opacity: .7
}

/* !end-color-cp:scroll */
/* !color-cp:svg-icons */
.borderSvgDoc {
	border: 1px solid #ccc
}

.borderSvgDoc:hover {
	background-color: #e6e6e6;
	background-image: linear-gradient(45deg, #ccc 25%, transparent 25%, transparent 75%, #ccc 75%, #ccc), linear-gradient(45deg, #ccc 25%, transparent 25%, transparent 75%, #ccc 75%, #ccc);
	background-size: 60px 60px;
	background-position: 0 0, 30px 30px
}

svg {
	width: 100%
}

@media (max-width:767px) {
	.svg-icons {
		width: 100%
	}
}

@media (min-width:768px) {
	.svg-icons {
		width: 100%
	}
}

@media (min-width:768px) and (max-width:991px) {
	.svg-icons {
		width: 100%
	}
}

@media (min-width:992px) {
	.svg-icons {
		width: 100%
	}
}

@media (min-width:992px) and (max-width:1229px) {
	.svg-icons {
		width: 100%
	}
}

@media (min-width:1230px) {
	.svg-icons {
		width: 100%
	}
}

/* !end-color-cp:svg-icons */
/* !color-cp:table */
h3.data-table {
	color: #666;
	display: block;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 22px;
	letter-spacing: 0;
	position: relative
}

h3.data-table svg {
	height: 24px;
	position: absolute;
	top: 1px;
	width: 24px
}

table.data-table {
	border-collapse: collapse;
	color: #666;
	font-weight: 400;
	font-size: 14px;
	font-style: normal;
	letter-spacing: .6px;
	line-height: 14px;
	text-align: right;
	width: 100%
}

table.data-table thead tr td {
	border-bottom: 3px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
	padding: 10px 0;
	text-align: right
}

table.data-table tbody tr td {
	border-bottom: 1px solid #e6e6e6;
	display: table-cell;
	padding: 10px 0
}

table.data-table tbody tr td.title, table.data-table tbody tr td.title a {
	color: #1a1a1a;
	text-align: left
}

table.data-table tbody tr td.title a span, table.data-table tbody tr td.title span {
	text-align: right;
	margin-left: 5px;
	width: initial
}

table.data-table tbody tr td span {
	letter-spacing: .5px
}

table.data-table tbody tr td span.left {
	display: block
}

table.data-table tbody tr td a {
	display: block;
	text-decoration: none
}

table.data-table tbody tr td.fonte {
	font-size: 12px
}

table.data-table tbody tr:last-child td {
	border: 0
}

table.data-table .up, table.data-table .up a {
	color: #20c634
}

table.data-table .down, table.data-table .down a {
	color: #d5150b
}

table.data-table .small, table.data-table .small a {
	color: #999;
	font-size: 12px
}

table.data-table.thead {
	margin-top: 10px
}

table.table-striped thead tr td {
	text-align: left;
	padding-left: 15px;
	font-weight: 700;
	text-transform: uppercase;
	color: #1a1a1a;
	line-height: 1.4
}

table.table-striped tbody tr:nth-child(odd) {
	background: #f2f2f2
}

table.table-striped tbody tr td {
	padding: 15px;
	line-height: 1.4
}

@media (max-width:767px) {
	h3.data-table {
		margin-top: 30px
	}

	table.data-table {
		margin-top: 30px
	}

	table.data-table.table-striped thead tr td {
		padding-left: 5px
	}

	table.data-table.table-striped tbody tr td {
		padding: 10px 5px
	}
}

@media (min-width:992px) {
	h3.data-table {
		font-size: 22px
	}
}

/* !end-color-cp:table */
/* !color-cp:time */
.time, time {
	color: grey;
	font-size: 13px;
	font-weight: 400;
	pointer-events: none;
	text-align: center;
	word-spacing: 4px
}

.time .icon-time, time .icon-time {
	color: #b3b3b3;
	font-size: 125%;
	margin-right: 3px;
	vertical-align: -20%
}

time.write-out {
	word-spacing: 0
}

@media (max-width:767px) {
	.time a, a[href^=tel], time a {
		color: inherit;
		text-decoration: none
	}
}

@media (min-width:768px) {
	.time, time {
		font-size: 14px
	}

	.invert .icon-time {
		color: inherit
	}
}

/* !end-color-cp:time */
/* !color-cp:google-one-tap */
@media (max-width:767px) {
	#credential_picker_iframe {
		top: 72px
	}
}

/* !end-color-cp:google-one-tap */
/* !color-cp:pwa-summary-wrapper */
.offline-message {
	position: fixed;
	top: 0;
	height: 100%;
	width: 100%;
	color: #fff;
	padding: 10px
}

.offline-message .info {
	position: absolute;
	left: 50%;
	top: 48%;
	transform: translate(-50%, -50%);
	width: 350px
}

.offline-message .info span {
	margin-top: 10px;
	font-size: 16px;
	display: block;
	color: #fff;
	text-align: center
}

.offline-message .info .offline-icon {
	height: 90px;
	width: 90px;
	display: block;
	margin: 0 auto
}

.offline-message .info button {
	margin: 0 auto;
	display: block;
	margin-top: 30px
}

/* !end-color-cp:pwa-summary-wrapper */