#prueba-ingles {
  background-color: #1E1F3F;
}
.prueba-ingles-img {
  background-image: url("../../img/idiomas.jpg");
  height: 600px;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  background-size: cover;
  position: relative;
  margin: 10px;
  padding: 20px;
}
.prueba-ingles-content {
  padding: 20px;
}
.prueba-ingles-content h1 {
  color: #ef7373;
  text-align: center;
}
.prueba-ingles-content p {
  padding: 10px;
  color: white;
  font-weight: bold;
  font-size: 18px;
}
.prueba-ingles-content label {
  padding: 10px;
  color: #ef7373;
  font-weight: bold;
  font-size: 22px;
  width: 100%;
  text-align: center;
}
.prueba-ingles-btn {
  display: block;
  width: 200px;
  margin: 20px auto;
  background: #98acf8;
  text-align: center;
  color: white;
  border-radius: 5px;
  padding: 10px 0px;
  -webkit-box-shadow: -1px 3px 10px 0px #000;
  -moz-box-shadow: -1px 3px 10px 0px #000;
  transition: transform 300ms;
  text-decoration: none;
}
.prueba-ingles-btn:hover {
  cursor: pointer;
  transform: scale(1.1);
  transition: transform 300ms;
  font-weight: bold;
  background: #ef7373;
}
