body {
  /* background: rgb(90,41,174); */
  background-image: linear-gradient(
    to bottom,
    #642373 40%,
    #390947,
    #1c0028 80%
  );
  background-repeat: no-repeat;
  min-height: max-content;
  color: #818285;
}
.background-contact{
  background-image: url('../images/contact_background.svg');
  background-repeat: no-repeat;
  background-size: cover;
}
h2 {
  font-weight: 800 !important;
}
.no-separation-text {
  line-height: 1px;
}
.home-button {
  width: 30px;
}

.navbar {
  position: sticky !important;
  top: 0px;
  z-index: 1050;
}
.nav-link {
  margin-left: 20px;
  margin-right: 20px;
}
.card-info {
  background-color: rgb(255, 255, 255);
  border-radius: 30px;
  padding: 20px;
  padding: 80px;
  position: relative;
  z-index: 9;
  width: 85%;
  margin: 9rem auto 0;
}
.title-person {
  font-size: 25px;
  /* font-weight: bold; */
  color: #85006b;
  margin-top: 10px;
}
.name-person {
  font-size: 12px;
  color: #85006b;
}
.btn-purple {
  background-color: #85006b;
  border-radius: 20px;
  color: white;
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 200px;
  font-size: 12px;
}

.btn-white-purple {
  border-radius: 20px;
  color: #2f2d2f;
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 200px;
  border-color: #85006b;
}

.icon-person {
  height: 50px;
  padding-bottom: 5px;
  margin-right: 5px;
}

.icon-service {
  height: 28px;
  padding-bottom: 5px;
  margin-right: 5px;
}

#home {
  position: relative;
  width: 100%;
  background-image: url(../stars.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.planet-1 {
  width: 80px;
  margin-top: 25px;
  z-index: 1;
  position: absolute;
  left: 0;
}

.planet-rocket {
  width: 400px;
  z-index: 2;
  position: absolute;
  right: 0;
}
.planet-blue {
  width: 550px;
  z-index: 2;
  position: absolute;
  left: 50%;
  bottom: -80px;
}

.row-component {
  z-index: 3;
  position: absolute;
  top: 22%;
  margin-left: 10%;
  width: 80%;
}

.dino-astro {
  width: 700px;
  position: absolute;
  right: 3%;
  top: 10%;
}

.subtitle {
  margin-left: 3.5em;
  margin-right: 3.5em;
}

.quienes-somos {
  margin: auto;
  display: block;
}
.btn-align-center {
  margin: auto;
  display: block;
}
.slogan {
  position: relative;
  bottom: -80px;
  background-color: rgba(240, 248, 255, 0.202);
  height: 100px;
}
#about {
  position: relative;
  width: 100%;
  background-image: url(../stars.png);
  background-repeat: no-repeat;
  background-size: cover;
}

#about .dino-only {
  width: 750px;
  margin-left: 160px;
  margin-top: 250px;
}

#about .planet_jupiter {
  position: absolute;
  top: 100vh;
  left: 0%;
  width: 100px;
}

#about .planet_orange {
  position: absolute;
  top: 100vh;
  right: 0%;
  width: 70px;
}

#about .moon {
  position: absolute;
  top: 105vh;
  right: 30%;
  width: 250px;
}

#about .card-info {
  margin-right: 200px;
  margin-top: 100px;
}

#clients {
  position: relative;
  width: 100%;
  background-image: url(../stars.png);
  background-repeat: no-repeat;
  background-size: cover;
}

#clients .asteriod {
  position: absolute;
  left: 80%;
  top: 50px;
  width: 300px;
}

#services {
  position: relative;
  width: 100%;
  background-image: url(../stars.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.centrar-listas ul::marker {
  margin-left: 300px;
}

ul {
  list-style: none;
}

.planet-earth {
  width: 100%;
  background-image: url("/images/planet-earth.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 400px;
}
.btn-top {
  position: relative;
  top: 100px;
  left: 47%;
  border-radius: 20px;
  color: white;
  width: 130px;
  padding: 10px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.planet-1 {
  width: 80px;
  margin-top: 25px;
  z-index: 1;
  position: absolute;
  left: 0;
}

.planet-rocket {
  width: 300px;
  z-index: 2;
  position: absolute;
  right: 0;
}

.row-component {
  z-index: 3;
  position: absolute;
  top: 22%;
  margin-left: 10%;
  width: 80%;
}

.subtitle {
  margin-left: 3.5em;
  margin-right: 3.5em;
}

.quienes-somos {
  margin: auto;
  display: block;
}
.title-person {
  font-size: 18px;
  /* font-weight: bold; */
  color: #85006b;
  margin-top: 10px;
}
.btn-align-center {
  margin: auto;
  display: block;
}

#about .dino-only {
  width: 600px;
  margin-left: 40px;
  margin-top: 250px;
}

#about .card-info {
  margin-right: 100px;
  margin-top: 100px;
}

#clients {
  position: relative;
  width: 100%;
}

#clients .card-info {
  margin-left: 50px;
}

.centrar-listas ul::marker {
  margin-left: 300px;
}

ul {
  list-style: none;
}

.planet-earth {
  width: 100%;
  background-image: url("/images/planet-earth.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 300px;
}
.btn-top {
  position: relative;
  top: 100px;
  left: 47%;
  border-radius: 20px;
  color: white;
  width: 130px;
  padding: 10px;
  margin-top: 30px;
  margin-bottom: 20px;
}

#contact {
  position: relative;
  width: 100%;
  background-image: url(../stars.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

#contact .row {
  height: 100vh;
}

#contact .card-info {
  text-align: right !important;
  width: 60%;
}

.earth_con {
  position: absolute;
  bottom: 0px;
  left: -20px;
  width: 1000px;
}

.dino_contact {
  position: absolute;
  width: 180px;
  left: 40%;
  top: 5%;
}

.saturn_contact {
  position: absolute;
  bottom: 0px;
  right: -20px;
  width: 350px;
}

footer {
  background-color: #fff;
  padding: 1rem;
}

footer p {
  width: 60%;
  margin: auto;
  text-align: center;
  font-size: 12px;
  color: #818285;
}

footer .redes a {
  color: #a64686 !important;
  text-decoration: none;
  font-size: 20px;
  margin: 0 5px;
}

@media (max-width: 576px) {
  #clients .asteriod {
    left: 70%;
  }
}
