.link-top {
  color: #ffffff;
}
 
@font-face {
  font-family: "BorisBlackBloxx";
  src: url("../assets/font/BorisBlackBloxx.ttf");
}
@font-face {
  font-family: "BorisBlackBloxxDirty";
  src: url("../assets/font/BorisBlackBloxxDirty.ttf");
}

.page-header {
  background-size: cover;
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
  font-weight: 500;
}

.page-header .breadcrumb-item a,
.page-header .breadcrumb-item + .breadcrumb-item::before {
  color: #696e77;
}

.page-header .breadcrumb-item a:hover,
.page-header .breadcrumb-item.active {
  color: var(--primary);
}

.text-black{
  font-weight: 500 !important;
  text-transform: uppercase;
  color:black;
  font-size: 16px !important;
}

.title-td {
  font-size: 12px !important;
}
 

.div-mouse {
  transition: ease 0.8s;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
  position: relative;
}

.pointer{
  cursor: pointer !important;
}

.pointer:hover{
  transition: ease 0.1s!important;
  color: var(--primary)!important;
  text-decoration: underline;
}

.div-mouse::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #000;
}
.div-mouse::-webkit-scrollbar {
  width: 6px;
}

.div-mouse::-webkit-scrollbar-thumb {
  background-color: transparent;
}

.div-mouse::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

progress,
progress[role] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-size: auto;
  width: 100%;
}

.skill-list {
  list-style: none;
  margin: 0;
}

.skill {
  position: relative;
}
.skill h3 {
  color: #fff;
  left: 0.5em;
  line-height: 1;
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  white-space: nowrap;
  font-size: 12px; /* Adicionado para definir o tamanho da fonte */
}
.skill ::-webkit-progress-value {
  -webkit-animation: bar-fill 2s;
  width: 0px;
}

.skill-1::-webkit-progress-value {
  background: #ff9e2c;
}

@-webkit-keyframes bar-fill {
  0% {
    width: 0;
  }
}
@keyframes bar-fill {
  0% {
    width: 0;
  }
}

#slides_ficha {
  position: relative;
  height: 30rem;
  margin: 0;
  padding: 0;
}
.slides_ficha {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  opacity: 0;
  z-index: 1;

  background-color: #dfdfdf;
  color: #fff;

  font-size: 40px;
  text-align: center;
  line-height: 200px;

  -webkit-transition: opacity 1.5s;
  -moz-transition: opacity 1.5s;
  -o-transiton: opacity 1.5s;
  transition: opacity 1.5s;
}
.showing {
  opacity: 1;
  z-index: 2;
}

.arrow {
  transition: ease 0.5s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  cursor: pointer;
  z-index: 99;
}

#previousArrow {
  left: 5px;
  background-image: url("../img/icon/seta_e.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.4;
}

#nextArrow {
  right: 5px;
  background-image: url("../img/icon/seta_d.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.4;
}

#previousArrow:hover,
#nextArrow:hover {
  transition: ease 0.5s;
  opacity: 1;
}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Estilizando a barra de rolagem vertical */
/* Largura da barra de rolagem */
::-webkit-scrollbar {
  width: 10px;
  border-bottom-right-radius: 30rem !important;
}

/* Cor de fundo da barra de rolagem */
::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  border-bottom-right-radius: 30rem !important;
}

/* Cor da barra de rolagem */
::-webkit-scrollbar-thumb {
  background-color: #888;
}

/* Cor ao passar o mouse sobre a barra de rolagem */
::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}
.caption {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 4rem;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
}

.active-scroll{
  overflow-y: scroll;
  height: 30rem;
}


@import "https://fonts.googleapis.com/css?family=Dosis:300,400,500,600,700";
#timeline .timeline-item:after, header:after, #timeline .timeline-item:before, header:before {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}
 
#timeline {
  width: 100%;
  margin: 30px auto;
  position: relative;
  padding: 0 10px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#timeline:before {
  content: "";
  width: 3px;
  height: 100%;
  background: #000000;
  left: 50%;
  top: 0;
  position: absolute;
}
#timeline:after {
  content: "";
  clear: both;
  display: table;
  width: 100%;
}
#timeline .timeline-item {
  margin-bottom: 50px;
  position: relative;
}
#timeline .timeline-item .timeline-icon {
  /* background: #ee4d4d; */
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 50%;
  overflow: hidden;
  margin-left: -23px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.timeline-arrow {
  position: absolute;
  bottom: -8px; 
  left: calc(50% - .5rem);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #000000;
}

#timeline .timeline-item .timeline-icon.cor1{
  background: var(--cor-interna);
}
#timeline .timeline-item .timeline-icon.cor2{
  background: var(--cor-externa);
}
#timeline .timeline-item .timeline-icon.cor3{
  background: var(--cor-execucao);
}
#timeline .timeline-item .timeline-icon.cor4{
  background: var(--cor-concluido);
}
#timeline .timeline-item .timeline-icon.cor5{
  background: var(--cor-suspenso);
}
#timeline .timeline-item .timeline-icon.cor6{
  background: var(--cor-recisao);
}

#timeline .timeline-item .timeline-icong {
  position: relative;
  top: 14px;
  left: 14px;
}
#timeline .timeline-item .timeline-content {
  width: 45%;
  background: #fff;
  padding: 20px;
  -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#timeline .timeline-item .timeline-content h2 {
  padding: 15px;
  background: #000000;
  color: #fff;
  margin: -20px -20px 0 -20px;
  font-weight: 300;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
#timeline .timeline-item .timeline-content:before {
  content: "";
  position: absolute;
  left: 45%;
  top: 20px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent; 
}

#timeline .timeline-item .timeline-content.cor1:before{
  border-left: 7px solid var(--cor-interna);
}
#timeline .timeline-item .timeline-content.cor2:before{
  border-left: 7px solid var(--cor-externa);
}
#timeline .timeline-item .timeline-content.cor3:before{
  border-left: 7px solid var(--cor-execucao);
}
#timeline .timeline-item .timeline-content.cor4:before{
  border-left: 7px solid var(--cor-concluido);
}
#timeline .timeline-item .timeline-content.cor5:before{
  border-left: 7px solid var(--cor-suspenso);
}
#timeline .timeline-item .timeline-content.cor6:before{
  border-left: 7px solid var(--cor-recisao);
}


#timeline .timeline-item .timeline-content.right {
  float: right;
}
#timeline .timeline-item .timeline-content.right:before {
  content: "";
  right: 45%;
  left: inherit;
  border-left: 0;
  /* border-right: 7px solid #ee4d4d; */
}
#timeline .timeline-item .timeline-content.right.cor1:before{
  border-right: 7px solid var(--cor-interna);
}
#timeline .timeline-item .timeline-content.right.cor2:before{
  border-right: 7px solid var(--cor-externa);
}
#timeline .timeline-item .timeline-content.right.cor3:before{
  border-right: 7px solid var(--cor-execucao);
}
#timeline .timeline-item .timeline-content.right.cor4:before{
  border-right: 7px solid var(--cor-concluido);
}
#timeline .timeline-item .timeline-content.right.cor5:before{
  border-right: 7px solid var(--cor-suspenso);
}
#timeline .timeline-item .timeline-content.right.cor6:before{
  border-right: 7px solid var(--cor-recisao);
}

.btn-estagio {
  padding: 5px 15px;
  text-decoration: none;
  background: transparent;
  border: 2px solid #f27c7c;
  color: #f27c7c;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  font-size: 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  transition: background 0.3s ease;
  -webkit-box-shadow: 2px 2px 0 #f27c7c;
  -moz-box-shadow: 2px 2px 0 #f27c7c;
  -ms-box-shadow: 2px 2px 0 #f27c7c;
  box-shadow: 2px 2px 0 #f27c7c;
}
.btn-estagio:hover {
  box-shadow: none;
  top: 2px;
  left: 2px;
  -webkit-box-shadow: 2px 2px 0 transparent;
  -moz-box-shadow: 2px 2px 0 transparent;
  -ms-box-shadow: 2px 2px 0 transparent;
  box-shadow: 2px 2px 0 transparent;
}

@media screen and (max-width: 768px) {
  #timeline {
    margin: 30px;
    padding: 0px;
    width: 90%;
  }
  #timeline:before {
    left: 0;
  }
  #timeline .timeline-item .timeline-content {
    width: 90%;
    float: right;
  }
  #timeline .timeline-item .timeline-content:before, #timeline .timeline-item .timeline-content.right:before {
    left: 10%;
    margin-left: -6px;
    border-left: 0;
    /* border-right: 7px solid #ee4d4d; */
  }
  #timeline .timeline-item .timeline-icon {
    left: 0;
  }
}

.upper{
  text-transform: uppercase!important;
}