@import url('https://fonts.googleapis.com/css2?family=Sora&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: 'Sora', sans-serif;
  overflow-x: hidden;
  width: 100vw;
}

.container {
  padding: 50px 0px;
}

.logo {
  max-width: 30rem;
}

.hero {
  background-image: url("/saque-aniversario/img/hero/hero.png");
  background-position: bottom;
  background-size: cover;
  width: 100%;
  color: white;
}

.hero h2 {
  font-size: 4.5rem;
  font-weight: 600;
}

.hero h4 {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 3rem;
  font-size: 2rem;
  width: 70%;
}

.hero-btn {
  padding: 20px 45px;
  background-color: #A5CF39;
  color: white;
  font-size: 1.8rem;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  border: none;
  text-decoration: none;
  border-radius: 5px;
}

.hero-btn:hover {
  color: white;
}

.como-funciona {
  color: #269ACD;
}

.como-funciona h3 {
  font-size: 5rem;
  text-transform: uppercase;
  font-weight: 700;
}

.card-row {
  padding: 70px 0px;
}

.card-cf {
  font-size: 16px;
  padding: 0px 10px;
}

.inner-card-cf {
  padding: 40px 30px 40px;
  height: 100%;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.card-cf-label {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
}

.card-cf-text {
  color: #3B566E;
  width: 100%;
}

.card-cf-img {
  display: flex;
}

.card-cf-img img {
  width: 150px;
  height: 150px;
  margin: auto;
  margin-bottom: 15px;
}

.faixa-cta {
  width: 100vw;
  background-color: #A5CF39;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.wrapper-cta {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.texto-cta {
  font-size: 20px;
}

.btn-cta {
  padding: 20px 80px;
  background-color: transparent;
  border: 2px solid #fafafa;
  border-radius: 20px;
  transition: color 0.3s ease;
  color: #fafafa;
  font-size: 20px;
  font-weight: 700;
}

.btn-cta:hover {
  background-color: #fafafa;
  border: 2px solid #A5CF39;
  color: #A5CF39;
}


.quem-pode {

}

.quem-pode .left-side, .quem-pode .right-side {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px 0px;
}

.quem-pode .left-side {
}

.quem-pode .right-side {
  align-items: flex-end;
}

.qp-content {
  display: flex;
  flex-direction: column;
}

.qp-heading {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 700;
}

.qp-text {
  display: flex;
  flex-direction: column;
  padding-top: 30px;
}

.qp-text span {
  font-size: 20px;
  margin-top: 15px;
  width: 70%;
}

/* faq start css */
.faq-section {
  background: #fff;
  min-height: 100vh;
  padding: 10vh 0 0;
}
.faq-title h2 {
  font-size: 5rem;
  position: relative;
  margin-bottom: 45px;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
}
.faq-title h2::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 60px;
  height: 2px;
  background: #269ACD;
  bottom: -25px;
  margin-left: -30px;
}
.faq-title p {
  padding: 0 190px;
  margin-bottom: 10px;
}

.faq {
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.faq .card {
  border: none;
  background: none;
  border-bottom: 1px dashed #CEE1F8;
}

.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
  background: rgba(0, 225, 255, 0.1);
  padding-left: 10px;
}
.faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  color: #3B566E;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
}

.faq .card .card-header .faq-title .badge {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 14px;
  float: left;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  background: #269ACD;
  color: #fff;
  font-size: 12px;
  margin-right: 20px;
}

.faq .card .card-body {
  padding: 30px;
  padding-left: 35px;
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #6F8BA4;
  line-height: 28px;
  letter-spacing: 1px;
  border-top: 1px solid #F3F8FF;
}

.faq .card .card-body p {
  margin-bottom: 14px;
}

@media (max-width: 991px) {
  .faq {
    margin-bottom: 30px;
  }
  .faq .card .card-header .faq-title {
    line-height: 26px;
    margin-top: 10px;
  }
}
/* end faq css*/

.modal-header {
  font-size: 20px;
}

.modal-content {
  border-radius: 20px;
  border: 2px solid #A5CF39;
  padding: 0px 70px;
}

.form input[type="text"] {
  border-radius: 10px;
  border: 0.5px solid #A5CF39;
  padding-left: 20px;
  font-size: 16px;
}

.modal-body h2 {
  font-size: 25px;
  font-weight: 700;
  color: #269ACD;
}

.modal-body span {
  font-size: 14px;
  color: #161616;
}

.form {
  margin-top: 10px;
  font-size: 20px;
}

.modal-footer .hero-btn {
  padding: 12px 45px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.check {
  display: flex;
}

.wrapper-checkbox {
  width: 16px;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.wrapper-checkbox input {
  font-size: 16px;
}

.input-saldo {
  font-size: 20px;
}

.label-checkbox {
  width: 95%;
}

.footer {
  padding-top: 6rem;
  background-image: url("/saque-aniversario/img/bg-footer.jpg");
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

.footer .container {
  padding: 0;
}

.logo-footer {
  max-width: 22rem;
}

.phone {
  font-size: 3rem;
  text-decoration: none;
  color: white;
}

.phone:hover {
  color: white;
}

.right-column {
  margin-left: 4rem;
}

.text-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.text-footer span {
  color: white;
  font-size: 16px;
  margin-bottom: 10px;
}

.developed-by {
  padding: 1rem 0rem;
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.08);
  color: white;
}

.simulador {
  background-color: rgb(241, 255, 244);
}

.text-simulador {
  display: flex;
  flex-direction: column;
}

.subheading-simulador {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  color: #269ACD;
}

.heading-simulador {
  width: 80%;
  font-size: 25px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 25px;
}

.content-simulador {
  font-size: 14px;
  text-align: justify;
  line-height: 20px;
  width: 75%;
}

.card-simulador {
  background-color: white;
  border-radius: 20px;
  width: 80%;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

#img-simulador {
  width: 70px;
  height: 70px;
  object-fit: contain;
}

#steps {
  padding-top: 30px;
  font-size: 16px;
  font-weight: bold;
  margin-right: 50px;
  margin-bottom: -20px;
}

#data {
  width: 100%;
}

#total-simulado {
  font-size: 3rem;
  color: #A5CF39;
  font-weight: 700;
  margin-left: 10px;
}

*:disabled {
  cursor: not-allowed;
}

.steps-btn {
  box-shadow: rgba(26, 158, 211, 0.192) 0px 7px 29px 0px;
  padding: 10px 40px;
  background-color: #269ACD;
  color: white;
  border: none;
  border-radius: 20px;
  font-size: 1.6rem;
  margin: 20px 0px;
  outline: none;
}

.steps-btn:focus{
  outline: none;
}

.value {
  padding: 20px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.value span {
  font-size: 1.6rem;
  font-weight: 700;
}

.value input {
  width: 60%;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #1b1b1b;
  margin-left: 10px;
  font-size: 2rem;
  outline: none;
}

.nao-lembra {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 40px;
}

.nao-lembra span {
  font-size: 1.4rem;
}

.nao-lembra a {
  font-size: 1.6rem;
  color: #269ACD;
  font-weight: 700;
}

#pergunta-simulador {
  font-size: 16px;
  font-weight: bold;
}

.taxas-card {
  font-weight: bold;
}

.taxas-card strong {
  color: #269ACD;
}

.whatsapp {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99999;
  border-radius: 50%;
  background-color: #43D954;
  display: flex;
  align-items: center;
  justify-content: center;
}

.whatsapp img {
  width: 60%;
  height: 60%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn_simular_novamente {
  background-color: transparent;
  padding: 1px 20px;
  color: #269ACD;
  text-decoration: underline;
  font-size: 16px;
  font-weight: bold;
  border: none;
  outline: none;
}

/* MEDIA QUERIES */

@media (max-width: 1440px) {
  .left-side, .right-side {
    padding-left: 10vw;
  }
}


@media (min-width: 1200px) {
  .container {
    max-width: 1140px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .como-funciona .card-row {
    display: flex;
    justify-content: center;
  }
  .card-cf {
    max-width: 75%;
    margin-bottom: 2.5rem !important;
  }
}

@media (max-width: 768px){
  .logo {
    max-width: 27rem;
  }
  .faixa-cta {
    height: 250px;
  }
  .modal-content {
    padding: 0px 20px;
  }
  .modal-body h2 {
    font-size: 20px;
  }
  .modal-body span {
    font-size: 12px;
  }
  .check, .input-saldo {
    font-size: 14px;
    display: flex;
  }
  .text-footer span {
    width: 85%;
    font-size: 14px;
    text-align: center;
  }
  .right-column {
    margin: 0;
  }
}

@media (max-width: 576px){
  .card-row {
    padding: 40px 0px;
  }
  .hero .container div {
    margin-left: 20px;
  }
  .hero .container .text-container {
    margin-left: 0px;
  }
  .hero h2 {
    font-size: 3rem;
  }
  .wrapper-checkbox {
    width: 10%;
  }
  .label-checkbox {
    width: 90%;
  }
}

@media (max-width: 425px) {
  .hero h4 {
    width: 90%;
  }
  .hero-btn {
    font-size: 1.6rem;
    padding: 20px 27px;
  }
  .card-cf-label {
    font-size: 20px;
  }
  .card-cf-text {
    font-size: 14px;
  }
  .inner-card-cf {
    margin: 0px 10px;
  }
  .card-cf-img img {
    width: 100px;
    height: 100px;
  }
  .como-funciona h3 {
    font-size: 4.3rem;
  }
  .btn-cta {
    padding: 20px 40px;
    font-size: 20px;
  }
  .label-checkbox label {
    font-size: 14px;
  }
  .right-column {
    margin-left: 0rem;
    display: flex;
    margin: auto;
  }
}

@media (max-width: 320px){
  .hero h2 {
    font-size: 2.8rem;
  }
  .hero h4 {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
}

/* Hero bg images */
@media (max-width: 1440px){
  .hero {
    background-image: url('/saque-aniversario/img/hero/hero-1440.png');
  }
}

@media (max-width: 768px){
  .hero {
    background-image: url('/saque-aniversario/img/hero/hero-blue.png');
    background-position: 60% top;
  }
}
/* end hero bg images */