/* GERAL */
* {
    font-family: poppins;
  }

  .bg-primary {
    background-color: #722f37 !important;
  }

  .bg-secondary {
    background-color: #a35b61 !important;
  }

  .bg-half-light {
    background: linear-gradient(0deg,#f7f7f7 25%, #a35b61 75%)
  }

  .btn-dark {
    background-color: #722f37 !important;
    border: #722f37
  }

  .text-dark {
    color: #722f37 !important;
  }

  .navbar-toggler {
    color: #722f37 !important;
    border-color: #722f37 !important;
  }

  .text-color {
    color: #333;
}

.title {
    font-size: 40px;
    color: #333;
    font-weight: 600;
    text-transform: capitalize;
}

.btn.btn-dark:hover{
  color: #000;
}
/* FIM - GERAL */

  /* NAVBAR */
  .bi.bi-vector-pen {
      color: #fff;
  }

  .nav-link {
      color: #fff !important;
  }

  .nav-link:hover {
      color: #000 !important;
  }

  /* FIM - NAVBAR */

  /* SOBRE */
  .card-footer {
    background-color: white;
  }

  #card-foto {
    color: #fff;
  }

  #card-foto hr {
    height: 10%;
  }

  #foto-perfil {
    height: 200px;
    width: 200px;
    border-radius: 50%;
  }

  /* FIM - SOBRE */

  /* FORMAÇÃO */
  .bi.bi-mortarboard-fill {
      color: #722f37;
      font-size: 30px;
  }

  .subtitle {
    color: #a35b61;
    font-size: 16px;
  }

  .bi.bi-phone-landscape {
    color: #722f37;
    font-size: 30px;
  }

  .year {
    font-size: 18px;
    font-weight: 500;
    color: #a35b61;
  }

  .card-border {
    border-color: #a35b61;
  }

  /* FIM - FORMAÇÃO */

  /* EXPERIÊNCIA */
  .pt-100 {
    padding-top: 100px;
  }
  .pb-100 {
    padding-bottom: 100px;
  }
  .section-title {
    margin-bottom: 60px;
  }
  .section-title h4 {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .section-title h4:before {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    background-color: #722f37;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
  }
  .section-title h4:after {
    position: absolute;
    background-color: #722f37;
    content: "";
    width: 10px;
    height: 10px;
    bottom: -4px;
    left: 50%;
    margin-left: -5px;
    border-radius: 50%;
  }
  ul.timeline-list {
    position: relative;
    margin: 0;
    padding: 0;
  }
  ul.timeline-list:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    background-color: #430211;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  ul.timeline-list li {
    position: relative;
    clear: both;
    display: table;
  }
  .timeline_content {
    border: 2px solid #722f37;
    background-color: #fff;
  }
  ul.timeline-list li .timeline_content {
    width: 45%;
    padding: 30px;
    float: left;
    text-align: right;
  }
  ul.timeline-list li:nth-child(2n) .timeline_content {
    float: right;
    text-align: left;
  }
  .timeline_content h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0;
  }

  ul.timeline-list li:before {
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    background-color: #430211;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
  }

  .experience-hr {
    margin-left: 35%;
  }
  /* FIM EXPERIÊNCIA*/

  /* HABILIDADES */
  .bi.bi-book {
    color: #722f37;
    font-size: 30px;;
  }
  /* FIM - HABILIDADES */
  /* RODAPÉ */
  .social-media-footer {
    color: #000;
  }

  .social-media-footer:hover {
    color: #722f37;
  }
  /* FIM - RODAPÉ */
  