.assistente-viagem__area{
    font-family: 'Montserrat', sans-serif;
    background: #476db0;
    padding: 120px 15px 140px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all linear 1s;
}
.assistente-viagem__container{
  max-width: 950px;
  margin: 0 auto;
}

.assistente-viagem__container .owl-stage-outer{
  border-radius: 20px;
  backdrop-filter: blur(15px) !important;
  background-color: #7e92b659;
  transition: all ease 1.2s;
}
.assistente-viagem__container .assistente-viagem__intro h1{
  text-transform: uppercase;
  font-size: 26px;
  margin-bottom: 20px;
}
.assistente-viagem__container .assistente-viagem__intro{
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}


  .story{
      background-size: cover;
      background-position: center;
      width: 100%;
      min-height: 80vh;
      text-align: center;
      color: #fff;
      display: flex;
      justify-content: center;
      text-align: center;
  }


  
  .story .story__area{
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
  }

  @media (max-width:768px){
    .story{
        padding-bottom: 50px
    }
  }


  .story__breadcrumb{
    height: 60%;
    padding-top: 80px;
    overflow: hidden;
    transition: all ease 1s;
  }
  .story__breadcrumb.story_answered{
    transition: all ease 1s;
    height: 0px;
  }


  .list-result-links .story__breadcrumb{
    height: 20%;
    transition: all ease 1s;
  }
  .story__content{
    transition: all ease 1s;
    height: 100%;
    padding: 0 50px;
  }

@media (max-width:768px){
  .story__breadcrumb{
    height: 75%;
  }
  .story__content{
    padding: 0 15px;
  }    
}

  .story__content button:hover{
    background: #fff;
    transition: all ease 0.3s;
  }
  .story__content button.selected{
    background: #04ABBD;
    color: #fff;
  }
  .story__content button{
    transition: all ease 0.3s;
    cursor: pointer;
    background: #F2F1F1;
    padding: 18px 0;
    border: 0;
    border-radius:15px;
    font-weight: bold;
    color: #04ABBD;
    font-size: 20px;
    width: 100%;
    max-width: 200px;
    margin: 4px;
  }
  .story__content .story__buttons{
    display: flex;
    margin-top: 20px;
    justify-content: center;
  }
  
  


  .story__content h2{
    font-size: 30px;
  }
  


@media (max-width:768px){
   .story__content h2{
    
    font-size: 22px;
    margin-top: 30px;
  }  
}
  .story__breadcrumb img{
    margin-bottom: 10px;
  }
  .story__breadcrumb p{
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 150%;
  }
  
  
    .story .question {
      transition: all ease 1s;
    }

  @media(min-width:768px){
    .story .question {
        max-width: 750px;
        margin: 0 auto;
    }
  }

  .owl-dots{
      position: absolute;
      top: 10px;
      height: 10px;
      width: 100%;
      display: flex;
      padding: 15px 30px;
  }
  .owl-dots .owl-dot.active{
    background: white !important;
    transition: all ease 0.8s;
  }
  .owl-dots .owl-dot{
      width: 100%;
      height: 2px;
      background: #ffffff30 !important;
      margin: 1px;
      transition: all ease 0.8s;
  }
  
  
  /*Rultados*/
  .story__disclaimer{
    display: flex;
    text-align: left;
    color: #fff;
    padding: 10px;
    line-height: 150%;
    margin: 80px 20px 20px 20px;
    font-size: 15px;
  }
  .story__disclaimer img.icondica{
    width: 90px !important;
    display: inline-block;
    margin-right: 20px;  
  }

  .story__result-list{
    min-height: 200px;
    padding: 0 30px;
  }

@media (max-width:768px){
  .story__disclaimer img{
    margin-right: 0;
    margin-bottom: 10px;
    max-width: 60px;
  }

  .story__result-list{
    padding: 0 0px;
  }
  .story__disclaimer{
    margin: 30px 0px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

.story__result-list::-webkit-scrollbar {
  width: 5px;
}

.story__result-list::-webkit-scrollbar-track {
  background : transparent;
  border-radius: 5px;
}

.story__result-list::-webkit-scrollbar-thumb {
  background : #000;
}


  .story_result-item{
    text-align: left;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    background: #04abbdba;
    border-radius: 10px;
    padding: 10px;
    width: 46%;
    float: left;
    margin: 4px;
    max-height: 100px;
  }

  .story_result-item__thumb{
    margin-right: 20px;
  }

  @media (max-width:768px){
    .story_result-item{
      width: 100% !important;
      float: none;
      padding: 5px;
      max-height: fit-content;
    }
    .story_result-item__thumb{
      margin-right: 10px;
    }
  }


  .story_result-item .story_result-item__thumb img{
    width: 80px !important;
    border-radius: 10px;
    max-width: initial !important;  
  }
  .story_result-item p strong{
    font-weight: bold;
    color: #fff;
    font-size: 16px;
  }
  .story_result-item p{
    margin: 0 0 5px;
    padding: 0;
    font-size: 14px;
    color: #ffffffb0;
    font-weight: 300;
  }
  .story_result-item a{
    color: #fff !important;
    font-weight: 300;
    font-size: 14px;
  }
  
  


.d-none {
  display: none;
}

.d-init {
  animation-name: example;
  animation-duration: 1s;
}
@keyframes example {
  from {opacity: 0; height: 0;}
  to {opacity: 1; height: 100%;}
}


.d-block {
  display: block;
}

@media (min-width: 768px) {
  .d-md-block {
      display: block;
  }

  .d-md-none {
      display: none;
  }
}



/* GENERAL */
/*titulo*/
.assistente-relatorio-header{
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  padding: 30px 0;
}

.assistente-relatorio-body a.btn--blue{
  color: #fff !important;
}

.assistente-relatorio-body h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  color: #04ABBD;
}

.progress-bar {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  height: 10px;
  background: #F1F1F1;
  border-radius: 7.5px;
  position: relative;
  overflow: hidden;
}

.progress-bar-filled {
  position: absolute;
  height: 10px;
  background: #21B321;
  border-radius: 7.5px;
}

.progress-label {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #A3A3A3;
}

.mobile-button-bar {
  margin-top: 20px;
  text-align: center;
}



.assistente-relatorio-header-legenda{
  display: flex;
  justify-content: space-between;
}
.assistente-relatorio-header-legenda div{
  display: flex;
}
.assistente-relatorio-header-legenda div p{
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  color: #b6b6b6;
  font-weight: 500;
  margin: 15px 0;
}

.assistente-relatorio-header-legenda div p:last-child{
  margin-left: 20px;
}



/* STEPS */
.relatorio-step-wrapper{
  margin-bottom: 15px;
}
.relatorio-step-infos{
  position: relative;
  z-index: 2;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
 -webkit-box-shadow: 0px -7px 71px -24px rgb(132 132 132);
    -moz-box-shadow: 0px -7px 71px -24px rgb(0 150 8);
    box-shadow: 0px -7px 71px -24px rgb(122 122 122);
}

.relatorio-step{
  border-radius: 7px;
  border: 1px solid #DFDFDF;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
  min-height: 57px;
}

@media (max-width:768px){
  .relatorio-step{
    min-height: 69px;
  }
}

button.relatorio-step-infos__expand{
  border: none;
  color: transparent;
  background-color: transparent;
}

.relatorio-step  .relatorio-step-infos__arrow-icon{
    background: url(../img/slick-arrow.png);
    width: 30px;
    background-repeat: no-repeat;
    height: 20px;
    background-size: contain;
    cursor: pointer;
     transform: rotate(0deg); 
    transition: transform ease 0.4s;
    margin-top: 5px;
}
.relatorio-step.relatorio-step--unchecked .relatorio-step-infos__arrow-icon,
.relatorio-step.relatorio-step--checked .relatorio-step-infos__arrow-icon{
  background: url(../img/slick-arrow_active.png);
   width: 30px;
    background-repeat: no-repeat;
    height: 20px;
    background-size: contain;
    cursor: pointer;
     transform: rotate(0deg); 
    transition: transform ease 0.4s;
}

.relatorio-step.expanded .relatorio-step-infos__arrow-icon{
  transform: rotate(180deg);
  transition: transform ease 0.4s;
}




.relatorio-step .step-dicas:after {
  content: "";
  clear: both;
  display: block;
  min-height: 1px;
}
.relatorio-step .step-dicas .story_result-item{
  width: 49%;
}


.step-number {
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #787878;
  margin: 0;
}
.step-question{
  display: flex;
  align-items: center;
  width: 100%;
}

.step-question h2 {
  font-weight: 700;
  font-size: 16px;
  color: #6a7b7b;
  margin-left: 20px;
  width: 100%;
}

.step-answer{
  width: 100%;
  text-align: right;
  margin-right: 20px;
}

.step-answer p {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
   opacity: 0.4;
}

.relatorio-step .step-dicas {
  margin-top: -100%;
  text-align: center;
  transition: margin-top ease 1.4s;
  padding: 15px;
}
.relatorio-step.expanded .step-dicas {
  margin-top: 10px;
  text-align: center;
  transition: margin-top ease 0.8s;
}

@media (max-width:768px){
    .step-question h2 span{
      margin: 0;
      font-size: 12px;
      display: block;
      text-transform: uppercase;
    }
    .relatorio-step .step-dicas {
        margin-top: -230%;
    }
    .step-answer{
      display: none;
    }
}


.step-dicas h3 {
    font-weight: 700;
    font-size: 16px;
    color: #91AF91;
    margin-bottom: 20px;
    
}

.step-dicas__item {
  margin-bottom: 20px;
}

.step-dicas__item-img {
  width: 70px;
  height: 70px;
  background-size: cover;
  border-radius: 50%;
  border: 3px solid #e97468;
  overflow: hidden;
  display: inline-block;
  margin-bottom: 15px;
}

.step-dicas__item img {
  object-fit: cover;
  height: 100%;
}

.step-dicas__item-content h4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-decoration-line: underline;
  color: #E97468;
  margin: 0;
}

.step-dicas__item-content p {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  margin: 0;
}

@media (min-width: 768px) {
  .step-dicas__item {
      display: flex;
      align-items: center;
  }

  .step-dicas__item-content {
      margin-left: 15px;
  }

  .step-dicas {
      text-align: left;
  }
  
  .step-dicas__item-img {
      margin-bottom: 0;
  }
}


/*CHECKED*/
.relatorio-step.relatorio-step--checked {
  background: #D5F0D5;
  border: 1px solid #fff;
  background: #D5F0D5;
  transition: all ease 0.5s;
}
.relatorio-step.expanded.relatorio-step--checked {
  background: #E9F4E9;
  transition: all ease 0.5s;
}

.relatorio-step--checked .relatorio-step-infos{
  background: #D5F0D5;
}

.relatorio-step--checked .step-question h2 {
  color: #1FA11F;
}

/*CHECKED*/
.relatorio-step.relatorio-step--unchecked .relatorio-step-infos{
  background: #fff;
}

/**/
.relatorio-step.relatorio-step--nullcheck {
  border: 1px solid #F2F2F2;
  background: #F2F2F2;
  transition: all ease 0.5s;
}
.relatorio-step--nullcheck .relatorio-step-infos{
  background: #F2F2F2;
}
.relatorio-step--nullcheck .step-question h2 {
  color: #C8CAC8;
}



/* CHECKBOX */
input[type="checkbox"] {
  -webkit-appearance: none;
  position: relative;
  cursor: pointer;
}

input[type="checkbox"]:after {
    position: relative;
    content: "";
    background: url(../img/step-unchecked.svg);
    border-radius: 50%;
    background-size: 25px 25px;
    width: 25px;
    height: 25px;
    display: block;
    text-align: center;
    -webkit-transition: all .15s;
    -moz-transition: all .15s;
    transition: all .15s;
}


input[type="checkbox"]:checked:after {
  background: url(../img/step-checked.svg); 
  background-size: 25px 25px;
}


/* Footer */
.assistente-relatorio-footer {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
}

/* ELEMENTS */
.btn--blue {
  background: #0BABBE;
  border-radius: 30px;
  border: none;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  padding: 6px 20px;
}

/*Setas*/
.nav-assitente-area{
    width: 100%;
    max-width: 1100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 55%;
    height: 0px;
    position: fixed;
    z-index: 9999;
    left: 50%;
    transform: translate(-50%, 0);
}
@media (max-width:768px){
  .nav-assitente-area{
    width: 97%;
    margin: 0px auto 0 -10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 55%;
    position: fixed;
    z-index: 82;
  }
}
.nav-assitente-area button{
      background: transparent;
    border: none;
    cursor: pointer;
 
}
.nav-assitente-area button svg{
   fill: #fff;
   width: 20px;
}
.nav-assitente-area button:hover svg{
  opacity: 0.8;
}


#progress-area{display: none;}
footer#main-footer{margin-top: 0;}


    .input-range{
      display: flex;
    }
    .input-range .story__calendario-input{
      width: 100%;
      border-bottom: 1px solid #CEFAFF;
      padding: 10px;
      margin: 0 30px;
      cursor: pointer;
    }

@media (max-width:768px){
  .input-range{
    display: block;
  }
  .input-range .story__calendario-input{
    width: auto;
  }
}

    input::-webkit-input-placeholder { /* Edge */
      color: #ffffff87;
      font-weight: bold;
    }

    input:-ms-input-placeholder { /* Internet Explorer 10-11 */
      color: #ffffff87;
      font-weight: bold;
    }

    input::placeholder {
      color: #ffffff87;
      font-weight: bold;
    }

    .story__content .story__calendario{
        margin-top: 20px;
      }
      .story__content .story__calendario h2{
        font-size: 24px;
      }
      .story__content .story__calendario input {
        cursor: pointer;
        width: 100%;
        padding: 10px;
        background: transparent; 
        border: 0;
        color: #fff;
        font-size: 16px;
      }
      .story__content .story__calendario label{
          width: 80px;
          text-align: left;
      }
      
      .story__content .story__calendario-input{
        margin-top: 20px;
        display: flex;
        align-items: center;
      }

.report-share{
  position: fixed;
  z-index: 9999;
  bottom: 10%;
  right: 15px;
}
.report-share a{
  display: block;
  position: relative;
}
.report-share a img{
    z-index: 9999 !important;
    position: relative;
}
.report-share a .tip:after{
    content: "";
    width: 0px;
    height: 0px;
    border-left-color: #000!important;
    border: 21.5px solid;
    display: block;
    position: absolute;
    right: -40px;
    top: 0;
    border-radius: 5px;
}
.report-share a:hover .tip{
  display: block;
}
.report-share a .tip{
    border-radius: 5px;
    display: none;
    top: 0;
    color: #fff !important;
    font-weight: bold;
    right: 60px;
    position: absolute;
    padding: 9px;
    background: #000;
    font-size: 13px;
    -webkit-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.13);
    -moz-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.13);
    box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.13);
}