@charset "UTF-8";
@media (max-width: 1100px) {
  /* === HEADER === */
  .header-menu {
    padding: 1rem 2rem;
  }
  .header-menu a {
    font-size: 22px;
  }
  .header-menu .area-cliente {
    visibility: hidden;
  }
  .header-menu .burger {
    display: block;
  }
  .header-menu .dropdown-content,
  .header-menu .dropdown-link i {
    display: none;
  }
  .header-menu .desktop-menu {
    display: none;
  }
  .header-menu .desktop-menu .logo {
    width: 120px;
  }
  .header-menu .desktop-menu .header-menu-list {
    display: none;
  }
  #login-modal .modal-content {
    width: 70%;
  }
  #login-modal .options {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1000px) {
  #historia .slide1 .second {
    flex-direction: column;
  }
  #historia .slide2 {
    flex-direction: column;
  }
  #historia .slide4 .second {
    flex-direction: column;
  }
  #historia .slide5 img {
    width: 30%;
  }
  #historia .slide5 .second {
    flex-direction: column;
  }
  #historia .slide7 {
    flex-direction: column;
  }
  /* === NOTÍCIAS === */
  #noticias .row {
    grid-template-columns: repeat(3, 1fr);
  }
  /* === NOSSOS SERVIÇOS === */
  #nossos-servicos #steps .button {
    margin-top: 1rem;
  }
  #nossos-servicos #steps .steps-modal .modal-content {
    width: 80%;
  }
  /* === CRÉDITO IDEAL === */
  .para-voce-modal .modal-content,
  .para-empresa-modal .modal-content {
    width: 80%;
  }
  .para-voce-modal .para-voce-cards,
  .para-empresa-modal .para-voce-cards {
    grid-template-columns: 1fr;
  }
  /* === EMPRÉSTIMO CONSIGNADO === */
  .emprestimo-modal .modal-content {
    width: 80%;
  }
  /* === EMPRÉSTIMO CONSIGNADO === */
  .cartao-modal .modal-content {
    width: 80%;
  }
  /* === FRANQUEADO === */
  #pq-franqueado .franquia-modal .modal-content {
    flex-direction: column;
    width: 100%;
  }
  #pq-franqueado .franquia-modal .close-franquia {
    color: #f2f2f2;
  }
  #pq-franqueado .franquia-modal .text {
    width: 100%;
  }
  #pq-franqueado .franquia-modal .form {
    width: 100%;
  }
}
@media (max-width: 900px) {
  /* === INSTITUCIONAL === */
  #quem-somos .container {
    display: flex;
    flex-direction: column;
  }
  #quem-somos img {
    width: 100%;
  }
  #historia .splide__slide {
    flex-direction: column;
    justify-content: center;
  }
  #equipe .equipe-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-top: 1rem;
  }
  /* === NOSSOS SERVIÇOS === */
  #nossos-servicos #steps {
    flex-direction: column-reverse;
    gap: 1rem;
  }
  #nossos-servicos #steps ul {
    margin-top: 0;
  }
  #nossos-servicos #steps .button {
    margin-top: 1rem;
  }
  #nossos-servicos #steps .first {
    width: 100%;
    gap: 1rem;
    text-align: initial;
    align-items: center;
  }
  #nossos-servicos #steps .second {
    width: 100%;
  }
  #nossos-servicos #comparacao .comparacao-cards {
    grid-template-columns: 1fr;
  }
  #nossos-servicos #comparacao .versus {
    margin: 1rem 0;
  }
  /* === CONTA ESCROW === */
  #conta-escrow {
    text-align: center;
  }
  #conta-escrow .cartao-modal {
    text-align: left;
  }
  #conta-escrow #steps .title h2::after {
    margin: 10px auto;
  }
  #conta-escrow #steps .content {
    flex-direction: column;
    gap: 1rem;
  }
  #conta-escrow #steps .content .first {
    width: 100%;
  }
  #conta-escrow #steps .content .second {
    width: 100%;
  }
  #conta-escrow #servicos-escrow p.title::after {
    margin: 10px auto;
  }
  #conta-escrow #servicos-escrow .servicos-cards {
    grid-template-columns: repeat(2, 1fr);
  }
  /* === NOTÍCIAS === */
  #noticia-detalhe .row:last-child {
    grid-template-columns: repeat(2, 1fr);
  }
  #noticia-detalhe .row:last-child .col-sm-12 {
    grid-column: span 2;
  }
  /* === FRANQUEADO === */
  #pq-franqueado {
    flex-direction: column;
  }
  #pq-franqueado .first {
    width: 100%;
  }
  #pq-franqueado .second {
    width: 100%;
  }
}
@media (max-width: 800px) {
  #historia .slide3 .first,
  #historia .slide3 .second {
    flex-direction: column;
  }
  #historia .slide5 img {
    width: 50%;
  }
  #historia .slide7 .first {
    flex-direction: column;
  }
  /* === NOTÍCIAS === */
  #noticias .row {
    grid-template-columns: repeat(2, 1fr);
  }
  /* === NOSSOS SERVIÇOS === */
  #nossos-servicos #comparacao {
    text-align: center;
  }
  #nossos-servicos #comparacao h2::after {
    margin: 10px auto;
  }
  #nossos-servicos #comparacao .comparacao-itens {
    flex-direction: column;
  }
  #nossos-servicos #comparacao .comparacao-itens li {
    justify-content: center;
  }
  #nossos-servicos #steps .steps-modal .modal-content {
    flex-direction: column;
    width: 100%;
  }
  #nossos-servicos #steps .steps-modal .close-steps {
    color: #f2f2f2;
  }
  #nossos-servicos #steps .steps-modal .text {
    width: 100%;
  }
  #nossos-servicos #steps .steps-modal .form {
    width: 100%;
  }
  /* === CONTA ESCROW === */
  #conta-escrow #conta-safe {
    flex-direction: column;
  }
  #conta-escrow #conta-safe .title p::after {
    margin: 10px auto;
  }
  #conta-escrow #conta-safe .first {
    width: 100%;
    align-items: center;
  }
  #conta-escrow #conta-safe .second {
    width: 100%;
  }
  /* === CRÉDITO IDEAL === */
  #credito-ideal {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
  /* === EMPRÉSTIMO CONSIGNADO === */
  #consignado {
    text-align: center;
  }
  #consignado .title p::after {
    margin: 10px auto;
  }
  #consignado .vantagens {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  #consignado .vantagens .first,
  #consignado .vantagens .second {
    width: 100%;
  }
  #consignado .vantagens .first .vantagens-cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .emprestimo-modal .modal-content {
    flex-direction: column;
    width: 100%;
  }
  .emprestimo-modal .close-steps {
    color: #f2f2f2;
  }
  .emprestimo-modal .text {
    width: 100%;
  }
  .emprestimo-modal .form {
    width: 100%;
  }
  .cartao-modal .modal-content {
    flex-direction: column;
    width: 100%;
  }
  .cartao-modal .close-steps {
    color: #f2f2f2;
  }
  .cartao-modal .text {
    width: 100%;
  }
  .cartao-modal .form {
    width: 100%;
  }
  #para-voce {
    flex-direction: column;
    gap: 1rem;
  }
  #para-voce .para-voce-cards {
    grid-template-columns: repeat(3, 1fr);
  }
  #para-voce .text {
    width: 100%;
    padding: 2rem;
  }
  #para-voce .form {
    width: 100%;
  }
  /* === TRABALHE CONOSCO === */
  #trabalhe-conosco .carreira-container {
    flex-direction: column;
    gap: 2rem;
  }
  #trabalhe-conosco .carreira-container .first {
    width: 100%;
  }
  #trabalhe-conosco .carreira-container .second {
    width: 100%;
  }
  #trabalhe-conosco .form-carreira {
    flex-direction: column;
  }
  #trabalhe-conosco .form-carreira .first {
    width: 100%;
  }
  #trabalhe-conosco .form-carreira form {
    width: 100%;
  }
  /* === FRANQUEADO === */
  #franquia-passos .container-passos {
    grid-template-columns: repeat(1, 1fr);
  }
  #franquia-passos .arrow-hidden {
    display: block;
  }
  #franquia-passos .fa-arrow-right,
  #franquia-passos .fa-arrow-left {
    display: none;
  }
  #franquia-passos .span-5 {
    grid-column: 1;
  }
  #franquia-passos .passo:nth-child(7) {
    grid-row: 11;
  }
  #franquia-passos .passo:nth-child(11) {
    grid-row: 7;
  }
  /* === INVESTIMENTOS === */
  #investimentos {
    flex-direction: column;
  }
  #investimentos .first {
    width: 100%;
  }
  #investimentos .first .button {
    align-self: center;
  }
  #investimentos .second {
    width: 100%;
  }
  #investimentos .second img {
    max-width: 100%;
  }
  #investimentos .investir-modal .modal-content {
    flex-direction: column;
    width: 100%;
  }
  #investimentos .investir-modal .close-investir {
    color: #f2f2f2;
  }
  #investimentos .investir-modal .text {
    width: 100%;
  }
  #investimentos .investir-modal .form {
    width: 100%;
  }
  /* === CONTATO === */
  .contato .second {
    flex-direction: column;
    gap: 2rem;
  }
  .contato form {
    width: 100%;
  }
  .contato form .button {
    width: 100%;
  }
  .contato iframe {
    width: 100%;
  }
  /* === Área do Cliente === */
  #area-do-cliente .options-cards {
    grid-template-columns: repeat(1, 1fr);
  }
  #area-do-cliente .card {
    flex-direction: column;
  }
  /* === FOOTER === */
  .footer h3::after {
    margin: 1rem auto;
  }
  .footer .container:first-child {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .footer .footer-section {
    align-items: center;
  }
  .footer .newsletter button,
  .footer .newsletter input {
    width: 100%;
  }
}
@media (max-width: 700px) {
  /* === HOME === */
  #home #options .options-cards {
    grid-template-columns: repeat(1, 1fr);
  }
  #home #antecipacao .antecipacao-cards {
    grid-template-columns: repeat(2, 1fr);
  }
  #home #servicos-home {
    text-align: center;
  }
  #home #servicos-home h2::after {
    margin: 10px auto;
  }
  #home #servicos-home .banners {
    grid-template-columns: 1fr;
  }
  #home #slide-parcerias h2::after {
    margin: 10px auto;
  }
  #home #home-contato h2::after {
    margin: 10px auto;
  }
  /* === INSTITUCIONAL === */
  #missao .container {
    grid-template-columns: repeat(2, 1fr);
  }
  #missao .visao {
    grid-column: span 2;
  }
  /* === NOSSOS SERVIÇOS === */
  #nossos-servicos {
    text-align: center;
  }
  #nossos-servicos h2::after {
    margin: 1rem auto;
  }
  #nossos-servicos #oq-fazemos .servicos-cards {
    grid-template-columns: repeat(2, 1fr);
  }
  #nossos-servicos #antecipacao .cheque-cards,
  #nossos-servicos #antecipacao .duplicata-cards {
    grid-template-columns: repeat(1, 1fr);
  }
  /* === CRÉDITO IDEAL === */
  .para-voce-modal .modal-content,
  .para-empresa-modal .modal-content {
    flex-direction: column;
    width: 100%;
  }
  .para-voce-modal .text,
  .para-empresa-modal .text {
    width: 100%;
  }
  .para-voce-modal .form,
  .para-empresa-modal .form {
    width: 100%;
  }
  .para-voce-modal .close-ideal,
  .para-empresa-modal .close-ideal {
    color: #f2f2f2;
  }
  .para-voce-modal .para-voce-cards,
  .para-empresa-modal .para-voce-cards {
    grid-template-columns: repeat(2, 1fr);
  }
  /* === EMPRÉSTIMO CONSIGNADO === */
  #consignado-steps {
    text-align: center;
  }
  #consignado-steps .cartao-modal {
    text-align: left;
  }
  #consignado-steps .steps-cards {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
  /* === CONTATO === */
  .contato .contato-cards {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  /* === GLOBAL === */
  .container {
    padding: 2rem;
  }
  /* === HOME === */
  #home img {
    width: 100%;
  }
  #home #options .options-cards {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(3, 180px);
  }
  #home #home-contato .container {
    flex-direction: column;
  }
  #home #home-contato form {
    width: 100%;
  }
  #home #home-contato form .button {
    width: 100%;
  }
  #home #home-contato iframe {
    width: 100%;
  }
  /* === INSTITUCIONAL === */
  #equipe .equipe-cards {
    grid-template-columns: repeat(2, 1fr);
  }
  /* === NOTÍCIAS === */
  #noticias .row {
    grid-template-columns: repeat(1, 1fr);
  }
  #noticias #noticias img {
    height: 150px;
  }
  #noticia-detalhe .row:last-child {
    grid-template-columns: repeat(1, 1fr);
  }
  #noticia-detalhe .row:last-child .col-sm-12 {
    grid-column: span 1;
  }
  #noticia-detalhe img {
    height: 150px;
  }
  /* === NOSSOS SERVIÇOS === */
  #nossos-servicos #comparacao .card:first-child,
  #nossos-servicos #comparacao .card:last-child {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1rem;
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.8) 100%), url(../../images/home02.jpg);
    background-size: cover;
    padding: 2rem;
    border-radius: 2px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 10px;
  }
  #nossos-servicos #comparacao .card h2 {
    border: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(242, 242, 242, 0.5);
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
  #nossos-servicos #comparacao .card ul {
    text-align: start;
  }
  /* === CRÉDITO IDEAL === */
  #para-voce .para-voce-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    text-align: center;
  }
  h2::after {
    margin: 10px auto !important;
  }
  /* === HOME === */
  #home #antecipacao .antecipacao-cards {
    grid-template-columns: repeat(1, 1fr);
  }
  /* === INSTITUCIONAL === */
  #missao .container {
    grid-template-columns: 1fr;
  }
  #missao .visao {
    grid-column: 1;
  }
  /* === NOSSOS SERVIÇOS === */
  #nossos-servicos {
    text-align: center;
  }
  #nossos-servicos h2::after {
    margin: 1rem auto;
  }
  #nossos-servicos #oq-fazemos .servicos-cards {
    grid-template-columns: repeat(1, 1fr);
  }
  /* === CONTA ESCROW === */
  #conta-escrow #servicos-escrow .servicos-cards {
    grid-template-columns: repeat(1, 1fr);
  }
  #conta-escrow #conta-safe .banner-safe {
    justify-content: center;
  }
  #conta-escrow #conta-safe .banner-safe h3 {
    max-width: 100%;
  }
  /* === EMPRÉSTIMO CONSIGNADO === */
  #consignado .vantagens .first .vantagens-cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 400px) {
  /* === CRÉDITO IDEAL === */
  #para-voce .para-voce-cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
