/************************************************************************/
/************************ INICIO CONFIGS BASICAS ************************/
/************************************************************************/
* {
  font-family: "Raleway", serif;
  color: #181d26;
}
#meio {
  margin-bottom: 2%;
}

p {
  font-family: "Raleway", serif;
  font-weight: 400;
}

h1,
h2,
h3,
h4 {
  font-family: "Playfair Display", serif;
  font-weight: 700;
}

.eventgallery-events-gridlist .data > div {
  color: white !important;
}
.rs_event_image .thumbnail {
  margin-bottom: 0;
}

/******** Geral ********/
a,
a:focus,
a:hover {
  color: #181d26;
}
#site-logo {
  position: relative;
  height: 80px;
}
#site-logo img {
  max-width: 50%;
}
#headerPrincipal #site-logo img {
  padding: 8px;
}
/*#site-logo img{
  max-width: 70%;
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/******** Menu ********/
header#headerPrincipal .col-md-10 {
  padding-top: 17px;
}
.menu-padrao,
.menu-padrao ul {
  /*Cor de fundo padrão*/
  background-color: #181d26;
}
.menu-padrao ul.lista-menu-principal li:hover {
  /*Cor de menu com mouse em cima*/
  background-color: whitesmoke;
}
.menu-padrao ul.lista-menu-principal li li > :first-child {
  color: darkgrey;
}
.menu-padrao ul.lista-menu-principal li li:hover {
  /*Cor de menu com mouse em cima*/
  background-color: whitesmoke;
  color: black;
}
.menu-padrao ul.lista-menu-principal li > :first-child {
  /*Cor dos links*/
  color: #181d26;
  text-transform: uppercase;
}

/******** Footer (Parte de cima) ********/
#footerPrincipal {
  /*Cor de fundo*/
  background-color: #181d26;
}
#position-footer a {
  /*Cor dos links*/
  color: white;
}

/******** Footer (Parte de baixo) ********/
#developer-logo {
  /*Cor de fundo*/
  background-color: #181d26;
}

/*********************************************************************/
/************************ FIM CONFIGS BASICAS ************************/
/*********************************************************************/

/*********************************************************************/
/**************** Personalização de módulos e outros *****************/
/*********************************************************************/

/******* exclusao de submenus *******/
/*.item-121 ul{
  display: none!important;
}
.item-121 a:after{
  display: none!important;
}*/

/******* Apresentacao *******/
.bannerHeader {
  /*background-color: blue;*/
  padding-top: 150px;
  background-image: url("../images/bdw.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

/******* Apresentacao *******/
#apresentacao {
  background-color: white;
  position: relative;
  padding: 25px;
  z-index: 2;
  padding-top: 1px;
}
#apresentacao .regua {
  width: 100%;
  height: 32px;
  position: absolute;
  bottom: 0;
  z-index: 0;
  background-image: url(../images/regua.png);
  background-repeat-y: no-repeat;
  margin-left: -25px;
}
#apresentacao h2 {
  text-align: center;
}
#apresentacao p {
  text-align: justify;
}

/******* Faixa Azul *******/
.faixaAzul {
  background-color: #181d26;
  padding-top: 80px;
  margin-top: -65px;
}
.faixaCinza {
  background-color: #cdcbd6;
}
.faixaCinza h3 {
  padding: 0;
  margin-bottom: 0;
  color: #333333;
}
.faixaCinza #interna h3 {
  margin-bottom: 10px;
}
.warpTitulos h3 {
  background-color: white;
  text-align: center;
  padding: 5px;
}

/**faixa Agenda**/
.falaPerito {
  position: relative;
  padding: 0;
}
.falaPerito .moduletable {
  margin-bottom: 0px;
}
.falaPerito .custom p img {
  width: 100%;
}
.falaPerito .moduletable h3 {
  width: 100%;
  text-align: center;
  padding: 5px;
}
.resolucoes {
  width: 100%;
  position: relative;
}
.resolucoes .custom p img {
  width: 100%;
  border-right: 2px solid gray;
}
.resolucoes .moduletable h3 {
  position: absolute;
  width: 100%;
  bottom: -55px;
  border-right: 2px solid gray;
}
.faixaAgenda .col-md-4 {
  padding: 0;
}

/* faixa medsafe */
.cadastro .moduletable {
  margin-top: 0px;
}
/*** botão busca menu ***/
.searchButton {
  position: absolute;
  right: 10px;
  top: 35px;
}

.closeImg {
  opacity: 0;
  position: relative;
  z-index: 1;
  left: -23px;
  top: -10px;
  height: 19px;
}

input#searchButton {
  position: relative;
  z-index: 5;
  height: 25px;
}

.show {
  display: block;
}

.hide {
  display: none;
}

/*** busca ***/

.moduletable .search {
  position: absolute;
  right: 75px;
  z-index: 3;
  background-color: white;
  opacity: 0;
  bottom: -13px;
  border: solid 1px;
}
label[for="mod-search-searchword"] {
  display: none;
}
.moduletable .search input[name="searchword"] {
  text-align: center;
  border: none;
  height: 37px;
}
.moduletable .search input[name="searchword"]:focus {
  outline: none;
}
.moduletable .search input[type="image"] {
  padding: 5px;
  background-color: white;
  float: right;
  width: 36px;
}

/***** busca interna ****/
.rs_rss {
  display: none;
}
form#adminForm[name="adminForm"] .rs_search {
  border: none;
}
form#adminForm[name="adminForm"] #rs_select_top1 {
  display: none;
}
form#adminForm[name="adminForm"] #rs_select_top2 {
  display: none;
}

#rseprosearch {
  height: 24px;
  outline: none;
  text-align: center;
}
.rs_input {
  background: none !important;
  /*border: none!important; */
}
button.rs_search_button {
  background-color: #fff;
}

/**** media query ****/
/* tela decentes */
@media only screen and (min-width: 1200px) {
  .moduletable .search {
    width: 220px;
  }
}
/* tela um pouco menores do normal e ipads pro e etc */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .moduletable .search {
    right: 300px;
    top: 20px;
  }
  .searchButton {
    position: absolute;
    right: 90%;
    top: 38%;
  }
}

/* ipad minis e afins */
@media only screen and (max-width: 991px) {
  .moduletable .search {
    right: 300px;
  }
  .searchButton {
    top: 100%;
    right: 90%;
  }
}

/* celular */
@media only screen and (max-width: 520px) {
  .moduletable .search {
    right: 70px !important;
    top: 60px;
  }
  .searchButton {
    top: 15px !important;
    right: 83% !important;
  }
}

/* iphone 5 */
@media only screen and (max-width: 320px) {
  .moduletable .search {
    right: 70px !important;
    top: 60px;
  }
}

fieldset.only {
  display: none;
}

/******** animação *********/

@-webkit-keyframes transButtonIn {
  from {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }

  to {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes transButtonIn {
  from {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }

  to {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.transButtonIn {
  -webkit-animation-name: transButtonIn;
  animation-name: transButtonIn;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes transButtonInX {
  from {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0;
  }

  to {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 1;
  }
}

@keyframes transButtonInX {
  from {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0;
  }

  to {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 1;
  }
}

.transButtonInX {
  -webkit-animation-name: transButtonInX;
  animation-name: transButtonInX;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes transButtonOut {
  from {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  to {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }
}

@keyframes transButtonOut {
  from {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  to {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }
}

.transButtonOut {
  -webkit-animation-name: transButtonOut;
  animation-name: transButtonOut;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes transButtonOutX {
  from {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 1;
  }

  to {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0;
  }
}

@keyframes transButtonOutX {
  from {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 1;
  }

  to {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0;
  }
}

.transButtonOutX {
  -webkit-animation-name: transButtonOutX;
  animation-name: transButtonOutX;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/***modulo rsform **/
.cadastro .moduletable h3 {
  display: none;
}
.formControlLabel {
  display: none;
}
.cadastro {
  position: relative;
}
.formControls {
  float: left;
  width: 100%;
  background-color: white;
}
.rsform-block-enviar .formControls {
  background-color: transparent;
}
.formField input {
  width: 100%;
}
.cadastro {
  background: #251a66;
}
.cadastro img {
  height: 100%;
  width: 100%;
}
.componentheading h4 {
  color: white;
  text-transform: uppercase;
  font-size: 15px;
}
.parceiros .moduletable {
  margin: 0;
}
ol,
ul {
  margin-left: 35px;
}

ul.breadcrumb {
  margin-left: 0;
}

.pull-left {
  display: none;
}
.page-header {
  margin: 20px 0 20px;
}
.menu-padrao ul.lista-menu-principal > li.parent > ul li.parent > ul {
  display: none;
}
.menu-padrao
  ul.lista-menu-principal
  > li.parent
  > ul
  li.parent
  > :first-child::after {
  display: none !important;
}
/******* contato *******/

form .rsform-block-fullname,
form .rsform-block-minicursosopcoes,
form .rsform-block-nome,
form .rsform-block-cpf,
form .rsform-block-email,
form .rsform-block-telefone,
form .rsform-block-endereco,
form .rsform-block-estado,
form .rsform-block-cidade,
form .rsform-block-universidadeempresa,
form .rsform-block-palestra,
form .rsform-block-cursocargo,
form .rsform-block-mensagem,
form .rsform-block-captcha,
form .rsform-block-curso {
  /*border: 1px solid #3e4245;*/
  border-left: 10px solid #181d26;
  font-size: 19px !important;
  -webkit-box-shadow: 0px 3px 5px 1px rgba(102, 102, 102, 0.5);
  -moz-box-shadow: 0px 3px 5px 1px rgba(102, 102, 102, 0.5);
  box-shadow: 0px 3px 5px 1px rgba(102, 102, 102, 0.5);
}

.formResponsive select,
.formResponsive textarea,
.formResponsive input[type="text"],
.formResponsive input[type="password"],
.formResponsive select#curso {
  display: inline-block;
  height: 100%;
  padding: 4px;
  margin-bottom: -3px;
  font-size: 19px !important;
  line-height: 18px;
  color: #181d26;
  margin-top: 6px;
  width: 100%;
  border: none;
}

.formResponsive select::-webkit-input-placeholder,
.formResponsive textarea::-webkit-input-placeholder,
.formResponsive input[type="text"]::-webkit-input-placeholder,
.formResponsive input[type="password"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #181d26;
}
#mensagem {
  height: 150px;
  width: 100%;
}
.formResponsive input[type="submit"]:hover,
.formResponsive input[type="submit"]:active,
.formResponsive input[type="submit"].active,
.formResponsive input[type="submit"].disabled,
.formResponsive input[type="submit"][disabled] {
  background-color: #181d26;
}
.formResponsive textarea,
.formResponsive input[type="text"],
.formResponsive input[type="password"],
.formResponsive select#curso {
  border: 1px solid transparent;
}
.formResponsive input[type="text"],
.formResponsive textarea,
.formResponsive select#curso {
  box-shadow: none !important;
  border: none !important;
  resize: none;
}

.formResponsive .formHorizontal .formControls {
  margin-left: 0px !important;
}
div .formControlLabel {
  display: none;
}
.formResponsive .formBody {
  float: none;
  position: relative;
}
.formResponsive input[type="submit"] {
  background-color: #181d26 !important;
  background-image: none !important;
  border: none;
  position: absolute;
  right: 0;
}

form .rsform-block-nome {
  margin-top: 14px;
}

/* fix rapido de estilo do captcha */
input#captchaTxt24 {
  border: 1px solid #181d26 !important;
  height: 23px;
  margin-left: 15px;
}
form .rsform-block-captcha a {
  background: #181d26;
  border: 1px solid #181d26;
  border-radius: 4px;
  padding: 6px;
  color: white;
  font-size: 13px;
}

form .rsform-block-minicursosopcoes p {
  margin-left: 23px;
  color: #181d26;
}
form .rsform-block-minicursosopcoes p input {
  height: 30px;
  transform: scale(1.3);
  margin-left: 5px !important;
  -ms-transform: scale(1.3); /* IE */
  -moz-transform: scale(1.3); /* FF */
  -webkit-transform: scale(1.3); /* Safari e Chrome */
  -o-transform: scale(1.3); /* Opera */
}
form .rsform-block-minicursosopcoes p label[for="minicursosOpcoes2"] {
  height: 52px;
}
form .rsform-block-minicursosopcoes p label {
  width: 90%;
  color: #181d26;
  font-weight: normal;
  margin-left: 8px;
}
input#captchaTxt29 {
  border: 1px solid #181d26 !important;
}

/**** fim contato ***/
#interna {
  min-height: 75.3vh;
}
@media (min-height: 892px) {
  #interna {
    min-height: 84.6vh;
  }
}
.espacolis {
  margin-left: 31%;
}
.items-row {
  margin-bottom: 2%;
}
.parceiros {
  background-color: #312f34;
}
/******* menu lateral *******/
.nav.menu li {
  background-color: #33597e;
  border-bottom: 1px solid white;
}

.nav.menu li a {
  color: white;
}
.nav.menu li a:hover {
  background-color: white;
  color: #271b6c;
}

.nav.menu li.current.active a {
  background-color: white;
  color: #271b6c;
}
.nav > li > a {
  background-color: #271b6c;
  color: white;
}
.nav > li > a:hover {
  background-color: white;
  color: #271b6c;
}
#quem-somos h4 {
  margin-left: 15px;
}
#quem-somos h4.nspHeader {
  width: 70%;
}

#quem-somos .nspArt .fnone {
  clear: none;
  width: 58%;
  float: left;
  margin-left: 15px;
  /*    text-align:justify;
*/
}
/*----------------------------------- artigo equipe------------------------------------*/
#interna p.nspText.tleft.fleft {
  margin-left: 15px;
}

.content-links .nav-tabs {
  border: none;
}
.content-links .content-links-a a {
  color: transparent;
}
.content-links .content-links-a a:before {
  content: url(../images/links-a.png);
}
.content-links .nav > li > a {
  padding: 8px;
  width: 50px;
  height: 50px;
}
.item-page a,
.blog .item p a,
.blog .item h4 a,
.blog .leading-0 p a {
  color: #29166f;
}

.item-page a:hover,
.blog .item p a:hover,
.blog .item h4 a:hover {
  color: #2f3237;
}
.item-page a[href^="http://buscatextual.cnpq.br"]:hover {
  color: transparent;
}

.item-page ul {
  margin-left: 50px;
  overflow: auto;
    padding-left: 20px;
}
.blog ul,
.blog ol {
  margin-left: 50px;
  overflow: auto;
    padding-left: 20px;
}

.items-row div.span6,
.blog div.leading-0 {
  margin-bottom: 50px;
}
.koowa .docman_list_layout {
  background-color: white;
}
.-koowa-grid {
  padding: 3%;
}

/* posição before asside */
.moduletable.bAsside {
  margin-left: 35px;
}

/* titulo docman */
.docman_list_layout.docman_list_layout--default
  div:nth-child(2)
  h3.koowa_header {
  display: none !important;
}

/* botão docman */
a.btn.btn-large.btn-default.btn-block.docman_download__button.docman_track_download {
  box-shadow: none;
  background-color: transparent;
  border-radius: 0px;
  background-image: none;
  color: white;
}
a.btn.btn-large.btn-default.btn-block.docman_download__button.docman_track_download:after {
  content: url(../images/iocmf_arrow.png);
  vertical-align: -35%;
  margin-left: 10px;
}
.koowa .docman_download {
  float: right !important;
  max-width: 150px !important;
  margin-top: 10px !important;
  background-color: #271b6c !important;
}

.rs_event_details {
  font-size: 20px;
  margin-top: 15px;
}

div#acessibilidadeBar {
  position: fixed;
  /* margin-left: -35px; */
}

div#controlBar ul {
  margin-left: 0;
}

.page-header {
  clear: both;
}

.items-row div.span6 {
  overflow: auto;
}

ol.nav.nav-tabs.nav-stacked:before {
  content: "Veja mais ...";
  color: #181d26;
  font-size: 35px;
  font-weight: 500;
  /* margin-bottom: 16px; */
}
