@font-face {
  font-family: 'Capo';
  src: url('../fonts/Capo-Medium.eot?#iefix') format('embedded-opentype'),  url('../fonts/Capo-Medium.otf')  format('opentype'),
	     url('../fonts/Capo-Medium.woff') format('woff'), url('../fonts/Capo-Medium.ttf')  format('truetype'), url('../fonts/Capo-Medium.svg#Capo-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
}


@font-face {
  font-family: 'Capo';
  src: url('../fonts/Capo-Light.eot?#iefix') format('embedded-opentype'),  url('../fonts/Capo-Light.otf')  format('opentype'),
	     url('../fonts/Capo-Light.woff') format('woff'), url('../fonts/Capo-Light.ttf')  format('truetype'), url('../fonts/Capo-Light.svg#Capo-Light') format('svg');
  font-weight: 300;
  font-style: normal;
}

input.form-control::-moz-placeholder {
  color: #C3D2E5;
  opacity: 1
}

input.form-control:-ms-input-placeholder {
  color: #C3D2E5;
}

input.form-control::-webkit-input-placeholder {
  color: #C3D2E5;
}

input.error::-moz-placeholder {
  color: #A60449;
  opacity: 1
}

input.error:-ms-input-placeholder {
  color: #A60449;
}

input.error::-webkit-input-placeholder {
  color: #A60449;
}

html, body {
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  height: 100vh;
  width: 100vw;
}

.primary_bg {
  background: #CC0764;
}

.secondary_bg {
  background: #C3D2E5;
}

.third_bg {
  background: #A30D50;
  color: #C3D2E5;
}

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }

  to {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

button:focus,
input:focus {
  outline: 0 !important;
}

body {
  color: #C3D2E5;
  position: relative;
  top: 0;
  left: 0;
  font-family: 'Capo', sans-serif;
  font-weight: 300;
  padding: 0;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.02784px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: #A60449;
}

body.secondary {
  color: #CC0764;
}

.force-mobile-layout {
  max-width: 600px;
  max-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #CC0764;
  margin: auto;
}

/* body.secondary .page_wrapper{
  color: #C3D2E5;
} */

input, input:before, input:after {
  -webkit-user-select: initial;
  -khtml-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
  user-select: initial;
}

label {
  font-weight: 300;
}

header {
  height: 60px;
  position: fixed;
  width: 100%;
  z-index: 5;
  max-width: 600px;
}

h1, h2, h3, h4 {
  font-weight: 300;
  font-family: 'Capo', sans-serif;
}

h3 {
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.551px;
}

.header_content {
  width: 100%;
  height: 100%;
  background-color: #CC0764;
  background-repeat: repeat;
  text-align: center;
  color: #C3D2E5;
  z-index: 1;
}

.head_title {
  display: inline-block;
  padding-top: 6px;
}

body.no_header header,
.active_page_1 header {
  display: none;
}

section.mainContent {
  padding: 0;
  height: 100vh;
  overflow-y: hidden;
}

section.mainContent.lightBG {
  color: #CC0764;
  background-color: #C3D2E5;
}

body.no_header section.mainContent {}

.header_content>div {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page_wrapper {
  text-align: center;
  position: absolute;
  height: 100vh;
  left: 0;
  overflow: scroll;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 110px;
}

.btn-fontes .glyphicon {
  vertical-align: text-top;
  line-height: 1.2em;
}

.btn-fontes {
  padding: 6px 4%;
  border: 1px solid #C3D2E5;
  border-radius: 4px;
  background-color: #C3D2E5;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #CC0764;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
  font-size: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-fontes:hover,
.btn-fontes:focus,
.btn-fontes:active {
  color: #C3D2E5;
  background-color: #A60449;
}

#page_1 .btn-fontes {
  padding: 6px 60px;
  margin-top: 10px;
}

img.front_logo {
  width: 55%;
  max-width: 130px;
}

#page_1, #page_257 {
  justify-content: center;
  padding-top: 0;
}

#page_1 .body {
  /*padding-top: 30px;*/
  position: relative;
  top: 2%;
  padding-bottom: 15px;
}

.pages {
  height: 100%;
  padding: 0;
}

.header_content .glyphicon {
  vertical-align: middle;
  line-height: 56px;
  font-size: 20px;
  cursor: pointer;
}

.header_content .glyphicon {
  background-color: #C3D2E5;
  font-weight: 500;
  color: #CC0764;
  line-height: 26px;
  padding: 2px 6px;
  border-radius: 6px;
}

.header_content p {
  vertical-align: middle;
  display: inline-block;
  margin: 0;
  font-weight: 500;
  line-height: 18px;
  font-size: 14px;
}

.back_button,
.forward_button {
  cursor: pointer;
  z-index: 1;
}

.view_assets {
  display: none;
}

.glass .score {
  position: absolute;
  bottom: 10%;
  width: 90%;
  left: 5%;
  bottom: 30% !important;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

#page_9 .glass .score {
  bottom: -65% !important;
}

.hint {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iOCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xNiIvPgogICAgPHN0b3Agb2Zmc2V0PSIxNCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xNiIvPgogICAgPHN0b3Agb2Zmc2V0PSI0NSUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC41Ii8+CiAgPC9yYWRpYWxHcmFkaWVudD4KICA8cmVjdCB4PSItNTAiIHk9Ii01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.1) 1%, rgba(0, 0, 0, 0.1) 3%, rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0.3) 58%, rgba(0, 0, 0, 0.1) 72%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(1%, rgba(0, 0, 0, 0.1)), color-stop(3%, rgba(0, 0, 0, 0.1)), color-stop(10%, rgba(0, 0, 0, 0.5)), color-stop(45%, rgba(0, 0, 0, 0.4)), color-stop(58%, rgba(0, 0, 0, 0.3)), color-stop(72%, rgba(0, 0, 0, 0.1)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.1) 1%, rgba(0, 0, 0, 0.1) 3%, rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0.3) 58%, rgba(0, 0, 0, 0.1) 72%);
  background: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.1) 1%, rgba(0, 0, 0, 0.1) 3%, rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0.3) 58%, rgba(0, 0, 0, 0.1) 72%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.1) 1%, rgba(0, 0, 0, 0.1) 3%, rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0.3) 58%, rgba(0, 0, 0, 0.1) 72%);
  background: rradial-gradient(ellipse at center, rgba(0, 0, 0, 0.1) 1%, rgba(0, 0, 0, 0.1) 3%, rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0.3) 58%, rgba(0, 0, 0, 0.1) 72%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#29000000', endColorstr='#80000000', GradientType=1);
}

.hint {
  display: none;
  width: 400px;
  height: 400px;
  position: absolute;
  border-radius: 100%;
  -webkit-box-shadow: 0px 0px 60px 50px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 0px 60px 50px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 0px 60px 50px rgba(0, 0, 0, 0.11);
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  pointer-events: none;
}

.hint_text {
  width: 135px;
  position: absolute;
  left: 90px;
  line-height: 1.4em;
  top: 67%;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}

img.hint_arrow {
  position: absolute;
  top: 54%;
  left: 151px;
  width: 60px;
}

.page_ring {
  margin-top: 30px;
}

.active_page .page_ring {
  -webkit-animation-name: spin;
  -webkit-animation-duration: 40000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 40000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 40000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-transition: rotate(3600deg);
  animation-name: spin;
  animation-duration: 40000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/* PAGE 3 */
.ring {
  position: absolute;
  top: 65%;
  left: 50%;
  width: 100vh;
  height: 100vh;
  box-sizing: content-box;
  transform: translate(-50%, -50%);
}

.innerContent {
  position: relative;
  width: 100vh;
  height: 100vh;
  margin-top: 0;
  box-sizing: content-box;
  background-color: #A3B2D3;
  border-top-left-radius: 50vh;
  border-top-right-radius: 50vh;
}

.centerContent {
  height: 50vh;
  width: 50vh;
  bottom: 0%;
  left: 50%;
  padding: 8vh 7vh;
  background-color: #C3D2E5;
  position: absolute;
  color: #CC0764;
  border-radius: 50%;
  -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.15);
  font-size: 26px;
  transform: translate(-50%, 40%);
}

.mainContent .noUi-handle {
  background: #CC0764;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: none;
}

.mainContent .noUi-origin.noUi-connect {
  background: #A30D50;
}

.mainContent .noUi-base {
  background: #C3D2E5;
}

.card .noUi-base {
  background: #A30D50;
}

.card .noUi-background {
  background: #E6EBF1;
}

.card .noUi-marker.noUi-marker-horizontal {
  background: #CC0764 !important;
}

.card .noUi-pips.noUi-pips-horizontal {
  color: #CC0764;
  font-family: 'Capo', sans-serif;
}

.card .slider.noUi-horizontal .slider_count {
  color: #CC0764;
  font-family: 'Capo', sans-serif;
  text-align: center;
}

.mainContent .slice .noUi-marker.noUi-marker-vertical {
  background: #CC0764 !important;
  font-family: 'Capo', sans-serif;
}

.mainContent .slice .noUi-value {
  color: #CC0764;
  font-family: 'Capo', sans-serif;
}

.ring .slice {
  position: absolute;
  left: 50%;
  top: 0;
  width: 40%;
  height: 100%;
  margin-left: -20%;
  padding-top: 30px;
  /* margin-top: -50px; */
  padding-bottom: 50px;
  box-sizing: content-box;
  transform: rotate(180deg);
  transform-origin: bottom center;
}

.slider .slider_count {
  display: inline-block;
  position: relative;
  margin: 0;
  left: auto;
  right: 60px;
  text-align: right;
  width: 50px;
}

.slider_container {
  padding-top: 30px;
}

/* PAGE 3 END */
/* PAGE 4 */

#page_4 {
  justify-content: flex-start;
  padding-top: 90px;
}

.waterSvg {
  height: 100%;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  -webkit-transition: -webkit-transform 1s ease-out;
  transition: transform 1s ease-out;
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
  -webkit-transform-origin: 50% 90%;
  -ms-transform-origin: 50% 90%;
  transform-origin: 50% 90%;
  -webkit-transform: scale(1.1, 0);
  -ms-transform: scale(1.1, 0);
  transform: scale(1.1, 0);
  position: absolute;
}

.glassSvg {
  width: 60%;
  max-width: 140px;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  position: relative;
}

.glass_title {
  min-height: 100px;

}

/* PAGE 4 END */
/* PAGE 5 */
ul.cardstack.stack {
  height: 350px;
  margin-top: 30px;
  margin-left: -7.5px;
  position: relative;
}

.cardstack .card {
  width: 300px;
  position: absolute;
  left: 50%;
  margin-left: -150px;
  border-radius: 15px;
  background-color: #C6CFDE;
  z-index: 1;
  display: block;
  list-style: none;
  -webkit-transition: margin 500ms ease-out, background-color 500ms ease-out;
  transition: margin 500ms ease-out, background-color 500ms ease-out;
}

.card .card_title {
  margin-top: 0px;
  color: #CC0764;
  margin-bottom: 40px;
}

.cardstack .card:nth-last-child(1) {
  -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.42);
  -moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.42);
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.42);
}

.cardstack .card:nth-last-child(2) {
  margin-left: -145px;
  margin-top: -5px;
  background-color: #AAB6CC;
}

.cardstack .card:nth-last-child(3) {
  margin-left: -140px;
  margin-top: -10px;
  background-color: #949EB2;
}

.card_index {
  color: #FFFFFF;
  padding-top: 30px;
}

.card_index h4 {
  font-size: 22px;
  margin-bottom: 0;
}

.card .slider_container {
  height: 150px;
}

/* PAGE 5 END */
/* PAGE 8 */
.large_stack .card .card_title h3 {
  font-size: 18px;
  line-height: 22px;
}

.cardstack.large_stack .card {
  height: 400px;
}

ul.cardstack.stack.large_stack {
  height: 420px;
}

/* PAGE 8 END */
/* PAGE 9 */
.leftHand {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

ul.cardstack.smaller_stack.stack {
  height: 225px;
}

.smaller_stack .card_index {
  padding-top: 10px;
}

.smaller_stack .card_title {
  margin-bottom: 20px;
}

.smaller_stack .card_index h4 {
  font-size: 16px;
}

.smaller_stack .card_title h3 {
  font-size: 20px;
}

.smaller_stack .card {
  height: 165px;
}

/* PAGE 9 END */
/* PAGE 13 */
ul.fontes_list {
  padding: 0;
  list-style: none;
  text-align: left;
}

input[type=checkbox] {
  width: 100%;
  height: 3em;
  position: absolute;
  margin: 0;
  padding: 0;
  font-size: 1em;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}

input[type=checkbox]+label {
  display: inline-block;
  position: relative;
  /* margin-left  : -2em; */
  line-height: 1.5em;
}

input[type=checkbox]+label>span {
  display: inline-block;
  width: 2.4em;
  height: 2.4em;
  margin: 0.25em 0.5em 0.25em 0.25em;
  border: 2.5px solid #CC0764;
  border-radius: 50%;
  vertical-align: bottom;
  background: none;
  -webkit-transition: background 500ms ease-out;
  transition: background 500ms ease-out;
}

input[type=checkbox]:checked+label>span {
  background: #CC0764;
}

input[type=checkbox]+label>span:before {
  content: " ";
  display: inline-block;
  width: 1.0em;
  height: 1.6em;
  left: 0.4em;
  top: 0.1em;
  position: relative;
  color: #C3D2E5;
  font-size: 1.2em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../images/check.svg');
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 100;
  line-height: 1.5em;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 500ms ease-out;
  transition: opacity 500ms ease-out;
}

input[type=checkbox]:checked+label>span:before {
  opacity: 1;
}

input[type=checkbox]+label>span>span {
  display: inline-block;
  vertical-align: middle;
}

.fontes_list li label p {
  display: inline-block;
  max-width: 80%;
  line-height: 1.2em;
  margin: 0;
  height: 35px;
}

.fontes_list li {
  position: relative;
  width: auto;
  margin-top: 5px;
}

/* PAGE 13 END */
/* PAGE 15 */
.strengths, .weaknesses {
  text-align: left;
}

/* PAGE 15 END */
.questionCount h3 {
  color: #CC0764;
}

.page_wrapper .footer {
  padding-bottom: 60px;
}

.glass>div {
  position: relative;
}

.pull_btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10%;
}

.third_bg .pull-left, .third_bg .pull-right {
  color: #C3D2E5;
  width: 35%;
}

#page_22 .btn-fontes {
  width: 100%;
  margin: 10px 0;
}

#page_22 .body {
  margin-top: 40px;
}

#page_22 img.front_logo {
  width: 55%;
}

.stamp {
  position: absolute;
  right: -36px;
  top: 50%;
  margin-top: -20px;
  width: 90px;
  height: 90px;
  line-height: 120px;
  font-weight: 500;
}

.stamp p {
  display: inline-block;
  line-height: 1.2em;
}

input#inputEmail,
input#saveEmail {
  background: #A60449;
  border: 1px solid #D2DAE6;
  color: #C3D2E5;
  height: auto;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 20px;
}

p.input_error {
  margin-top: -10px;
  margin-bottom: 20px;
  display: none;
}

.shake {
  animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

#page_1 .title, #page_22 .title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px;
}

#page_1 .title h5, #page_22 .title h5 {
  font-family: montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  margin-top: -2px;
}

.glass_title {
  min-height: 55px;
  padding: 0;
}

.glass_title h3 {
  margin: 0;
  vertical-align: bottom;
  display: inline-block;
  font-size: 18px;
  line-height: 22px;
}


.glass {
  margin-top: 20px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 20px;
}

.glass:only-of-type {
  border-bottom: 0;
  padding-bottom: 50px;
}

#page_10 h2 {
  /* line-height: 1.4em; */
}

#page_10 .glass .score {
  bottom: -50% !important;
}

h1 {
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 48px;
}

.back_button p, .forward_button p {
  margin-top: 10px;
  font-weight: 300;
  font-size: 19px;
}

.strengths h3, .weaknesses h3 {
  text-align: center;
}

ul.personList {
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 40px;
  margin-left: -15px;
  margin-right: -15px;
}

.answer_text h2 {
  margin-bottom: 0;
}

.answer_text h3 {
  margin-top: 30px;
}

#page_18 h3 {
  font-weight: 300;
  line-height: 1.2em;
}

span.answer_scale, span.answer_quest {
  font-weight: 700;
  text-transform: lowercase;
}

.medium_stack .card {
  height: 330px;
}

#page_10 .body {
  margin-top: -20px;
}

.strengths h2, .weaknesses h2 {
  text-align: center;
}

.inline {
  display: inline-block;
  vertical-align: middle;
}

#page_16 .card .card_title {
  margin-top: 40px;
}

div#footerButtonRight {
  color: #C3D2E5;
  padding: 10px 15px;
  background: #A60449;
  height: 100%;
  padding-bottom: 15px;
}

footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  font-weight: 300;
  border-top: 2px solid #9A0341;
  max-width: 600px;
}

div#footerButtonLeft {
  background: #B50554;
  padding: 10px 15px;
  padding-bottom: 15px;
  color: #C3D2E5;
}

a#buttonRight {
  height: 100%;
  display: block;
  position: relative;
  width: 100%;
}

footer i {
  padding-right: 5px;
}

.fontes_progress {
  position: absolute;
  width: 60px;
  height: 30px;
  left: 50%;
  margin-left: -30px;
  bottom: -30px;
  text-align: center;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border: 1px solid #A3B2D3;
  border-top: 0;
  background: #C3D2E5;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.22);
}

.curPage_21 .fontes_progress {
  display: none;
}

.fontes_progress p {
  margin: 0;
  line-height: 30px;
  font-weight: 400;
  font-size: 16px;
}

/* INTRO PAGE */
.intro_page {
  margin-top: -60px;
}

.intro-subtitle{
  font-weight: 500;
}

.intro_page .glass {
  padding: 0;
  margin-left: -20px;
  margin-right: -30px;
  border: 0;
}

.intro_page .glass>div {
  padding: 0;
}

.intro_page .list_container {
  padding: 0;
  height: 100%;
}

.intro_page ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  margin-top: 18px;
  background-repeat: no-repeat;
  background-size: auto 120px;
  background-position: left center;
  padding-top: 0px;
}

.intro_page ul li {
  line-height: 3em;
  width: 100%;
  padding-left: 70px;
  position: relative;
}

.intro_page ul li:hover, .intro_page ul li.active {
  background: #A60449;
}

.intro_page ul:after {
  content: " ";
  position: absolute;
  height: 100%;
  width: 50px;
  left: -5px;
  top: 18px;
  background: url(../images/list_side.svg);
  background-repeat: no-repeat;
  background-size: auto 120px;
  background-position: left center;
  z-index: 100;
  display: none;
}

.intro_page ul li:after {
  content: " ";
  background: url('../images/bullet_empty.svg');
  position: absolute;
  width: 44px;
  height: 49px;
  background-repeat: no-repeat;
  left: 23px;
  top: 0;
  background-position: center;
}

.intro_page ul li:hover:after,
.intro_page ul li.active:after {
  background: url('../images/bullet_fill.svg');
  background-repeat: no-repeat;
  background-position: center;
}

.intro_page ul li:before {
  content: " ";
  background: #D2DAE6;
  position: absolute;
  width: 1px;
  height: 100%;
  left: 45px;
  top: 0;
}

.intro_page ul li:first-of-type:before {
  height: 50%;
  bottom: 0;
  top: auto;
}

.intro_page ul li:last-of-type:before {
  height: 50%;
  top: 0;
}

.intro_page ul li a {
  color: #C3D2E5;
}

.intro_page ul li a:hover {
  text-decoration: none;
}

.intro_page .info_text {
  margin-top: 20px;
  background: #A60449;
  position: relative;
  width: 100%;
  padding: 10px 15px;
  margin-bottom: 30px;
}

.score h2 {
  font-size: 18px;
  letter-spacing: -1.6554px;
}

/* INTRO PAGE END */
@media only screen and (max-width:560px) {
  .centerContent {}

  .centerContent {
    /* height: 25%;
    bottom: -12%;
    padding: 30px; */
  }

  .innerContent {
    /* width: 140%;
    left: -20%; */
  }

  #page_6 .glass_title {
    min-height: 80px;
  }

  #page_6 h3 {
    font-size: 14px;

  }

  .withstamp .glassSvg {
    margin: 0;
  }

  .withstamp .waterSvg {
    margin-left: 15px;
  }

  .stamp {
    width: 60px;
    height: 60px;
    font-size: 12px;
    line-height: 82px;
    margin-top: -30px;
  }

  #page_9 .stamp, #page_4 .stamp {
    margin-top: -20px;
    right: -16px;
  }

  .glass.withstamp .score {
    width: 86%;
    bottom: -55% !important;
  }

  .glass {
    padding-bottom: 50px;
  }

  #page_10 .glass.withstamp .score {
    bottom: -45% !important;
    width: 52%;
  }
}

.page_separator {
  width: 100%;
  height: 2px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.btn-link {
  color: #C3D2E5;
  text-decoration: underline;
  padding: 4px 4%;
}

.btn-link:hover,
.btn-link:active,
.btn-link:focus {
  color: #C3D2E5;
  text-decoration: none;
}

.stamp {
  border: 0;
  border-radius: 0;
}

.stamp img {
  vertical-align: top;
}

.cc-revoke, .cc-window {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 500 !important;
}

.cc-btn {
  font-family: 'Capo', sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.8px;
}

@media only screen and (max-width:560px) and (max-height:600px) {
  #page_1 .title {
    margin-top: -80px;
  }

  #page_1 .body {
    padding: 0;
  }

  #page_1 .body h3 {
    margin-bottom: 0;
  }

  ul.cardstack.stack.large_stack {
    margin-top: 0;
  }

  #page_6 .glass_title {
    min-height: 100px;
  }

  .questionText h2 {
    margin-top: 0;
  }
}

@media screen and (min-width:900px) and (max-height:650px) {
  .curPage_1 section.mainContent {
    padding: 55px 0;
  }
}

@media only screen and (max-height: 600px) {
  .slider_container {
    padding: 0;
  }

  .questionText h2 {
    margin-top: 0;
    font-size: 22px;
  }

  .questionCount h3 {
    margin-top: 0;
  }

  .ring .slice {
    padding-top: 15px;
  }

  ul.cardstack.stack {
    margin-top: -5px;
  }

  .page_wrapper .title {
    margin-top: -15px;
  }

  #page_12 .body {
    margin-top: 25px;
  }

  ul.cardstack.smaller_stack.stack {
    height: 190px;
  }

  .slider_container {
    height: 200px !important;
    margin-top: 15px;
  }

  .card .slider_container {
    height: 150px !important;
  }

  .centerContent {
    /* height: 27%;
    bottom: -14%;
    padding: 20px 52px; */
  }

  header {
    height: 50px;
  }

  .header_content .glyphicon {
    line-height: 48px;
  }

  .header_content .glyphicon {
    background-color: #C3D2E5;
    font-weight: 500;
    color: #CC0764;
    line-height: 28px;
    margin-top: 10px;
    padding: 2px 6px;
    border-radius: 6px;
  }
}
