main.home {
  padding-top: 0;
}
main.home h1 {
  font-size: 4rem;
}
main.home h1 span {
  color: #29c4a9;
}
main.home h2 {
  margin: 0.67em 0;
}
main.home .section-name {
  text-transform: uppercase;
  color: #29c4a9;
  margin: 1rem 0;
}
main.home .container {
  padding: 5rem 2rem;
}
main.home .container.underlined {
  border-bottom: 1px solid #29c4a9;
}
main.home .container.experience {
  overflow: hidden;
}
main.home .buttons {
  margin: 2rem 0;
}
main.home .hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}
main.home .hero .container {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  min-height: 100vh;
  height: auto;
}
main.home .hero a {
  color: white;
}
main.home .hero .column-1 {
  flex-basis: 67%;
  max-width: 50rem;
  text-shadow: 0px 0px 5px rgb(6, 29, 26);
}
main.home .hero .column-2 {
  flex-basis: 33%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
main.home .hero .list-box {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
  align-items: flex-end;
}
main.home .hero .list-box li {
  background-color: #0D4C45;
  color: #81e4d4;
  padding: 0.5rem 1rem;
  border: 1px solid #81e4d4;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  main.home .hero .container {
    height: auto;
    min-height: 100vh;
    flex-direction: column;
    gap: 2rem;
  }
  main.home .hero .column-1 {
    flex-basis: 100%;
    max-width: 100%;
    padding-top: 5rem;
  }
  main.home .hero .column-2 {
    flex-basis: 100%;
    max-width: 100%;
    align-items: flex-start;
  }
  main.home .hero .list-box {
    display: flex;
    flex-direction: row !important;
    flex-wrap: wrap;
    flex-basis: 100%;
    align-items: flex-start;
    padding-left: 0;
  }
}
main.home .intro {
  display: flex;
  flex-direction: row;
  padding: 3rem 0;
  align-items: flex-end;
  justify-content: center;
}
main.home .intro .contenido {
  max-width: 500px;
}
main.home .intro .hi-its-me img {
  margin-right: 3rem;
  width: 300px;
  border-radius: 50% 50% 0 50%;
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  max-width: 100%;
  height: auto;
  -webkit-border-radius: 50% 50% 0 50%;
  -moz-border-radius: 50% 50% 0 50%;
  -ms-border-radius: 50% 50% 0 50%;
  -o-border-radius: 50% 50% 0 50%;
}
main.home .intro .saludo {
  --font-size: 5rem;
}
main.home .timeline-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}
main.home .timeline {
  display: flex;
  flex-direction: column;
  position: relative;
  white-space: nowrap;
  margin-top: 6rem;
  min-width: 1000px;
}
main.home .timeline .certificado {
  color: #29c4a9;
}
main.home .timeline .timeline-line {
  position: absolute;
  right: 0;
  top: -1rem;
  height: 1px;
  background-color: #29c4a9;
  z-index: 99;
  width: 100%;
}
main.home .timeline .timeline-years {
  position: absolute;
  top: -4rem;
  width: 100%;
  z-index: 0;
  font-size: 1.25rem;
  left: 40px;
}
main.home .timeline .timeline-years .year {
  position: absolute;
  display: flex;
  align-items: self-start;
  justify-content: center;
  flex-direction: column-reverse;
  gap: 0.5rem;
}
main.home .timeline .dot {
  --diameter: 10px;
  display: block;
  width: var(--diameter);
  height: var(--diameter);
  background: #29c4a9;
  z-index: 0;
}
main.home .timeline .line {
  display: block;
  width: 1px;
  height: 18px;
  background: #29c4a9;
  z-index: 0;
}
main.home .timeline .timeline-item {
  --item-width: 50%;
  --item-margin: 5%;
  position: relative;
  height: -moz-min-content;
  height: min-content;
  min-height: 24px;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  cursor: pointer;
}
main.home .timeline .timeline-item .duration-line {
  position: absolute;
  z-index: 1;
  height: -moz-min-content;
  height: min-content;
  padding: 0.5rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  /*
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;*/
  line-height: 1;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
main.home .timeline .timeline-item .content {
  border: 1px solid #16695B;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 2rem;
  background-color: rgb(6, 29, 26);
  opacity: 0;
  position: absolute;
  min-width: 350px;
  max-width: 500px;
  height: 0;
  max-height: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transform-origin: top left;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}
main.home .timeline .timeline-item h3 {
  font-size: 1.25rem;
}
main.home .timeline .timeline-item:hover {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
main.home .timeline .timeline-item:hover .content {
  max-height: 500px;
  z-index: 99;
  opacity: 1;
  height: auto;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
main.home .timeline .timeline-item .dot {
  --diameter: 3px;
  display: block;
  width: var(--diameter);
  height: var(--diameter);
  border: none;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
}
main.home .timeline .timeline-item .dot.dot-start {
  background: #16695B;
  left: calc(var(--diameter) / 2 * -1);
}
main.home .timeline .timeline-item .dot.dot-end {
  background: #29c4a9;
  right: calc(var(--diameter) / 2);
}
main.home .timeline .timeline-item .dot.dot-single {
  --diameter: 15px;
  right: 50%;
  background: #29c4a9;
  border: calc(var(--diameter) / 10) solid #16695B;
  left: 0 !important;
}
main.home .toolbox {
  --gap: 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto auto;
  margin-top: 2rem;
  gap: var(--gap);
}
main.home .toolbox .box {
  background-color: rgb(6, 29, 26);
  border: 1px solid #29c4a9;
  padding: 2rem;
  align-self: self-start;
}
main.home .toolbox .box:nth-child(1) {
  grid-row: 1/4;
  grid-column: 1/2;
}
main.home .toolbox .box:nth-child(2) {
  grid-row: 1/2;
  grid-column: 2/3;
  align-self: stretch;
}
main.home .toolbox .box:nth-child(3) {
  grid-row: 2/3;
  grid-column: 2/3;
}
main.home .toolbox .box:nth-child(4) {
  grid-row: 1/2;
  grid-column: 3/4;
}
main.home .toolbox .box:nth-child(5) {
  grid-row: 2/3;
  grid-column: 3/4;
}
main.home .toolbox h3 {
  font-size: 1.25rem;
  font-weight: 300;
}
main.home .toolbox h4 {
  font-size: 1rem;
  font-weight: 300;
  margin-top: 1.5rem;
}
@media (max-width: 991.98px) {
  main.home .toolbox {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    align-self: flex-start;
    gap: 1rem;
  }
  main.home .toolbox .box {
    grid-row: auto !important;
    grid-column: auto !important;
  }
  main.home .container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  main.home .container .glow-on-hover {
    order: 2;
    margin-top: 1rem;
  }
}
@media (max-width: 575.98px) {
  main.home .toolbox {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 1rem;
  }
  main.home .toolbox .box {
    grid-row: auto !important;
    grid-column: auto !important;
  }
}
main.home .proyectos {
  margin-top: 5rem;
}
main.home {
  /* Contadores */
}
main.home .contadores {
  margin: 0 auto;
  color: #29c4a9;
}
main.home .contadores .counters {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  justify-content: space-evenly;
}
main.home .contadores .counter {
  padding: 20px 0;
  border-radius: 5px;
  flex: 1 1 0;
  min-width: 10rem;
}
main.home .contadores .counter i {
  font-size: 2rem;
}
main.home .contadores .counter .count-number {
  font-size: 40px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
}
main.home .contadores .counter .count-text {
  font-size: 13px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
}
