.arrow-left, .logo-ufrgs {
  background: url(../../images/wng_child_sprite.png) no-repeat
}
.arrow-left {
  background-position: 0 0;
}
.logo-ufrgs {
  background-position: 0 -19px
}
.event-detail a {
  display: inline-block
}
.event-detail-container {
  width: 100%;
  background-color: #9a0000;
  margin-top: -131px;
  overflow: hidden;
  border-radius: 8px
}
.event-detail-text {
  float: left;
  width: 275px;
  padding-bottom: 18px
}
.event-detail-text a:hover{
  text-decoration: none;
}
.event-detail-text h3 {
  margin: 18px 0 10px 23px;
  color: #fff;
  font-size: 14px
}
.event-detail-text p {
  margin: 0 0 0 23px;
  color: #fff;
  font-size: 12px
}
.event-detail-photo {
  float: right;
  width: 110px;
  height: 160px
}
.event-detail-photo img {
  height: 160px;
  width: 110px
}
.fc-calendar {
  width: 100%;
  height: 100%;
}
.fc-day-grid-event, .fc-event {
  background-color: #588BFB!important;
  border-color: #588BFB!important;
}
.fc-content {
  color: #ffffff!important;
}
.calendar-evento {
  border-bottom: 1px solid #F7F8FC;
  padding-bottom: 2px;
}
.calendar-evento .fc-head:not(:first-child) {
  margin-top: 0;
}
.fc-calendar .fc-head {
  height: 33px;
  line-height: 33px;
  background: #ccc;
  color: #fff
}
.fc-calendar .fc-body {
  position: relative;
  width: 100%;
  height: 229px
}
.fc-calendar .fc-row {
  width: 100%
}
.fc-calendar .fc-row div, .fc-calendar .fc-row div span {
  cursor: text!important
}
.fc-four-rows .fc-row {
  height: 25%
}
.fc-five-rows .fc-row {
  height: 47px
}
.fc-six-rows .fc-row {
  height: 16.66%;
  height: -moz-calc(100%/6);
  height: -webkit-calc(100%/6);
  height: calc(100%/6)
}
.fc-calendar .fc-row>div, .fc-calendar .fc-head>div {
  float: left;
  height: 100%;
  width: 14.28%;
  width: -moz-calc(100%/7);
  width: -webkit-calc(100%/7);
  width: calc(100%/7);
  position: relative
}
.ie9 .fc-calendar .fc-row>div, .ie9 .fc-calendar .fc-head>div {
  width: 14.2%
}
.fc-calendar .fc-row>div {
  padding: 4px;
  overflow: hidden;
  position: relative
}
.fc-calendar .fc-head>div {
  text-align: center
}
.fc-calendar .fc-row>div>span.fc-date {
  position: absolute;
  width: 30px;
  height: 20px;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  color: #a2aeba;
  bottom: 5px;
  right: 5px;
  text-align: right
}
.fc-calendar .fc-row>div>span.fc-weekday {
  padding-left: 5px;
  display: none
}
.fc-calendar .fc-row>div.fc-out {
  opacity: .6
}
.fc-calendar .fc-row>div:last-child, .fc-calendar .fc-head>div:last-child {
  border-right: 0
}
.fc-calendar .fc-row:last-child {
  border-bottom: 0
}
.fc-calendar .fc-calendar-event, .fc-calendar .fc-emptydate {
  display: none;
}


.custom-calendar-wrap {
  margin: 38px auto;
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
  padding-bottom: 10px;
  background: #fff
}
.custom-inner {
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .2)
}
.custom-inner:before, .custom-inner:after {
  content: '';
  width: 99%;
  height: 50%;
  position: absolute;
  background: #f6f6f6;
  bottom: -4px;
  left: .5%;
  z-index: -1;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .2)
}
.custom-inner:after {
  content: '';
  width: 98%;
  bottom: -7px;
  left: 1%;
  z-index: -2
}
.custom-header {
  background: #9a0000;
  padding: 16px 0 0;
  height: 55px;
  position: relative;
  border-bottom: 3px solid #680000;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px
}
.custom-header .indicadores-calendario {
  text-align: center;
  font-size: 16px;
  color: #fff
}
.box-header-title {
  text-align: center;
  font-size: 20px!important;
  color: #fff;
  margin: 0;
  font-weight: 400
}
.custom-header nav span {
  position: absolute;
  top: 49px;
  width: 30px;
  height: 30px;
  color: transparent;
  cursor: pointer;
  margin: 0 1px;
  font-size: 20px;
  line-height: 30px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.custom-header nav span:first-child {
  left: 20px
}
.custom-header nav span:last-child {
  right: 20px
}
.custom-header .custom-prev {
  background-image: url(../../images/arrow-left-calendar.png);
  background-repeat: no-repeat
}
.custom-header .custom-next {
  background-image: url(../../images/arrow-right-calendar.png);
  background-repeat: no-repeat
}
.custom-content-reveal {
  background: #f6f6f6;
  background: rgba(246, 246, 246, .9);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  text-align: center;
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  -ms-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out
}
.custom-content-reveal span.custom-content-close {
  position: absolute;
  top: 15px;
  right: 10px;
  width: 20px;
  height: 20px;
  text-align: center;
  background: #ef4f69;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
  cursor: pointer;
  line-height: 13px;
  padding: 0
}
.custom-content-reveal span.custom-content-close:after {
  content: 'x';
  font-size: 18px;
  color: #fff
}
.custom-content-reveal a, .custom-content-reveal span {
  font-size: 22px;
  padding: 10px 30px;
  display: block
}
.custom-content-reveal h4 {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 3px;
  color: #777;
  padding: 20px;
  background: #fff;
  border-bottom: 1px solid #ddd;
  border-top: 5px solid #ef4f69;
  box-shadow: 0 1px rgba(255, 255, 255, .9);
  margin-bottom: 30px
}
.custom-content-reveal span {
  color: #888
}
.custom-content-reveal a {
  color: #ef4f69
}
.custom-content-reveal a:hover {
  color: #333
}
.fc-calendar-container {
  height: 260px;
  width: auto;
  position: relative;
  margin-bottom: 133px
}
.fc-calendar .fc-head {
  background: #f7f8fc;
  color: #9a0000;
  /*color: #ef4f69;*/
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px
}
.fc-calendar .fc-row>div {
  background: #fff;
  cursor: pointer
}
.fc-calendar .fc-row>div:empty {
  background: transparent
}
.fc-calendar .fc-row>div>span.fc-date {
  top: 50%;
  left: 50%;
  text-align: center;
  margin: -10px 0 0 -15px;
  color: #686a6e;
  font-weight: 400;
  pointer-events: none
}
.fc-calendar .fc-row>div.fc-content, .fc-calendar .fc-row>div.fc-today {
  cursor: pointer!important
}
.fc-calendar .fc-row>div.fc-content>span.fc-date {
  color: #ef4f69!important
}
.fc-calendar .fc-row>div.fc-today>span.fc-date {
  cursor: pointer!important;
  color: #fff!important;
  background: #9a0000!important;
  /*background: #ef4f69!important;*/
  -moz-border-radius: 17px!important;
  -webkit-border-radius: 17px!important;
  border-radius: 17px!important;
  width: 20px!important;
  height: 20px!important;
  padding-top: 4px;
  margin-top: -14px;
  font-weight: 700;
  margin-left: -10px;
}
.fc-calendar .fc-row>div>div a, .fc-calendar .fc-row>div>div span {
  display: none;
  font-size: 22px
}


.fc-calendar {font-size: 13px;border-bottom: none;}
.fc-head {padding-left: 10px;}
.calendar-evento h3 {color: #2e2d29; font-size: 14px; font-weight: normal; padding-left: 10px; margin-top:7px; margin-bottom: 7px;}
.calendar-evento img {float:left;height: 14px;margin-right:5px; margin-top: 4px;}
.calendar-evento a:hover{text-decoration: none;}
.calendar-evento .evento-clock {float:left; display: inline-block; margin-right: 5px;}
.calendar-evento .evento-clock h3 {color: #76777b; }
.calendar-evento .evento-title {max-width: 240px; display: inline-block; }

@media screen and (max-width:400px) {
  .fc-calendar-container {
    height: 300px
  }
  .fc-calendar .fc-row>div>span.fc-date {
    font-size: 12px
  }
}
div.tubepress_container div.pagination span.current {
  background-color: #9a0000!important;
  border: 0!important
}
div.tubepress_container div.pagination a {
  background: none!important;
  border: 0!important;
  color: #9a0000!important
}
div.tubepress_thumb:nth-child(5n) {
  margin-right: 0!important
}
div.tubepress_thumb {
  margin-right: 30px;
  height: 150px
}
div.tubepress_thumb dt.tubepress_meta_runtime, div.tubepress_thumb .tubepress_meta_views {
  display: none
}
*, :before, :after {
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif
}
html, body {
  padding: 0;
  margin: 0;
  height: 100%
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}
.page-wrap {
  min-height: 100%
}
.page-wrap:after {
  content: "";
  display: block
}
.content-wrap {
  width: 1005px;
  margin: 0 auto
}
a {
  color: #9a0000;
  /*color: grey;*/
  text-decoration: none;
}
a:hover{
color: #FF2B2C;
}
.page-interna a:hover, .docentes a:hover, .tecnicos a:hover, .page-interna li a:hover, .slider-postagens li a:hover, .single-docente a:hover, .single-tecnico a:hover {
  color: #FF2B2C!important;
}
a.linkcinza:link, a.linkcinza:visited {
  color: #999999 !important;
  text-decoration: none;
}
a.linkcinza:hover {
text-decoration:underline;
}
h4, strong {
  color: #2e2d29;
}
.col-3 {
  width: 306px;
  display: inline-block
}
.col-3:first-child {
  float: left
}
.col-3:nth-child(2) {
  margin-left: 44px
}
.col-3:last-child {
  float: right
}
.rounded-border-bottom {
  border-radius: 8px;
  border-bottom: solid 3px #d0d0d0
}
.rounded-border-bottom-events {
  border-radius: 8px;
  border-bottom: solid 3px #d0d0d0;
  padding-bottom: 30px;
}
#TB_title {
  display: none
}
.ninja-forms-cont label {
  display: inherit;
  margin-top: 18px
}
.ninja-forms-cont textarea {
  height: 80px
}
.ninja-forms-cont textarea, .ninja-forms-cont input[type=text] {
  width: 100%
}
.ninja-forms-cont div[id^=nf_submit_] {
  margin-top: 20px
}
.ninja-forms-cont div[id^=nf_submit_] input[type=submit] {
  margin-right: 0
}
.ninja-forms-cont ul {
  list-style: none
}
.ninja-forms-cont .ninja-forms-required-items {
  margin-bottom: 20px
}
.ninja-forms-cont .ninja-forms-required-items, .ninja-forms-cont .ninja-forms-req-symbol {
  color: #ec2f35
}
.alignnone {
  margin: 5px 20px 20px 0
}
.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px
}
a img.alignnone {
  margin: 5px 20px 20px 0
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px
}
textarea, input[type=text], input[type=number], input[type=email], select {
  border-radius: 5px;
  background-color: #ededed;
  border-top: solid 2px #e3e4e8;
  border-left: solid 1px #e3e4e8;
  border-right: solid 1px #e3e4e8;
  border-bottom: solid 1px #f2f4f6;
  color: #4a4a4a;
  outline: 0;
  height: 34px!important;
  padding: 0 0 0 10px;
  font-size: 14px
}
textarea {
  height: 200px!important
}
input[type=submit] {
  color: #fff;
  background-color: #9a0000;
  -webkit-border-radius: 5px!important;
  border-radius: 5px!important;
  border: 0;
  width: 130px!important;
  height: 41px!important;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 3px solid #CA7167;
  font-size: 12px;
  float: right;
  margin-right: 20px!important
}
.slider-pager {
  list-style: none;
  padding: 0;
  margin: -15px 0 0 0;
  position: absolute;
  z-index: 100;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom: solid 3px #d0d0d0
}
.slider-pager li {
  float: left;
  text-align: center;
  height: 78px;
  cursor: pointer
}
.slider-pager li:nth-child(1){
  display:block;
  background-image: linear-gradient(to left, lightgray 1px, rgba(255,255,255,0) 1px);
  background-position: bottom;
  background-size: 100% 68px;
  background-repeat: no-repeat;
}
.slider-pager li:nth-child(3){
  display:block;
  background-image: linear-gradient(to right, lightgray 1px, rgba(255,255,255,0) 1px);
  background-position: bottom;
  background-size: 100% 68px;
  background-repeat: no-repeat;
}
.slider-pager li:nth-child(4){
  display:block;
  background-image: linear-gradient(to right, lightgray 1px, rgba(255,255,255,0) 1px);
  background-position: bottom;
  background-size: 100% 68px;
  background-repeat: no-repeat;
}
.slider-pager li a {
  text-decoration: none;
  color: #5d5d5d;
  display: table-cell;
  width: 163px;
  height: 71px;
  vertical-align: middle;
  padding-right: 3px;
  padding-left: 3px;
}
.slider-pager li .one {
  float: left
}
.slider-pager li .one, .slider-pager li .two {
  border-bottom: 10px solid transparent;
  width: 50%;
  position: relative
}
.slider-pager li .two {
  display: -webkit-box
}
.slider-pager .cycle-pager-active a {
  background-color: #5d5d5d;
  color: #fff
}
.slider-pager .cycle-pager-active .one {
  background-color: transparent;
  left: 0;
  bottom: 0;
  margin-top: 5px;
  border-bottom: 5px solid #5d5d5d;
  border-right: 5px solid transparent
}
.slider-pager .cycle-pager-active .two {
  background-color: transparent;
  left: 82px;
  bottom: 0;
  right: 0;
  margin-top: 5px;
  border-bottom: 5px solid #5d5d5d;
  border-left: 5px solid transparent;
  display: inherit
}
.pages4 li {
  width: 25%
}
.pages3 li {
  width: 33.333%
}
.pages2 li {
  width: 50%
}
.pages1 li {
  width: 100%
}
.slider-news {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.slider-news .slide-title {
  width: 100%;
  max-width: 655px;
  border-radius: 8px;
  padding: 11px 14px 14px;
  font-size: 16px;
  color: #fff;
  background-color: #9a0000;
  position: absolute;
  margin: 0
}
.slider-news .slide-title p {
  margin-top: 0;
  margin-bottom: 0
}
.slider-home {
  width: 653px;
  display: inline-block;
  float: left;
  margin: 0 0 70px;
}
.slider-home .slide {
  height: 460px
}
.slider-home .slide img {
  margin-top: 42px;
  min-width: 653px;
  min-height: 417px;
}
.slider-home .slider-pager {
  margin-top: -11px;
  width: 653px
}
.formularios-servicos {
  height: 400px
}
.slider-postagens, .slider-utilidades, .formularios-servicos, .slider-noticias {
  width: 304px;
  border-radius: 8px;
  border-bottom: solid 3px #d0d0d0
}
.slider-postagens header, .slider-utilidades header, .formularios-servicos header, .slider-noticias header {
  height: 55px;
  background-color: #ededed;
  border-bottom: solid 3px #d0d0d0;
  padding: 20px 0 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding-left: 21px
}
.slider-postagens header h1, .slider-utilidades header h1, .formularios-servicos header h1, .slider-noticias header h1 {
  font-size: 16px;
  color: #2E2D29;
  margin: 0
}
.slider-postagens ul, .slider-utilidades ul, .formularios-servicos ul, .slider-noticias ul {
  list-style: none;
  width: 100%
}
.slider-postagens .slider, .slider-utilidades .slider, .formularios-servicos .slider, .slider-noticias .slider {
  margin: 0 0 30px
}
.slider-postagens .controles, .slider-utilidades .controles, .formularios-servicos .controles, .slider-noticias .controles {
  padding-left: 90px;
  font-size: 30px;
  color: #868686
}
.slider-postagens .controles span, .slider-utilidades .controles span, .formularios-servicos .controles span, .slider-noticias .controles span {
  float: left;
  cursor: pointer
}
.slider-postagens .controles span[id^=prev], .slider-utilidades .controles span[id^=prev], .formularios-servicos .controles span[id^=prev], .slider-noticias .controles span[id^=prev] {
  background: url(../../images/arrow-left-inactive.png) no-repeat center;
  width: 26px;
  height: 26px;
  text-indent: -9999px;
  margin-top: 6px;
  margin-right: 18px
}
.slider-postagens .controles span[id^=next], .slider-utilidades .controles span[id^=next], .formularios-servicos .controles span[id^=next], .slider-noticias .controles span[id^=next] {
  background: url(../../images/arrow-right-inactive.png) no-repeat center;
  width: 26px;
  height: 26px;
  text-indent: -9999px;
  margin-top: 6px;
  margin-left: 18px
}
.slider-postagens .controles span[id^=prev]:hover, .slider-utilidades .controles span[id^=prev]:hover, .formularios-servicos .controles span[id^=prev]:hover, .slider-noticias .controles span[id^=prev]:hover {
  background: url(../../images/arrow-left-active.png) no-repeat center
}
.slider-postagens .controles span[id^=next]:hover, .slider-utilidades .controles span[id^=next]:hover, .formularios-servicos .controles span[id^=next]:hover, .slider-noticias .controles span[id^=next]:hover {
  background: url(../../images/arrow-right-active.png) no-repeat center
}
.slider-postagens .controles .cycle-pager-active, .slider-utilidades .controles .cycle-pager-active, .formularios-servicos .controles .cycle-pager-active, .slider-noticias .controles .cycle-pager-active {
  color: #9a0000
}
.slider-noticias .maisnoticias, .maiseventos{
  font-size: 14px;
  float:right;
  margin: 5px 1px 10px;
}
.slider-utilidades {
  display: inline-block;
  margin-left: 44px;
  float: right
}
.slider-utilidades .slider {
  margin-bottom: 0;
  max-height: 405px
}
.slider-utilidades ul {
  display: inline;
  float: left;
  margin-left: -41px;
  width: 410px;
}
.slider-utilidades ul li {
  width: 81px;
  text-align: center;
  float: left;
  margin: 10px;
}
.slider-utilidades li:nth-child(3n+4) {
  clear: both;
}
.slider-utilidades a {
  text-decoration: none;
  color: #2E2D29;
  font-size: 12px
}
.slider-utilidades a span {
  display: block
}
.slider-utilidades header {
  background-image: url(../../images/wrench.png);
  background-repeat: no-repeat;
  background-position: 263px;
}
.slider-noticias header {
  padding-top: 16px;
  background-color: #9a0000;
  border-bottom-color: #680000
}
.slider-noticias header h1 {
  color: #fff
}
.slider-noticias .filters a {
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFF;
  background: #a31917;
  border-radius: 3px;
  padding: 2px
}
.slider-noticias .filters a:hover {
  background: #fff;
  color: #ff455d
}
.slider-noticias {
  margin-top: 38px;
  margin-right: 46px
}
.slider-noticias .slider {
  margin: 0;
  height: 590px!important; /* fix temporario, ajustar pra 100%*/
}
.slider-noticias header {
  background-image: none!important;
  padding-left: 0;
  text-align: center
}
.slider-noticias ul li {
  height: 100%!important
}
.slider-noticias .calendar-item {
  float: left;
  width: 28px;
  margin-right: 15px
}
.slider-noticias .calendar-item .date {
  background-color: #868686;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  width: 35px;
  height: 28px;
  color: #fff;
  font-size: 20px;
  display: inline-block;
  text-align: center
}
.slider-noticias .calendar-item .month {
  background-color: #868686;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  width: 35px;
  height: 18px;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  text-align: center
}
.slider-postagens {
  margin-top: 20px
}
.slider-postagens .slider {
  margin: 0;
  height: 335px!important; /* fix temporario, ajustar pra 100%*/
}
.slider-postagens, .slider-noticias {
  display: inline-block
}
.slider-postagens header, .slider-noticias header {
  background-image: url(../../images/F-ufrgs_19.png);
  background-repeat: no-repeat;
  background-position: 263px 10px;
}
.slider-postagens ul, .slider-noticias ul {
  font-size: 15px;
  margin: 0;
  padding: 0
}
.slider-postagens ul a, .slider-noticias ul a {
  text-decoration: none
}
.slider-postagens ul a h2, .slider-noticias ul a h2 {
  font-size: 15px;
  color: #9a0000;
  margin: 0;
  font-weight: 400
}
.slider-postagens ul span, .slider-noticias ul span, .slider-postagens ul a {
  color: #868686;
  font-size: 12px
}
.slider-postagens ul img, .slider-noticias ul img {
  float: left;
  border-radius: 45px;
}
.slider-noticias ul li {
  margin: 0;
  padding: 12px 10px;
  height: 100px
}
.slider-postagens ul li {
  margin: 0;
  padding: 12px 16px;
  min-height: 110px
}
.slider-postagens ul li:nth-child(2n+1), .slider-noticias ul li:nth-child(2n+1) {
  background-color: #fff
}
.slider-postagens ul li:nth-child(2n), .slider-noticias ul li:nth-child(2n) {
  background-color: #ededed
}
.slider-postagens ul li div {
  float:right;
  width: 190px;
  text-align: left;
}
.formularios-servicos {
  display: inline-block;
  float: left;
  margin-top: 38px;
  margin-right: 46px
}
.formularios-servicos .form-solicita-servico {
  margin-left: 20px;
  margin-bottom: 20px
}
.formularios-servicos .form-solicita-servico p {
  color: #738082;
  font-size: 13px
}
.formularios-servicos .form-solicita-servico .retorno {
  color: #ec2f35
}
.formularios-servicos .form-solicita-servico label {
  color: #738082;
  font-size: 13px;
  padding-bottom: 10px;
  padding-top: 10px;
  display: inline-block
}
.formularios-servicos .form-solicita-servico input {
  width: 265px;
  height: 44px
}
.formularios-servicos .form-solicita-servico .combo-form select {
  border: 1px solid #000;
  width: 265px;
  height: 44px;
  background: transparent;
  -webkit-appearance: none;
  border: 0;
  border-radius: 0;
  font-size: 14px
}
.formularios-servicos .form-solicita-servico .combo-form {
  overflow: hidden;
  width: 265px;
  height: 44px;
  background: url(../../images/seta-baixo.png) no-repeat 235px;
  border-radius: 5px;
  background-color: #ededed;
  border-top: solid 2px #e3e4e8;
  border-left: solid 1px #e3e4e8;
  border-right: solid 1px #e3e4e8;
  border-bottom: solid 1px #f2f4f6;
  color: #4a4a4a;
  padding-left: 10px
}
#barra-superior {
  width: 100%;
  height: 40px;
  background-color: #2d2d2d;
  margin-bottom: 30px
}
#barra-superior #logo-ufrgs {
  float: left;
  margin-top: 5px
}
#barra-superior #logo-inf-topo {
  float: left;
  margin-top: 5px;
  margin-left: 15px;
}
#barra-superior #languages {
  float: left;
  margin: 10px 0 0 37px
}
#barra-superior #languages ul {
  list-style: none;
  margin: 0;
  padding: 0
}
#barra-superior #languages ul li {
  display: inline
}
#barra-superior #languages ul li a {
  color: #868686;
  text-decoration: none;
  margin-right: 10px;
  text-transform: uppercase;
  font-size: 12px
}
#barra-superior #languages ul li .active {
  color: #fff
}
#barra-superior #linkcontato {
  display: inline-block;
  font-size: 15px;
  margin-left: 15px;
  margin-right: 10px;
  margin-top: 10px;
}
#barra-superior #acesso-rapido {
  float: right;
  margin-top: 5px;
  width: 166px;
  height: 30px;
  overflow: hidden;
  background: url(../../images/seta-baixo.png) no-repeat right #2d2d2d
}
#barra-superior #acesso-rapido select {
  color: #868686;
  outline: 0;
  background: transparent;
  width: 166px;
  font-size: 14px;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 18px
}
header.topo {
  margin-bottom: 30px
}
header.topo nav {
  float: right;
  padding-bottom: 14px;
  border-bottom: solid 3px #d0d0d0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px
}
header.topo .segundo-logo {
  float: left
}
header.topo .sub-menu {
  display: none;
  position: absolute;
  z-index: 1000;
  background-color: #676767;
  padding: 0;
  list-style: none;
  border-bottom: solid 3px #9a0000;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  right: 0;
  left: 0
}
header.topo .sub-menu li {
  float: none;
  padding: 0;
  text-align: center;
  border-top: solid 1px #d0d0d0;
}
header.topo .sub-menu li:hover {
  border-radius: 0
}
header.topo .sub-menu li:hover a {
  color: #fff!important
}
header.topo .sub-menu li:last-child {
  border-bottom: 0
}
header.topo .sub-menu li a {
  font-size: 12px;
  color: #fff!important
}
@media screen and (max-width: 767px) 
{ 
  header.topo .sub-menu li a 
  {
  color: #9a0000 !important;
  margin-left: 50px !important;
  }
  header.topo .sub-menu li:hover a {
    color: #9a0000!important
  }
}
#logo {
  float: left;
  margin-right: 40px
}
.menu-principal {
  list-style: none;
  padding: 0;
  margin: 6px -25px 7px 0
}
.menu-principal li {
  float: left;
  padding: 0;
  position: relative
}
.menu-principal li:last-child {
  margin-right: 0
}
.menu-principal li a {
  font-size: 15px;
  text-transform: uppercase;
  color: #868686;
  text-decoration: none;
  display: inline-block;
  padding: 14px 25px
}
.menu-principal li:hover {
  background-color: #9a0000;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.menu-principal li:hover .sub-menu {
  display: block;
  min-width: 150px
}
.menu-principal li:hover a {
  color: #fff
}
.menu-secundario {
  padding: 0;
  margin: 6px 0 0;
  float: left;
  list-style: none;
  text-transform: uppercase;
  padding: 0px 5px 0px 15px;
}
.menu-secundario li {
  float: left;
  padding: 0 10px;
  position: relative
}
.menu-secundario li a {
  color: #868686;
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  padding: 15px 10px;
}
.menu-secundario li:hover {
  background-color: #9a0000;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.menu-secundario li:hover a {
  color: #fff;
}
.menu-secundario li:hover .sub-menu {
  display: block;
  min-width: 120px;
}
#searchform {
  float: right;
  padding-top: 14px;
}
#searchform input {
  background: url(../../images/ico-magnify.png) no-repeat 137px #ededed;
  width: 166px;
  height: 34px;
  padding: 0 0 0 10px;
  font-size: 14px;
}
#voltar-topo {
  float: left;
}
#voltar-topo a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  margin-left: 590px;
}

.social-box h2 {
  font-size: 20px;
  color: #9a0000;
  font-weight: 400;
  text-align: center;
  margin: 10px 0 14px
}

.social-box a:hover, .social-box a:active, .social-box a:visited, .social-box a:focus, .social-box a:link{
  text-decoration: none;
  color: white;
}

.social-box p {
  text-align: center;
}

.social-box img {
  width: 80px;
  padding: 10px;
}
.facebook-likebox {
  padding-bottom: 10px;
}
.facebook-likebox h2 {
  font-size: 20px;
  color: #9a0000;
  font-weight: 400;
  text-align: center;
  margin: 0 0 14px;
}
.localizacao {
  margin-top: 27px;
  padding-bottom: 5px;
}
.localizacao header {
  background: url(../../images/maps-marker.png) no-repeat;
  background-position: 0 0;
  padding-left: 76px;
  margin-bottom: 16px
}
.localizacao header h2 {
  color: #9a0000;
  font-size: 20px;
  font-weight: 400;
  margin: 11px 0 3px
}
.localizacao header span {
  font-size: 12px;
  color: #868686
}
footer {
  background-color: #3d3d3d;
  width: 100%;
  margin-top: 50px
}
footer #site-map {
  min-height: 100%;
  overflow: hidden;
  position: relative
}
footer #site-map:after {
  content: "";
  display: block
}
footer #site-description {
  float: left;
  width: 230px;
  height: 100%;
  position: absolute;
  background-color: #3a3a3a;
  color: #fff;
  padding: 50px 18px 0 30px;
  margin-right: 60px
}
footer #site-description h1 {
  font-size: 16px;
  text-transform: uppercase
}
footer #site-description p {
  font-size: 12px;
  color: #868686
}
footer #copyrights {
  overflow: hidden;
  background-color: #2d2d2d;
  height: 70px;
  width: 100%
}
footer #copyrights p {
  float: left;
  color: #868686;
  font-size: 12px
}
footer #copyrights a#logo-hrn {
  float: right;
  margin-top: 20px
}
footer nav {
  padding: 50px 0 0
}
.menu-rodape {
  padding: 0;
  list-style: none;
  margin-left: 278px
}
.menu-rodape li {
  margin: 0 0 12px;
  width: 180px;
  float: left
}
.menu-rodape li:nth-child(4n+5) {
  clear: both
}
.menu-rodape a {
  text-decoration: none;
  color: #868686;
  font-size: 14px
}
.menu-rodape .sub-menu {
  list-style: none;
  padding: 15px 0 0
}
.menu-rodape .sub-menu li {
  padding-bottom: 8px;
  margin-bottom: 0;
  float: none
}
.menu-rodape .sub-menu a {
  color: #fff
}
.pagenav {
  width: 243px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  list-style: none;
  background-color: #ededed;
  color: #868686;
  float: left;
  margin-right: 45px
}
.pagenav span {
  border-bottom: 3px solid #d0d0d0;
  padding-bottom: 22px;
  padding-top: 22px;
  display: inline-block;
  font-weight: 700;
  padding-left: 20px;
  width: 100%
}
.pagenav span a {
  color: #6b6b6b;
  text-decoration: none;
  font-size: 18px
}
.pagenav ul {
  list-style: none;
  padding-left: 0!important;
  margin: 0
}
.pagenav ul .page_item {
  height: 100%;
  background-color: #ededed;
  border-bottom: 2px solid #fff;
  padding-left: 40px;
  display: flex
}
.pagenav ul .page_item a {
  text-decoration: none;
  color: #868686;
  display: inline-block;
  width: 100%;
  margin: 6px auto
}
.pagenav ul .page_item ul.children {
  display: none
}
.pagenav ul .current_page_item {
  background-color: #9a0000
}
.pagenav ul .current_page_item a {
  color: #fff!important
}
.noticias .wp-post-image {
  display: none;
  /*width: 100%;
  height: auto*/
}
.noticias, .geral, .busca {
  width: 100%!important;
  margin-left: 0!important
}
.busca ul {
  list-style: none
}
.busca ul li {
  margin-bottom: 20px;
  margin-top: 10px;
  border-bottom: 2px dotted #2e2d29
}
.busca ul li a {
  text-decoration: none
}
.busca ul li a h2 {
  margin: 0;
  font-size: 30px
}
.busca ul li:last-child {
  border: 0
}
.busca .voltar a, .busca .avancar a {
  display: inline-block;
  margin-left: 40px;
  background-color: #9a0000;
  padding: 5px;
  color: #fff;
  text-decoration: none
}
.page-interna {
  width: 720px;
  margin-left: 288px
}
.page-interna h2 {
  font-size: 30px;
  color: #2e2d29
}
.page-interna ul li, .page-interna ol li {
  color: #2E2D29;
  font-size: 15px;
  text-align: justify;
  line-height: 25px
}
.page-interna p, .page-interna table, .page-interna div {
  color: #2E2D29;
  font-size: 15px;
  text-align: justify;
  line-height: 25px
}
div.ssb-button-fblike {
  width: 90px!important
}
.docentes a, .tecnicos a {
  color: #000
}
.docentes .nome-categoria, .tecnicos .nome-categoria {
  color: #9a0000;
  font-weight: 700;
  font-size: 18px
}
.docentes figure, .tecnicos figure {
  margin: 0 10px 0 0;
  display: inline-block;
  float: left
}
.docentes .column1, .docentes .column2, .tecnicos .column1, .tecnicos .column2 {
  float: left;
  width: 355px;
  min-height: 140px;
  margin-right: 5px
}
.docentes article, .tecnicos article {
  display: inline-block
}
.docentes article label, .tecnicos article label {
  float: left;
  margin-right: 4px;
  font-size: 12px
}
.docentes article a, .tecnicos article a {
  color: #000;
  font-size: 12px
}
.docentes article h3, .tecnicos article h3 {
  margin-top: 0;
  font-size: 14px
}
.docentes article div, .tecnicos article div {
  font-size: 12px;
  margin-top: -4px
}
.single-docente, .single-tecnico {
  color: #2e2d29
}
.single-docente h2, .single-tecnico h2 {
  font-size: 32px;
  color: #2e2d29
}
.single-docente figure, .single-tecnico figure {
  margin: 0;
  display: inline-block
}
.single-docente table, .single-tecnico table {
  width: 900px
}
.single-docente table tr .foto, .single-tecnico table tr .foto {
  width: 250px
}
.single-docente table tr td, .single-tecnico table tr td {
  vertical-align: top
}
.single-docente label, .single-tecnico label {
  float: left;
  margin-right: 4px
}
.single-docente a, .single-tecnico a {
  color: #2e2d29
}
.single-docente h4, .single-tecnico h4 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 0;
  text-transform: uppercase
}
.btn {
  color: #fff!important;
  background-color: #9a0000;
  text-decoration: none;
  padding: 5px
}
.btn-voltar {
  float: right
}
.btn-voltar .arrow-left {
  width: 11px;
  height: 19px;
  display: inline-block;
  margin-right: 10px;
  margin-top: 2px;
  float: left
}
.sem_eventos {
  color: #fff;
  margin: 10px
}
.melhores-faculdades {
  display: inline-block;
  margin-top: 38px;
  text-align: center
}
.melhores-faculdades a img {
  width: 210px
}
.field-wrap.label-right label, .field-wrap.label-left label {
  display: inline-block!important
}