@font-face {
  font-family: Butler Webfont;
  src: url('../fonts/butler_regular-webfont.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Butler Webfont;
  src: url('../fonts/butler_bold-webfont.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Authenia;
  src: url('../fonts/Authenia-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Authenia;
  src: url('../fonts/Authenia.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  letter-spacing: -1.62px;
  margin: 0;
  font-family: Butler Webfont, Tahoma, sans-serif;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.15em;
}

h2 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: .5em;
  font-family: Butler Webfont, Tahoma, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.1em;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
}

p {
  text-align: center;
  margin-bottom: 25px;
  line-height: 28px;
}

.container-main {
  color: #262526;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  display: flex;
}

.container-main.experiencia {
  background-color: #d1bbc0;
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 100px;
  display: block;
}

.container-main.calculadora {
  background-color: #ccb6bc;
}

.container-titulo {
  box-sizing: border-box;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 50px;
}

.text-span {
  color: #fff;
  font-family: Authenia, Verdana, sans-serif;
  font-size: 1.5em;
  display: inline-block;
  position: relative;
  left: -.1em;
  transform: rotate(-6deg);
}

.container-form {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 80px;
  display: flex;
}

.container {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1em;
}

.form-block {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-field {
  color: #262526;
  text-align: center;
  border-radius: .4em;
  width: 6em;
  margin: .7em 0 1em;
  padding: 1em;
  font-size: 22px;
  line-height: 1.15em;
}

.form {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.submit-button {
  color: #fff;
  cursor: pointer;
  background-color: #726372;
  border-radius: .4em;
  width: 320px;
  padding: 1.2rem;
  font-family: Butler Webfont, Tahoma, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.age-1 {
  color: #8a965d80;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #8a965d80;
  border-radius: 2em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 9em;
  margin: .4rem;
  padding: .5em;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.age-1:hover, .age-1.active {
  color: #fff;
  background-color: #8a965d;
  border-color: #8a965d;
}

.age-2 {
  color: #658a9080;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #aabbbe80;
  border-radius: 2em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 9em;
  margin: .4rem;
  padding: .5em;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.age-2:hover {
  color: #fff;
  background-color: #aabbbe;
  border-color: #aabbbe;
}

.age-2.active {
  color: #fff;
  background-color: #658a90;
  border-color: #aabbbe;
}

.age-3 {
  color: #72637280;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #72637280;
  border-radius: 2em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 9em;
  margin: .4rem;
  padding: .5em;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.age-3:hover, .age-3.active {
  color: #fff;
  background-color: #726372;
  border-color: #726372;
}

.age-4 {
  color: #cd756880;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #cd756880;
  border-radius: 2em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 9em;
  margin: .4rem;
  padding: .5em;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.age-4:hover, .age-4.active {
  color: #fff;
  background-color: #cd7568;
  border-color: #cd7568;
}

.age-5 {
  color: #af6d7b80;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #af6d7b80;
  border-radius: 2em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 9em;
  margin: .4rem;
  padding: .5em;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.age-5:hover, .age-5.active {
  color: #fff;
  background-color: #af6d7b;
  border-color: #af6d7b;
}

.block-tabs {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.container-result {
  max-width: 768px;
  margin: 0 auto;
  padding: 0 1em;
}

.result-25 {
  color: #8a965d;
  background-color: #8a965d2b;
  border-radius: 14px;
  padding: 1em;
  font-family: Butler Webfont, Tahoma, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.result-25._26-30 {
  background-color: #658a902b;
}

.result-25._31-35 {
  color: #726372;
  background-color: #7263722b;
}

.result-25._36-40 {
  color: #cd7568;
  background-color: #cd75682b;
}

.result-25._40-plus {
  color: #cd7568;
  background-color: #af6d7b2b;
}

.titulo-result {
  margin-bottom: 0;
}

.titulo-result._26-30 {
  color: #658a90;
}

.titulo-result._31-35 {
  color: #726372;
}

.titulo-result._36-40 {
  color: #cd7568;
}

.titulo-result._40-plus {
  color: #af6d7b;
}

.cols {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  display: flex;
}

.progress-wrapper {
  background-color: #f5f5f5;
  border-radius: 10px;
  width: 50%;
  margin: 0 auto;
  padding: 7px 5px;
  font-size: .9em;
  position: relative;
}

.progress-bar {
  background-color: #c3c3c3;
  border-radius: 100px;
  width: 100%;
  height: 40px;
  margin-top: 10px;
  margin-bottom: 60px;
  position: relative;
}

.progress-fill {
  background-color: #8a965d;
  border-radius: 100px;
  width: 0%;
  height: 100%;
  transition: width 2s;
  position: relative;
}

.progress-fill._26-30 {
  background-color: #658a90;
}

.progress-fill._31-35 {
  background-color: #726372;
}

.progress-fill._40-plus {
  background-color: #af6d7b;
}

.progress-value {
  color: #fff;
  white-space: nowrap;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  top: 10px;
  left: 12px;
}

.progress-value.transition-opacity {
  transition: width 2s;
}

.p-estudio {
  text-align: left;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.p2-estudio {
  text-align: left;
  font-family: Poppins, sans-serif;
  font-size: 18px;
}

.p2-estudio.reduce-txt {
  font-size: 14px;
  line-height: 20px;
}

.block-estudio {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

.heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.explore {
  color: #8a965d;
  margin: 1.5em 0 1em;
  font-family: Butler Webfont, Tahoma, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.paragraph {
  text-align: left;
  font-size: 22px;
}

.paragraph._26-30 {
  color: #658a90;
}

.paragraph._31-35 {
  color: #726372;
}

.paragraph._40-plus {
  color: #af6d7b;
}

.paragraph._36-40 {
  color: #cd7568;
}

.c-faq-icon {
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  position: relative;
}

.c-faq-q {
  align-items: center;
  display: flex;
}

.c-faq-q-text {
  flex: 1;
  padding: 10px 20px;
}

.c-faq-q-text.quien-soy {
  padding-top: 0;
  padding-bottom: 0;
}

.c-faq-divider {
  padding-left: 20px;
  padding-right: 20px;
}

.faq-divider {
  border-top: 1px dashed #8a965d;
  height: 0;
}

.faq-divider._26-30 {
  border-top-color: #658a90;
}

.faq-divider._31-35 {
  border-top-color: #726372;
}

.faq-divider._36-40 {
  border-top-color: #cd7568;
}

.faq-divider._40-plus {
  border-top-color: #af6d7b;
}

.c-faq-a-text {
  padding: 20px;
}

.c-faq-a {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  overflow: hidden;
}

.c-faq-item {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #8a965d;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.c-faq-item._26-30 {
  border-color: #658a90;
}

.c-faq-item._31-35 {
  border-color: #726372;
}

.c-faq-item._36-40 {
  border-color: #cd7568;
}

.c-faq-item._40-plus {
  border-color: #af6d7b;
}

.faq-stripe-2 {
  background-color: #8a965d;
  width: 100%;
  height: 2px;
  position: absolute;
}

.faq-stripe-2._26-30 {
  background-color: #658a90;
}

.faq-stripe-2._31-35 {
  background-color: #726372;
}

.faq-stripe-2._36-40 {
  background-color: #cd7568;
}

.faq-stripe-2._40-plus {
  background-color: #af6d7b;
}

.faq-q-text.quien-soy {
  margin-top: 10px;
}

.faq-stripe-1 {
  background-color: #8a965d;
  width: 2px;
  height: 100%;
}

.faq-stripe-1._26-30 {
  background-color: #658a90;
}

.faq-stripe-1._31-35 {
  background-color: #726372;
}

.faq-stripe-1._36-40 {
  background-color: #cd7568;
}

.faq-stripe-1._40-plus {
  background-color: #af6d7b;
}

._w-faq-icon {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
}

.p-txt-grafica {
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.italic-text-age-1 {
  color: #8a965d;
}

.italic-text-age-1._26-30 {
  color: #658a90;
}

.italic-text-age-1._31-35, .italic-text-age-1._31-32 {
  color: #726372;
}

.italic-text-age-1._36-40 {
  color: #cd7568;
}

.italic-text-age-1._40-plus {
  color: #af6d7b;
}

.blockquote {
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 10px;
}

.blockquote.r-20 {
  background-color: #8a965d2b;
  margin: 10px;
}

.blockquote.r-20._26-30 {
  background-color: #658a902b;
}

.blockquote.r-20._31-35 {
  background-color: #7263722b;
}

.blockquote.r-20._36-40 {
  background-color: #cd75682b;
}

.blockquote.r-20._40-plus {
  background-color: #af6d7b2b;
}

.content-blockquoate {
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.progress-wrapper-2 {
  background-color: #f5f5f5;
  border-radius: 10px;
  width: 50%;
  margin: 0 auto;
  padding: 7px 5px;
  font-size: .9em;
  position: relative;
}

.block-img-datos {
  margin-top: 10px;
  margin-bottom: 10px;
}

.btn-reset {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #8a965d;
  border-radius: 10px;
  width: 300px;
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 40px;
  padding-top: 1em;
  padding-bottom: 1em;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.btn-reset._26-30 {
  background-color: #658a90;
}

.btn-reset._31-35 {
  background-color: #726372;
}

.btn-reset._36-40 {
  background-color: #cd7568;
}

.btn-reset._40-plus {
  background-color: #af6d7b;
}

.block-btn-reset {
  text-align: center;
}

.progress-bar-2 {
  background-color: #c3c3c3;
  border-radius: 100px;
  width: 100%;
  height: 40px;
  margin-top: 10px;
  margin-bottom: 60px;
  position: relative;
}

.progress-fill-2 {
  background-color: #8a965d;
  border-radius: 100px;
  width: 0%;
  height: 100%;
  transition: width 2s;
  position: relative;
}

.progress-fill-2._26-30 {
  background-color: #658a90;
}

.progress-fill-2._31-35 {
  background-color: #726372;
}

.progress-fill-2._36-40 {
  background-color: #cd7568;
}

.progress-fill-2._40-plus {
  background-color: #af6d7b;
}

.progress-value-2 {
  color: #fff;
  white-space: nowrap;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  top: 10px;
  left: 12px;
}

.p-experiencia {
  text-align: left;
  margin-top: 25px;
}

.p-experiencia.poppins {
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.top-faq {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.h1-experiencia {
  font-size: 46px;
}

.progress-fill-3 {
  background-color: #8a965d;
  border-radius: 100px;
  width: 0%;
  height: 100%;
  transition: width 2s;
  position: relative;
}

.progress-fill-3._26-30 {
  background-color: #658a90;
}

.progress-fill-3._31-35 {
  background-color: #726372;
}

.progress-fill-3._36-40 {
  background-color: #cd7568;
}

.progress-fill-3._40-plus {
  background-color: #af6d7b;
}

.progress-value-3 {
  opacity: 0;
  color: #fff;
  white-space: nowrap;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: opacity .4s;
  position: absolute;
  top: 10px;
  left: 12px;
}

.progress-value-3.transition-opacity {
  transition: width 2s;
}

.block-encuestas {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.encuesta {
  width: 100%;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .container-main.experiencia {
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-faq-q-text {
    line-height: 28px;
  }

  .c-faq-a-text {
    padding-left: 20px;
  }

  .block-encuestas {
    flex-flow: column;
    margin-left: 0;
    margin-right: 0;
  }

  .encuesta {
    margin-top: 10px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2em;
  }

  .container-main.experiencia {
    padding-left: 20px;
    padding-right: 20px;
  }

  .age-1, .age-2, .age-3, .age-4, .age-5 {
    width: 90%;
  }

  .block-tabs {
    flex-flow: column;
  }

  .cols {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .progress-wrapper, .block-estudio {
    width: 100%;
  }

  .c-faq-a-text {
    padding-left: 10px;
  }

  .progress-wrapper-2 {
    width: 100%;
  }
}


@font-face {
  font-family: 'Butler Webfont';
  src: url('../fonts/butler_regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Butler Webfont';
  src: url('../fonts/butler_bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Authenia';
  src: url('../fonts/Authenia-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Authenia';
  src: url('../fonts/Authenia.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}