/*
@import url("https://fonts.googleapis.com/css2?family=PT+Sans&display=swap");
*/
.containertimeline {
  background: #F0FFF0;
  width: 265px;
  height: 500px;
  margin: 0 auto;
  position: relative;
  margin-top: 15%;
  box-shadow: 2px 5px 20px rgba(119, 119, 119, 0.5);
}
.leftboxtimeline {
  top: -5%;
  left: 5%;
  position: absolute;
  width: 15%;
  height: 110%;
  background-color: #06517f;
  box-shadow: 3px 3px 15px rgba(119, 119, 119, 0.5);
}
navtimeline {
  margin: 6px auto;
}
navtimeline a {
  list-style: none;
  padding: 35px;
  color: #232931;
  font-size: 1.1em;
  display: block;
  transition: all 0.5s ease-in-out;
}
.rightboxtimeline{
  padding: 0em 34rem 0em 0em;
  height: 100%;
}
.rb-container {
  font-family: "PT Sans", sans-serif;
  width: 50%;
  margin: auto;
  display: block;
  position: relative;
}
.rb-container ul.rbtimeline {
  margin: 2.5px 0;
  padding: 0px;
  display: inline-block;
}
.rb-container ul.rbtimeline li {/*Posiciona o texto*/
  list-style: none;
  margin: auto;
  margin-left: 30px;
  min-height: 50px;
  border-left: 1px dashed #fff;
  padding: 0px 0px 10px 20px;
  position: relative;
}
.rb-container ul.rbtimeline li:last-child {
  border-left: 0;
}
.rb-container ul.rbtimeline li::before {
  position: absolute;
  left: -10px;/*Posiciona o círculo*/
  top: 0px;
  content: " ";
  border: 8px solid rgba(255, 255, 255, 1);
  border-radius: 500%;
  background: #FFD700;/*Pequeno circulo ao centro:  background: #50d890;*/
  height: 25px;
  width: 25px;
  transition: all 500ms ease-in-out;
}
.rb-container ul.rbtimeline li:hover::before {
  border-color: #232931;
  transition: all 1000ms ease-in-out;
}
ul.rbtimeline li .timestampbox {
  color: #2F4F4F;
  position: relative;
  width: 300px;
  font-size: 12px;
}
.item-titletimeline {
  color: #000000;
}
.container-3 {
  width: 5em;
  vertical-align: right;
  white-space: nowrap;
  position: absolute;
}
.container-3 input#search {
  width: 150px;
  height: 30px;
  background: #fbfbfb;
  border: none;
  font-size: 10pt;
  color: #262626;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0.9em 0 0 28.5em;
  box-shadow: 3px 3px 15px rgba(119, 119, 119, 0.5);
}
.container-3 .icon {
  margin: 1.3em 3em 0 31.5em;
  position: absolute;
  width: 150px;
  height: 30px;
  z-index: 1;
  color: #4f5b66;
}
input::placeholder {
  padding: 5em 5em 1em 1em;
  color: #50d890;
}
/* cyrillic-ext */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../font-face/ptsans/v17/jizaRExUiTo99u79D0-ExdGM.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../font-face/ptsans/v17/jizaRExUiTo99u79D0aExdGM.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../font-face/ptsans/v17/jizaRExUiTo99u79D0yExdGM.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../font-face/ptsans/v17/jizaRExUiTo99u79D0KExQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}