.if-you {
  position: relative;
}
.if-you .col {
  padding: 100px 30px;
}
.medicos {
  position: relative;
  margin-top: 40px;
}
.medicos_content {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 40%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transform: translateY(-50%);
}
.medicos img {
  width: 100%;
  height: auto;
}
.medicos h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}
.medicos p {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
}
.about {
  padding: 70px 0;
}
.about_cdt::before {
  content: '';
  position: absolute;
  width: 10%;
  height: 150%;
  top: -70%;
  left: -3%;
  border-radius: 50%;
  background: rgba(62, 22, 27, 0.29);
  mix-blend-mode: screen;
  filter: blur(180px);
  transform: translateX(0%);
}
.about .row {
  gap: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about h2 {
  font-family: 'Poppins', sans-serif;
  text-align: center;
  font-size: 48px;
  font-weight: 500;
  background: linear-gradient(90deg, #FF5D6E 0%, #FF001B 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about .cards {
  margin-top: 40px;
  width: 1180px;
  max-width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.about .card {
  display: flex;
  width: 294px;
  max-width: 33%;
  padding: 2px;
  height: 330px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.1) 29%, rgba(255, 255, 255, 0.1) 67%, rgba(255, 255, 255, 0.5) 100%);
  border-radius: 40px;
  align-items: stretch;
  box-shadow: 0 0 20px 0 rgba(36, 36, 36, 0.75);
}
.about .card-content {
  width: 100%;
  height: auto;
  padding: 40px 30px;
  background: linear-gradient(45deg, rgba(25, 25, 25, 0.2) 0%, #191919 40%, #191919 60%, rgba(25, 25, 25, 0.2) 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
  border-radius: 40px;
  backdrop-filter: blur(5px);
}
.about .card img {
  width: auto;
  max-height: 106px;
}
.about .card p {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}
.about_cdt {
  padding: 50px 0;
}
.about_cdt h2 {
  font-family: 'Poppins', sans-serif;
  text-align: center;
  font-size: 42px;
  font-weight: 500;
  color: #ffffff;
}
.about_cdt h2 span {
  background: linear-gradient(90deg, #FF5D6E 0%, #FF001B 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about_cdt .btn-candidatar {
  margin-top: -40px;
}
.investimento {
  padding: 80px 0;
}
.investimento .container {
  width: 970px;
}
.investimento .card {
  max-width: 430px;
}
.investimento .card img {
  margin-top: 5px;
}
.investimento .card1 {
  display: flex;
  padding: 2px;
  background: linear-gradient(135deg, rgba(202, 30, 114, 0.56) 0%, rgba(202, 30, 114, 0.16) 29%, rgba(202, 30, 114, 0) 67%, rgba(202, 30, 114, 0.56) 100%);
  border-radius: 48px;
  align-items: stretch;
}
.investimento .card1 .card-content {
  width: 100%;
  height: auto;
  padding: 50px 30px;
  border-radius: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: radial-gradient(224.78% 141.42% at 100% 0%, rgba(62, 22, 27, 0.00) 50.35%, rgba(62, 22, 27, 0.16) 100%), linear-gradient(230deg, rgba(62, 22, 27, 0.24) 0%, rgba(62, 22, 27, 0.00) 55.05%), #191919;
}
.investimento .card1 .card-content h2 {
  margin-bottom: 30px;
  font-family: 'Poppins', sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1em;
  color: #ffffff;
}
.investimento .card1 p {
  width: 100%;
  padding: 20px 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(90deg, #FF5D6E 0%, #FF001B 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2em;
  /* display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  gap: 10px; */
}
.investimento .card2 {
  max-width: 485px;
  display: flex;
  padding: 1px;
  align-items: stretch;
}
.investimento .card2 .card-content {
  width: 100%;
  height: auto;
  padding: 50px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.investimento .card2 .card-content h2 {
  margin-bottom: 30px;
  font-family: 'Poppins', sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 0.9em;
  color: #ffffff;
}
.investimento .card2 p {
  width: 100%;
  padding: 0px 10px;
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2em;
  color: #ffffff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.investimento .card2 p bdi {
  font-size: 45px;
  font-weight: 600;
}
.investimento .card2 p bdo {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}
.investimento .col-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
#oferta {
  line-height: 2.2em;
}
#oferta img {
  margin-top: 0;
}
.investimento .btn-candidatar {
  margin-top: 40px;
  padding: 5px 5px 5px 50px;
}
.contato {
  padding: 80px 0;
}
.contato::before {
  content: '';
  position: absolute;
  width: 10%;
  height: 150%;
  top: -70%;
  right: -3%;
  border-radius: 50%;
  background: rgba(62, 22, 27, 0.29);
  mix-blend-mode: screen;
  filter: blur(180px);
  transform: translateX(0%);
}
#contato {
  width: 1064px;
  max-width: 100%;
  padding: 70px;
  background-image: url(assets/img/contato.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#contato .col-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 20px;
}
#contato h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1em;
  color: #ffffff;
  margin-bottom: 20px;
}
#contato p {
  margin-bottom: 20px;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3em;
  color: #ffffff;
}
#contato a {
  padding: 20px 30px;
  color: #000000;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #ffffff;
  border-radius: 10px;
  transition: ease 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
#contato a:hover {
  transform: scale(1.05);
}
footer {
  padding: 30px 0;
  background-color: #0B0B0B;
}
footer .col-left {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
footer .col-left .row {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 30px;
}
footer .col-right {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
}
footer .col-left p {
  font-size: 12px;
  text-align: center;
  font-weight: 100;
}
footer .col-right p, footer .col-right p a {
  font-size: 12px;
  font-weight: 300;
  color: #D3D3D3;
  text-decoration: none;
}
footer .col-right p a:hover {
  color: #ffffff;
}
.captura::-webkit-scrollbar {
  width: 3px;
}
.captura::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
  border-radius: 10px;
}
.captura::-webkit-scrollbar-thumb {
  background: #15F3D5;
  border-radius: 10px;
  border: 1px solid #000;
}
.captura::-webkit-scrollbar-thumb:hover {
  background: #9DFFF2;
}
.capture_form input,
.captura #button-check {
  background-color: #ffffff;
  border-color: #000000;
  border-width: 2px 2px 2px 2px;
  border-radius: 5px;
  width: 100%;
  padding: 8px 16px;
  font-size: 16px;
}
.capture_form input[type="text"]::placeholder {
  color: #212529;
  font-weight: 400;
  opacity: 0.9;
}
.ocultar {
  display: none;
}
.btn-checkout {
  cursor: pointer;
}
.modal-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, 10px);
  width: 550px;
  max-height: fit-content;
  z-index: 99999;
  overflow: auto;
  background-color: #000000;
  padding: 20px 50px;
}
body.modal-aberto {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow-y: hidden !important;
}
body.modal-aberto a {
  overflow: hidden;
  pointer-events: none;
}
body.modal-aberto::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9999;
}
.fechar {
  position: relative;
  width: 100%;
  height: 40px;
}
#fechar-modal {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  font-weight: 400;
}
#fechar-modal span {
  position: absolute;
  top: 0;
  right: 5px;
  width: 2px;
  height: 20px;
  background-color: #ffffff;
  transform: rotate(45deg);
}
#fechar-modal span:last-child {
  position: absolute;
  top: 0;
  right: 5px;
  width: 2px;
  height: 20px;
  background-color: #ffffff;
  transform: rotate(135deg);
}
.txt-modal h3 {
  text-align: center;
  font-size: 22px;
  line-height: 1.25em;
}
.captura form {
  text-align: center;
}
.captura input[type="text"],
.captura select,
.button-check {
  background-color: #ffffff;
  border-color: #000000;
  border-width: 2px 2px 2px 2px;
  border-radius: 5px;
  width: 100%;
  padding: 8px 16px;
  font-size: 16px;
  margin-top: 10px;
  position: relative;
  line-height: 1.2em;
}
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.captura input[type="text"]._has_error,
.captura select._has_error, .button-check._has_error {
  background-color: #ffdddd !important;
}
.captura input[type="text"]::placeholder {
  color: #212529;
  font-weight: 400;
  opacity: 0.9;
}
.captura legend {
  margin-bottom: 0px;
  margin-top: 10px;
}
.captura ._form-label {
  display: none;
}
.captura .btn-candidatar {
  margin-top: 20px;
}
.pop-btn {
  width: 100%;
  max-width: 100%;
  margin-top: 25px;
  padding: 16px 5px 16px 0px;
  font-size: 16px;
  text-transform: uppercase;
}
.pop-btn span {
  position: absolute;
  right: 5px;
  top: 5px;
}
.entrada label,
.entrada input,
select option {
  cursor: pointer;
  color: #000;
}
.select-options-wrapper {
  background-color: #ffffff;
  padding: 20px;
  text-align: left;
}
.error-message {
  display: none;
}
._has_error ~ .error-message {
  display: block;
}
.btn-candidatar.pop-btn {
  width: 100%;
  max-width: 100%;
  font-size: 18px;
  text-transform: uppercase;
}
.destaque {
  border-radius: 24px;
  animation: piscar 0.5s infinite;
}
@keyframes piscar {
  0% {
    box-shadow: none;
  }
  25% {
    box-shadow: inset 0 0 5px #FF8800;
  }
  50% {
    box-shadow: none;
  }
  75% {
    box-shadow: inset 0 0 5px #FF8800;
  }
  100% {
    box-shadow: none;
  }
}
@media (max-width: 996px) {
  .ajp-marquee p {
    animation: marquee 25s linear infinite;
  }
  .pratica {
    padding: 50px 0 50px;
    border-bottom: 0;
  }
  .pratica h2 {
    margin: 0 12px 10px 12px;
    font-size: 30px;
    line-height: 1.2em;
    text-align: center;
  }
  .pratica .cards {
    margin-top: 40px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .pratica .card {
    padding: 20px;
    width: 23%;
    min-width: 270px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
    text-align: center;
  }
  .pratica .card p {
    font-size: 14px;
    text-align: center;
  }
  .if-you {
    padding-bottom: 50px;
    background-image: none;
  }
  .if-you .col{
    padding: 40px 30px;
    gap: 30px;
  }
  .if-you .cards {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .if-you .card {
    max-width: 90%;
  }
  .if-you .card-content {
    width: 100%;
    height: auto;
    padding: 40px 30px;
    background: #191919;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .if-you h2 {
    font-size: 32px;
    text-transform: initial;
    font-weight: 700;
    letter-spacing: 0;
  }
  .if-you p {
    font-size: 14px;
    text-align: left;
  }
  .if-you .col2 {
    padding: 20px 20px;
    gap: 30px;
  }
  .about {
    padding: 50px 0;
    border-bottom: 0px solid #535353;
    background-image: none;
  }
  .about h2 {
    font-size: 45px;
    line-height: 1em;
    margin-bottom: 0px;
  }
  .about .row {
    gap: 0;
  }
  .about .cards {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .about .card {
    position: relative;
    max-width: 100%;
    min-height: 250px;
    max-height: fit-content;
  }
  .about .card-content {
    gap: 25px;
  }
  .about .card img {
    width: auto;
    max-height: 76px;
  }
  .about_cdt {
    padding: 80px 0px;
    background-image: url(assets/img/about_cdt-v2.webp);
    background-position: center;
    background-repeat: repeat;
    background-size: 100% 100%;
  }
  .about_cdt h2 {
    padding: 0 10px;
    text-align: left;
    font-size: 30px;
    line-height: 1em;
    font-weight: 500;
    color: #ffffff;
  }
  .about_cdt .col {
    padding: 0 12px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .medicos_content {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0px;
    transform: translateY(0);
  }
  .about_cdt .btn-candidatar {
    margin-top: 40px;
  }
  .investimento {
    padding: 40px 0;
  }
  .investimento .card1 .card-content h2 {
    font-size: 32px;
  }
  .investimento .card1 p {
    font-size: 18px;
  }
  .investimento .card2 .card-content {
    padding: 80px 0 50px 0px;
  }
  .investimento .card2 p bdi {
    font-size: 38px;
  }
  .investimento .btn-candidatar {
    padding: 5px 5px 5px 30px;
  }
  .contato {
    padding: 0px 0;
  }
  #contato {
    padding: 40px 20px 0 20px;
    background-image: linear-gradient(to right, #007E2B 25%, #00E24D 100%);
    border-radius: 10px;
  }
  #contato .col-left, #contato .col-right {
    padding: 0;
  }
  #contato h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  #contato p {
    margin-bottom: 20px;
  }
  #contato a {
    width: 100%;
    padding: 15px 10px;
    font-size: 14px;
  }
  .logo_footer .box .row {
    gap: 30px;
  }
  .logo_footer .box {
    border-radius: 5px;
    background-color: rgba(21, 243, 213, 0);
  }
  .logo_footer .box .col-left {
    padding: 30px 25px;
    background-color: rgba(21, 243, 213, 0.05);
    border-radius: 10px;
  }
  .logo_footer .box .col-right {
    padding: 0px;
  }
  .logo_footer p {
    font-size: 16px;
  }
  .qr-code {
    margin-bottom: 0px;
  }
  .qr-code img {
    max-width: 100%;
    border-radius: 5px;
  }
  footer {
    padding: 30px 0;
  }
  footer .row {
    gap: 15px;
  }
  footer .col-left {
    padding: 10px;
  }
  footer .col-left p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
  }
  footer .col-right {
    align-items: center;
    padding: 10px;
    gap: 10px;
  }
  footer .col-right p {
    font-size: 14px;
    line-height: 1.5em;
    text-align: center;
  }
  footer .col-right p a {
    font-size: 14px;
    line-height: 1.5em;
    text-decoration: underline;
  }
  .modal-popup {
    width: 100%;
    max-width: 100%;
    max-height: fit-content;
    height: 100%;
    padding: 50px 30px;
  }
  .pop-btn {
    width: 100%;
    max-width: 100%;
    padding: 15px 5px 15px 0px;
    margin-top: 20px;
  }
}
@media (min-width: 1767px) {
  .Thiago {
    height: 100%;
  }
}