body {
  position: relative;
  min-height: 100vh;
  width: 100%;
  background: url("assets/img/fundo.jpg") #fdf3f4 center no-repeat;
  background-size: cover;
}
body * {
  color: #606060;
  font-family: "Montserrat", sans-serif;
}
body p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
}
h5 {
  font-weight: 400;
}
ul {
  list-style-type: none !important;
  padding: 0;
}
ul li {
  font-size: 13px;
}

.desk {
  display: block;
}
.mobile {
  display: none;
}
.btn-warning.focus,
.btn-warning:focus {
  box-shadow: 0 0 0 0rem rgba(255, 193, 7, 0.5) !important;
}

.screen {
  background: url("assets/img/header.jpg") 0px -60px no-repeat;
  padding: 20px 0px;
  position: relative;
  z-index: 1;
}
.screen .menu-img {
  max-width: 30px;
  vertical-align: middle;
  cursor: pointer;
}
.box-screen {
  max-width: 445px;
  margin: 0 auto;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  min-height: 90vh;
  -moz-box-shadow: 2px 1px 9px -3px #606060;
  -webkit-box-shadow: 2px 1px 9px -3px #606060;
  box-shadow: 2px 1px 9px -3px #606060;
}
.box-screen .card {
  border: 4px solid #e5e5e5 !important;
  height: 100%;
  width: 100%;
}
.box-screen .card .card-header:before {
  content: "";
  display: block;
  width: 8%;
  height: 4px;
  background: #e5e5e5;
  margin: 10px auto;
  border-radius: 20px;
}
.card.cadastro {
  transform: translate(434px, -571px);
  opacity: 0;
  transition: 0.5s all;
}
.card.cadastro.active {
  transform: translate(0px, -571px);
  opacity: 1;
}
.card.senha {
  transform: translate(434px, -1142px);
  opacity: 0;
  transition: 0.5s all;
}
.card.senha.active {
  transform: translate(0px, -1142px);
  opacity: 1;
}
.card.login {
  transform: translate(434px, 0px);
  opacity: 0;
  transition: 0.5s all;
}
.card.login.active {
  transform: translate(0px, 0px);
  opacity: 1;
}
.card.perguntas {
  transform: translate(434px, 0px);
  opacity: 0;
  transition: 0.5s all;
  display: none;
}
.card.perguntas.active {
  transform: translate(0px, 0px);
  opacity: 1;
  display: block;
}
.card.final-consulta {
  transform: translate(434px, -571px);
  opacity: 0;
  transition: 0.5s all;
}
.card.final-consulta.active {
  transform: translate(0px, -571px);
  opacity: 1;
}

.box-logar-ou-nova-senha a {
  font-size: 14px;
}

/* Login */
.box-logar-ou-nova-senha {
  margin: 10px 0px 50px;
}
.separator {
  margin: 0px 15px;
  display: inline-block;
}
.form-control {
  margin-bottom: 8px;
}

/* HOMED */
.card.home h2 {
  font-size: 18px;
}
.card.home .card-header {
  padding: 0.75rem 0rem 0rem;
  display: none;
}
.card.home .card-header.active {
  display: block;
}
.box-voltar {
  display: block;
  text-align: left;
  max-width: 140px;
  min-width: 100px;
  position: absolute;
  bottom: 16px;
  left: 16px;
}
/*.btn.btn-success{background: #00cc44;padding: 13px 0px !important; font-size: 13px !important;border-radius: 0px !important; border:1px solid #00cc44;}*/
.line-progress {
  margin: 30px 0px 50px;
  display: block;
  height: 5px;
  width: 100%;
}
.line-progress:before {
  transition: 0.3s all;
}
.line-progress:before {
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  width: 10%;
  background: #fd7e14;
}
.line-progress:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: #ccc;
}

.perguntas-box h2 {
  font-size: 18px;
  margin: 0;
  color: #fd7e14;
}
.perguntas-box h6 {
  font-size: 10px;
  margin: 0;
}

.btn.btn-warning.btn-block.btn-resposta:active:before {
  content: "";
  opacity: 0.5;
  display: block;
  position: absolute;
  height: 44px !important;
  width: 100% !important;
  background: #fd7e14;
  top: 0;
  transition: all;
}
.btn.btn-warning.btn-block.btn-resposta:before {
  content: "";
  display: block;
  position: absolute;
  height: 40px;
  width: 5px;
  background: #fd7e14;
  top: -4px;
  transition: 0.3s all;
}
.btn.btn-warning.btn-block.btn-resposta:hover:before {
  top: 0px;
  width: 8px;
  height: 100%;
}
.btn.btn-warning.btn-block.btn-resposta {
  border-radius: 0px !important;
  padding: 10px 0px;
  background: #f7bd92 !important;
  border-color: #f7bd92 !important;
  position: relative;
}

/* PERGUNTAS */
.card-header.perguntas {
  min-height: 55%;
}

.final-consulta .btn.btn-warning {
  background: #fd7e14;
  padding: 10px 0px;
  border-radius: 0px !important;
  color: #fff !important;
  border: 1px solid #fd7e14;
}
.agradecimento h2 {
  font-size: 18px;
  margin: 30px 0px 20px;
  color: #fd7e14;
}
.agradecimento p {
  margin: 30px 0px;
}

/* MENU */
.menu {
  padding: 20px;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.3s all;
  text-align: left;
  z-index: 999;
}
.menu.active {
  background: #e96a00;
  width: 40%;
  height: 100vh;
  min-height: 100vh;
}
.menu .menu-wrapper {
  position: absolute;
  display: none;
}
.menu.active .menu-wrapper {
  display: block;
}
.menu .menu-img {
  width: 30px;
}
.menu .list-menu {
  margin-top: 30px;
}
.menu .list-menu li {
  margin: 10px 20px;
}
.menu .list-menu li a {
  padding: 10px 0px;
  color: #fff !important;
  display: block;
  text-align: left;
}

.logo {
  margin: 0px 0px 30px 0px;
}

.d-table {
  display: table;
  width: 100%;
  height: 100%;
}
.v-align-m {
  display: table-cell;
  vertical-align: middle;
}

.carousel-inner {
  max-width: 75% !important;
  margin: 0 auto !important;
}
.carousel-item .d-block.img-fluid {
  margin: 0 auto;
}
.carousel-control-next-icon {
  background: url(assets/img/seta-direita.png) center no-repeat !important;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 41px;
  height: 30px;
}

.card-body h4 {
  display: block;
  padding: 15px 0px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.address-complete {
  display: none;
}

@media screen and (max-width: 800px) {
  .como-funciona-no-mobile {
    padding: 20px 0px;
  }
  .carousel-inner {
    max-width: 100% !important;
    margin: 0 auto !important;
  }
  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    display: none !important;
  }
  .img-50-p {
    max-width: 50%;
    margin: 20px auto;
    display: block;
  }
  /*.desk{display: none;}*/
  .mobile {
    display: block;
  }
  h1 {
    font-size: 20px;
  }
  h5.card-title {
    font-size: 15px;
  }
  .card.cadastro.active {
    transform: translate(0px, -648px);
    opacity: 1;
  }
  .card.senha.active {
    transform: translate(0px, -1289px);
    opacity: 1;
  }
  .card.final-consulta.active {
    transform: translate(0px, -472px);
    opacity: 1;
  }
  .box-screen {
    min-height: 80vh;
  }
  .btn.btn-warning.btn-block.btn-resposta:hover:before {
    top: -4px;
    width: 5px;
    height: 40px;
  }
  .agradecimento h2 {
    font-size: 18px;
    margin: 10px 0px 5px;
    color: #fd7e14;
  }
  .agradecimento p {
    margin: 10px 0px;
  }
  img.img-fluid.d-block.m-auto {
    max-width: 73%;
  }
  a.btn.btn-warning.btn-block {
    font-size: 12px;
  }
  .btn.btn-warning.btn-block.btn-resposta {
    border-radius: 0px !important;
    padding: 6px 0px;
    background: #f7bd92 !important;
    border-color: #f7bd92 !important;
    position: relative;
  }
  .menu.active {
    width: 100%;
  }
  .card-header.perguntas-box {
    min-height: 50%;
  }
  html {
    max-height: 100vh;
    height: 100vh;
    position: relative;
  }
  html.como-funciona {
    max-height: unset;
    height: auto;
    position: relative;
  }
  html.como-funciona body {
    max-height: unset;
    height: 100%;
    position: relative;
    min-height: unset;
  }
  html.como-funciona body h1 {
    font-size: 2rem !important;
  }
}

@media screen and (max-width: 450px) {
  .box-card-mobile {
    margin: 20px 0px;
  }
  .card.cadastro.active {
    transform: translate(0px, -473px);
    opacity: 1;
  }
  .card.senha.active {
    transform: translate(0px, -944px);
    opacity: 1;
  }
  img.img-fluid.mx-auto.d-block {
    max-width: 46%;
  }
  .card.home h2 {
    font-size: 15px;
    margin: 2rem 0rem;
  }
  h6.card-title.text-center.d-block {
    font-size: 13px;
  }
  li.text-center.d-block {
    font-size: 11px;
  }
  .card-header {
    padding: 0.1rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  }
  .line-progress {
    margin: 0.7em 0px 1.5em;
    display: block;
    height: 5px;
    width: 100%;
  }
}

@media screen and (max-width: 420px) {
  .card.cadastro.active {
    transform: translate(0px, -640px);
    opacity: 1;
  }
  .card.senha.active {
    transform: translate(0px, -1200px);
    opacity: 1;
  }
  .card.final-consulta.active {
    transform: translate(0px, -600px);
    opacity: 1;
  }
}

@media screen and (max-width: 400px) {
  .box-logar-ou-nova-senha a {
    font-size: 12px;
  }
}

@media screen and (max-width: 350px) {
  .box-logar-ou-nova-senha a {
    font-size: 10px;
  }
  .separator {
    margin: 0px 6px;
    display: inline-block;
  }
}
