

@media only screen and (max-width: 767px) {
    /* Estilos para dispositivos móviles */

    .container-slide-text {
        background: purple;
        height: 86.5vh;
    }

    .text-article1{
        font-size: 40px;
        text-shadow: 0px 2px 8px rgba(119, 201, 248, 1);
        text-align: center;
        margin-bottom: 15px;
    }
/*------------------*/
.MiniStock_container {
    height: 88vh;
    background: pink;
     
   
}


.btn-descarga {
    padding: 10px;
    border-radius: 10px;
    font-size: 25px;
    font-weight: bold;
    border: 3px solid #4090FF;
    color: #4090FF;
    width: 300px;
    position: absolute;
    top: 79%;
    left: 9%;
}

}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* Estilos para tabletas */

    .container-slide-text {
        background: red;
        height: 80vh;
    }

    .text-article1{
          font-size: 60px;
          text-shadow: 0px 2px 8px rgba(119, 201, 248, 1);
          text-align: center;
          margin-bottom: 15px;
    }
/*------------------*/

.MiniStock_container {
    height: 88vh;
    background: pink;
   
}

.btn-descarga {
    padding: 10px;
    border-radius: 10px;
    font-size: 25px;
    font-weight: bold;
    border: 3px solid #4090FF;
    color: #4090FF;
    width: 300px;
    position: absolute;
    top: 79%;
    left: 9%;
}

/*
.MiniStock_Emprendedor {


background: red;

}
*/
/*
.MiniStock_Start{

 
}*/
/*
.MiniStock_Emprendedor_Pos{

background:blue;

}
*/
/*-------------
.btn-descarga {
    padding: 10px;
    border-radius: 10px;
    font-size: 25px;
    font-weight: bold;
    border: 3px solid #4090FF;
    color: #4090FF;
    width: 300px;
    position: absolute;
    top: 68%;
    left: 31%;
}-----*/

}

@media only screen and (min-width: 1025px) {
  /* Estilos para pantallas de escritorio */

.container-slide-text {
    background: purple;
    height: 91vh;
}
  .text-article1{
      font-size: 100px;
      text-shadow: 0px 2px 8px rgba(119, 201, 248, 1);
      text-align: center;
      margin-bottom: 15px;
  }

.MiniStock_container {
    height: 88vh;
    background: pink;
 
}

/* 
.MiniStock_container{
background: red;
}



.MiniStock_Emprendedor {
background: red;
padding:50px;
}


.MiniStock_Emprendedor_Pos{
background:blue;
padding:50px;
}


/*------------------*/



}
