/**
CSS Document
Mundo do Marketing
Autor: Rafael da Silva Oliveira;
**/
/**
* @license
* MyFonts Webfont Build ID 3008919, 2015-04-14T11:12:01-0400
*
* The fonts listed in this notice are subject to the End User License
* Agreement(s) entered into by the website owner. All other parties are
* explicitly restricted from using the Licensed Webfonts(s).
*
* You may obtain a valid license at the URLs below.
*
* Webfont: GlyphaLTStd-Bold by Linotype
* URL: http://www.myfonts.com/fonts/linotype/glypha/65-bold/
* Copyright: Copyright &#x00A9; 1985, 1987, 1990, 2002 Adobe Systems Incorporated.  All Rights Reserved. &#x00A9; 1981, 2002 Heidelberger Druckmaschinen AG. All rights reserved.
* Licensed pageviews: 250,000
*
* Webfont: GlyphaLTStd by Linotype
* URL: http://www.myfonts.com/fonts/linotype/glypha/55/
* Copyright: Copyright &#x00A9; 1985, 1987, 1990, 2002 Adobe Systems Incorporated.  All Rights Reserved. &#x00A9; 1981, 2002 Heidelberger Druckmaschinen AG. All rights reserved.
* Licensed pageviews: 250,000
*
* Webfont: GloberBold by Fontfabric
* URL: http://www.myfonts.com/fonts/font-fabric/glober/bold/
* Copyright: Copyright (c) 2014 by Fontfabric LLC. All rights reserved.
* Licensed pageviews: 20,000
*
* Webfont: GloberRegular by Fontfabric
* URL: http://www.myfonts.com/fonts/font-fabric/glober/regular/
* Copyright: Copyright (c) 2014 by Fontfabric LLC. All rights reserved.
* Licensed pageviews: 20,000
*
*
* License: http://www.myfonts.com/viewlicense?type=web&buildid=3008919
*
* ? 2015 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/2de997");

@font-face {
	font-family: 'GlyphaBold';
	src: url('../fontes/2DE997_0_0.eot');
	src: url('../fontes/2DE997_0_0.eot?#iefix') format('embedded-opentype'), url('../fontes/2DE997_0_0.woff2') format('woff2'), url('../fontes/2DE997_0_0.woff') format('woff'), url('../fontes/2DE997_0_0.ttf') format('truetype');
}

@font-face {
	font-family: 'GlyphaRegular';
	src: url('../fontes/2DE997_1_0.eot');
	src: url('../fontes/2DE997_1_0.eot?#iefix') format('embedded-opentype'), url('../fontes/2DE997_1_0.woff2') format('woff2'), url('../fontes/2DE997_1_0.woff') format('woff'), url('../fontes/2DE997_1_0.ttf') format('truetype');
}

@font-face {
	font-family: 'GloberBold';
	src: url('../fontes/2DE997_2_0.eot');
	src: url('../fontes/2DE997_2_0.eot?#iefix') format('embedded-opentype'), url('../fontes/2DE997_2_0.woff2') format('woff2'), url('../fontes/2DE997_2_0.woff') format('woff'), url('../fontes/2DE997_2_0.ttf') format('truetype');
}

@font-face {
	font-family: 'GloberRegular';
	src: url('../fontes/2DE997_3_0.eot');
	src: url('../fontes/2DE997_3_0.eot?#iefix') format('embedded-opentype'), url('../fontes/2DE997_3_0.woff2') format('woff2'), url('../fontes/2DE997_3_0.woff') format('woff'), url('../fontes/2DE997_3_0.ttf') format('truetype');
}

@font-face {
	font-family: RobotoSlab;
	src: url('../fontes/RobotoSlab-Regular.ttf');
	font-weight: normal;
	font-style: normal;
}

.conteudo article img {
	width: 100%;
	height: auto;
}

#ouibounce-modal {
	font-family: GloberRegular;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

#ouibounce-modal .underlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	cursor: pointer;
	-webkit-animation: fadein 0.5s;
	animation: fadein 0.5s;
}

#ouibounce-modal .modal {
	width: 750px;
	height: 350px;
	background-color: #f2f2f2;
	z-index: 1;
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 4px;
	-webkit-animation: popin 0.3s;
	animation: popin 0.3s;
}

#ouibounce-modal .modal-title {
	font-size: 18px;
	background-color: #ef4136;
	color: #fff;
	padding: 10px;
	margin: 0;
	border-radius: 4px 4px 0 0;
	text-align: center;
}

#ouibounce-modal h3 {
	color: #fff;
	font-size: 1em;
	margin: 0.2em;
	text-transform: uppercase;
	font-weight: 500;
}

#ouibounce-modal .modal-body {
	padding: 20px 35px;
	font-size: 0.9em;
}

#ouibounce-modal p {
	color: #344a5f;
	line-height: 1.3em;
}

#ouibounce-modal form {
	text-align: left;
	margin-top: 35px;
}

#ouibounce-modal form input[type=text],
#ouibounce-modal form input[type=email] {
	padding: 12px;
	font-size: 1.2em;
	width: 245px;
	border-radius: 4px;
	border: 1px solid #ccc;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: GloberRegular;
}

#ouibounce-modal form input[type=submit] {
	text-transform: uppercase;
	font-weight: bold;
	padding: 8px;
	font-size: 1.1em;
	border-radius: 4px;
	color: #fff;
	border: none;
	cursor: pointer;
	-webkit-font-smoothing: antialiased;
	width: 150px;
	display: inline-block;
	font-family: GloberRegular;
	background: #ef4136;
}

#ouibounce-modal form p {
	text-align: left;
	margin-left: 35px;
	opacity: 0.8;
	margin-top: 1px;
	padding-top: 1px;
	font-size: 0.9em;
}

#ouibounce-modal .modal-footer {
	position: absolute;
	bottom: 20px;
	text-align: center;
	width: 100%;
}

#ouibounce-modal .modal-footer p {
	text-transform: capitalize;
	cursor: pointer;
	display: inline;
	border-bottom: 1px solid #344a5f;
}

#ouibounce-modal .modal-body .lista {
	position: relative;
	margin-top: 25px;
}

#ouibounce-modal .modal-body .lista ul {
	max-width: 315px;
	width: 100%;
	font-size: 18px;
	color: #575757;
}

#ouibounce-modal .modal-body .lista ul:first-child {
	float: left;
	margin-right: 15px;
}

#ouibounce-modal .modal-body .lista ul:last-child {
	display: inline-block;
}

#ouibounce-modal .modal-body .lista ul li {
	margin-bottom: 5px;
}

@-webkit-keyframes fadein {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-ms-keyframes fadein {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadein {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes popin {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 0;
	}

	85% {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

@-ms-keyframes popin {
	0% {
		-ms-transform: scale(0);
		transform: scale(0);
		opacity: 0;
	}

	85% {
		-ms-transform: scale(1.05);
		transform: scale(1.05);
		opacity: 1;
	}

	100% {
		-ms-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes popin {
	0% {
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
		opacity: 0;
	}

	85% {
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}


/*Ajustes*/
ul,
p,
h1,
h2,
h3,
h4,
a,
span,
.row {
	padding: 0;
	margin: 0;
}

.row {
	display: inherit;
}

.col {
	padding: 0;
	margin: 0;
}

li {
	list-style: none;
}

a {
	color: #575757;
}

a:hover {
	text-decoration: none;
	color: #575757;
}

.row {
	margin: 0;
	padding: 0;
	display: block;
}

.pagination {
	margin-bottom: 25px;
}

.pagination a {
	font-family: GloberRegular;
	font-size: 14px;
	color: #575757;
	border: none;
}

.pagination a:hover {
	color: #fff;
}

.page-link:hover {
	background: #ef4136;
	opacity: 0.8;
}

.none {
	display: none;
}

.video iframe {
	max-width: 850px;
	width: 100%;
	height: 420px;
}

.galeria {
	margin: 25px 0;
}

.galeria ul {}

.galeria ul li {
	max-width: 250px;
	width: 100%;
	border-radius: 10px;
	box-shadow: 0 0 9px 1px #dedede;
	margin: 10px;
	display: inline-block;
}

.galeria ul li img {
	width: 100%;
	border-radius: 10px;
}

#container {
	/*max-width: 1240px;
    width: 100%;
    margin: 30px auto 0;
    padding: 0 20px;*/
	width: 100%;
	/*position: relative;
	display: inline-block;*/
	margin-top: 30px;
}

#container-home {
	width: 100%;
	position: relative;
	display: inline-block;
	margin-top: 115px;
}

#container-home .wrapper {
	display: flex;
	justify-content: space-between;
}

#nav-topo {
	width: 100%;
	box-shadow: 2px 0 4px 0 #dedede;
	background: #fff;
}

.wrapper {
	max-width: 1240px;
	width: 100%;
	margin: 0 auto 80px;
	padding: 0 20px;
	position: relative;
	min-height: 600px;
}

.download {
	margin-top: 30px;
}

.download h4 {
	font-family: GloberRegular;
	color: #575757;
	margin-bottom: 5px;
}

.btn-download {
	background-image: url('../imagens/icon-download.png');
	background-repeat: no-repeat;
	background-position: 10px 3px;
	padding: 10px 20px 10px 50px;
	text-transform: uppercase;
	margin-bottom: 5px;
}

#share-buttons img {
	width: 38px;
}

#share-buttons a:nth-child(2),
#share-buttons a:nth-child(3) {
	margin-left: 10px;
}

#share-buttons a:nth-child(3) {
	margin-right: 10px;
}

/*Menu Topo*/
#nav-topo nav {
	background: #fff;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}

#nav-topo .logo {
	max-width: 160px;
	width: 100%;
	position: relative;
	top: 0;
	margin-right: 30px;
}

#nav-topo .logo img {
	width: 100%;
	position: relative;
	top: 0;
}

#nav-topo .row-logo {
	margin-top: 0;
	display: flex;
	justify-content: space-between;
}

#nav-topo .top-banner {
	width: 728px;
	height: 90px;
	background: #fff;
}

.dropdown-toggle::after {
	display: none;
}

#nav-topo .navbar {
	padding: 20px 0 20px 0;
}

#nav-topo .navbar a {
	font-family: GloberRegular;
	color: #575757;
	font-size: 15px;
	text-transform: none;
	border-bottom: 2px solid #fff;
}

#nav-topo .navbar a:hover {
	color: #ce161e;
	font-family: GloberRegular;
	font-size: 15px;
}

.navbar-collapse {
	border-bottom: 2px solid #ee4136;
}

#nav-topo nav ul li {
	display: inline-block;
	margin: 10px;
	position: relative;
}

.item-menu .close {
	display: none;
}

.item-menu .open {
	display: block;
}

.menu-dropdown {
	position: absolute;
}

.menu-dropdown ul {
	border: 1px solid #f2f2f2;
	border-radius: 5px;
	background: #fff;
	padding: 0 0 0 0;
	position: relative;
	top: 15px;
}

.menu-dropdown li {
	display: block !important;
	top: 0;
	width: 250px;
	margin: 10px 0 !important;
}

.menu-dropdown li:hover {
	font-family: GloberBold;
	background: #f5f5f5;
}

.menu-dropdown ul li a {
	padding: 5px 15px 5px 10px;
	width: 100%;
	display: block;
}

.menu-dropdown ul li a:hover {
	border-left: 4px solid #ee4136;
	padding-left: 6px;
}

#nav-topo nav ul.right {
	position: absolute;
	right: 0;
}

#nav-topo nav ul.right li {
	margin: 7px;
}

#nav-topo nav ul.right li p {
	font-family: GloberRegular;
	font-size: 14px;
	color: #575757;
}

#nav-topo nav ul.right li p span {
	font-family: GloberBold;
	font-size: 14px;
	color: #575757;
}

#nav-topo .navbar a.btn-premium {
	color: #fff;
	border: none;
}

#nav-topo .navbar a.btn-ferramentas {
	color: #fff;
	background: #ee4136;
	border: none;
}
#nav-topo .navbar a.btn-ferramentas:hover{
	opacity: 0.8;
}

#nav-topo .navbar ul {
	margin-left: 0;
}

.btn-logout {
	width: 24px;
	height: 24px;
}

.tag {
	background: #ef4136;
	padding: 5px 10px;
	font-family: GlyphaBold;
	font-size: 10px;
	text-transform: uppercase;
	border-radius: 5px;
}

.tag-inteligencia {
	background: #F58229;
	padding: 5px 10px;
	font-family: GlyphaBold;
	font-size: 10px;
	text-transform: uppercase;
	border-radius: 5px;
}

.tag:hover,
.tag-inteligencia:hover {
	opacity: 0.8;
}

.navbar-mobile {
	display: none;
}

.modal-menu {
	font-family: GloberRegular;
	font-size: 14px;
	color: #575757;
}

.modal-menu .modal-dialog {
	width: 320px;
}

.modal-menu input {
	font-size: 14px;
}

.modal-menu input[type="email"],
.modal-menu input[type="password"] {
	margin-bottom: 10px;
}

.modal-menu .modal-title {
	font-family: GloberRegular;
	font-size: 16px;
	margin-bottom: 15px;
	color: #575757;
}

.modal-menu .btn {
	margin-top: 20px;
	cursor: pointer;
	float: right;
	background: #ce161e;
	border: 1px solid #ce161e;
}

.modal-menu .btn:hover {
	opacity: 0.8;
}

.modal-menu a {
	font-size: 13px;
}

.modal.show .modal-dialog {
	margin: 80px auto;
}

/*Busca*/
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
	color: #575757;
	font-family: GloberRegular;
	font-size: 16px;
}

/*Publicidade*/
.arroba {
	max-width: 300px;
	width: 100%;
	margin: 0 0 45px 0;
	display: none;
}

.arroba .banner {
	background: #fff;
	width: 300px;
	height: 250px;
}

.super-banner {
	/*width: 780px;
    height: 90px;*/
	background: #fff;
	margin: 0 0 50px 0;
	display: block;
}

.pub-interna-01 {
	max-width: 970px;
	width: 100%;
	margin: 0 auto 20px;
}

.publicidade img {
	width: 100%
}

/*Home*/
.destaque {
	display: flex;
	justify-content: space-between;
	padding: 0 20px;
	max-width: 1240px;
	width: 100%;
	margin: 0 auto 40px;
}

.destaque-slide {
	max-width: 780px;
	width: 100%;
	max-height: 431px;
}

.destaque-slide .slick-slide {
	width: 780px;
	height: auto;
}

.destaque-slide .slick-slide img {
	max-width: 780px;
	width: 100%;
}

.destaque-slide .slick-dots li button:before {
	content: none;
}

.destaque-slide .slick-dots li button {
	background: #fff;
	width: 12px;
	height: 12px;
	border-radius: 100%;
}

.destaque-slide .slick-dots li.slick-active button {
	background: #ce161e;
}

.destaque-slide .slick-dots {
	bottom: 15px;
}

.destaque-slide .mask {
	position: absolute;
	top: 0;
	background: #000;
	opacity: 0.7;
	width: 100%;
	max-width: 780px;
	height: 100%;
	z-index: 1;
}

.destaque-slide a .content {
	color: #fff;
}

.destaque-slide .content {
	position: absolute;
	top: 0;
	z-index: 2;
	padding: 40px;
	max-width: 450px;
}

.destaque-slide a .content .titulo,
.destaque-slide a .content .descricao {
	color: #fff;
}

.destaque-slide .content .titulo {
	font-family: GloberBold;
	font-size: 32px;
	padding: 15px 0;
	line-height: 36px;
}

.destaque-slide .content .descricao {
	font-family: GloberRegular;
	font-size: 20px;
	line-height: 26px !important;
}

.destaque-lateral {
	max-width: 380px;
	width: 100%;
}

.destaque-lateral .patrocinador {
	width: 200px;
	height: 80px;
	margin-bottom: 15px;
}

.destaque-lateral .titulo-patrocinador {
	display: block;
	margin-bottom: 5px;
	font-family: GlyphalRegular;
	font-size: 9px;
	color: #575757;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.destaque-lateral .patrocinador img {
	width: 100%;
}

.destaque-lateral ul li {
	margin-bottom: 20px;
}

.destaque-lateral .destaques ul li h2 {
	color: #575757;
	font-family: GloberBold;
	font-size: 23px;
	margin: 8px 0 10px 0;
	line-height: 30px;
}

#especial {
	background: #f5f5f5;
	padding: 20px;
	margin: 35px 0;
	box-shadow: 2px 0 6px 0 #c6c6c6;
	display: none;
}

#especial .content {
	max-width: 1240px;
	width: 100%;
	padding: 0 20px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

#especial .content .left,
#especial .content .right {
	max-width: 550px;
	width: 100%;
}

#especial .content .left .logo {
	width: 480px;
	margin-bottom: 20px;
	margin-top: 10px;
}

#especial .content .right .logo {
	width: 215px;
}

#especial .content .left img,
#especial .content .right img {
	max-width: 550px;
	width: 100%;
}

.titulo-tv {
	font-size: 20px !important;
	line-height: 27px !important;
}

.titulo-bloco {
	font-family: GlyphaRegular;
	font-size: 15px;
	text-transform: uppercase;
	border-left: 10px solid #ee4136;
	padding-left: 4px;
	color: #575757;
	margin-bottom: 15px;
}

a .tag,
a .tag:hover {
	color: #fff;
}

a .titulo,
a .titulo:hover {
	color: #575757;
	font-family: GloberRegular;
	font-size: 18px;
	margin: 8px 0 10px 0;
	line-height: 24px;
}

a .descricao,
a .descricao:hover {
	color: #575757;
	font-family: GloberRegular;
	font-size: 17px;
	margin: 8px 0 10px 0;
	line-height: 20px;
}

.conteudos {
	display: inline-block;
	max-width: 820px;
}

.conteudos .col {
	margin-bottom: 45px;
	padding: 0;
}

.conteudos .col ul li {
	max-width: inherit;
	width: 100%;
}

.conteudos .col ul li img:hover {
	opacity: 0.8;
}

.conteudos .col ul li:nth-child(2) {
	margin: 0 25px;
}

.conteudos .col ul li a img {
	display: block;
	width: 100%;
	box-shadow: 2px 0 4px #dedede;
	border-radius: 5px;
}

.conteudos .col ul li a .brand {
	width: auto;
	height: auto;
	box-shadow: none;
}

.conteudos .col ul li a .tag {
	margin: 10px 0;
	display: inline-block;
}

.conteudos .col ul {
	display: flex;
	justify-content: space-between;
}

.conteudos .especial-row {
	background: #f3f3f3;
	padding: 25px;
	box-shadow: 2px 0 4px 0 #dedede;
}

.conteudos .especial-row .titulo-especial {
	border-bottom: 2px solid #fff;
	padding-bottom: 10px;
}

.conteudos .especial-row ul li:nth-child(2) {
	padding: 0 25px;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}

.ultimos-conteudos .row {
	display: inline-block;
	padding: 0 15px;
	max-width: 320px;
}

.ultimos-conteudos ul li {
	display: inline-block;
	margin-bottom: 30px;
}

.ultimos-conteudos img {
	max-width: 350px;
	float: left;
	box-shadow: 2px 0 4px #dedede;
	border-radius: 5px;
}

.ultimos-conteudos .tah {
	margin-bottom: 5px;
}

.ultimos-conteudos .titulo,
.ultimos-conteudos .titulo:hover {
	font-size: 20px;
	line-height: 25px;
	font-family: GloberBold;
}

.titulo-conteudo {
	background-image: url('../imagens/simbolo6.png');
	background-repeat: no-repeat;
	background-size: 38px;
	font-size: 20px;
	text-transform: uppercase;
	color: #575757;
	padding: 0 44px;
	margin-bottom: 15px;
	font-weight: normal;
	font-family: GloberRegular;
}

.titulo-inteligencia {
	background-image: url('../imagens/simbolo5.png');
	background-repeat: no-repeat;
	background-size: 38px;
	font-size: 20px;
	text-transform: uppercase;
	color: #575757;
	padding: 0 44px;
	margin-bottom: 15px;
	font-weight: normal;
	font-family: GloberRegular;
}

.titulo-area {
	background-image: url('../imagens/simbolo4.png');
	background-repeat: no-repeat;
	background-size: 38px;
	font-size: 20px;
	text-transform: uppercase;
	color: #575757;
	padding: 0 48px;
	margin-bottom: 15px;
	font-weight: normal;
	font-family: GloberRegular;
}

.titulo-especial {
	background-image: url('../imagens/mini-logo-especial.png');
	background-repeat: no-repeat;
	font-size: 20px;
	text-transform: uppercase;
	color: #575757;
	padding: 5px 30px;
	margin-bottom: 15px;
	font-weight: normal;
	font-family: GloberRegular;
}

.titulo-ativacoes {
	background-image: url('../imagens/icon-ativacao.png');
	background-repeat: no-repeat;
	font-size: 20px;
	text-transform: uppercase;
	color: #575757;
	padding: 5px 33px;
	margin-bottom: 15px;
	font-weight: normal;
	font-family: GloberRegular;
}

.sidebar {
	max-width: 300px;
	width: 100%;
}

#carregar-dino {
	margin: 50px 0;
}

.sidebar section {
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.sidebar section:last-child {
	border-bottom: none;
	padding: 0;
}

.titulo-publicidade {
	font-family: GlyphalRegular;
	font-size: 9px;
	color: #575757;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.destaque-mobile{
	display: none;
}

.sidebar .artigos li {
	display: inline-block;
	margin-bottom: 25px;
}

.sidebar .artigos li:last-child {
	margin-bottom: 0;
}

.sidebar .artigos li a h4,
.sidebar .artigos li a p {
	display: inline-block;
	max-width: 200px;
	width: 100%;
	font-family: GloberRegular;
	color: #575757;
	margin-left: 10px;
}

.sidebar .artigos li a p {
	/*max-width: 210px;*/
	width: 210px;
	line-height: 19px;
	font-size: 17px;
}

.sidebar .artigos li a h4 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 8px;
}

.sidebar .artigos li img {
	box-shadow: 2px 0 4px #dedede;
	float: left;
	width: 65px;
	height: 65px;
	border-radius: 100%;
}

.sidebar .eventos li {
	margin-bottom: 5px;
}

.sidebar .eventos .data-evento {
	background: #f4f4f4;
	float: left;
	padding: 15px 0;
	width: 125px;
	margin-right: 5px;
}

.sidebar .eventos .data-evento .dia {
	font-family: GloberRegular;
	font-size: 40px;
	float: left;
	margin-left: 15px;
	color: #ee4136;
}

.sidebar .eventos a .data-evento .row {
	display: inline-block;
	position: relative;
	top: 8px;
}

.sidebar .eventos a .data-evento .mes,
.sidebar .eventos a .data-evento .semana {
	font-family: GloberRegular;
	font-size: 18px;
	display: block;
	width: 32px;
	margin: 0 15px;
	text-transform: uppercase;
}

.sidebar .eventos a .data-evento .semana {
	font-size: 11px;
	color: #ee4136;
	font-family: GlyphalRegular;
	;
}

.sidebar .eventos a .evento {
	background: #f4f4f4;
	display: inline-block;
	padding: 15px;
	max-width: 170px;
	padding: 15px 15px;
	height: 90px;
	position: relative;
	top: 0;
}

.sidebar .eventos a .evento h4 {
	font-family: GloberRegular;
	font-size: 14px;
	color: #676767;
	line-height: 19px;
}

.sidebar-interna {
	max-width: 300px;
	margin-top: 25px;
	padding-top: 25px;
}

.sidebar-interna section .titulo-patrocinador{
	font-family: GlyphalRegular;
	font-size: 9px;
	color: #575757;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.sidebar-interna section .slick-dotted.slick-slider {
	margin-bottom: 0;
}

.especial-side ul li {
	margin-bottom: 25px;
}

.especial-side img {
	width: 110px;
	display: block;
}

.especial-side h4 {
	font-family: GloberRegular;
	font-size: 16px;
	color: #575757;
}

.sidebar .eventos-side .data {
	background: #fff;
	float: left;
	padding: 0px 0;
	width: 125px;
	margin-right: 5px;
	border-bottom: 2px solid #fff;
}

.sidebar .artigos-side ul li {
	margin-bottom: 15px;
}

.sidebar .artigos-side ul li img {
	width: 65px;
	height: 65px;
	float: left;
}

.sidebar .artigos-side ul li .row {
	display: inline-block;
	max-width: 220px;
	margin-left: 15px;
}

.sidebar .artigos-side ul li .row h4 {
	font-family: GloberRegular;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
}

.sidebar .artigos-side ul li .row p {
	font-family: GloberRegular;
	font-size: 16px;
	line-height: 18px;
	margin-top: 5px;
}

.sobre-artigo {
	margin-top: 20px;
}

.sobre-artigo .por h3,
.sobre-artigo .por p {
	font-family: GloberRegular;
	color: #575757;
	font-size: 16px;
}

.sobre-artigo .por h3 {
	margin-bottom: 5px;
}

.sobre-artigo .artigos-autor {
	margin-top: 25px;
	margin-bottom: 25px;
}

.sobre-artigo .artigos-autor h4 {
	font-family: GloberRegular;
	color: #575757;
	font-size: 18px;
	text-transform: uppercase;
}

.sobre-artigo .artigos-autor ul li {
	font-family: GloberRegular;
	color: #575757;
	font-size: 18px;
	background-image: url('../imagens//icon-tags.png');
	background-repeat: no-repeat;
	background-position: -5px 0;
	padding-left: 20px;
	margin-top: 5px;
}

/*Topo Página*/
#topo-pagina {
	background: #ee4136;
	padding: 20px;
	margin-top: 88px;
}

#topo-pagina h3 {
	color: #fff;
	font-family: GloberRegular;
	text-transform: uppercase;
	font-size: 28px;
	/*background: url('../imagens/logo-branco.png');
    background-repeat: no-repeat;
    padding-left: 60px;*/
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	display: block;
}

#topo-pagina h3 a {
	color: #fff;
}

/*Conteúdo*/
.categoria-pagina {
	color: #575757;
	font-family: GloberRegular;
	font-size: 20px;
	margin-top: 25px;
}

.lista-conteudo {
	position: relative;
	margin: 25px 0;
}

.lista-conteudo .row {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.lista-conteudo li {
	max-width: 380px;
	width: 100%;
	position: relative;
	border-radius: 10px;
	margin-bottom: 30px;
}

.lista-conteudo li img {
	width: 100%;
	border-radius: 10px;
}

.lista-conteudo li .mascara {
	background: #575757;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	border-radius: 10px;
}

.lista-conteudo li .mascara-on {
	opacity: 0.8;
}

.lista-conteudo li .mascara-off {
	opacity: 0.5;
}

.lista-conteudo li .tag,
.lista-conteudo li .titulo,
.lista-conteudo li .descricao {
	position: absolute;
	color: #fff;
	z-index: 10;
	margin: 20px;
}

.lista-conteudo li .tag {
	top: 15px;
	letter-spacing: 1px;
	font-family: GlyphalRegular;
}

.lista-conteudo li .titulo {
	top: 50px;
}

.lista-conteudo li .titulo h2 {
	font-family: GloberRegular;
	font-size: 20px;
	line-height: 27px;
}

.lista-conteudo li .descricao {
	top: 85px;
}

.lista-conteudo li .descricao h3 {
	font-family: GloberRegular;
	font-size: 16px;
	line-height: 20px;
}

.conteudo {
	margin-top: 30px;
	max-width: 850px;
}

.conteudo .tag {
	display: inline-block;
}

.conteudo h1 {
	font-size: 50px;
	font-family: GloberBold;
	color: #575757;
	margin: 20px 0;
	line-height: 55px;
}

.conteudo h2 {
	font-size: 22px;
	font-family: GlyphaRegular;
	color: #575757;
	margin-bottom: 20px;
	line-height: 28px;
}

.conteudo .autor {
	font-size: 14px;
	font-family: GloberRegular;
	color: #575757;
	margin-bottom: 20px;
}

.conteudo .autor span {
	font-weight: bold;
}

.conteudo p {
	margin-bottom: 15px;
	font-size: 20px;
	font-family: GloberRegular;
	color: #575757;
	line-height: 28px;
}

.conteudo p img {
	padding: 10px;
}

.conteudo p a {
	color: #ef4136;
	font-weight: bold;
}

#container .col-interna {
	display: flex;
	justify-content: space-between;
}

#container .col-interna .conteudo .tags {
	margin-top: 20px;
}

#container .col-interna .conteudo .tags ul li {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}

#container .col-interna .conteudo .tags ul li a {
	padding: 8px 15px;
	background-color: #F58229;
}

#container .col-interna .conteudo .tags ul li a:hover {
	opacity: 0.8;
}

#container .col-interna .conteudo .share {
	margin-top: 30px;
}

#container .col-interna .conteudo .share label {
	font-family: GloberRegular;
	color: #575757;
	font-size: 18px;
}

#container .col-interna .conteudo .share ul li {
	border-radius: 100%;
	max-width: 40px;
	width: 100%;
	display: inline-block;
	margin-right: 10px;
}

#container .col-interna .conteudo .share ul li:hover {
	box-shadow: 0 3px 15px 0 #666;
}

#container .col-interna .conteudo .share ul li a img {
	width: 100%;
}

#container .col-interna .conteudo .ultimos-conteudos {
	margin-top: 50px;
}

#container .col-interna .conteudo .ultimos-conteudos a .descricao,
#container .col-interna .conteudo .ultimos-conteudos a .descricao:hover {
	font-size: 19px;
	margin-bottom: inherit;
	line-height: 23px;
}

/*Inteligência*/
.int-list {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}

.int-list .seach-col {
	max-width: 300px;
	width: 100%;
	margin-left: 30px
}

.int-list .seach-col .card {
	margin-bottom: 20px;
	box-shadow: 5px 7px 10px -2px #dedede;
	border: 1px solid #dedede;
	border-radius: 10px;
	font-family: GloberRegular;
}

.int-list .seach-col .card .custom-checkbox {
	margin-bottom: 5px;
}

.int-list .seach-col .card .custom-control-label {
	font-family: GloberRegular;
	color: #575757;
}

.int-list .seach-col .card .card-header {
	background: #f58229;
	padding: 0;
}

.int-list .seach-col .card ul li {
	margin-bottom: 5px
}

.int-list .seach-col .card ul li a:hover {
	font-weight: bold;
	color: #f58229;
}

.int-list .seach-col .card .custom-control-input:checked~.custom-control-label::before {
	background-color: #f58229;
	border-color: #f58229;
}

.int-list .seach-col .card .card-header h2 button {
	color: #fff;
	font-family: GloberRegular;
	width: 100%;
	text-align: left;
}

.int-list .seach-col .card .card-header h2 .btn-link.focus,
.int-list .seach-col .card .card-header h2.btn-link:focus {
	text-decoration: none;
}

.result-col .lista-conteudo {
	margin-top: 0;
}

.result-col .lista-conteudo li {
	max-width: 415px;
	margin-bottom: 30px;
}

/*Páginas Estáticas*/
.col-estatica .conteudo {
	max-width: inherit;
}

.col-estatica .card {
	margin-bottom: 35px;
	padding: 20px;
}

.col-estatica h2,
.col-estatica h3,
.col-estatica h4,
.col-estatica h5 {
	font-size: 30px;
	font-family: GlyphaBold;
	margin-top: 10px;
	margin-bottom: 13px;
	color: #575757;
}

.col-estatica h4,
.col-estatica h5 {
	font-size: 18px;
}

.conteudo .destaque {
	font-size: 16px;
	line-height: 21px;
	color: #575757;
	margin-bottom: 15px;
	background: #f2f2f2;
	padding: 20px;
	border-radius: 5px;
}

.link-anuncio {
	text-decoration: underline;
	font-weight: bold;
	color: #575757;
}

.col-estatica .expediente .card {
	padding: 0;
	background: #f5f5f5;
}

.desc-quemsomos,
.manifesto,
.valores-principios,
.expediente {
	margin-bottom: 40px;
}

.manifesto p {
	line-height: 28px;
}

.desc-quemsomos p a {
	color: #CE161E;
	font-weight: bold;
}

.valores-principios h4 {
	margin-bottom: 5px;
	font-size: 22px;
}

.apresentacao {
	max-width: 100%;
	display: block;
	margin: 50px auto 50px;
}

/*Eventos Cursos e MBA*/
.categorias-eventos ul {
	padding: 0;
	background: #f2f2f2;
	padding: 20px;
	margin-bottom: 35px;
}

.categorias-eventos ul li {
	display: inline-block;
}

.categorias-eventos ul li a.btn {
	background: #ee4136;
	border: none;
	padding: 5px 15px;
}

.categorias-eventos ul li a.btn:hover {
	opacity: 0.8;
}

.categorias-eventos ul li a {
	font-family: GloberRegular;
	;
	padding: 0 10px;
	font-size: 14px;
}

.categorias-eventos ul li a:hover {
	font-family: GloberBold;
}

.card-eventos .topo {
	position: relative;
}

.card-eventos .topo .mascara {
	background: #575757;
	opacity: 0.7;
	position: absolute;
	height: 100%;
	width: 100%;
}

.card-eventos .topo .data-eventos {
	position: absolute;
	color: #fff;
	font-family: GloberRegular;
	left: 20px;
	top: 30px;
}

.card-eventos .topo .data-eventos p {
	font-size: 55px;
}

.card-eventos .topo .data-eventos p .mes {
	display: inline;
	font-size: 20px;
	position: relative;
	top: -20px;
	right: 10px;
}

.card-eventos .topo .data-eventos p .semana {
	display: inline;
	font-size: 16px;
	position: relative;
	top: 0px;
	right: 51px;
}

.card-eventos {
	font-family: GloberRegular;
	color: #575757;
}

.h2-eventos {
	color: #575757;
	font-family: GloberRegular;
	font-size: 22px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 35px;
}

.card-eventos .card {
	border: none;
}

.card-eventos h5 {
	font-size: 18px;
	font-weight: bold;
	;
}

.card-eventos p {
	font-size: 14px;
}

.card-eventos .badge {
	margin-bottom: 15px;
	background: #ee4136;
	padding: 5px 10px;
}

.card-eventos .badge:hover {
	background: #ee4136;
	opacity: 0.8;
}

.card-eventos .btn {
	margin: 25px 0 0 0;
	background: #575757;
	border: none;
}

.card-eventos .btn:hover {
	background: #575757;
	opacity: 0.8;
}

.card-eventos ul {
	display: flex;
	justify-content: space-between;
}

.card-eventos .contatos {
	background: #f2f2f2;
	padding: 10px;
	font-size: 13px;
	margin: 25px 0 0 0;
}

.dados-evento {
	color: #575757;
	font-family: GloberRegular;
}

.dados-evento h1 {
	font-size: 25px;
	margin-bottom: 10px;
}

.dados-evento .data {
	font-family: GloberBold;
	font-size: 30px;
	color: #ee4136;
	margin-bottom: 10px;
}

.dados-evento h4 {
	font-size: 18px;
	margin-bottom: 10px;
}

.dados-evento .descricao {
	margin: 20px 0;
}

.dados-evento .descricao h3,
.dados-evento .palestrantes h4 {
	font-size: 22px;
	font-family: GloberBold;
	color: #575757;
	margin-bottom: 5px;
}

.dados-evento .inscricoes {
	margin-bottom: 35px;
}

.dados-evento .palestrantes {
	margin-bottom: 35px;
}

.dados-evento .palestrantes ul {
	margin-top: 15px;
	display: flex;
	justify-content: space-between;
}

.dados-evento .palestrantes ul li {
	text-align: center;
	max-width: 360px;
	width: 100%;
	padding: 0 10px;
	margin: 0 10px;
}

.dados-evento .palestrantes ul li h5 {
	font-family: GloberBold;
	margin-top: 10px;
}

.paginacao {
	margin-top: 50px;
}

.paginacao .page-item.active .page-link {
	background: #ee4136;
}

.paginacao .page-item.active .page-link:hover {
	opacity: 0.8;
}

.paginacao .page-link {
	color: #ee4136;
}

.top-livros .nav-tabs {
	border: none;
	margin-bottom: 35px;
}

.top-livros .nav-tabs .nav-link {
	font-size: 14px;
	padding: 10px 25px;
}

.top-livros .nav-tabs .nav-link:hover {
	border: none;
}

.top-livros .nav-tabs .nav-link.active {
	border: none;
	font-family: GloberRegular;
	color: #fff;
	background: #ee4136;
	font-size: 14px;
}

.top-livros .nav-tabs .nav-link.active:hover {
	opacity: 0.8;
	border: none;
}

.livro-ano {
	margin-bottom: 50px;
}

.livro-ano .capa {
	float: left;
	margin-right: 25px;
}

.livro-ano .capa span {
	font-family: GlyphaRegular;
	font-size: 45px;
	color: #575757;
	margin-right: 15px;
}

.livro-ano .info {
	max-width: 600px;
	width: 100%;
	display: inline-block;
}

.livro-ano .info h2 {
	font-family: GlyphaRegular;
	font-size: 18px;
}

.livro-ano .info h3,
.livro-ano .info h4 {
	font-family: GloberRegular;
	font-size: 14px;
	margin-top: 7px;
}

.livro-ano .info h3 span,
.livro-ano .info h4 span {
	font-family: GloberBold;
}

.livro-ano p {
	font-family: GloberRegular;
	font-size: 14px;
	margin-top: 7px;
}

.form-contato {
	max-width: 600px;
	width: 100%;
	display: inline-block;
}

.dados-contato {
	max-width: 520px;
	width: 100%;
}

.conteudo .dados-contato p {
	margin-bottom: 0;
	font-size: 18px;
}

.conteudo .dados-contato h3 {
	margin-bottom: 5px;
}

.conteudo .dados-contato .col {
	margin-bottom: 20px;
}

/*E-books Guias e Papers*/
.tabs-ebook {
	border: none;
	font-family: GloberRegular;
}

.tabs-ebook .nav-link {
	border-radius: 0;
	margin-right: 10px;
}

.tabs-ebook .nav-link.active {
	border: none;
	background: #666;
	color: #fff;
	border-radius: 0;
}

.tabs-ebook .nav-link:focus,
.tabs-ebook .nav-link:hover {
	border: none;
	background: #666;
	opacity: 0.8;
	color: #fff;
	border-radius: 0;
}

.tab-content-ebook .tab-pane ul {
	justify-content: space-between;
	margin-top: 25px;
}

.tab-content-ebook .tab-pane ul li {
	max-width: 295px;
	padding: 0 15px;
	display: inline-block;
	margin-bottom: 60px;
}

.tab-content-ebook .tab-pane ul li .card {
	border: none;
}

.tab-content-ebook .tab-pane ul li .card .card-body {
	padding: 0;
}

.tab-content-ebook .tab-pane ul li .card .card-body h2 {
	font-family: GloberRegular;
	font-size: 18px;
	color: #575757;
	line-height: 23px;
	margin: 15px 0;
}

.tab-content-ebook .tab-pane ul li .card img {
	box-shadow: 2px 0 4px 0 #dedede;
}

.tab-content-ebook .tab-pane ul li .card .card-body img {
	margin-top: 15px;
	box-shadow: none;
}

.tab-content-ebook .tab-pane ul li .card .card-body a {
	font-family: GloberRegular;
	background: #ee4136;
	border: none;
}

.tab-content-ebook .tab-pane ul li .card .card-body a:hover {
	opacity: 0.8;
}

/*TV*/
.player-tv {
	max-width: 840px;
	width: 100%;
	min-height: 420px;
	margin: 0 auto;
}

/*Assine*/
.empresas .slick-slide img {
	width: 55%;
}

#slide-assine {
	margin-top: 85px;
	position: relative;
}

#slide-assine .info {
	position: absolute;
	top: 95px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	color: #fff;
	font-family: GloberRegular;
}

#slide-assine .info .content {
	max-width: 670px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

#slide-assine .info .content h2 {
	margin-bottom: 45px;
}

#slide-assine .info .content p {
	font-size: 20px;
}

.carrousel-assine h3 {
	font-family: GloberRegular;
	color: #575757;
	font-size: 25px;
	text-align: center;
}

.empresas .slick-slide {
	height: auto;
}

.empresas .slick-slide img {
	display: block;
	margin: 35px auto 35px;
}

.card-planos {
	margin-top: 50px;
}

.card-planos h3 {
	font-family: GloberRegular;
	color: #575757;
	font-size: 25px;
	text-align: center;
	margin-bottom: 40px;
}

.planos {
	display: flex;
	justify-content: space-between;
	max-width: 660px;
	width: 100%;
	margin: 0 auto;
}

.planos .card-plano {
	width: 300px;
	font-family: GloberRegular;
	color: #575757;
	text-align: center;
	font-size: 14px;
}

.planos .card-plano .topo {
	border: 1px solid #dedede;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	padding: 15px 0;
	background: #f5f5f5;
}

.planos .card-plano h4 {
	text-transform: uppercase;
	font-size: 15px;
}

.planos .card-plano .valor span {
	font-family: GloberBold;
	font-size: 30px;
}

.planos .card-plano .valor {
	font-size: 16px;
	margin: 5px 0;
}

.planos .card-plano .pagamento {
	color: #a3a3a3;
}

.planos .card-plano .lista {
	border: 1px solid #dedede;
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 25px;
}

.planos .card-plano .lista ul li {
	margin-bottom: 15px;
}

.planos .btn-assine {
	background: #ee4136;
	padding: 10px 45px;
	border: 0;
	font-size: 18px;
	margin-top: 15px;
}

.planos .btn-assine:hover,
.planos .btn-assine:active:focus {
	background: #f58229;
}

.professor,
.cadastro-gratis {
	font-family: GloberRegular;
	font-size: 16px;
	color: #575757;
	background: #f5f5f5;
	max-width: 660px;
	width: 100%;
	margin: 50px auto 30px;
	border-radius: 10px;
	padding: 30px 40px;
}

.professor {
	padding: 30px 66px;
	background-image: url('../imagens/imagem-professor.png');
	background-repeat: no-repeat;
	background-position: 25px 30px;
}

.professor .titulo,
.cadastro-gratis .titulo {
	margin-bottom: 5px;
}

.professor p,
.cadastro-gratis p {
	line-height: 20px;
}

.professor p,
.professor a {
	font-size: 14px;
}

.professor a {
	color: #f58229
}

.cadastro-gratis p {
	margin-bottom: 5px;
	font-size: 14px;
}

.cadastro-gratis p:last-child {
	color: #a3a3a3;
}

.cadastro-gratis .btn-assine {
	background: #ee4136;
	padding: 10px 18px;
	border: 0;
	font-size: 16px;
	margin-bottom: 10px;
}

.cadastro-gratis .btn-assine:hover,
.cadastro-gratis .btn-assine:active:focus {
	background: #f58229;
}


/*404*/
.p404 {
	margin-top: 100px;
	padding: 50px 0;
	text-align: center;
	font-family: GloberRegular;
	color: #575757;
	min-height: 744px;
}

.p404 h1 {
	font-size: 100px;
}

.p404 h2 {
	margin-top: 50px;
}

.p404 h3 {
	font-size: 22px;
	margin-top: 10px;
}

.p404 h3 a {
	color: red;
	font-family: GloberBold;
}

/*Artigos*/
.lista-artigos {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-top: 35px
}

.lista-artigos li {
	max-width: 380px;
	width: 100%;
	min-height: 350px;
	border-radius: 5px;
	background: #f5f5f5;
	border: 1px solid #dedede;
	float: left;
	margin-bottom: 30px;
}

.lista-artigos li:hover {
	opacity: 0.8;
	box-shadow: 0px 2px 3px 2px #f5f5f5;
	background: #dedede;
}

.lista-artigos li:nth-child(2),
.lista-artigos li:nth-child(5),
.lista-artigos li:nth-child(8) {
	margin-left: 30px;
	margin-right: 30px;
}

.lista-artigos li a {
	padding: 25px 50px;
	display: block;
}

.lista-artigos li img {
	display: block;
	margin: 0 auto 10px;
	text-align: center;
	width: 120px;
	height: 120px;
	border-radius: 100%;
}

.lista-artigos li .conteudo {
	width: 100%;
	margin-top: 0;
	text-align: center;
}

.lista-artigos li .conteudo h3 {
	font-family: GloberBold;
	font-size: 18px;
	color: #575757;
}

.lista-artigos li .conteudo h2 {
	font-family: GloberBold;
	font-size: 18px;
	color: #575757;
}

.lista-artigos li .conteudo span {
	font-family: GloberRegular;
	font-size: 13px;
	color: #575757;
	line-height: 19px;
	display: block;
	margin: 10px 0;
}

/*Lançamentos e Promoções*/

/*Dino*/
.conteudo-dino {
	width: 100%;
	display: block;
}

.conteudo-dino ul li {
	display: inline-block;
	width: 100%;
}

.conteudo-dino ul li a .item-dino figure img {
	max-width: 230px;
	width: 100%;
	border-radius: 10px;
	float: left;
}

.conteudo-dino ul li a .item-dino span {
	font-size: 12px;
	font-family: GlyphaRegular;
}

.conteudo-dino .titulo-dino {
	font-family: GloberRegular;
	font-size: 16px;
	color: #575757;
	margin-top: 10px;
}

.conteudo-dino .conteudo-item {
	max-width: 450px;
	display: inline-block;
	margin-left: 20px;
}

.paginacao-dino {
	margin-top: 25px;
}

.paginacao-dino a:last-child {
	margin-left: 30px;
}

.paginacao-dino a {
	border: 1px solid #575757;
	border-radius: 5px;
	padding: 5px 15px;
}

.paginacao-dino a:hover {
	color: #fff;
	background: #ef4136;
	border-color: #ef4136;
}

.bloco-dino h1 {
	font-family: GloberRegular;
	font-size: 25px;
	color: #575757;
	margin-bottom: 25px;
}

.bloco-dino {
	font-family: GloberRegular;
	color: #575757;
}

.bloco-dino .autor-dino,
.bloco-dino .data-dino {
	display: inline-block;
	margin-right: 25px;
	margin-bottom: 25px;
	font-family: GloberBold;
	font-size: 16px;
	margin-top: 10px;
}

.bloco-dino .autor-dino span,
.bloco-dino .data-dino span {
	font-family: GloberRegular;
}

.conteudo-dino p {
	margin-bottom: 15px;
	font-size: 16px;
}

.conteudo-dino a {
	color: #ef4136;
	font-weight: 700;
}

.imagem-dino img {
	display: block;
	margin: 35px auto 0;
}

.conteudo-dino #bwbodyimg {
	margin-right: 15px;
}

.conteudo-dino #bwbodyimg img {
	margin-bottom: 10px;
}

.conteudo-dino #bwbodyimg p {
	font-size: 12px !important;
}

.direitos-dino img {
	width: 100%;
	max-width: 120px;
}

.direitos-dino span {
	font-family: GloberBold;
}

.direitos-dino p {
	font-size: 14px;
}

/*Tags*/
.conteudo-tag ul li {
	margin-bottom: 15px;
}

.card-tags {
	width: 100%;
	border: none;
	box-shadow: 2px 0 4px 0 #dedede;
	padding: 10px 40px;
	background-image: url('../imagens/icon-tags.png');
	background-repeat: no-repeat;
	background-position: 12px 10px;
}

.card-tags:hover {
	background-color: #f5f5f5;
}

/*Vai e Vem*/
.lista-vai-vem {
	display: flex;
	justify-content: space-between;
	position: relative;
	max-width: 800px;
	width: 100%;
	flex-wrap: wrap;
}

.lista-vai-vem li {
	max-width: 380px;
	width: 100%;
	margin-bottom: 35px;
	background: #f5f5f5;
	padding: 17px;
	border-radius: 10px;
	border: 1px solid #dedede;
}

.lista-vai-vem li img {
	border-radius: 100%;
	width: 80px;
	height: 80px;
	float: left;
}

.lista-vai-vem li .info {
	display: inline-block;
	margin: 0 0 10px 15px;
	width: 245px;
}

.lista-vai-vem li .info h3 {
	font-family: GloberBold;
	font-size: 15px;
	color: #575757;
	display: inline;
}

.lista-vai-vem li .info .cargo {
	font-family: GlyphaBold;
	text-transform: uppercase;
	;
	font-size: 11px;
	color: #ef4136;
}

.lista-vai-vem li .info,
.lista-vai-vem li p {
	font-family: GloberRegular;
	color: #575757;
	font-size: 14px;
}

.lista-vai-vem li .info span,
.lista-vai-vem li p span {
	font-family: GloberBold;
}

/*Paywall*/
.btn-premium,
.btn-ferramentas {
	margin: 10px 0 10px 0;
	padding: 8px 20px 8px 20px;
}

#btn-login {
	padding: 8px 40px 8px 40px;
}

.card-paywall {
	border: 0;
	font-size: GloberRegular;
	color: #575757;
	text-align: center;
	background: #f5f5f5;
	border-radius: 10px;
	box-shadow: 2px 0 4px 0 #dedede;
}

.card-paywall .card-body {
	padding: 20px;
}

.card-paywall .card-body h3 {
	font-size: 25px;
	color: #ce161e;
	margin-bottom: 5px;
}

.card-paywall .card-body ul li img {
	width: auto !important;
}

.card-paywall .card-body p,
.card-paywall .card-body ul li {
	font-size: 17px;
}

.card-paywall .card-body p strong {
	color: #ce161e;
}

.card-paywall .card-body ul li {
	color: #575757;
	margin-bottom: 5px;
}

.card-paywall .card-body .form-user {
	margin-top: 15px;
}

.card-paywall .card-body .form-user p {
	margin-bottom: 10px;
	line-height: 13px;
}

.card-paywall .card-body form {
	max-width: 300px;
	margin: 25px auto 35px;
}

.card-paywall .card-body form input {
	margin-bottom: 10px;
	font-size: 14px;
}

.conteudo-assine {
	margin-top: 30px;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	font-family: GloberRegular;
	color: #575757;
}

#form-assine {
	display: flex;
	width: 100%;
}

#form-assine .cadastro-form {
	max-width: 450px;
	width: 100%;
}

#form-assine .cadastro-form-1 {
	margin-right: 50px;
}

#form-assine h3 {
	margin-bottom: 15px;
	padding-bottom: 5px;
	font-size: 25px;
}

#form-assine label {
	margin-bottom: 0;
}

#form-assine input,
#form-assine select {
	margin-bottom: 20px;
	font-family: GloberRegular;
	font-size: 14px;
	color: #575757;
}

#form-assine #concordo {
	float: left;
}

#btn-cadastrar {
	color: #fff;
	background: #575757;
	padding: 12px 30px;
	margin-top: 15px;
}

input[name=cadastrar] {
	color: #fff !important;
}

input[name=cadastrar]:hover {
	background: #ce161e !important;
}

#form-assine .label-newsletter {
	position: relative;
	right: 8px;
	top: -2px;
	font-size: 14px;
	display: inline-block;
	max-width: 305px;
}

#form-assine .label-concordo {
	position: relative;
	right: 0px;
	top: 6px;
	font-size: 14px;
	display: inline-block;
	max-width: 305px;
}

#form-assine .importante h5 {
	font-size: 16px;
	font-weight: bold;
}

#form-assine .importante {
	font-size: 14px;
	margin-bottom: 20px;
}

.pagamento-cartao {
	display: block;
}

.mensagem-boleto {
	display: none;
	font-size: 14px;
	font-family: GloberBold;
	margin-bottom: 15px;
}

.anuncie h3 {
	margin-top: 50px;
}

.iframe-midiakit {
	width: 850px;
	height: 500px;
}

.fale-conosco {
	display: flex;
	justify-content: space-between;
	font-family: GloberRegular;
	font-weight: normal;
	color: #575757;
}

/*Conteúdo Especial*/
.carousel-kmaleon,
.carousel-kmaleon .carousel-item {
	height: 400px;
	min-height: 320px;
	background: #000;
}
.container-especial .destaque {
	position: relative;
	margin-bottom: 30px;
}
.slide-kmaleon{
	display: block;
}
.carousel-inner-kmaleon {
	height: 530px;
}
.carousel-kmaleon .content{
	max-width: 780px !important;
}
.carousel-kmaleon h2{
	font-size: 40px;
	margin-top: 55px;
	margin-bottom: 30px;
}
.carousel-kmaleon p{
	font-size: 28px !important;
}
.tags-kmaleon {
	text-align: center;
	margin-top: 50px;
}
.tags-kmaleon h3{
	font-weight: bold;
	color: #ef4136;
}
.tags-kmaleon p{
	font-size: 20px;
	color: #575757;
}
.tags-kmaleon ul{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-top: 40px;

}
.tags-kmaleon ul li:nth-child(2n){
	margin: 0 20px 20px 20px;
}
.tags-kmaleon ul li{
	background: #000;
	margin-bottom: 20px;
	border-radius: 5px;
	min-width: 100px;
}
.tags-kmaleon ul li a{
	color: #fff;
	font-weight: bold;
	padding: 15px 10px;
	display: block;
}
.tags-kmaleon ul li a:hover {
	opacity: 0.7;
}
#slide-assine .info{
	top: 50px !important;
}

@media all and (max-width: 1180px) {
	.anuncie h2 {
		font-size: 22px !important;
		font-family: GlyphaBold !important;
		color: #575757 !important;
	}

	.container-especial .destaque {
		margin-bottom: 15px;
		margin-top: 0;
	}

	.container-especial .destaque .conteudo {
		margin-top: 15px !important;
	}

	.container-especial .carousel-ebooks .destaque .card-deck .card {
		max-width: inherit !important;
	}

	.container-especial .carousel-ebooks {
		margin-top: 0;
	}
}

.container-especial .destaque .card-deck .card {
	max-height: 446px;
	border: none;
}

.container-especial .destaque figure {
	float: left;
	width: 100%;
}

.container-especial .destaque img {
	width: 100%;
}

.container-especial .destaque .conteudo {
	display: inline-block;
	margin: 0;
	max-width: 400px;
	width: 100%;
}

.container-especial .destaque .conteudo .tag {
	margin-bottom: 20px;
	color: #fff;
}

.container-especial .destaque .conteudo h2 {
	font-size: 20px;
	font-family: GloberBold;
	line-height: 22px;
}

.indicardor-destaque {}

.indicardor-destaque li {
	background: #ee4136;
	width: 10px;
	height: 0;
	border-radius: 100%;
	text-indent: inehrit;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}

.carousel-ebooks {
	margin-top: 35px;
}

.carousel-ebooks .img-ebook {
	margin: 0 auto;
	display: block;
}

.container-especial .carousel-ebooks .destaque .conteudo {
	padding: 10px 0;
}

.container-especial .carousel-ebooks .destaque .conteudo h2 {
	font-size: 15px;
	line-height: 19px;
}

.container-especial .carousel-ebooks .destaque .card-deck .card {
	max-width: 275px;
}

.container-especial h3 {
	font-family: GloberRegular;
	font-size: 24px;
	color: #ee4136;
	margin-bottom: 18px;
	margin-top: 35px;
}

.topo-minutomarketing {
	background: #dedede;
}

.topo-minutomarketing .rol {
	max-width: 1230px;
	width: 100%;
	margin: 0 auto;
	padding: 40px 0;
	position: relative;
}

.topo-minutomarketing .rol h2 {
	font-family: GlyphaRegular;
	font-size: 21px;
	color: #575757;
	margin-bottom: 20px;
}

.topo-minutomarketing .rol img {
	width: 100%;
}

.topo-minutomarketing .rol figure {
	position: relative;
}

.topo-minutomarketing .rol figure figcaption {
	position: absolute;
	bottom: 0;
	color: #fff;
	font-family: GloberRegular;
	font-size: 14px;
	padding: 40px;
	max-width: 550px;
	width: 100%;
}

.container-minutomarketing .card {
	border: inherit;
	font-family: GloberRegular;
	font-size: 23px;
	margin-bottom: 25px;
	padding: 0;
}

.container-minutomarketing .card-body {
	padding: 15px 0;
}

@media all and (max-width: 1180px) {
	.topo-minutomarketing .rol h2 {
		padding: 0 20px;
		font-size: 18px;
	}

	.topo-minutomarketing .rol figure figcaption {
		font-size: 13px;
		padding: 25px 40px;
	}

	.container-minutomarketing .card h5 {
		font-size: 18px;
	}
}

@media all and (max-width: 460px) {
	.topo-minutomarketing .rol figure figcaption {
		position: relative;
		color: #575757;
	}

	.topo-minutomarketing .rol {
		padding-bottom: 0;
	}
}

.conteudo-conheca .bloco-video {
	text-align: center;
	margin-bottom: 50px;
}

.conteudo-conheca .bloco-video iframe {
	width: 100%;
	max-width: 800px;
}

.conteudo-conheca .bloco-direitos h3 {
	text-align: center;
	font-weight: 300;
	margin-bottom: 35px;
}

.conteudo-conheca .bloco-direitos ul {
	max-width: 915px;
	width: 100%;
	margin: 0 auto;
}

.conteudo-conheca .bloco-direitos ul li {
	display: inline-block;
	text-align: center;
}

.conteudo-conheca .bloco-direitos ul li:nth-child(2),
.conteudo-conheca .bloco-direitos ul li:nth-child(4){
	position: relative;
	top: 20px;
}

@media(max-width: 960px){
	.conteudo-conheca .bloco-direitos ul li{
		position: relative;
		top: 20px;
	}
}

.conteudo-conheca .bloco-direitos ul li img {
	width: 90px;
}

.conteudo-conheca .bloco-direitos ul li p {
	display: block;
	width: 225px;
}

@media all and (max-width: 1180px) {
	.conteudo-conheca .bloco-direitos h3 {
		font-size: 18px;
	}

	.conteudo-conheca .bloco-video iframe {
		width: 100%;
		max-height: 300px;
		height: 100%;
	}

	.conteudo-conheca .bloco-video h2 {
		font-size: 16px;
	}

	.conteudo-conheca .bloco-direitos ul li p {
		width: inherit;
	}

	.conteudo-conheca .bloco-direitos ul li {
		display: block;
		margin-top: 25px;
	}

	.conteudo-conheca .bloco-direitos ul li .col-estatica h4 {
		margin-bottom: 5px;
	}
}

/*Esqueci a senha*/
.recuperar-senha {
	max-width: 560px;
	width: 100%;
	margin: 10% auto 0;
	text-align: center;
}

.recuperar-senha h2 {
	font-family: GloberBold;
	color: #575757;
	font-size: 25px;
	margin: 20px 0;
}

.recuperar-senha p {
	font-family: GloberRegular;
	color: #575757;
	font-size: 18px;
	margin-bottom: 20px;
}

.recuperar-senha input {
	max-width: 350px;
	width: 100%;
	margin: 0 auto;
	border: 1px solid #dedede;
}

.recuperar-senha #recuperar {
	max-width: 150px;
	width: 100%;
	margin: 15px auto 0;
	border: 1px solid #dedede;
}

@media (max-width: 960px) {
	.recuperar-senha h2 {
		font-size: 18px;
	}

	.recuperar-senha p {
		font-size: 16px
	}
}


/*Footer*/
footer {
	background: #575757;
	width: 100%;
	margin-top: 25px;
	/*position: absolute;
	bottom: 0;*/
}

footer .bloco {
	margin: 0;
	padding: 0;
	max-width: 1240px;
	width: 100%;
	margin: 0 auto;
	padding: 25px 0;
}

footer .bloco .termos p {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	color: #fff;
	line-height: 16px;
	max-width: 608px;
}

footer .bloco .logo-footer {
	float: left;
}

footer .bloco .termos {
	display: inline-block;
	margin-left: 25px;
	position: relative;
	top: 10px;
}

footer .bloco .social-nav {
	float: right;
}

footer .bloco .social-nav ul li {
	list-style: none;
	display: inline-block;
}

footer .bloco .social-nav .social ul {
	text-align: center;
	margin-bottom: 10px;
}

footer .bloco .social-nav .social ul li {
	padding: 0 15px;
}

footer .bloco .social-nav .social ul li a img {
	width: 65%;
}

footer .bloco .social-nav .nav-footer ul li {
	padding: 0 5px;
}

footer .bloco .social-nav .nav-footer ul li a {
	color: #fff;
	font-size: 12px;
	font-family: GloberRegular;
}

footer .bloco .social-nav .nav-footer ul li a:hover {
	color: #fff;
}

/*Gerenciador*/
.bg-gradient-primary {
	background: #575757;
}

.formulario_erro {
	display: block;
	font-size: 14px;
	position: relative;
	top: -17px;
	font-family: GlyphaRegular;
	color: #CE161E;
}

@media all and (max-width: 1180px) {

	a .titulo,
	a .titulo:hover {
		font-size: 20px;
		line-height: 25px;
		margin-top: 12px;
	}

	.btn-download {
		padding: 8px 20px 8px 50px;
		font-size: 14px;
	}

	#topo-pagina h3 {
		text-align: center;
	}

	.video iframe {
		height: 280px;
	}

	.wrapper {
		padding: 0 10px;
	}

	#container-home {
		margin-top: 0;
	}

	#container-home .wrapper {
		display: inherit;
	}

	.navbar-nav .dropdown-menu {
		margin: 0;
		padding: 0;
		height: auto;
		overflow-x: scroll;
		height: auto;
	}

	.navbar-nav .dropdown-item {
		padding: 10px;
	}

	#nav-topo .navbar {
		display: none;
	}

	#nav-topo .navbar a {
		display: block;
	}

	#nav-topo .navbar a.nav-link img {
		width: 28px;
		height: 28px;
	}

	#nav-topo .navbar-mobile {
		display: block;
		padding: 15px 0;
		background: #fff;
	}

	#nav-topo .menu-m {
		height: 100%;
	}

	#nav-topo .logo {
		margin: 0 auto;
		max-width: 140px;
		top: 0;
	}

	#nav-topo .logo img {
		width: 100%;
		top: 0;
	}

	#nav-topo .top-banner {
		display: none;
	}

	#nav-topo .row-logo {
		margin-bottom: 20px;
		display: none;
	}

	.navbar-mobile {
		display: block;
		box-shadow: 2px 1px 5px 0px #dedede;
	}

	.navbar-mobile .navbar-toggler {
		position: absolute;
		right: 20px;
		top: 22px;
		border: none;
	}

	.navbar-mobile .navbar-toggler:focus {
		border: none;
		outline: #575757;
	}

	.navbar-mobile .navbar-collapse {
		border: none;
		border-radius: 5px;
		background: #fff;
		margin-top: 10px;
		height: 100%;
		overflow: auto;
	}

	#nav-topo .navbar ul,
	.navbar-mobile .navbar-collapse ul {
		padding: 0;
		margin: 0;
		height: 100%;
		overflow-x: hidden;
	}

	#nav-topo nav ul li {
		margin: 3px 0;
		padding: 0 15px;
		border-bottom: 1px solid #dedede;
	}

	.navbar-desk {
		display: none;
	}

	.dropdown-menu {
		border: none;
		background: #f2f2f2;
		border-radius: 5px;
	}

	#container {
		background: #fff;
		padding: 0 0;
		margin-top: 0;
	}

	#container .col {
		background: #fff;
		padding: 0 0;
		margin: 0 auto 25px;
		max-width: 450px;
	}

	#topo-pagina h3 {
		font-size: 19px;
	}

	.destaques {
		margin-bottom: 50px;
	}

	.destaques .titulo-bloco {
		margin-bottom: 15px;
	}

	.result-col,
	.lista-conteudo {
		max-width: 380px !important;
		margin: 0 auto;
		padding: 0;
	}

	.lista-conteudo .row {
		max-width: 380px;
		margin: 0 auto 30px;
	}

	.result-col .lista-conteudo .row {
		margin: 0;
	}

	.int-list {
		display: flex;
		flex-direction: column;
	}

	.result-col {
		order: 2;
	}

	.seach-col {
		order: 1;
		max-width: 380px !important;
	}

	.top-livros {
		padding: 0 20px;
	}

	.destaque-mobile {
		display: block;
		margin-bottom: 50px;
	}

	.destaque-mobile img{
		width: 100%;
	}

	/*Home*/
	.slick-dotted.slick-slider {
		margin-bottom: 25px;
		max-width: 920px;
		width: 100%;
		margin: 0 auto 25px;
	}

	.titulo-bloco {
		font-size: 15px;
		border-left: 5px solid #ee4136;
		margin-bottom: 25px;
	}

	.titulo-inteligencia,
	.titulo-area,
	.titulo-ativacoes {
		margin-bottom: 25px;
	}

	.destaque {
		display: inherit;
		margin-bottom: 0;
		margin-top: 80px;
		padding: 0;
	}

	.destaque-slide {
		max-width: inherit;
	}

	.destaque-slide {
		margin-bottom: 15px;
	}

	.destaque-slide .content {
		padding: 20px 20px;
		max-width: inherit;
	}

	.destaque-slide .content .titulo {
		padding: 5px 0;
		line-height: 32px;
		font-size: 24px;
	}

	.destaque-slide .content .descricao {
		font-size: 17px;
		line-height: 21px !important;
		display: none;
	}

	.destaque-slide .slick-dots {
		bottom: 0;
	}

	.destaque-lateral {
		width: 100%;
		max-width: 450px;
		padding: 0 15px;
		margin: 0 auto;
	}

	.destaque-lateral .titulo-patrocinador,
	.destaque-lateral .patrocinador {
		display: none;
	}

	.destaque-lateral .destaques a .titulo,
	.destaque-lateral .destaques a .titulo:hover {
		font-size: 20px;
		line-height: 26px;
	}

	.destaque-lateral .destaques a .titulo {
		margin: 8px 0 0 0;
	}

	.destaque-lateral .destaques ul li {
		margin-bottom: 15px;
		padding: 7px 10px;
		background: #f3f3f3;
	}

	.destaque-lateral .destaques ul li:nth-child(2) {
		background: #fff;
	}

	.destaque .destaques {
		margin-top: 35px;
	}

	.conteudos .col ul li a .tag {
		margin-bottom: 0;
	}

	.conteudos {
		display: block;
		max-width: 450px;
		padding: 0 0;
		margin: 0 auto;
	}

	.conteudos .col ul {
		display: inline;
	}

	.conteudos .col ul li {
		max-width: inherit;
		margin-bottom: 60px;
	}

	.conteudos .col ul li:nth-child(2) {
		margin: 0 0 60px 0;
	}

	.conteudos .especial-row .titulo-especial {
		margin-bottom: 25px;
	}

	.conteudos .especial-row ul li {
		margin-bottom: 35px;
	}

	.conteudos .especial-row ul li:nth-child(2) {
		margin: 0 0 35px 0;
		border: none;
		padding: 0;
	}

	.conteudos .especial-row ul li:last-child {
		margin-bottom: 0;
	}

	.conteudos article img {
		width: 100%;
	}

	.super-banner {
		width: 100%;
		padding: 0 20px;
		margin-bottom: 25px;
		display: none;
	}

	.img-reports {
		width: 100% !important;
		height: auto !important;
	}

	.ultimos-conteudos {
		background: #fff;
		/*padding: 35px 40px;
        box-shadow: 2px 0 4px 0 #dedede;*/
	}

	.ultimos-conteudos .titulo-area {
		padding: 4px 0 0 48px;
	}

	.ultimos-conteudos ul li {
		display: block;
		margin-bottom: 20px;
	}

	.ultimos-conteudos ul li img {
		width: 100%;
		max-width: inherit;
	}

	.ultimos-conteudos .row {
		display: block;
		padding: 0;
		max-width: inherit;
		margin-bottom: 50px;
	}

	.ultimos-conteudos .tag {
		margin-top: 10px;
		display: inline-block;
	}

	.ultimos-conteudos .titulo,
	.ultimos-conteudos .titulo:hover {
		font-size: 20px;
		line-height: 27px;
		font-family: GloberRegular;
	}

	.ultimos-conteudos a .descricao {
		display: none;
	}

	.sidebar {
		float: none;
		width: 100%;
		max-width: inherit;
		max-width: 450px;
		padding: 0 0;
		margin: 0 auto;
		border-top: 1px solid #dedede;
		padding-top: 35px;
	}

	.sidebar .titulo-bloco {
		margin-bottom: 10px;
	}

	.sidebar section {
		/*padding: 40px 40px;*/
		margin-top: 25px;
		margin-bottom: 35px;
		background: #fff;
		/*box-shadow: 2px 0 4px 0 #dedede;*/
	}

	.arroba {
		margin: 25px auto 60px;
		display: block;
	}

	.sky {
		text-align: center;
	}

	.sky span {
		display: block;
		width: 300px;
		text-align: left;
		margin: 0 auto;
	}

	.sidebar .artigos li {
		margin-bottom: 35px;
	}

	/*
    .sidebar .artigos li img{
        display: block;
        margin: 0 auto 15px;
        float: none;
    }
    .sidebar .artigos li a h4, .sidebar .artigos li a p{
        text-align: center;
        max-width: inherit;
        margin: 5px 0;
    }*/
	.sidebar .artigos li a p {
		font-size: 17px;
	}

	.sidebar .artigos li .row {
		display: flex;
	}

	.sidebar .artigos li a h4,
	.sidebar .artigos li a p {
		width: 190px;
	}

	.sidebar .eventos .data-evento {
		background: inherit;
	}

	.sidebar .eventos a .evento {
		max-width: inherit;
		top: 0;
		height: auto;
	}

	.sidebar .eventos li {
		margin-bottom: 25px;
	}

	.sidebar .eventos .data,
	.sidebar .eventos .evento {
		width: 100%;
	}

	.sidebar .eventos .data {
		margin-bottom: 0;
		padding: 0;
		background: transparent;
	}

	.sidebar .dino ul li {
		margin-bottom: 25px;
	}

	.sidebar .dino ul li:last-child {
		margin-bottom: 0;
	}

	.sidebar .eventos a .evento h4 {
		font-size: 18px;
		line-height: 24px;
	}

	/*Conteúdo*/
	#topo-pagina {
		margin-top: 84px;
		margin-bottom: 25px;
	}

	#topo-pagina h1 {
		font-size: 18px;
		background-size: 10%;
		padding-left: 36px;
	}

	#container .col-interna {
		display: block;
	}

	#container .col-interna .sidebar-interna {
		padding: 10px 10px;
	}

	.conteudo {
		padding: 0 10px;
	}

	.conteudo h1 {
		font-size: 32px;
		line-height: 34px;
	}

	.conteudo h2 {
		font-size: 18px;
		line-height: 25px;
	}

	.conteudo p {
		font-size: 19px;
		line-height: 25px;
	}

	.conteudo p img {
		width: 100% !important;
		height: auto !important;
	}

	.destaque-inteligencia img {
		width: 100%;
	}

	.int-list {
		padding: 0;
	}

	.lista-conteudo li {
		max-width: inherit;
	}

	.lista-conteudo li {
		margin-top: 0;
		margin-bottom: 30px;
	}

	.sidebar .eventos .data-evento {
		padding: 0;
	}

	/*Top 10 livros*/
	.livro-ano .capa {
		float: none;
		margin: 0 0 20px 0;
	}

	.livro-ano .capa span {
		display: inherit;
		font-size: 27px;
	}

	.top-livros .nav-tabs .nav-link {
		padding: 7px 17px;
	}

	/*E-books*/
	.tab-content-ebook .tab-pane ul li {
		max-width: 390px;
	}

	/*404*/
	.p404 {
		margin: 120px 0;
		padding: 0 20px;
	}

	.p404 h1 {
		font-size: 50px;
	}

	.p404 h2 {
		font-size: 18px;
	}

	.p404 h3 {
		font-size: 16px;
		margin-top: 20px;
	}

	/*Artigos*/
	.lista-artigos {
		margin: 0 auto 0;
		max-width: 380px;
		width: 100%;
		display: block;
	}

	.lista-artigos li {
		float: none;
		min-height: 275px;
	}

	.lista-artigos li:nth-child(2),
	.lista-artigos li:nth-child(5) {
		margin: 0 0 30px 0;
	}

	.lista-artigos li img {
		width: 95px;
		height: 95px;
	}

	.lista-artigos li .conteudo h2 {
		font-size: 16px;
	}

	.lista-artigos li:nth-child(8) {
		margin: 30px auto 30px;
	}

	/*DINO*/
	.conteudo-dino {
		padding: 0;
		max-width: 320px;
		width: 100%;
		margin: auto;
	}

	.conteudo-dino ul li a .item-dino figure img {
		display: block;
		float: none;
	}

	.conteudo-dino .conteudo-item {
		margin-left: 0;
		margin-top: 10px;
	}

	.conteudo-dino ul li {
		margin-bottom: 20px;
	}

	.bloco-dino h1 {
		font-size: 22px;
	}

	.bloco-dino .autor-dino,
	.bloco-dino .data-dino {
		display: block;
		margin-bottom: 5px;
		margin-top: 0;
		font-size: 16px;
	}

	.bloco-dino .data-dino {
		margin-bottom: 25px;
	}

	.conteudo-dino #bwbodyimg {
		width: 100% !important;
		float: inherit !important;
		padding: 0 !important;
	}

	.conteudo-dino #bwbodyimg img,
	.imagem-dino img {
		width: 100%;
	}

	/*TV*/
	.player-tv {
		min-height: 280px;
	}

	/*Vai e Vem*/
	.lista-vai-vem li {
		text-align: center;
		margin: 0 auto 35px;
		max-width: 320px;
	}

	.lista-vai-vem li img {
		float: none;
		margin-bottom: 15px;
	}

	.lista-vai-vem li .info {
		margin: 0 auto;
		margin-bottom: 10px;
	}

	#form-assine {
		display: block;
	}

	#form-assine .cadastro-form {
		margin: 0 auto 0;
	}

	#slide-assine {
		display: none;
	}

	.carrousel-assine {
		margin-top: 105px;
	}

	.empresas .slick-slide img {
		width: 100%;
	}

	.planos {
		display: block;
	}

	.planos .card-plano {
		width: 100%;
		margin-bottom: 30px;
	}

	.card-planos h3 {
		font-size: 23px;
		margin-bottom: 20px;
	}

	.planos .card-plano .lista ul li {
		font-size: 17px;
	}

	.table-anuncio td,
	.table-anuncio th {
		font-size: 11px;
		font-family: GloberRegular;
	}

	.table-anuncio th {
		font-weight: bold;
	}

	.iframe-midiakit {
		min-height: 380px;
		height: 100%;
	}

	.text-iframe {
		font-size: 14px;
	}

	.form-contato label {
		font-size: 14px;
		font-weight: normal;
		font-family: GloberRegular;
	}

	.dados-contato {
		margin-top: 35px;
	}

	#form-assine h3 {
		font-size: 20px;
	}

	#form-assine label {
		font-size: 14px;
	}

	.fale-conosco {
		display: block;
	}

	.conteudo-conheca .bloco-direitos ul li img {
		width: 50px;
	}

	.dino .titulo-bloco {
		margin-bottom: 15px;
	}

	/*LP Kmaleon*/
	.container-kmaleon{
		position: relative;
		top: -25px;
	}
	#slide-assine .carousel-kmaleon .info {
		top: 20px !important;
		padding: 0 20px;
	}
	#slide-assine .carousel-kmaleon .info img{
		width: 150px;
		margin-top: 15px;
	}
	#slide-assine .carousel-kmaleon .carousel-item .d-block {
		display: block !important;
		position: relative;
		top: 70px;
	}
	.carousel-kmaleon,
	.carousel-kmaleon .carousel-item {
		height: 280px;
		min-height: 280px;
		background: #000;
	}
	.carousel-kmaleon h2 {
		font-size: 26px;
		margin-top: 20px;
		margin-bottom: 20px !important;
	}
	.carousel-kmaleon p{
		font-size: 18px !important;
		padding: 0 20px;
	}
	.carousel-inner-kmaleon {
		height: 100%;
	}
	.container-kmaleon .carousel-indicators {
		margin: 0;
	}

	/*Footer*/
	footer {
		margin-top: 25px;
		/*position: absolute;
        bottom: 0;*/
	}

	footer .bloco {
		padding: 20px;
	}

	footer .bloco .logo-footer {
		float: none;
		display: block;
		text-align: center;
		margin-bottom: 10px;
	}

	footer .bloco .logo-footer img {
		width: 112px;
	}

	footer .bloco .termos {
		padding: 0;
		margin: 20px 0;
		text-align: center;
		display: none;
	}

	footer .bloco .termos p {
		font-size: 12px;
		margin: 0;
	}

	footer .bloco .social-nav {
		margin-top: 20px;
		float: none;
	}

	footer .bloco .social-nav ul li a img {
		width: 80%;
	}

	footer .bloco .social-nav .nav-footer ul {
		text-align: center;
	}

	footer .bloco .social-nav .nav-footer ul li a {
		font-size: 12px;
	}
}

@keyframes fa-blink 
{
	0% { opacity: 1; }
	50% { opacity: 0.75; }
	75% { opacity: 0.5; }
	100% { opacity: 0.2; }
}

.fa-blink 
{
	-webkit-animation: fa-blink 2s infinite;
	-moz-animation: fa-blink .2s infinite;
	-ms-animation: fa-blink 2s infinite;
	-o-animation: fa-blink 2s infinite;
	animation: fa-blink 2s infinite;
}

.bloco_live_home
{
	background-color: #000; color: white;  margin-top:-27px; margin-bottom: 25px;
}

.bloco_live_interna
{
	background-color: #000; color: white;  margin-bottom: 15px;
}

@media (max-width: 1180px){
	.bloco_live_home{
		margin-top: 83px;
		margin-bottom: 0;
	}
	
	.bloco_live_interna {
		margin-top: 0;
		margin-bottom: 0;
		position: relative;
		top: -25px;
	}
}