/* ============ GERAL ============ */
:root {
  --bs-amarelo: #f6b407;
  --bs-amareloEscuro: #ce9500;
  --bs-bordaRedonda: 20px;
}
* {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 100%;
  font-weight: 400;
  outline: none;
  border: none;
  /*transition: all 0.2s;
	/*-moz-transition: all 0.2s; /* Firefox 4 */
  /*-webkit-transition: all 0.2s; /* Safari and Chrome */
  /*-o-transition: all 0.2s; /* Opera */
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

#ajaxBusy {
  display: none !important;
}

img,
picture,
video,
embed {
  max-width: 100%;
  height: auto;
}
ul {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: -0.05em;
}

hr {
  border: none;
  border-bottom: solid 1px #999;
  margin: 15px 0;
}

a {
  color: var(--bs-amarelo);
  cursor: pointer;
}
a:hover {
  color: var(--bs-amareloEscuro);
}

p {
  font-size: 1.6em;
  font-weight: 500;
  margin: 0;
  line-height: 1.5em;
}

.form-control,
.form-select {
  font-size: 1.6em;
}

body {
  font-size: 62.5%;
  background: url(../images/background-lp.jpg) center top no-repeat
    rgba(0, 0, 0, 1);
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-optical-sizing: auto;
  line-height: normal;
  color: #ffffff;
  overflow-x: hidden;
}

.txt-amarelo {
  color: var(--bs-amarelo);
}

h2 {
  font-size: 3em;
  font-weight: 700;
}

/* ============ HEADER ============ */
header {
  padding: 3rem 0;
}
header .btn-header {
  background-color: var(--bs-amarelo);
  color: #000000;
  font-weight: 600;
  font-size: 1.2em;
  padding: 10px 20px;
  border-radius: 5px;
  text-transform: uppercase;
}
header .btn-header:hover {
  background: var(--bs-amareloEscuro);
  color: #000;
}

/* ============ TOPO ============ */
#topo h2 {
  font-size: 2em;
  max-width: 170px;
  text-transform: uppercase;
}
#topo h2 span {
  font-weight: 800;
}
#topo .semjuros {
  display: flex;
  color: var(--bs-amarelo);
  align-items: center;
  gap: 10px;
}
#topo .semjuros p:nth-child(1) {
  font-size: 6em;
  font-weight: 800;
  letter-spacing: -4px;
}
#topo .semjuros p:nth-child(2) {
  font-size: 2em;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
}

/* ============ CONTEUDO ============ */
#chamada h2 span {
  font-weight: 700;
}
#chamada p {
  max-width: 320px;
}
#marcas h2 {
  font-size: 2.4em;
}
#marcas h2 span {
  font-weight: 700;
}
#marcas div {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
  gap: 20px;
}
#beneficios {
  display: flex;
  gap: 5%;
  justify-content: center;
  padding-top: 30px;
}
#beneficios div {
  font-size: 1.4em;
  font-weight: 700;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-transform: uppercase;
  line-height: 1.2em;
}
#beneficios div img {
  width: 103px;
  margin-bottom: 10px;
}
#beneficios div small {
  font-size: 0.6em;
  line-height: 1em;
}

/* ============ CADASTRO ============ */
#cadastro {
  margin-bottom: 100px;
}
#cadastro h2 {
  text-transform: uppercase;
}
#cadastro p {
  max-width: 400px;
  margin: 0 auto;
}

/* ============ FORMULÁRIO ============ */

#cadastro .form-control {
  border-radius: 0;
  margin-bottom: 10px;
}
#cadastro button {
  background: var(--bs-amarelo);
  border-radius: 0;
  display: block;
  width: 100%;
  margin-top: 30px;
}
#cadastro .form-check {
  font-size: 1.4em;
  padding-top: 5px;
  display: flex;
  align-items: center;
  gap: 10px;
}
#cadastro .form-check-input {
  font-size: 1.6em;
  margin: 0;
  flex-shrink: 0;
}
#cadastro .form-check-label {
  margin: 0;
  line-height: 1.4em;
}

/* Feedback messages */
.alert {
  margin-top: 20px;
  padding: 15px;
  border-radius: 5px;
  text-align: center;
  font-size: 1.4em;
  font-weight: 600;
}
.alert-success {
  background-color: rgba(246, 180, 7, 0.2);
  border: 1px solid var(--bs-amarelo);
  color: var(--bs-amarelo);
}
.alert-danger {
  background-color: rgba(220, 53, 69, 0.2);
  border: 1px solid #dc3545;
  color: #dc3545;
}

@media (max-width: 768px) {
  .container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  header {
    padding: 2rem 1rem;
  }
  header .btn-header {
    font-size: 1em;
    padding: 12px 25px;
    white-space: nowrap;
  }
  #menu {
    padding: 0 !important;
  }
  #topo {
    padding: 3rem 0 !important;
  }

  #topo .row {
    margin-left: 0;
    margin-right: 0;
  }

  #topo h2 {
    text-align: center;
    max-width: 100%;
    margin: 0 auto 1.5rem;
  }

  #topo .semjuros {
    justify-content: center;
  }

  .conteudo .row {
    margin-left: 0;
    margin-right: 0;
  }

  #chamada {
    text-align: center;
    margin-bottom: 3rem !important;
  }

  #chamada h2 {
    font-size: 2.8em;
  }

  #chamada p {
    margin: 0 auto;
  }

  #marcas {
    margin-bottom: 3rem;
  }

  #marcas h2 {
    font-size: 1.8em;
  }

  #marcas div {
    padding: 0 10px;
  }

  #beneficios {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    max-width: 100%;
    margin: 0 auto;
    padding: 30px 10px;
  }

  #beneficios div {
    font-size: 1.3em;
  }

  #beneficios div img {
    width: 90px;
  }

  #cadastro {
    margin-bottom: 80px !important;
  }

  #cadastro .row {
    margin-left: 0;
    margin-right: 0;
  }

  #cadastro h2 {
    font-size: 2.5em;
  }

  #cadastro p {
    font-size: 1.5em;
    padding: 0 10px;
  }

  #cadastro .form-control {
    width: 100%;
  }

  #cadastro .form-check {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding-left: 0;
  }

  #cadastro .form-check-input {
    margin-top: 3px;
  }
}

/* ============ MODAL ============ */
.modal {
  color: #000;
}
.modal .rolagem {
  max-height: 300px;
  overflow-y: scroll;
}
.modal .rolagem p {
  font-size: 12px;
}
.modal button {
  background: var(--bs-amarelo);
  color: #000;
  border: none;
  opacity: 1;
}
.modal .btn-close {
  padding: 5px 10px;
  width: auto;
  height: auto;
}
.modal .btn-close::after {
  content: "X";
  color: #000;
  display: block;
  font-size: 16px;
  font-weight: 600;
}
