/*  blog.css - Custom styles */
html{
  position:relative; 
  height: 100%;
}
body {
	padding: 0;
	margin: 0;
	font-family: 'Roboto', sans-serif;
	background-color: rgb(254, 254, 254);
	font-style: normal;
	color: #231f21;
	text-decoration: none;
	word-wrap: break-word;
	position: relative;
	min-height: 100%;
}

.site-content{
	min-height: calc(100% - 200px) !important;
}

.click-item {
	display: block;
	text-decoration: none;
	text-decoration-color: none;
	color: #231f21;
}

.click-item:hover {
	display: block;
	text-decoration: none;
	text-decoration-color: none !important;
	color: #5C6367;
}

audio {
	margin-top: 18px;
	margin-bottom: 18px;
}

.iframe-video { width: 100% !important; }

.overflow-hidden { overflow: hidden; }
.full-width { width: 100%; }

@media (min-width: 768px) {
  	.no-padding { padding: 0px !important; }
	.no-padding-right { padding-right: 0px !important; }
	.no-padding-left { padding-left: 0px !important; }
	.no-margin { margin: 0px !important; }
	.no-margin-top { margin-top: 0px !important; }
}

.font-size-18 { font-size: 18px; }
.font-size-16 { font-size: 16px; }
.font-size-14 {font-size: 14px; }

hr.line {
	padding: 0;
	margin: 6px 0px 6px 0px;
}

/** Main New **/

.main-new-image {
	width: 100%;
	height: 537px;
	overflow: hidden;
	margin-bottom: 8px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	z-index: 1;
}

.main-image-icon {
	position: absolute;
	width: 35px;
	height: 35px;
	top: 12px;
	left: 26px;
}

.main-box {
	position: absolute;
	margin-left: 15px;
	margin-bottom: 8px;
	left: 0;
	right: 0;
	bottom: 0;
}

.main-destaque {
	background: #c00;
	color: #fefefe;
	padding: 10px 11px 10px 10px;
	font-size: 13px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}

.main-title-box {
	background: hsla(0, 0%, 98%, 0.70) !important;
	padding: 11px 10px 12px 10px;
	z-index: 0;
}

.main-new-title {
	margin: 0px 12px 5px 0px;
	padding: 0px;
	font-size: 32px;
	line-height: 1.25;
	font-weight: 650;
	color: #231f21;
	text-decoration: none !important;
}

.main-destaque {
	background: #c00;
	color: #fefefe;
	padding: 10px 11px 10px 10px;
	font-size: 13px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}

/* News */
.news-item {
	width: 100%;
	height: 243px;
	display: block;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin-bottom: 6px;
}
@media (min-width: 768px) {
  .news-item {
    height: 196px;
  }
}
.new-item {
	padding-top: 8px;
	padding-bottom: 2px;
}
.new-title {
	margin: 0px;
	padding: 0px 0px 4px 0px;
	font-size: 24px;
	line-height: 1.25;
	font-weight: normal;
	text-decoration: none !important;
	color: #231f21;
}
.new-title-item {
	margin: 0px;
	padding: 0px 0px 6px 0px;
	font-size: 20px;
	line-height: 1.25;
	font-weight: normal;
	text-decoration: none !important;
}
.new-title-item:hover { text-decoration: none !important; }

.other-news-title {
	margin: 12px 0px -3px 0px !important;
	padding: 0px 0px 8px 0px;
	font-size: 17px;
	line-height: 1.1;
	font-weight: normal;
	text-decoration: none !important;
}
.other-news-title { text-decoration: none !important; }

.news-main-item {
	width: 100%;
	height: 240px;
	overflow: hidden;
	margin-bottom: 6px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
@media (min-width: 768px) {
  .news-main-item { height: 140px; }
}

.new-image {
	width: 100%;
	overflow: hidden;
	margin-bottom: 8px;
}
small.new-time {
	line-height: 1.0;
	font-size: 14px;
}
.new-text-item {
	line-height: 1.4;
	margin-top: 4px;
	font-size: 15px;
}
.ler-mais {
	margin: 6px 0px 4px 0px !important;
	padding: 0px !important;
	color: #003762;
}

/* Opinion box */

.opinion-box {
	margin-top: 10px;
	padding: 5px 10px 5px 10px;
	margin-bottom: 5px;
	background-color: #003762;
}
.opinion-box-header {
	display: inline-block;
	width: 100%;
	margin: 2px 0px 0px 0px;
	color: white;
}
.opinion-box-header a {
	color: white;
}

.opinion-circle {
	float: left;
	background: #003762;
	text-align: center;
	line-height: 31px;
	margin-right: 1px !important;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	color: white;
	margin-top: 2px;
	margin-right: 6px;
	font-size: 20px;
}
.opinion-blue {  color: #003762; }
.opinion-header-title {
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 16px;
	color: white;
}
.opinion-news-title {
	font-size: 15px;
	font-weight: bold;
	margin-top: -10px;
	text-decoration: none !important;
	color: #231f21 !important;
}
.opinion-news-title:hover {
	text-decoration: none !important;
	color: #2b3c97 !important;
}
.opinion-text {
	line-height: 1 !important;
	font-weight: bolder !important;
	font-size: 14px;
	text-decoration: none;
	color: #231f21;
}
.opinion-text:hover {
	text-decoration: none;
	color: #2b3c97;
}
.img-opinion {
	width: 70px;
	height: 70px;
}

/* Pubs */

.pub-image { width: 100%; }

/* Bolsa de emprego */

.bolsa-box {
	background-color: #dddddd;
	padding: 8px 12px 8px 12px;
	margin: 0px 0px 6px 0px;
	font-size: 16px;
}

/* Instantaneo box */
.instantaneo-box {
	padding: 8px 12px 8px 12px;
	margin: 0px 0px 6px 0px;
	font-size: 16px;
}

/* Capas*/

.arrow-capas {
	display: inline-block;
    position: absolute;
    top: 50%;
    z-index: 5;
}

/* New detail */

h2.new-detail-title {
	margin: 0px 0px 4px 0px !important;
	font-size: 32px;
	line-height: 1.3;
	font-weight: bold;
	color: #231f21;
}
.new-detail-text {
	font-size: 15px;
	line-height: 1.5;
	margin-top: 18px;
	margin-bottom: 22px;
}
.new-image-detail {
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* Opinion detail */
.autor-opiniao {
	color: #005182;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 1.4;
}
.img-autor {
	width: 100%;
	padding-left: 6px;
	padding-right: 6px;
}
.all-100 {
	width: 100%;
	-webkit-flex-grow: 0;
	-ms-flex-grow: 0;
	flex-grow: 0;
}
.align-center {
	text-align: center;
}

/* Instantaneo  */
.instant-item {
	width: 100%;
	height: 104px;
	display: block;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin-bottom: 6px;
}

/* contacts */

.contact { height: 32px; }
.contact>a {
  text-decoration: none;
  color: #231f21;
}
.map {
  width:100%;
  height:400px;
  background: gray;
}

/* Popular news */

table.table {
	width: 100%;
	background-color: white;
	z-index: 99 !important;
}
.last-news-title {
	padding: 2px !important;
	margin: 1px 0px 2px 0px !important;
	font-size: 14px;
	line-height: 1.3;
}
.last-new-item { padding: 6px !important; }
.last-new-time {
	margin: 2px 0px 2px 0px !important;
	padding: 2px !important;
}
td.last-new-item > a {
	text-decoration: none;
	color: #231f21;
}

/* Bolsa de emprego items */
.bolsa-grid-item {
	height: 230px;
	overflow: hidden;
	margin-bottom: 12px;
}
.bolsa-item {
	width: 100%;
	height: 232px;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.bolsa-title-box {
	position: absolute;
	padding: 10px 10px 8px 10px;
	left: 15px;
	right: 15px;
	bottom: 0;
	background: hsla(0,0%,98%,.85); 
}
.bolsa-item-title {
	margin: 0px 10px 5px 0px;
	padding: 0px;
	font-size: 16px;
	line-height: 1.25;
	font-weight: normal;
	color: #231f21;
	text-decoration: none !important;
}

/* Social buttons */

.facebook-nav{
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	height: auto;
}

.share-icon {
	width: 36px;
	margin-top: 4px;
}

.btn-social{font-family: sans-serif;white-space: nowrap;position:relative;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.btn-social>:first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}
.btn-social.btn-lg{}.btn-social.btn-lg>:first-child{line-height:45px;width:45px;font-size:1.8em}
.btn-social.btn-sm{}.btn-social.btn-sm>:first-child{line-height:28px;width:28px;font-size:1.4em}
.btn-social.btn-xs{}.btn-social.btn-xs>:first-child{line-height:20px;width:20px;font-size:1.2em}
.btn-social-icon{position:relative;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:34px;width:34px;padding:0}.btn-social-icon>:first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}
.btn-social-icon.btn-lg{}.btn-social-icon.btn-lg>:first-child{line-height:45px;width:45px;font-size:1.8em}
.btn-social-icon.btn-sm{}.btn-social-icon.btn-sm>:first-child{line-height:28px;width:28px;font-size:1.4em}
.btn-social-icon.btn-xs{}.btn-social-icon.btn-xs>:first-child{line-height:20px;width:20px;font-size:1.2em}
.btn-social-icon>:first-child{border:none;text-align:center;width:100% !important}
.btn-social-icon.btn-lg{height:45px;width:45px;padding-left:0;padding-right:0}
.btn-social-icon.btn-sm{height:30px;width:30px;padding-left:0;padding-right:0}
.btn-social-icon.btn-xs{height:22px;width:22px;padding-left:0;padding-right:0}


.btn-google{font-family: sans-serif;white-space: nowrap;font-size:13px;font-weight: bold; margin-top:-3px;color:#fff;background-color:#dd4b39;border-color:rgba(0,0,0,0.2)}.btn-google:focus,.btn-google.focus{color:#fff;background-color:#c23321;border-color:rgba(0,0,0,0.2)}
.btn-google:hover{color:#fff;background-color:#c23321;border-color:rgba(0,0,0,0.2)}
.btn-google:active,.btn-google.active,.open>.dropdown-toggle.btn-google{color:#fff;background-color:#c23321;border-color:rgba(0,0,0,0.2)}.btn-google:active:hover,.btn-google.active:hover,.open>.dropdown-toggle.btn-google:hover,.btn-google:active:focus,.btn-google.active:focus,.open>.dropdown-toggle.btn-google:focus,.btn-google:active.focus,.btn-google.active.focus,.open>.dropdown-toggle.btn-google.focus{color:#fff;background-color:#a32b1c;border-color:rgba(0,0,0,0.2)}
.btn-google:active,.btn-google.active,.open>.dropdown-toggle.btn-google{background-image:none}
.btn-google.disabled:hover,.btn-google[disabled]:hover,fieldset[disabled] .btn-google:hover,.btn-google.disabled:focus,.btn-google[disabled]:focus,fieldset[disabled] .btn-google:focus,.btn-google.disabled.focus,.btn-google[disabled].focus,fieldset[disabled] .btn-google.focus{background-color:#dd4b39;border-color:rgba(0,0,0,0.2)}
.btn-google .badge{color:#dd4b39;background-color:#fff}

.lista-local{
	list-style-type: none;
	margin-left: 0;
	position: relative;
	float: left;
	padding-left: 0;
}

.lista-local li {
	margin-bottom: 5px;
}

.lista-local li small {
	font-style: italic;
}

.opinion-content {
	background-color: #d4d2d2;
	width: 100%;
	height: 100%;
	padding: 10px;
}

.text-muted {
	color: #777;
}

.text-muted-white {
	color: #fff;
}
