.container-principal {
  width: 100%;
  background-image: url("../assets/images/make/fondo_1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin: auto 0;
  margin-top: 70px;
  height: 2309px;
}

.container-secundario {
    width: 100%;
    background-image: url("../assets/images/make/fondo_2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto 0;
    height: 1621px;
  }
  .container-viajeros {
    width: 100%;
  }

.make-initial {
  color: #fff;
  display: inline-block;
  position: absolute;
  left: 7%;
  top: 35%;
  width: 40%;
  text-align: center;
  font-weight: 100;
}

.make-initial-title {
  font-size: 7rem;
  font-weight: bold;
}

.make-bold {
  font-weight: bold;
}
.make-content, .content-secundario, .content-pihe {
  align-items: center;
  justify-content: center;
  text-align: left;
  position: absolute;
  margin-left: 10%;
  margin-top: 95vh;
  color: #fff;
  width: 85%;
}

  
.content-secundario , .content-pihe{
    margin-top: 7vh;
  }
  
.make-title {
  font-size: 3vw;
  font-weight: bold;
  width: 90%;
}

.make-subtitle {
  font-size: 2vw;
}

.make-text {
  font-size: 1.9vw;
}

.btn-demo {
  color: #699af9;
  border-radius: 28px;
  padding: 2 28px;
  background-color: #fff;
}

.margin-left {
    margin-left: 3%;
}

.btn2 {
    color: #fff;
    border-radius: 28px;
    padding: 0 28px;
    background-color: rgba(255, 255, 255, 0.5);
    border-color: #fff;
    cursor: default;
  }
  
  .btn2:hover {
    color: #fff;
  }

.images {
    width: 70%;

    margin: 0 auto;
    border-radius: 12px;

}
.container-pihe {
padding-bottom: 7%;
}

.img-mockup {
  width: 100%;
}

.content-mockup {
  margin-top: 4%;
}

.content-pihe {
   position: relative;
}
.color-purple {
    color: #A8A1FE;
}

.color-gray {
    color: #777;
}
.color-white {
    color: #fff;
}
.purple {
    background-color: rgba(168, 161, 254, 0.5);
}
.blue {
    background-color: rgba(105, 154, 249, 0.5);
}

.purple2 {
    background-color:  #A8A1FE;
}


.content-images {
    margin-top: 5px;
}

.image {
width: 60%;

}

.right {
    right: -8%;
}

.left {
    left: -8%;
}

.img-viajeros {
    width: 100%;
}

.img-all {
  width: 100%;
}

.container-final {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;

}

.text-img {
  color: #fff;
  position: absolute;
  top: 2%;
  width: 50%;
}



.row-2 {
top: 5%;
}



.container-video {
  background-color: #699af9;

}
.img-network {
  width: 20%;
  display: inline-block;
  float: left;
}


.img-network {
  width: 20%;
  display: inline-block;
  float: left;
}




@media screen and (max-width: 900px) {
  .make-initial-title {
    font-size: 4rem;
  }
}

@media screen and (max-width: 768px) {
  .make-initial {
    right: 0;
    width: 100%;
    left: 0%;
    top: 20%;
  }
  .make-title {
    font-size: 3.7vw;
  }

  .make-subtitle {
    font-size: 2.7vw;
  }

  .make-text {
    font-size: 2.6vw;
  }
  .make-content {
    margin-top: 800px;
  }
  

    
    .image {
      width: 42%;
      
      }

}



@media screen and (max-height: 428px) {
    .images {
        width: 30%;
    }
    
    .make-content {
        margin-top: 220vh;
    }
    

  }
