
.w-100{
	width: 100%
}

.btn-novidades{
	color: #fff;
	background: #85248f;
	-webkit-box-shadow: 0px 5px 15px 0px rgb(133 36 143 / 25%);
	box-shadow: 0px 5px 15px 0px rgb(133 36 143 / 25%);
	border-radius: 5px;
	border: none;
	height: 30px;
}
.input-novidades{
	box-shadow: 1px 1px 4px -2px black;
	border-radius: 5px;
	border: none;
	height: 30px;
	padding-left: 10px;
}

.p-10{
	padding-bottom: 10px;
}

.btn-aovivo{
	padding: 3px 10px; 
	margin-left: 10px; 
	background-color: red;
	border-radius: 5px;
}

.btn-publegais{
	padding: 3px 10px; 
	margin-left: 10px; 
	background-color: #01c2f7;
	border-radius: 5px;
}

.header-top-social {
	margin-bottom: 10px;
}

.trending-bar{
	padding: 3px 10px;
	border-radius: 5px;
}

.input-contato {
	box-shadow: 1px 1px 4px -2px black;
	border-radius: 5px;
	border: none;
	padding-left: 10px;
}

.text-black{
	color: black !important;
}
.post-title {
	font-size: 15px;
}

.post-resumo-noticia{
	line-height: 15px !important;
}

.post-resumo-noticia-banner{
	line-height: 18px !important;
}

.post-resumo-noticia-banner small{
	line-height: 8px !important;
}


.small-noticia-banner{
	font-size: 12px;
	color: #fff;
	line-height: 12px;
}

.featured-slider .item .featured-post .post-title a{
	line-height: 30px;
}

.post-tab .list-post .post-block-style .post-thumb {
	position: relative;
	border-radius: 5%%;
	overflow: initial;
	width: 120px !important;
	height: 70px !important;
}

.tamanho-video {
	height: 720px;
	width: 100%;
}

.post-tab .list-post .post-block-style .post-thumb img {
	border-radius: 10% !important;
}

.main-nav {
    background: -webkit-linear-gradient(70deg, #01c2f7 0%, #b51997 100%);
    background: -o-linear-gradient(70deg, #01c2f7 0%, #b51997 100%);
    background: linear-gradient(20deg, #01c2f7 0%, #b51997 100%);
    min-height: 50px;
}

@media (min-width: 992px){
	.main-nav ul.navbar-nav > li > a {
	    line-height: 50px;
	}
}

ul.navbar-nav > li > a{
	font-size: 16px !important;
}

.header {
    padding: 15px 0;
}

.logo {
    padding: 0;
}

.logo img{
    height: 60px;
}









