pre,
code {
  font-family: Menlo, Monaco, "Courier New", monospace;
}

pre {
  padding: .5rem;
  line-height: 1.25;
  overflow-x: scroll;
}

a,
a:visited {
  color: #01ff70;
}

a:hover,
a:focus,
a:active {
  color: #2ecc40;
}

.retro-no-decoration {
  text-decoration: none;
}

html {
  font-size: 12px;
}

body {
  line-height: 1.85;
}

p,
.retro-p {
  font-size: 1rem;
  margin-bottom: 1.3rem;
}

h1,
.retro-h1,
h2,
.retro-h2,
h3,
.retro-h3,
h4,
.retro-h4 {
  margin: 1.414rem 0 .5rem;
  font-weight: inherit;
  line-height: 1.42;
}

h1,
.retro-h1 {
  margin-top: 0;
  font-size: 3rem;
}

h2,
.retro-h2 {
  font-size: 2.827rem;
}

h3,
.retro-h3 {
  font-size: 1.999rem;
}

h4,
.retro-h4 {
  font-size: 1.414rem;
}

h5,
.retro-h5 {
  font-size: 1.121rem;
}

h6,
.retro-h6 {
  font-size: .88rem;
}

small,
.retro-small {
  font-size: .707em;
}

/* https://github.com/mrmrs/fluidity */

img,
canvas,
iframe,
video,
svg,
select,
textarea {
  max-width: 100%;
}

html,
body {
  background-color: #222;
  min-height: 100%;
}

html {
  font-size: 18px;
}

body {
  color: #fafafa;
  font-family: "Courier New";
  line-height: 1.45;
  margin: 6rem auto 1rem;
  max-width: 48rem;
  padding: .25rem;
}

pre {
  background-color: #333;
}

blockquote {
  border-left: 3px solid #01ff70;
  padding-left: 1rem;
}

nav {
  background-color: #333;
  padding: 10px 20px;
}

.page-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #333;
  z-index: 1000;
}
.page-header nav {
  display: flex;
  justify-content: center;
  gap: 3rem;
  padding: 10px 20px;
}

.page-header nav a {
  color: white;
  margin-right: 20px;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
}

.page-header nav a:hover {
  text-decoration: none;
  cursor: pointer;
  color: #01ff70;
}

.page-body section {
  scroll-margin-top: 60px;
}
.job-icon {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #2c3e50; /* gris claro */
  display: flex;
  align-items: center;
  justify-content: center;
}

.job-icon svg {
  width: 14px;
  height: 14px;
  fill: #01ff70
}

.lista-experiencia {
  list-style-type: none;
}

.title-item-exp {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
  position: relative;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;  
  font-weight: bold;
}

.body-item-exp {
  border-left: 2px solid #2c3e50;
  margin-left: 1rem;
  padding-left: 16px;
}

.fecha {
  padding-left: 16px;
  font-style: italic;
  color: gray;
}

.first-section-container {
  display: flex;
  flex-direction: row;
  gap: 4rem;
  align-items: center;
}

.pic-container {
  height: 200px;
  width: 200px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}

.profile-pic {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.about-me-body {
  text-align: justify;
}