* {
  font-family: "Roboto", sans-serif;
}
html,
body {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.row {
  margin: 0;
  width: 100%;
}

.container-fluid {
  padding: 0 17%;
  font-size: 17px;
  display: flex;
}
.btn-baixe{
  margin-left: 30px;
    box-shadow: 0px 4px 20px rgb(46, 153, 3);
  
}
.line-breaker {
  height: 0.5rem;
  width: 100%;
  background: linear-gradient(270deg, #1d71b8 0%, #3aaa35 100%);
}

.carousel-item {
  margin-bottom: 20rem;
}
.carousel-caption {
  bottom: 35%;
}
.float-mobile {
  position: absolute;
  left: 50%;
  top: -100%;
}
.carousel-2 {
  display: flex !important;
  justify-content: flex-end;
}
.carousel-2 > .row {
  text-align: left;
}

.btn-call > img {
  transform: rotate(45deg);
  height: 3rem;
}

.btn-call > div {
  font-size: 36px;
  line-height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-call {
  background: linear-gradient(-90deg, #1d71b8 0%, #3aaa35 99.65%);
  box-shadow: 0px 4px 19px rgba(0, 0, 0, 0.12);
  border: none;
  color: white;
  padding: 12px 16px;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  border-radius: 500px;
  width: fit-content;
}
section.card-benefits {
  margin-bottom: 8rem;
}

section.card-benefits > .row > div > img:nth-child(2) {
  position: absolute;
  z-index: -1;
  left: -10%;
}

.card-benefits > div > div {
  text-align: right;
  padding-right: 3rem;
  padding-left: 3rem;
}

.benefits-title {
  font-size: 3rem;
  font-weight: bold;
}
.benefits-content {
  font-size: 29px;
}

.lb {
  width: 100%;
  height: 1rem;
  background: linear-gradient(
    90deg,
    #1d71b6 0%,
    rgba(34, 124, 164, 0.849) 15.1%,
    rgba(50, 165, 99, 0.2721) 72.79%,
    rgba(57, 181, 74, 0) 100%
  );
}
section.why {
  padding: 1rem 0 5rem 0;
  background-color: #f6f6f6;
}
section.why > .why-title {
  text-align: center;
  padding: 1.5rem 0;
  font-size: 3rem;
}

section.why > .row > div {
  display: flex;
  justify-content: center;
  margin-bottom: 5rem;
}
section.why .why-card {
  background: #fff;
  max-width: 20rem;
  padding: 1rem 0;
  box-shadow: 0px 14px 25px rgba(0, 0, 0, 0.1);
}
.why-card-feature {
  text-align: center;
  padding: 1rem 0;
}
.why-card-content {
  font-size: 23px;
  text-align: center;
  padding: 2rem 1rem;
}

section.download-app {
  background: linear-gradient(75.81deg, #1d71b6 0%, #3aa836 100%);
  padding: 5rem 0;
}

section.download-app > .row > div:nth-child(2) {
  justify-content: space-evenly;
}
.call-to-download {
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
}
section.faq {
  background-color: #f6f6f6;
  margin-top: 5rem;
  padding: 5rem 1rem;
}
.faq-interrogacao {
  display: flex;
  justify-content: center;
  align-items: center;
}
.interrogacao-inner-text {
  position: absolute;
  top: 25%;
  left: 46%;
}
.interrogacao-inner-text > .title {
  font-size: 1.5rem;
  color: #227b9e;
}
.interrogacao-inner-text > .subtitle {
  font-size: 1.6rem;
  color: #36a046;
  font-weight: bold;
}
.faq-interrogacao > img {
  height: 18rem;
}
#accordionFAQ .card {
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  border: none;
  margin-bottom: 1rem;
  background: #fff;
}

#accordionFAQ .card-header {
  background: #fff;
}
#accordionFAQ .card-header > .mb-0 > button {
  color: #000;
}

.gradient-box {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  width: 90%;
  margin: auto;
  position: relative;
  padding: 2rem 10%;
  box-sizing: border-box;
  color: #000;
  background: #fff;
  background-clip: padding-box;
  /* !importanté */
  border: solid 5px transparent;
  /* !importanté */
  border-radius: 2em;
}
.gradient-box:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -5px;
  /* !importanté */
  border-radius: inherit;
  /* !importanté */
  background: -webkit-gradient(-90deg, #1d71b8 0%, #3aaa35 99.65%);
  background: linear-gradient(to top, #1d71b8 0%, #3aaa35 99.65%);
}



section.credenciados {
  padding: 5rem 0;
}
section.credenciados .actions {
  flex-direction: column;
}
section.credenciados .actions > button {
  font-weight: bold;
}
section.credenciados .actions > button:first-child {
  margin-bottom: 1rem;
}
section.credenciados > .row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
section.credenciados .bg {
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

section.credenciados .bg > img {
  height: 25rem;
  object-fit: cover;
}
section.credenciados .badge {
  position: absolute;
  top: 40%;
  left: -1%;
  height: 1rem;
}
section.credenciados .badge > img {
  height: 5rem;
}
.btn-credenciado {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
}
footer {
  padding: 2rem 0;
}

.down-indicator {
  position: absolute;
  bottom: 28%;
  left: 30%;
}

.down-indicator > img:nth-child(2) {
  margin-left: -50%;
  height: 2rem;
}

.down-indicator > img:nth-child(3) {
  position: absolute;
  top: 160%;
  left: 30%;
}

#credenciadobg {
  background: linear-gradient(
      260deg,
      rgba(29, 113, 182, 0.8) 0%,
      rgba(58, 168, 54, 0.8) 100%
    ),
    url(../img/credenciado.jpeg);
  height: 25rem;
  background-position: center center;
  background-size: cover;
}
.img-especialidades{
  margin-bottom: 1rem;
}
.img-24{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.img-ideal{
  margin-bottom: 2rem;
}
.img-benefits{
  margin-bottom: 0.7rem;
}
@media (max-width: 359px) {
  .badge {
    top: -10% !important;
    left: 35% !important;
  }
}

@media (max-width: 410px) and (min-width: 360px) {
  .btn-store img {
    width: 75px !important;
  }
  .carousel-caption h1 {
    font-size: 8px !important;
  }
  .carousel-caption h5 {
    font-size: 5px !important;
  }
  .carousel-caption p {
    font-size: 5px !important;
  }
  .btn-call > div {
    font-size: 5px !important;
    line-height: 20px;
    width: 50px !important;
  }
  .btn-call {
    background: linear-gradient(-90deg, #1d71b8 0%, #3aaa35 99.65%);
    box-shadow: 0px 4px 19px rgba(0, 0, 0, 0.12);
    border: none;
    color: white;
    padding: 1px 1px !important;
    font-size: 15px !important;
    cursor: pointer;
    display: flex;
    border-radius: 500px;
    width: fit-content;
  }
  .btn-call > img {
    transform: rotate(45deg);
    height: 15px !important;
  }
  .badge {
    top: -10% !important;
    left: 40% !important;
  }
}
@media (max-width: 480.98px) {
  .benefits-title {
    font-size: 1.3rem;
  }
  .benefits-content {
    font-size: 16px;
  }
  .btn-call {
    height: 2vh;
  }
  .btn-call > img {
    height: 100% !important;
  }
  #call {
    top: 10% !important;
  }
}

@media (max-width: 480.98px) and (min-width: 411px) {
  .btn-store img {
    width: 120px !important;
  }
  .badge {
    top: -10% !important;
    left: 40% !important;
  }
  .why-title {
    padding: 0 1rem !important;
  }
}
@media (max-width: 540.98px) and (min-width: 485px) {
  .carousel-caption {
    margin-left: 170px !important;
  }
  .btn-call > img {
    transform: rotate(45deg);
    height: 1.5rem !important;
  }

  .btn-call > div {
    width: 100px !important;
  }
  .btn-call {
    height: 50px !important;
  }
  #benefit-card {
    width: 90%;
  }
  .badge {
    top: -10% !important;
    left: 40% !important;
  }
}

@media (max-width: 540.98px) {
  section.why > .why-title {
    font-size: 2rem;
  }
}

@media (max-width: 575.98px) and (min-width: 542px) {
  .benefits-title {
    font-size: 2rem;
  }
  .benefits-content {
    font-size: 18px;
  }
  .carousel-item {
    margin-bottom: 1rem;
  }
  .carousel-caption {
    top: 1%;
  }
  .btn-store img {
    width: 150px !important;
  }

  .carousel-caption h1 {
    font-size: 15px;
  }
  .carousel-caption h5 {
    font-size: 12px;
  }
  .carousel-caption p {
    font-size: 12px;
  }
  .btn-call > img {
    transform: rotate(45deg);
    height: 3rem;
  }

  .btn-call > div {
    font-size: 15px;
    line-height: 20px;
    width: 120px;
  }
  .btn-call {
    background: linear-gradient(-90deg, #1d71b8 0%, #3aaa35 99.65%);
    box-shadow: 0px 4px 19px rgba(0, 0, 0, 0.12);
    border: none;
    color: white;
    padding: 12px 16px;
    font-size: 30px;
    cursor: pointer;
    display: flex;
    border-radius: 500px;
    width: fit-content;
  }
}
@media (max-width: 1366.98px) {
  .carousel-item {
    margin-bottom: 15rem;
  }

  .btn-call > img {
    transform: rotate(45deg);
    height: 3rem;
  }

  .card-benefits{
    margin-top: 5rem;
  }
  .btn-call > div {
    font-size: 15px;
    line-height: 20px;
    width: 120px;
  }
  .btn-call {
    background: linear-gradient(-90deg, #1d71b8 0%, #3aaa35 99.65%);
    box-shadow: 0px 4px 19px rgba(0, 0, 0, 0.12);
    border: none;
    color: white;
    padding: 12px 16px;
    font-size: 30px;
    cursor: pointer;
    display: flex;
    border-radius: 500px;
    width: fit-content;
  }
  #downloadapp {
    top: 30% !important;
  }
}

@media (max-width: 767.98px) and (min-width: 480.98px) {

  .benefits-title {
    font-size: 2rem;
  }
  .benefits-content {
    font-size: 22px;
  }
  .badge {
    top: -10% !important;
    left: 45% !important;
  }
}
@media (max-width: 767.98px) {
  .why-card-mobile{
    margin-top: 1rem !important;
  }
  #benefit-card {
    width: 90%;
  }
  .carousel-item {
    margin-bottom: 1rem;
  }
  .carousel-caption {
    top: 1%;
  }
  .carousel-caption h1 {
    font-size: 15px;
  }
  .carousel-caption h5 {
    font-size: 12px;
  }
  .carousel-caption p {
    font-size: 12px;
  }
  .btn-call > img {
    transform: rotate(45deg);
    height: 3rem;
  }

  .btn-call > div {
    font-size: 15px;
    line-height: 20px;
    width: 120px;
  }
  .btn-call {
    background: linear-gradient(-90deg, #1d71b8 0%, #3aaa35 99.65%);
    box-shadow: 0px 4px 19px rgba(0, 0, 0, 0.12);
    border: none;
    color: white;
    padding: 12px 16px;
    font-size: 30px;
    cursor: pointer;
    display: flex;
    border-radius: 500px;
    width: fit-content;
  }
  .credenciados > .row > div {
    margin-bottom: 3rem;
  }
  .btn-credenciado {
    width: 100%;
  }
  .credenciados {
    padding-bottom: 0 !important;
  }
  section.card-benefits > .row > div > img:nth-child(2) {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .carousel-item {
    margin-bottom: 1rem;
  }
  .carousel-caption {
    top: 1%;
  }
  .carousel-caption h1 {
    font-size: 15px;
  }
  .carousel-caption h5 {
    font-size: 12px;
  }
  .carousel-caption p {
    font-size: 12px;
  }
  .btn-call > img {
    transform: rotate(45deg);
    height: 3rem;
  }

  .btn-call > div {
    font-size: 15px;
    line-height: 20px;
    width: 120px;
  }
  .btn-call {
    background: linear-gradient(-90deg, #1d71b8 0%, #3aaa35 99.65%);
    box-shadow: 0px 4px 19px rgba(0, 0, 0, 0.12);
    border: none;
    color: white;
    padding: 12px 16px;
    font-size: 30px;
    cursor: pointer;
    display: flex;
    border-radius: 500px;
    width: fit-content;
  }
  #benefit-card {
    width: 70%;
  }
  .row {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }
  .btn-success {
    padding: 0.6rem 1.5rem;
    border-radius: 10px !important;
  }
  section.card-benefits {
    margin: 4rem 0;
  }
  .btn-store > a > img {
    width: 5rem;
  }
  .carousel-caption {
    padding: 0;
  }
}

@media (max-width: 1199.98px) {
  .carousel-item {
    margin-bottom: 1rem;
  }
  .carousel-caption {
    top: 1%;
  }
  .carousel-caption h1 {
    font-size: 15px;
  }
  .carousel-caption h5 {
    font-size: 12px;
  }
  .carousel-caption p {
    font-size: 12px;
  }
  .btn-call > img {
    transform: rotate(45deg);
    height: 3rem;
  }

  .btn-call > div {
    font-size: 15px;
    line-height: 20px;
    width: 120px;
  }
  .btn-call {
    background: linear-gradient(-90deg, #1d71b8 0%, #3aaa35 99.65%);
    box-shadow: 0px 4px 19px rgba(0, 0, 0, 0.12);
    border: none;
    color: white;
    padding: 12px 16px;
    font-size: 30px;
    cursor: pointer;
    display: flex;
    border-radius: 500px;
    width: fit-content;
  }
  #downloadapp {
    top: 30% !important;
  }
}


