


#test main #flor {
  position: relative;
}
#test main input, #test main select {
  padding: 14px 46px;
  border-radius: 30px;
  box-shadow: 1px 4px 8px #a1a1a1;
  border: none;
  margin: 0 auto;
  display: block;
  background-color: transparent;
}
#test main .birth-wrapper {
  display: flex;
  justify-content: space-between;
  margin: 0;
  flex-direction: column;
}
@media (min-width: 992px) {
  #test main .birth-wrapper {
    margin: 0 10rem;
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  #test main .birth-wrapper {
    margin: 0 20rem;
  }
}
#test main .birth-wrapper select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../images/test/Flecha.png"); /* tu imagen */
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px;
  padding-right: 35px; /* espacio para el icono */
  width: 86%;
  margin: 0.5rem auto;
}
@media (min-width: 992px) {
  #test main .birth-wrapper select {
    width: auto;
  }
}
#test main h2 {
  font-size: 32pt;
}
@media (min-width: 768px) {
  #test main h2 {
    font-size: 50pt;
  }
}
#test main h3 {
  font-size: 22pt;
}
@media (min-width: 768px) {
  #test main h3 {
    font-size: 40pt;
  }
}
#test main .instrucciones p.txt {
  font-size: 11pt;
  font-weight: bold;
  color: #7D7461;
}
#test main .instrucciones img {
  width: 84px;
}
@media (min-width: 768px) {
  #test main .instrucciones img {
    width: auto;
  }
}
#test main #progress-container {
  width: 100%;
  height: 25px;
  background-color: #E9E6DD;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 10px;
}
#test main .progress-bar {
  height: 100%;
  width: 0%;
  background: #A49483;
  background: linear-gradient(1deg, rgb(164, 148, 131) 0%, rgb(194, 186, 152) 45%, rgb(194, 186, 152) 100%);
  transition: width 0.3s ease;
}
#test main .progress-text {
  margin-bottom: 10px;
  font-weight: 600;
  color: #CA868D;
}
#test main .puntos p {
  font-size: 16px;
}
@media (min-width: 768px) {
  #test main .puntos p {
    font-size: 18pt;
  }
}
#test main p.legales {
  font-size: 12pt;
}
@media (min-width: 768px) {
  #test main p.legales {
    font-size: 16pt;
  }
}
#test main p.referencias {
  font-size: 11pt;
}
@media (min-width: 768px) {
  #test main p.referencias {
    font-size: 14pt;
  }
}

