@font-face {
  font-family: "MyriadPro";
  src: url("MyriadPro-Regular.eot");
  src: url("MyriadPro-Regular.eot?#iefix") format("embedded-opentype"),
    url("MyriadPro-Regular.woff") format("woff"),
    url("MyriadPro-Regular.ttf") format("truetype"),
    url("MyriadPro-Regular.svg#MyriadPro-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "MyriadPro";
  src: url("MyriadPro-Bold.eot");
  src: url("MyriadPro-Bold.eot?#iefix") format("embedded-opentype"),
    url("MyriadPro-Bold.woff") format("woff"),
    url("MyriadPro-Bold.ttf") format("truetype"),
    url("MyriadPro-Bold.svg#MyriadPro-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: MyriadPro, sans-serif;
  font-size: 18px;
  overflow-x: hidden;
}
.texto-branco {
  color: #ffffff !important;
}
#contato {
  background-color: #ffff;
  height: 400px;
}
.texto-mobile h2 span {
  font-weight: bold;
}
.texto-mobile h3 {
  font-weight: bold;
}
.rodape {
  font-size: 12px;
  text-align: justify;
}
/* Estilizando o fundo escuro do modal */
.modal {
  position: fixed;
  z-index: 9000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Estilizando o conteúdo do modal */
.modal-content {
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  width: 50%;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  max-height: 90vh;
  overflow-y: auto;
}

/* Botão de fechar */
.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  text-align: end;
}
.card {
  color: #65747c;
  border-radius: 15px;
  border: none;
  height: 270px !important;
  padding: 0 10px !important;
}
.card h3 {
  margin-top: 20px;
}
.card:hover {
  text-decoration: none;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding-right: 10px;
  padding-left: 10px;
}
/* .form-group {
  display: flex;
  justify-content: center;
  flex-direction: column;
} */
.form-check {
  padding: 0px !important;
}

label.error {
  color: #ff0000;
}

input[type="radio"] {
  accent-color: #00DE45;
}

.form-control {
  background-color: #ebf2f6;
  border-radius: 5px;
}

#modalenviado {
  font-size: 40px;
  text-align: center;
}

header.scroll {
  background-color: #ffffff;
  box-shadow: 0 0 10px #00000075;
}

header a.telefone {
  font-weight: 700;
  font-size: 23px;
  color: #00DE45;
}

/* section.conteudo.banner1 {
    background-image: url(../images/banner-desk-1.jpg);
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    height:100vh;
    
} */
/* section.conteudo.banner2 {
    background-image: url(../images/banner-desk-2.jpg);
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    height:100vh;
    
}
section.conteudo.banner3 {
    background-image: url(../images/banner-desk-3.jpg);
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    height:100vh;
   
} */

.bg-verde {
  background-color: #00DE45;
}

.texto-verde {
  color: #00DE45;
}

.texto-cinza {
  color: #687681;
}

.texto-laranja {
  color: #f88e1e;
}

.btn-agende {
  background: #782b90 !important;
  border-radius: 5px !important;
  font-weight: 700 !important;
  font-size: 18.5px !important;
  color: #ffffff !important;
}
.botao-fixo {
  background: #f88e1e !important;
}
.botao-fixo:hover {
  background: #782b90 !important;
}

.btn-agende:focus,
.btn-agende:hover {
  background: #f88e1e;
  color: #ffffff;
}

.btn-agende.laranja {
  border: 1px solid #f88e1e;
  background: #f88e1e;
}

.btn-agende.laranja:focus,
.btn-agende.laranja:hover {
  background: #ffffff;
  color: #f88e1e;
  border: 1px solid #f88e1e;
}

.btn-agende.cinza {
  border: 1px solid #65747c;
  background: #65747c;
}

.btn-agende.cinza:focus,
.btn-agende.cinza:hover {
  background: #ffffff;
  color: #65747c;
  border: 1px solid #65747c;
}

.w-49 {
  width: 49% !important;
}

.container-fluid {
  padding-left: 52px;
  padding-right: 52px;
}

section.conteudo.banner {
  background-image: url(../images/banner.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

section.conteudo.banner h2 {
  font-size: 37px;
  font-weight: normal;
}

section.conteudo.banner h3 {
  font-size: 26px;
}

section.conteudo.banner h4 {
  font-size: 22px;
  font-weight: bold;
}

section.conteudo.banner h5 {
  font-size: 32px;
  font-weight: bold;
}

.box-form {
  border-radius: 15px;
}

section.conteudo h2 {
  font-size: 48px;
  font-weight: normal;
}
.lista-icones {
  flex-direction: column;
  display: flex;
  padding: 0;
  align-items: flex-start;
  gap: 15px;
}
.lista-icones li {
  list-style: none;
  display: flex;
  font-size: 26px;
  justify-content: flex-start;
  text-align: start;
}
.lista-icones li img {
  margin-right: 10px;
  margin-top: 10px;
}
.card-processo {
  border-radius: 15px;
}

.numero-card {
  background-color: #00DE45;
  font-size: 35px;
  line-height: 1;
  border-radius: 50%;
  position: absolute;
  padding: 5px 14px;
  color: #ffffff;
  top: -25px;
  left: 50%;
  transform: translate(-50%, 0);
}

.card-depoimento {
  border-radius: 15px;
  border: none;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
}

.nome-depoimento {
  font-size: 22px;
}

.abre-aspas {
  position: absolute;
  left: 10px;
  top: -15px;
}

.fecha-aspas {
  position: absolute;
  right: 10px;
  bottom: -15px;
}

.btn-collapse {
  border-radius: 0;
  font-size: 18px;
  padding-left: 0;
  color: #ffffff;
}

.btn-collapse:hover,
.btn-collapse:focus {
  color: #ffffff;
  box-shadow: none;
}

.fa-plus {
  color: #ffffff;
  float: right;
  border-radius: 15px;
  border: 1px solid #ffffff;
  padding: 3px;
}

section.pergunta hr {
  border-top: 1px solid #ffffff;
  opacity: 1;
}

footer {
  font-size: 27px;
}

.hidden {
  display: none;
}

.etapa-inicial {
  height: 500px;
}

.custom-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background: #00DE45;
  cursor: pointer;
}

.custom-range::-moz-range-thumb {
  background: #00DE45;
  cursor: pointer;
}

.icon-scroll,
.icon-scroll:before {
  position: absolute;
  left: 50%;
}

.icon-scroll {
  width: 40px;
  height: 70px;
  margin-left: -20px;
  top: 3rem;
  margin-top: -35px;
  box-shadow: inset 0 0 0 2px #f88e1e;
  border-radius: 25px;
}

.icon-scroll:before {
  content: "";
  width: 3px;
  height: 15px;
  background: #f88e1e;
  margin-left: -1px;
  top: 8px;
  border-radius: 35%;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: scroll;
}

fieldset {
  animation: slide-up 1s ease-out;
  animation-fill-mode: forwards;
}

.numeros-range {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}

.numeros-range span {
  display: block;
  width: 1ch;
}

.form-check-input {
  display: none;
}
.form-check-label {
  display: inline-block;
  padding: 10px 20px;
  margin: 5px;
  border: 1px solid #ccc;
  border-radius: 35px;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  width: 300px;
  text-align: center;
}
.form-check-input:checked + .form-check-label {
  background-color: #00DE45;
  color: #fff;
  border-color: #00DE45;
}
.disabled-button {
  background-color: #ccc;
  color: #fff;
  border-color: #ccc;
  pointer-events: none;
  opacity: 0.6;
}
.check {
  display: block;
  text-align: start;
}
#submit-btn {
  background-color: #ccc;
  cursor: not-allowed;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
}
#submit-btn.enabled {
  background: #782b90;
  color: #ffffff;
  cursor: pointer;
}
#submit-btn.enabled:hover {
  background: #f88e1e;
}
#error-message {
  color: red;
  display: none;
  margin-top: 10px;
}

@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(46px);
  }
}

@keyframes slide-up {
  from {
    opacity: 0;
    transform: translate(0, 0);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@media (min-width: 992px) {
  .px-52 {
    padding-left: 52px;
    padding-right: 52px;
  }
}
@media (max-width: 1400px) {
  .etapa-inicial {
    height: 420px;
  }
  /* .form-group {
        margin-top: -82px;
    } */
  #conteudo-processo {
    margin-top: -150px;
  }
  .card {
    height: 350px !important;
  }
}
@media (max-width: 991px) {
  body {
    font-size: 15px;
  }
  .form-group {
    margin-top: 0;
  }
  .texto-mobile {
    margin-top: -100px;
  }
  .texto-mobile h2 span {
    font-weight: bold;
  }
  .texto-mobile h3 {
    font-weight: bold;
  }
  /* #contato {
    margin-top: 300px;
  } */
  #conteudo-processo {
    margin-top: -42px !important;
  }

  .container-fluid,
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }
  .card {
    height: 168px !important;
  }

  /* section.conteudo.banner1 {
        background-image: url(../images/mobile/banner-mobile-1.jpg);
        height: auto;
    }
    section.conteudo.banner2 {
        background-image: url(../images/mobile/banner-mobile-2.jpg);
        height: auto;
    }
    section.conteudo.banner3 {
        background-image: url(../images/mobile/banner-mobile-3.jpg);
        height: auto;
    } */

  section.conteudo.banner h2 {
    font-size: 26px;
    font-weight: normal;
  }

  section.conteudo.banner h3 {
    font-size: 20px;
  }

  section.conteudo h2 {
    font-size: 32px;
  }

  .texto-pergunta {
    width: 90%;
    display: inline-block;
    font-size: 15px;
  }

  footer {
    font-size: 18px;
  }
}
@media (max-width: 700px) {
  .modal-content {
    width: 90%;
  }
}
@media (max-width: 500px) {
  .modal-content {
    width: 100%;
    max-height: 100vh;
    overflow-y: auto;
  }
  .card {
    height: 200px !important;
    padding: 10 10px !important;
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.pulse {
  animation-name: pulse;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.valor-range {
  margin-top: -10px;
  margin-bottom: 1rem;
}
header a.telefone {
  font-weight: 700;
  font-size: 20px;
  color: #00DE45;
}
.bg-obrigado {
  background-image: url(../images/bg-obrigado.png);
  background-position: center;
  background-size: cover;
}

section.conteudo.bg-obrigado h2 {
  font-size: 70px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

section.conteudo.bg-obrigado h3 {
  font-size: 35px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

section.conteudo.bg-obrigado p {
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

section.conteudo.bg-obrigado a {
  text-decoration: none;
}
.bg-verde {
  background-color: #00DE45;
}
footer {
  font-size: 27px;
}
@media (max-width: 991px) {
  s.bg-obrigado {
    background-image: url(../images/bg-obrigado-mobile.png);
    background-position: center;
    background-size: cover;
    height: 100vh;
  }

  section.conteudo.bg-obrigado h2 {
    font-size: 49px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  section.conteudo.bg-obrigado h3 {
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  section.conteudo.bg-obrigado p {
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }
}
