@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,700,800');
*{
  box-sizing: border-box
}
html, body{
  margin:0;
  padding:0;
  height:100%;
  color:#14152C;
  font-family: 'Raleway', sans-serif;

}

body{
  background-color:#f7f8fc;
}

/* .bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 15px 10px;
    box-shadow: 0px -2px 12px rgba(0,0,0,0.1);
} */
/* .bottom {
  position: sticky;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  padding: 15px 10px;
  box-shadow: 0px -2px 12px rgba(0,0,0,0.1);
} */
.bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 15px 10px;
  box-shadow: 0px -2px 12px rgba(0, 0, 0, 0.1);
}

.progress {
  height: 8px;
  background: #e2e5ec;
  border-radius: 5px;
  overflow: hidden;
}

.progress__inner {
  height: 100%;
  width: 0;
  background: #14152C;
  transition: width 0.3s;
}

.navigation {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.navigation__btn {
  background: #14152C;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s;
}

.navigation__btn svg {
  fill: #fff;
}

.navigation__btn:hover {
  background: #2c2f55;
}
.quiz__question{
  font-weight:900;
  letter-spacing:1px;
    margin-top: 0;
    font-size: 34px;
    margin-bottom: 50px;
}

.container {
    display: flex;
    /* height: calc(100% - 74px); */
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 15px 10px;
}
.answer:first-of-type{
  margin-right:15px;
}
.answer__input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 1px;
    height: 1px;
    position: absolute;
  outline:none !important;
}

.answer__label {
    width: 140px;
    cursor: pointer;
    border: 1px solid #A7AACB;
    /* display: inline-block; */
    border-radius: 6px;
    padding: 6px 57px;
  padding-left:55px;
  line-height: 56px;
    font-size: 15px;
  color: #A7AACB;
  text-align:left;
    font-weight: 600;
}

.answer {
    display: inline-block;
  margin-right:10px;
}



.quiz__step {
    text-align: center;
}

.answer__input:checked + .answer__label{
  border-color:#5861af;
  color:#14152C;
  box-shadow: 0px 0px 1px 4px rgba(88,97,175, 0.2)
}

.answer__input:checked + .answer__label .answer__tick{
  opacity:1;
  visibility:visible;
}

.answer__char {
    line-height: 24px;
    display: inline-block;
    width: 26px;
    text-align: center;
    font-size: 13px;
    border-radius: 4px;
    color: #c8cae0;
    border: 1px solid #c8cae0;
    font-weight: 600;
    vertical-align: middle;
    margin-right: 15px;
}
.answer__tick {
    display: inline-block;
    vertical-align: middle;
    background-color: #5861af;
    margin-left: 20px;
    line-height: 14px;
    border-radius: 50%;
    padding: 4px;
  opacity:0;
  visible:hidden;
}

.answer__tick path{
  fill:#fff
}
.quiz__inner {
    max-width: 800px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.quiz__step:not(.quiz__step--current){
  visibility:hidden;
  opacity:0;
  display:none;
}
.question__emoji{
  font-size:45px;
  margin-bottom:15px;
      display: inline-block;
    margin-right: 15px;
}
.navigation__btn--disabled {
    opacity: 0.4;
}
.submit__container {
    margin-top: 25px;
}
.submit {
    background-color: #5861af;
    line-height: 50px;
    display: inline-block;
    border-radius: 25px;
    padding: 0 15px;
    font-size: 13px;
    text-decoration: none;
    color: #fff;
    letter-spacing: 1px;
    box-shadow: 0px 6px 11px rgba(88,97,175, 0.6);
    min-width: 130px;
    font-weight: 700;
    text-transform: uppercase;
}

.thanks__tick {
    line-height: 50px;
    width: 50px;
    font-size: 25px;
    color: #fff;
    background-color: #5861af;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
}
.thanks__title {
    font-weight: 900;
    letter-spacing: 1px;
    margin-top: 15px;
    text-align: center;
    font-size: 40px;
}
.thanks{
  text-align:center;
}

/* RESULTADO TEST */
.img-resultado-test{
  max-width: 200px;
}
#summary{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap;
  text-align: center;
  justify-content: space-around;
}
.summary__item{
  /* width: 80%;
  height: 80%; */
  width: 50%;
}