:root {
    --main-gr-color: #3bcbc8;
    --second-wt-color: #c9c3c3;
}

@font-face {
    font-family: Loto;
    src: url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400&display=swap');
}

.navbar-brand img {
  background-color: #3bcbc8;
  border-radius: 50px;
}

.lato-thin {
    font-family: "Lato", sans-serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .lato-light {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .lato-regular {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .lato-bold {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .lato-black {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .lato-thin-italic {
    font-family: "Lato", sans-serif;
    font-weight: 100;
    font-style: italic;
  }
  
  .lato-light-italic {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .lato-regular-italic {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  

body {
    color: var(--second-wt-color);
    font-family: lato;
    font-size: 18px;
}

h1, h2, h3 {
    color: var(--main-gr-color);
}

a {
    color: var(--main-gr-color) !important; 
}

strong {
    color: var(--main-gr-color);
    font-size: 20px;
}

.nav-link {
    color: var(--main-gr-color);
}

.bg-dark {
    background-color: rgb(15, 18, 20) !important;
}

.navbar.navbar-dark.bg-dark {
    border-top: 4px solid;
    border-image: linear-gradient(to right,#212529,#3bcbc8) 1 0 0 0;
  }

  img {
    max-width: 100%;
}

img.picPerfil {
  width: 280px;
  border-radius: 50%;
  aspect-ratio: 1;
  object-fit: cover;
  border: 4px solid #3bcbc8;
  display: block;
  margin: auto;
}

.iconsSocial {
  display: flex;
  justify-content: center;
  margin: 1rem;
}

svg.bi {
  margin-left: 10px;
  margin-right: 10px;
}

svg.bi {
  margin-left: 10px;
  margin-right: 10px;
  width: 2rem;
  height: 2rem;
  color: #3bcbc8;
}

#timelineWork {
  margin-top: 2rem;
}

.list-group-item {
  position: relative;
  display: block;
  padding: .5rem 1rem;
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid rgb(59 203 200);
}