/*Diseño del boton DESCARGAR*/
.cuerpoLineaPrincipal .descargar button {
  background-color: #008cff;
  color: whitesmoke;
  font-weight: bold;
  border-radius: 30px;
  width: 80%;
  font-size: 30px;
  margin-top: 6%;
}

/*Diseño global de los botones*/
.cuerpoLineaPrincipal button {
  margin-top: 13px;
}

/*Diseño de las imagenes, el boton azul claro y el texto*/
.cuerpoLineaPrincipal .descargar {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}

/*Diseño de los botones RPU y NOMBRE*/
.cuerpoLineaPrincipal .datos button {
  font-weight: bold;
  border-radius: 30px;
  width: 80%;
  font-size: 30px;
  border: 2px solid #000f4e;
  color: #000f4e;
}

.cuerpoLineaPrincipal .datos button:hover {
  background-color: #008cff;
  color: whitesmoke;
  font-weight: bold;
  border-radius: 30px;
  width: 80%;
  font-size: 30px;
}

/*Diseño de los botones*/
.cuerpoLineaPrincipal .datos {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/*Tamaño de la imagen del robot*/
.cuerpoLineaPrincipal .robot {
  height: 200px;
  margin-top: -5vh;
}

/*Tamaño de la imagen del logo*/
.cuerpoLineaPrincipal .logo {
  width: 260px;
  height: auto;
}

/*Estilo del texto*/
.cuerpoLineaPrincipal p {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 32px;
  color: #000f4e;
}

.subCuerpoLineaPrincipal {
  width: 450px;
  
}

#texto_bot4 {
  position: absolute;
  right: 50px;
  top: 22px;
  font-size: 27px;
  margin-top: 0;
  margin-bottom: 0;
  color: rgb(255, 255, 255);
}

@media (max-width: 320px) {

  #texto_bot4 {
    position: absolute;
    right: 50px;
    top: 18px;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 0;
    color: rgb(255, 255, 255);
  }

  .subCuerpoLineaPrincipal {
    width: 362px;
    
  }

  .cuerpoLineaPrincipal .descargar button {
    background-color: #008cff;
    color: whitesmoke;
    font-weight: bold;
    border-radius: 30px;
    width: 80%;
    font-size: 26px;
    margin-top: 6%;
}

}

/*Teléfonos móviles medianos*/
@media (min-width: 321px) and (max-width: 375px) {

  .cuerpoLineaPrincipal p {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 26px;
    color: rgb(0, 81, 255);
  }

  .cuerpoLineaPrincipal .datos button {
    background-color: rgb(0, 81, 255);
    color: whitesmoke;
    font-weight: bold;
    border-radius: 30px;
    width: 80%;
    font-size: 20px;
  }

  #texto_bot4 {
    position: absolute;
    right: 50px;
    top: 18px;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 0;
    color: rgb(255, 255, 255);
  }

  .subCuerpoLineaPrincipal {
    width: 362px;
    
  }

  .cuerpoLineaPrincipal .descargar button {
    background-color: #008cff;
    color: whitesmoke;
    font-weight: bold;
    border-radius: 30px;
    width: 80%;
    font-size: 26px;
    margin-top: 6%;
}

}

/*Teléfonos móviles grnandes*/
@media (min-width: 376px) and (max-width: 425px) {

  .cuerpoLineaPrincipal p {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 26px;
    color: rgb(0, 81, 255);
  }

  .cuerpoLineaPrincipal .datos button {
    background-color: rgb(0, 81, 255);
    color: whitesmoke;
    font-weight: bold;
    border-radius: 30px;
    width: 80%;
    font-size: 20px;
  }

  #texto_bot4 {
    position: absolute;
    right: 50px;
    top: 18px;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 0;
    color: rgb(255, 255, 255);
  }

  .subCuerpoLineaPrincipal {
    width: 362px;
    
  }

  .cuerpoLineaPrincipal .descargar button {
    background-color: #008cff;
    color: whitesmoke;
    font-weight: bold;
    border-radius: 30px;
    width: 80%;
    font-size: 26px;
    margin-top: 6%;
}

}

