@media (min-width: 577px) {
  body {
    /*display: none;*/
    /*font-family: Arial, sans-serif;*/
    /*overflow-x: hidden;*/
  }
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
  overflow-x: hidden;
}

#splash {
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

#splash img {
  max-width: 50%;
  max-height: 50%;
}

#img2 {
  z-index: 10;
}

* {
  box-sizing: border-box;
}

.timeline {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.timeline-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin: 20px 0;
}

.icon {
  width: 40px;
  height: 40px;
  background-color: #4CAF50;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 1.2rem;
  margin-right: 10px;
}

.line {
  height: 2px;
  background-color: #4CAF50;
  width: 100%;
  position: absolute;
  z-index: -1;
}

.hr_orden {
  border-top: 3px solid #3d3d3b !important;
  color: #3d3d3b !important;
}

.img_back_1 {
  z-index: -1;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.row1 {
  z-index: 1;
}

.div_parallax {
  position: relative;
  overflow: hidden;
}

div_amazon {
  text-decoration: none;
}

a {
  text-decoration: none;
}

/* Estilos del efecto parallax */

.parallax {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding: 15% 0%;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.parallax-bg {
  background-image: url('../../assets/img/_DSC9548.webp');
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 500px;
  height: 100%;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  will-change: transform;
  z-index: -3;
  opacity: 0;
}

/* Estilos de las filas */

.row {
  position: relative;
  width: 100%;
  text-align: center;
}

.row-1 {
  /*top: 10%;*/
}

.row-2 {
  /*top: 60%;*/
}

@media (min-width: 992px) {
  #content {
  }
}

