  /*
Theme Name: Unicamp Child
Theme URI: https://unicamp.thememove.com/
Author: ThemeMove
Author URI: https://thememove.com/
Version: 1.0.0
Template: unicamp
Text Domain: unicamp-child
Tags: editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/
strong{ 
font-weight:700!important; 
} 
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&display=swap');

.page-header{z-index: 99;}

.dualdegree .rwd-table {
  margin: auto;
  min-width: 300px;
  max-width: 100%;
  border-collapse: collapse;
}

.dualdegree .rwd-table tr:first-child {
  border-top: none;
  background: #2e3191;
  color: #fff;
}

.dualdegree .rwd-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #f5f9fc;
}

.dualdegree .rwd-table tr:nth-child(odd):not(:first-child) {
  background-color: #ebf3f9;
}

.dualdegree .rwd-table th {
  display: none;
  color: #fff;
}

.dualdegree .rwd-table td {
  display: block;
}

.dualdegree .rwd-table td:first-child {
  margin-top: .5em;
}

.dualdegree .rwd-table td:last-child {
  margin-bottom: .5em;
}

.dualdegree .rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 120px;
  display: inline-block;
  color: #000;
}

.dualdegree .rwd-table th,
.dualdegree .rwd-table td {
  text-align: left;
}

.dualdegree .rwd-table {
  color: #333;
  border-radius: .4em;
  overflow: hidden;
}

.dualdegree .rwd-table tr {
  border-color: #bfbfbf;
}

.dualdegree .rwd-table th,
.dualdegree .rwd-table td {
  padding: .5em 1em;
}
@media screen and (max-width: 601px) {
  .dualdegree .rwd-table tr:nth-child(2) {
    border-top: none;
  }
}
@media screen and (min-width: 600px) {
  .dualdegree .rwd-table tr:hover:not(:first-child) {
    background-color: #d8e7f3;
  }
  .dualdegree .rwd-table td:before {
    display: none;
  }
  .dualdegree .rwd-table th,
  .dualdegree .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }
  .dualdegree .rwd-table th:first-child,
  .dualdegree .rwd-table td:first-child {
    padding-left: 0;
  }
  .dualdegree .rwd-table th:last-child,
  .dualdegree .rwd-table td:last-child {
    padding-right: 0;
  }
  .dualdegree .rwd-table th,
  .dualdegree .rwd-table td {
    padding: 0.5em !important;
  }
}

.dualdegree .rwd-table1 {
  margin: auto;
  min-width: 300px;
  max-width: 100%;
  border-collapse: collapse;
}

.dualdegree .rwd-table1 tr:first-child {
  border-top: none;
  background: #2e3191;
  color: #fff;
}

.dualdegree .rwd-table1 tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #f5f9fc;
}

.dualdegree .rwd-table1 tr:nth-child(odd):not(:first-child) {
  background-color: #ebf3f9;
}

.dualdegree .rwd-table1 th {
  display: none;
  color: #fff;
}

.dualdegree .rwd-table1 td:first-child {
  margin-top: .5em;
}

.dualdegree .rwd-table1 td:last-child {
  margin-bottom: .5em;
}
.inside_jgu nav ul li {
    border-bottom: solid 1px #ccc;
}
.inside_jgu nav ul li:hover{background:#f5f5f5;}
.tabdesign .unicamp-tabpanel {
    margin-top: 20px;
}
.inside_jgu ul {
    list-style: none;
	padding-left:0 !important;
}
.inside_jgu ul li {
    border-bottom: solid 1px #ccc;
}
.inside_jgu ul li:hover{background:#f5f5f5;}
.tabdesign .unicamp-tabpanel {
    margin-top: 20px;
}

.tabdesign .unicamp-tabpanel ul.unicamp-nav-tabs {
    background: #fbfbfb;
    padding: 10px;
    border: solid 1px #ededed;
    border-radius: 6px;
}
.tabdesign .unicamp-tabpanel ul.unicamp-nav-tabs li a {
    padding: 10px !important;
}

.course_block{
	position: relative;
	padding: 15px 15px!important;
}

.course_block .elementor-column-wrap{background:#ffffff; border:solid 1px #ccc; padding:0!important;}

.course_block .elementor-column-wrap .elementor-widget-wrap{padding: 30px 35px 86px !important;}

.course_block .tags h6 {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 1.38px;
    color: #fff;
    background: var(--unicamp-color-primary);
    padding: 7px 13px 5px;
    margin-bottom: 10px !important;
}

.course_block h5.elementor-heading-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.34;
    margin-bottom: 10px;
    color: #333333;
}

.course_block .course_button-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
}

.course_button-wrap .elementor-button{
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    height: 56px;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    border-radius: 0 0 5px 5px;
    text-align: center;
    border: 0;
    border-top: 1px solid #eee;
    color: var(--unicamp-color-primary);
    background: #ffffff;
}
.course_button-wrap .elementor-button span{
	z-index: 9;
}
.course_block:hover .course_button-wrap .elementor-button {
    color: #fff;
}

.course_block .course_button-wrap .elementor-button:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    background: var(--unicamp-color-primary);
    z-index: 1;
}


.course_block:hover .course_button-wrap .elementor-button:after {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.elementor-element .elementor-button.elementor-size-sm {
    font-size: 14px;
    min-height: 48px;
    padding: 5px 24px;
    border-color: #d9d9d9;
    background-color: #ffffff;
    border-radius: 0;
}

.campuslife_block{
	position: relative;
	padding:15px 0 !important;
}
.campuslife_block .elementor-column-wrap .elementor-widget-wrap{
	background:#ffffff; 
	padding:0px!important; 
	overflow: hidden;
    position: relative;
    transition: all 0.35s ease-in-out;
}
.campuslife_block .elementor-widget-wrap .elementor-widget-text-editor{
	color: #444;
    background: #034ea2;
    width: 100%;
    padding:8px;
    opacity: 1;
    position: absolute;
    top: calc(100% - 40px);
    left: 0;
    transition: all 0.5s ease 0s;
	text-align:center;
}
.campuslife_block  .elementor-widget-text-editor h5{ 
	color:#ffffff;
	font-size: 20px;
	margin-bottom: 10px;
}
.campuslife_block .elementor-widget-wrap:hover .elementor-widget-text-editor{
    top: 0px;
	background: rgba(255, 255, 255, 0.9);
	height:100%;
	padding:15px;
}
.campuslife_block .elementor-widget-wrap:hover .elementor-widget-text-editor h5{ 
	color:#034ea2;
}
.campuslife_block .elementor-widget-wrap .elementor-widget-text-editor a {
    color: #034ea2;
    border-bottom: solid 1px #005bbc;
    padding: 4px;
}

section.faculty_details {
    background: #034ea2;
}
section.faculty_details h4 {
    color: #fff;
}
section.faculty_details p {
    color: #f5f5f5;
    margin-bottom: 10px;
}
section.faculty_details p a{
    color: #f5f5f5;
}
section.faculty_details .profile_pic img {
    border: solid 5px #cbcbcb;
    border-radius: 25px;
/*  -webkit-filter: grayscale(100%); 
    filter: grayscale(100%); */
}

section.faculty_bio .unicamp-tabpanel.unicamp-tabpanel-horizontal > .unicamp-nav-tabs {
    text-align: left;
    border-bottom: 2px solid var(--unicamp-color-box-border);
}

section.faculty_bio .unicamp-tabpanel.unicamp-tabpanel-horizontal .unicamp-desktop-heading {
    margin: 0 0px;
    padding: 5px 10px;
}
section.faculty_bio .unicamp-tabs-style-01 .unicamp-tabpanel .unicamp-tab-title {
    font-size: 19px;
    font-weight: 700;
    line-height: 26px;
    text-transform: inherit;
    letter-spacing: 1px;
    font-family: Playfair Display;
}
section.faculty_bio .unicamp-tabs-style-01.unicamp-tabs-view-horizontal .unicamp-tab-content {
    padding: 15px 0 0;
}

.profile_blocks .elementor-column.elementor-col-20.elementor-inner-column.elementor-element{
  padding: 15px;
}
.profile_blocks .elementor-col-20 .elementor-column-wrap.elementor-element-populated {
    padding: 0px !important;
}
.profile_blocks .tm-image-box.unicamp-box {
    border: solid 1px #cccccc;
    padding: 10px;
    margin-bottom: 20px;
}
.profile_blocks .tm-image-box.unicamp-box .unicamp-graphic-element.image-wrap{
  margin: 0 0 10px;
}
.profile_blocks .tm-image-box.unicamp-box .unicamp-graphic-element.image-wrap .unicamp-image.image img {
    height: 300px;
}
.profile_blocks .tm-image-box.unicamp-box .title {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 0;
}
.profile_blocks .tm-image-box.unicamp-box .description{
    margin-top: 0;
    font-size: 16px;
    line-height: 25px;
}
.updates.elementor-widget-text-editor {
    background: #213182;
    padding: 10px;
    color: #ffffff;
}
.globalnetwork .unicamp-graphic-element.image-wrap {
    margin-bottom: 0px;
}
.globalnetwork .unicamp-graphic-box.content-wrap{
    background: #213182;
    color: #fff;
}
.globalnetwork .unicamp-graphic-box.content-wrap .box-caption h3.title{
	color:#ffffff;
}
.elementor-nav-menu--layout-vertical ul li {
    border-bottom: solid 1px #e5e5e5;
}
@media screen and (max-width: 992px) {
  .profile_blocks .tm-image-box.unicamp-box .unicamp-graphic-element.image-wrap .unicamp-image.image img {
    height: 165px;
}

}

@media screen and (max-width: 600px) {
  .profile_blocks .tm-image-box.unicamp-box .unicamp-graphic-element.image-wrap .unicamp-image.image img {
    height: 350px;
  }
  .profile_blocks .tm-image-box.unicamp-box .title {
    font-size: 24px;
    line-height: 1.8;
    margin-bottom: 0;
  }
.profile_blocks .tm-image-box.unicamp-box .description {
    margin-top: 0;
    font-size: 20px;
    line-height: 30px;
  }

}
section.homebanner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 30%;
    background-image: linear-gradient(to bottom, rgba(67,117,162,1), rgba(67,117,162,0));
    z-index: 2;
}
section.schoolnav{
    background: #034ea2 !important;
}
.schoolnav .elementor-container.elementor-column-gap-extended {
    z-index: 1;
}
section.schoolnav:after {
    content: '';
    height: 100%;
    width: 150%;
    background: #034ea2;
    display: block;
    z-index: 0;
    position: absolute;
    top: 0;
    left: -20%;
}
.linkhead_light {
    background: #efefef;
    padding: 35px 30px;
}
.linkhead_dark {
    background: #213182;
    padding: 35px 30px;
}
.linkhead_dark h4.heading-primary, .linkhead_dark p {
    color: #fff;
}
.left_tabdesign .unicamp-nav-tabs{background:#fbfbfb;}
.left_tabdesign .unicamp-nav-tabs li.active a {
    background: #0C1A4E ;
    color: #fff;
}
.left_tabdesign .unicamp-nav-tabs li a {
    padding: 10px 15px !important;
}
.placementblock {
    border: solid 1px #e7e7e7;
    padding-bottom: 20px;
}
.placementblock .box-caption{
	padding:0 15px;
}
.placementblock h4.title{
	font-size:24px;
}
.bg_head .tm-modern-heading {
    background: #00a551;
    padding: 10px 15px;
    color: #ffffff;
}
.bg_head .tm-modern-heading h5{
	color:#ffffff;
}
.internships_head .elementor-widget-heading {
    padding: 10px 10px 15px 15px;
    border-left: solid 15px;
	margin-bottom:25px;
}
.internships_head .brd_gray{
	border-color:#C7C8CA;
}
.internships_head .brd_yel{
	border-color:#FDC010;
}
.internships_head .brd_navy{
	border-color:#282975;
}
.internships_head .brd_black{
	border-color:#646663;
}
.internships_head .brd_sky{
	border-color:#75B7E5;
}
.internships_head .brd_green{
	border-color:#71AD4A;
}
.internships_head .brd_orang{
	border-color:#F07D2F;
}
.internships_head .brd_red{
	border-color:#9F4B23;
}
.internships_head .brd_blue{
	border-color:#2374BA;
}

.internships_head .elementor-widget-heading h5 {
    font-weight: normal !important;
    font-size: 18px;
    font-family: sans-serif;
    letter-spacing: 0.5px;
    color: #333333;
}
.eventsblocks {
    border: solid 1px #ccc;
    padding: 20px;
    margin-bottom: 35px;
    border-radius: 8px;
    background: #fbfbfb;
}
.eventsblocks .elementor-widget.elementor-widget-tm-button {
    width: 250px;
}
section.homebanner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 30%;
    background-image:linear-gradient(to bottom, rgb(108 108 108), rgb(0 80 39 / 0%));
    z-index: 2;
}

.facultylist .gallery-item-caption-wrap.caption-style-card .fg-item-title {
    text-align: center;
}
.facultylist .elementor-container.elementor-column-gap-no {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.unicamp-graphic-box.content-wrap .description span {
    font-weight: 700;
    text-decoration: underline;
}
.activehead .heading-primary-wrap,
.completehead .heading-primary-wrap{
	padding: 0 15px;
}

.activehead h3 {
    background: #303d8c;
    padding: 5px 0;
    color: #fff;
	margin:0 0px;
    width: 100%;
}
.completehead h3 {
    background: #303d8c;
    padding: 5px 0;
    color: #fff;
    width: 100%;
	margin:0 0px;
}
.related-posts {
    margin: 50px 0 50px;
}
.eael-grid-post .eael-entry-thumbnail>img,
.tm-swiper[data-lg-items='auto'] .swiper-slide img{
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 200px;
}
.entry-post-feature.post-thumbnail img {
    max-height: 450px;
}
body.blog .post-feature.post-thumbnail.unicamp-image, body.category-all .post-feature.post-thumbnail.unicamp-image img, body.category-articles .post-feature.post-thumbnail.unicamp-image, body.category-case-updates .post-feature.post-thumbnail.unicamp-image {
    display: none;
}
body.category-all .post-feature.post-thumbnail.unicamp-image img, body.category-interviews .post-feature.post-thumbnail.unicamp-image img{
	max-height:250px;
}
body.archive.category .post-meta-author, body.blog .post-meta-author {
	display:none;
}
input[type='text'], input[type='email'], input[type='url'], input[type='password'], input[type='search'], input[type='number'], input[type='tel']{
	min-height: 45px !important;
}
textarea.wpcf7-form-control {
    height: 110px;
}
.wpcf7 form div.wpcf7-response-output {
    margin: 20px 0 0;
    padding: 0!important; 
    border: 0px solid #ff9800!important;
    color: var(--unicamp-color-text);
}
.screen-reader-response {
    display: none;
}
.tm-image-box.style-02 {
    padding: 20px 20px 20px;
    background: #f8f8f8;
}
.justifycontent.unicamp-accordion-style-01 .unicamp-accordion .accordion-content {
    text-align: justify;
}
.elementor-element.res_herad.elementor-widget-tm-heading .tm-modern-heading {
    background: #ffcb05 !important;
    padding: 10px;
    color: #fff;
}
.archivesblock .unicamp-tab-content a {
    display: block;
    background: #ffffff;
    color: #202020;
    padding: 10px 15px;
	font-size:20px;
    float: left;
    width: 48%;
    margin: 0 1% 20px;
}
.sameheightblock .eael-grid-post .eael-entry-thumbnail>img, .tm-swiper[data-lg-items='auto'] .swiper-slide img{
	height: 100%;
    -o-object-fit: cover;
    object-fit: contain;
    max-height: 310px;
    margin: 20px 0;
}
.sameheightblock .eael-grid-post .eael-entry-media{background:#fff;}

.sameheightblock2 .eael-grid-post .eael-entry-thumbnail>img, .tm-swiper[data-lg-items='auto'] .swiper-slide img{
	height: 100%;
    -o-object-fit: cover;
    object-fit: contain;
    max-height: 310px;
    margin: 20px 0;
}
.sameheightblock2 .eael-grid-post .eael-entry-media{background:#fff;}

.sameheightblock.elementor-widget-eael-post-grid .eael-post-grid-container .eael-post-grid {
    display: flex;
}
.sameheightblock.elementor-widget-eael-post-grid .eael-post-grid-container .eael-post-grid .eael-grid-post-holder {
    height: 100%;
}
@media screen and (max-width: 601px) {
	table.profiletable tr td {
    display: block;
    width: 100%;
}
table.profiletable tr td img {
    width: 100%;
}
	.sameheightblock.elementor-widget-eael-post-grid .eael-post-grid-container .eael-post-grid {
    display: block;
}
}
.single-post.page-has-no-sidebar .entry-title {
    font-size: 32px !important;
	font-weight:600 !important;
}
.wp-block-latest-posts__featured-image.alignleft {
    float: left;
    margin-right: 1em;
 
}
.widget_recent_entries li a:before, .widget_recent_entries li a:after{display:none;}
.widget_recent_entries li a {
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1.48 !important;
}
.unicamp-blog-caption-style-01 .post-caption {
    padding: 17px 20px 22px;
    background:#0b0f35;
}
.related-posts.unicamp-blog .post-meta .inner .post-date {
    color: #FFCB05;
}
.related-posts.unicamp-blog .post-title {
    color: #fff;
}
.related-posts.unicamp-blog .post-title a:hover{
	color: #FFCB05;
}
.related-posts.unicamp-blog .post-meta {
    color: #ffffff;
    width: 100%;
    text-align: center;
}
.related-posts.unicamp-blog .post-meta .inner {
    width: 100%;
    display: block;
}
article.entry-wrapper.post.type-post.status-publish.format-standard {
    text-align: justify;
}
.archivesblock .unicamp-tab-content {
    background: #131f4b;
    padding: 20px 10px 0 0;
}
nav.elementor-nav-menu--layout-vertical li.menu-item.current-menu-item.page_item.current_page_item a {
    background: #0C1A4E;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
}
.resourceblock .unicamp-graphic-element.image-wrap img {
    width: 80%;
    margin: 0 auto;
    max-width: 320px;
}
.resourceblock .unicamp-graphic-content.box-caption-wrap .title {
    font-size: 22px !important;
    line-height: 28px;
}
.resourceblock .unicamp-graphic-content.box-caption-wrap .description{
	text-align:justify !important;
}
.resourceblock .unicamp-graphic-content.box-caption-wrap .description a {
    width: 120px;
    display: block;
    margin: 20px auto;
    padding: 10px 5px;
    background: #0b1332;
    text-align: center;
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    position: absolute;
    bottom: 20px;
    left: calc(50% - 60px);
}
.resourceblock .elementor-container.elementor-column-gap-default {
    display: flex;
    height: 100%;
}
.resourceblock .elementor-column.elementor-col-33.elementor-inner-column.elementor-element {
    height: 100%;
    display: block;
}
.resourceblock .elementor-column.elementor-col-33.elementor-inner-column.elementor-element .elementor-widget-wrap.elementor-element-populated{
	height:100%;
}
.resourceblock .unicamp-graphic-position-top.elementor-widget-tm-image-box {
    background: #fff;
    padding: 20px 20px 80px 20px;
    height: 100%;
}
.resourceblock .tm-image-box.unicamp-box,
.resourceblock .tm-image-box .content-wrap{
	position:static !important;
}
@media screen and (max-width: 1023px) {
	.resourceblock .elementor-container.elementor-column-gap-default {
    display: block;
    height: auto !important;
}
.resourceblock .elementor-column.elementor-col-33.elementor-inner-column.elementor-element {
    height: auto !important;
    display: block;
}
.resourceblock .elementor-column.elementor-col-33.elementor-inner-column.elementor-element .elementor-widget-wrap.elementor-element-populated{
	height:auto !important;
}
	.resourceblock .unicamp-graphic-content.box-caption-wrap .description a{
		position:static;
	}
	.resourceblock .unicamp-graphic-position-top.elementor-widget-tm-image-box {
		padding: 20px;
	}
}
.opportunitiesblock.unicamp-accordion-style-01 .unicamp-accordion .accordion-section.active .accordion-header, .opportunitiesblock.unicamp-accordion-style-01 .unicamp-accordion .accordion-section:hover .accordion-header{
	background-color:#F3D4B1 !important;
}
.elementor-testimonial__footer {
    text-align: right;
    justify-content: right !important;
}	
.swiper-backface-hidden {
    overflow: hidden;
    margin: 0 auto;
}
.eael-post-grid.eael-post-appender.eael-post-grid-style-two .eael-entry-header-after.style-two {
    width: 100%;
    display: block;
    text-align: center;
}

.eael-post-grid.eael-post-appender.eael-post-grid-style-two span.eael-meta-posted-on {
    color: #fff;
    text-align: center;
    display: block;
    width: 100%;
}

.eael-post-grid.eael-post-appender.eael-post-grid-style-two .eael-entry-header-after.style-two .eael-entry-meta {
    display: block;
    width: 100%;
}

.imageslideshow .tm-swiper {
    overflow: hidden;
}
.elementor-element.sameheightblock .eael-entry-footer {
    display: block;
}
.elementor-element.sameheightblock .eael-entry-footer .eael-entry-meta{width:100%; text-align: center;}
.swiper-slide.swiper-slide-duplicate {
    background: #fff !important;
    border: solid 1px #ccc !important;
}
.swiper-slide.swiper-slide-visible{
    background: #fff !important;
    border: solid 1px #ccc !important;
}

.elementor-element.sameheightblock .eael-entry-footer time{color:#fff; font-size:15px; font-weight: 700;}
.eael-entry-content .eael-grid-post-excerpt a { text-align: center; color: #FFCB05!important; font-weight: 700!important; font-size: 14px !important;}
.elementor-element .eael-entry-footer {
    display: block;
}
.elementor-element .eael-entry-footer .eael-entry-meta{width:100%; text-align: center;}
.elementor-element .eael-entry-footer .eael-entry-meta .eael-posted-on{text-align:center;}
.elementor-element .eael-entry-footer time{color:#fff; font-size:15px; text-align:center; font-weight:700}
body.post-template-default.single.single-post .page-content {
    background: #f3f0e4;
    padding: 80px 0;
    margin: 0;
}
body.post-template-default.single.single-post .page-content .box-title-with-separator:after{display:none;}

.swiper-container.swiper-container-initialized.swiper-container-horizontal {
    overflow: hidden;
}
.tm-swiper .swiper-nav-button, .tm-swiper .swiper-button-prev {
    opacity: 1;
    cursor: auto;
    pointer-events: auto;
    background: #324798;
    color: #ffffff;
}
.related-posts.unicamp-blog .post-meta{font-weight:700;}