* {
  margin: 0;
  padding: 0; }

textarea:focus, input:focus, button:focus {
  outline: none; }

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

/*colors*/

.containerSlider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
  position: relative;
  width: 100%;	}

.range-slider {
	width: 80%;
}

.rs-range {
  margin-top: 29px;
  width: 100%;
  -webkit-appearance: none; }
  .rs-range:focus {
    outline: none; }
  .rs-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 1px;
    cursor: pointer;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #ffffff;
    border-radius: 0px;
    border: 0px solid #010101; }
  .rs-range::-moz-range-track {
    width: 100%;
    height: 1px;
    cursor: pointer;
    box-shadow: none;
    background: #ffffff;
    border-radius: 0px;
    border: 0px solid #010101; }
  .rs-range::-webkit-slider-thumb {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0px solid #ffffff;
    -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
    height: 42px;
    width: 22px;
    border-radius: 22px;
    background: white;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -20px; }
  .rs-range::-moz-range-thumb {
    box-shadow: none;
    border: 0px solid #ffffff;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
    height: 42px;
    width: 22px;
    border-radius: 22px;
    background: white;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -20px; }
  .rs-range::-moz-focus-outer {
    border: 0; }

.rs-label {
  position: relative;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  display: block;
  width: 98px;
  height: 98px;
  background: transparent;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  padding-top: 22px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #fff;
  margin-top: 20px;
  margin-left: -38px;
  left: attr(value);
  color: #fff;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 22px; }
  .rs-label::after {
    content: "years";
    display: block;
    font-size: 14px;
    letter-spacing: 0.07em;
    margin-top: -2px; }
.rs-label-sp {
  position: relative;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  display: block;
  width: 98px;
  height: 98px;
  background: transparent;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  padding-top: 22px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #fff;
  margin-top: 20px;
  margin-left: -38px;
  left: attr(value);
  color: #fff;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 22px; }
  .rs-label-sp::after {
    content: "años";
    display: block;
    font-size: 14px;
    letter-spacing: 0.07em;
    margin-top: -2px; }
.gender-label {
  position: relative;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  display: block;
  width: 98px;
  height: 98px;
  background: transparent;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  padding-top: 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #fff;
  margin-top: 20px;
  margin-left: -38px;
  left: attr(value);
  color: #fff;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 14px; }
.skin-label-sp {
  position: relative;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  display: block;
  width: 98px;
  height: 98px;
  background: transparent;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  padding-top: 32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #fff;
  margin-top: 20px;
  margin-left: -38px;
  left: attr(value);
  color: #fff;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 14px; }
  .skin-label-sp::before {
    content: "piel";
    display: block;
    font-size: 14px;
    letter-spacing: 0.07em;
    margin-top: -2px; }
.skin-label {
  position: relative;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  display: block;
  width: 98px;
  height: 98px;
  background: transparent;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  padding-top: 32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #fff;
  margin-top: 20px;
  margin-left: -38px;
  left: attr(value);
  color: #fff;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 14px; }
  .skin-label::after {
    content: "skin";
    display: block;
    font-size: 14px;
    letter-spacing: 0.07em;
    margin-top: -2px; }
.result-label {
  position: relative;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  display: block;
  width: 98px;
  height: 98px;
  background: transparent;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  padding-top: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #fff;
  margin-top: 20px;
  margin-left: -38px;
  left: attr(value);
  color: #fff;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 14px; }
  .result-label::after {
    content: "results";
    display: block;
    font-size: 14px;
    letter-spacing: 0.07em;
    margin-top: -2px; }
.result-label-sp {
  position: relative;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  display: block;
  width: 98px;
  height: 98px;
  background: transparent;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  padding-top: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #fff;
  margin-top: 20px;
  margin-left: -38px;
  left: attr(value);
  color: #fff;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 14px; }
  .result-label-sp::after {
    content: "resultados";
    display: block;
    font-size: 14px;
    letter-spacing: 0.07em;
    margin-top: -2px; }

  .cta-reco {
  display: inline-block;
  height: 36px;
  background-color: rgba(0,0,0,0);
  padding: 0px 7px 7px 7px;
  color: white;
  border-radius: 5px;
  text-align: center;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 1px solid white;
  box-sizing: border-box;
  -moz-box-sizing: border-box; }
  


/*-------------------------------------------*/
h1 {
  font-family: 'Raleway',sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 48px;
  text-align: center;
  letter-spacing: 0.156em;
  text-transform: uppercase;
  margin: 12vh auto 50px auto;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  max-width: 620px; }

.bolding {
  font-weight: bold; }

main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 75px; }

#textbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  #textbox p {
    font-size: 22px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-weight: normal;
    padding-bottom: 15px; }
    #textbox p:last-of-type {
      font-size: 14px; }

.btn {
  border: none;
  background: white;
  display: block;
  height: 75px;
  width: 75px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 30px;
  color: #62186B;
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25); }

.result-text {
  font-size: 30px; }

.weight-result {
  display: block;
  font-size: 75px;
  text-align: center;
  padding-bottom: 25px; }
  .weight-result span {
    font-size: 30px; }

#reload-btn {
  font-family: 'Raleway',sans-serif;
  border: none;
  background: none;
  cursor: pointer;
  text-decoration: underline;
  color: white;
  font-size: 24px;
  margin-top: 50px; }

.plume-element {
  background: url("../img/gravity.png");
  background-size: cover;
  width: 125px;
  height: 51px;
  position: absolute;
  left: 0px;
  top: 50px;
  -webkit-animation: gravity 6s ease-in-out infinite;
  animation: gravity 6s ease-in-out infinite; }

@-webkit-keyframes gravity {
  from {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px); }
  65% {
    -webkit-transform: translate(0, 15px);
    transform: translate(0, 15px); }
  to {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px); } }

@keyframes gravity {
  from {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px); }
  65% {
    -webkit-transform: translate(0, 15px);
    transform: translate(0, 15px); }
  to {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px); } }

.plume-on {
  display: block; }



