@import url("reset.css");
@import url("form.css");
@import url("buttons.css");
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Inter:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

* {
  --primary-100: #C6FAC6;
  --neutral-100: #F4F5F4;
  --neutral-800: #292D2B;
  --neutral-900: #1B1D1C;
  --gray-100: #E9EBEDE5;
  --gray-200: #A6A6A6;
  --gray-300: #D5D8D6;
}

html,
body {
  background-color: #f7f7f7;
  color: #282828;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
}

p,
a {
  color: #282828;
}

.wrap {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  background-color: #f7f7f7;
}

.forgot-password {
  float: right;
  display: block;
  margin: 20px 0 10px 0;
  color: #007600;
  font-size: 13px;
  cursor: pointer;
}

.logo {
  display: flex;
  flex-direction: column;
  max-width: 1440px;
  margin: 80px 0 0;
}

.box--form {
  border-radius: .5rem;

  margin-top: 80px;
}

.box--text .box--text__title {
  text-transform: none;
  text-align: left;
  font-size: 22px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}

.box--text .box--text__text-billet {
  padding-right: 22px;
}

.box--text .box--text__text-billet .box--text__text-billet__text {
  margin: 25px 0;
}

.box--text .subtitle {
  display: block;
  margin-bottom: 15px;
  text-align: left;
  font-size: 15px;
}

.box--outline {
  border: 1px solid var(--gray-300);
  padding: 100px 2rem;
}

.box--hero {
  background-image: url("../images/foto.jpg");
  height: 812px;
  display: flex;
  align-items: center;
}

.box--hero__content {
  width: 100%;
}

.box--hero .title {
  font-size: 30px;
  text-transform: initial;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  font-weight: normal;
  width: 100%;
}

.box--hero .subtitle {
  margin: 5px auto 0;
  max-width: 507px;
  font-size: 21px;
  letter-spacing: 1px;
  color: #fff;
}

.payment-info-row {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 0;
  margin-bottom: 1rem;
}

.payment-info-row .btn {
  margin: 0;
  display: flex;
  text-align: center;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.payment-info-row .msg {
  font-size: 11px;
  color: #444444;
  padding-left: 30px;
  position: relative;
}

.payment-info-row .pay-icon {
  font-size: 14px;
  color: #444444;
  padding-left: 30px;
  position: relative;
}

.msg::before {
  content: url(../images/warning-bw.svg);
  color: #444444;
  position: absolute;
  left: 0px;
  top: 8px;
}

.pay-icon::before {
  content: url(../images/check-icon.svg);
  color: #444444;
  position: absolute;
  left: 0px;
  width: 25px;
}

.payment-info-row .msg strong {
  display: block;
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
}

.billetsForInstitucional .info {
  background-color: rgba(189, 198, 207, .25);
  text-align: center;
  color: #7f7f7f;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 3px;
  margin: 5px 0 15px;
}

.title-installment-info {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: var(--neutral-800);
  margin-top: 32px;
}

.subtitile-installment-info {
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 16px;
  color: #535B56;
  margin-bottom: 16px;
}

.billetsForInstitucional .payment-info {
  color: var(--neutral-800);
  font-weight: 600;
  position: relative;
}

.order-number {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #424844;
}

.billetsForInstitucional .payment-info--light {
  color: rgba(68, 68, 68, .57);
}

.billetsForInstitucional .due-date {
  font-size: 11px;
  font-weight: 400;
}

.billetsForInstitucional .price {
  font-size: 16px;
}

.dda-icon {
  display: block;
  margin-bottom: 15px;
  margin-right: 10px;
}

.close {
  float: right;
  cursor: pointer;
}

.close::before {
  display: inline;
  content: url(../images/close-up.svg);
  background-size: 28px 28px;
  vertical-align: middle;
}

.close:hover::before {
  display: inline;
  content: url(../images/close-down.svg);
  background-size: 28px 28px;
  vertical-align: middle;
}

.banks {
  position: relative;
}

.info-bank {
  display: none;
  position: absolute;
  z-index: 1000000;
  top: -160px;
  left: 45px;
  width: 414px;
  height: 237px;
  padding: 0 15px;
  object-fit: contain;
  border-radius: 4px;
  box-shadow: 0 2px 27px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  max-width: 100%;
}

.info-bank .title {
  font-size: 16px;
  color: #4a4a4a;
  padding: 12px 0 36px 10px;
  text-align: left;
  border-bottom: 1px solid rgba(151, 151, 151, 0.2);
}

.info-bank .text {
  padding: 0 36px;
  color: #4a4a4a;
  font-weight: 500;
  margin-top: 15px;
}

.info-bank .breadcrumb {
  padding: 10px 36px;
  color: #282828;
  background: #c3c3c3;
  margin-top: 15px;
}

/* MSG BOX --------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */
.msg-box {
  background-color: rgba(189, 198, 207, 0.25);
  padding: 12px;
  margin: 12px 0;
  font-size: 14px;
}

.error {
  color: #d80027;
}

.error::before {
  display: inline;
  content: url(../images/warning.svg);
  background-size: 28px 28px;
  margin-right: 10px;
  vertical-align: middle;
}

.success {
  color: #00942b;
}

.success::before {
  display: inline;
  content: url(../images/shape.svg);
  background-size: 28px 28px;
  margin-right: 10px;
  vertical-align: middle;
}

.clear {
  clear: both;
}

.header .logo {
  margin-right: 15px;
  width: 135px;
}

.header .logo .lg-1 {
  display: block;
}

.header .logo img {
  max-width: 100%;
  border-radius: 5px;
}

.header .menu ul li.current-menu-item a {
  color: #dd5430;
}

.header.active {
  background-color: #fff;
  box-shadow: 0 0 30px rgba(160, 160, 160, 0.5);
}

.header.active .logo .lg-1 {
  display: none;
}

.header.active .logo .lg-2 {
  display: block;
}

.header.active .menu ul li a {
  color: #808080;
}

.header.active .menu ul li a:hover,
.header.active .menu ul li a.atv,
.header.active .menu ul li.current-menu-item a {
  color: #dd5430;
}

.header.atv {
  background-color: #fff;
  box-shadow: 0 0 30px rgba(160, 160, 160, 0.5);
}

.header.atv .logo .lg-1 {
  display: none;
}

.header.atv .logo .lg-2 {
  display: block;
}

.header.atv .menu ul li a {
  color: #808080;
}

.header.atv .menu ul li a:hover,
.header.atv .menu ul li a.atv,
.header.atv .menu ul li.current-menu-item a {
  color: #dd5430;
}

.container-2 {
  position: relative;
  width: 90%;
  height: auto;
  max-width: 1340px;
  margin: 0px auto;
}

.text-center {
  text-align: center;
}

/* Bank Brand ----------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */

.bank-brands .bank-brands__icon:hover path {
  fill: #00ff00;
}

.bank-brands .bank-brands__icon:hover rect {
  stroke: #00ff00;
}

.icon {
  display: inline-block;
  height: 104px;
  width: 90px;
  margin-right: 10px;
  vertical-align: middle;
  background-size: 28px 28px;
  cursor: pointer;
}

/* .icon--itau::after {
  content: url(../images/itau-up.svg);
} */

/* .icon--itau:hover::after {
  content: url(../images/itau-down.svg);
} */

.icon--santander::after {
  content: url(../images/santander-up.svg);
}

.icon--santander:hover::after {
  content: url(../images/santander-down.svg);
}

.icon--bradesco::after {
  content: url(../images/bradesco-up.svg);
}

.icon--bradesco:hover::after {
  content: url(../images/bradesco-down.svg);
}

.icon--banco-brasil::after {
  content: url(../images/banco-brasil-up.svg);
}

.icon--banco-brasil:hover::after {
  content: url(../images/banco-brasil-down.svg);
}

.icon--caixa::after {
  content: url(../images/caixa-up.svg);
}

.icon--caixa:hover::after {
  content: url(../images/caixa-down.svg);
}

/* Flex ----------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */

.flex-container {
  -webkit-display: -webkit-box;
  -webkit-display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-wrap {
  display: flex;
  flex-wrap: nowrap;
}

.flex-nowrap {
  display: flex;
  flex-wrap: wrap;
}

.flex-v-middle {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
}

.flex-v-start {
  align-items: align-items;
}

.flex-h-center {
  align-items: center;
}

.flex-justify {
  justify-content: space-between;
}

.flex-side {
  flex: 1;
}

small {
  font-size: .65rem;
  display: inline-block;
}

.box--text {
  padding-inline: 2rem;
  padding-block: 2rem 1.5rem;

  border: 1px solid var(--gray-300);
  border-radius: .5rem;

  margin-top: 80px;
}

@media screen and (max-width: 1200px) {
  .wrap {
    padding: 15px;
  }

  .wrap--reverse {
    flex-direction: column-reverse;
  }

  .box--form {
    width: 100%;
  }

  .box--hero {
    display: none;
  }

  .box--text {
    width: 100%;
  }

  .box--text .title {
    height: 60px;
    max-width: 100%;
  }

  .banks {
    text-align: center;
  }
}

@media screen and (max-width: 992px) {
  .logo {
    text-align: center;
  }

  .box--form {
    padding: 2rem;
  }

  .box--text {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .box--hero__content {
    text-align: left;
    margin: 0;
  }

  .box--text .title {
    height: 60px;
    max-width: 100%;
    text-align: left;
  }

  .info-bank {
    top: 0;
    left: 0;
  }

  .dda {
    padding-top: 25px;
    border-top: 1px solid rgba(151, 151, 151, 0.4);
  }

  .bank-brands {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 576px) {
  .banks {
    text-align: center;
  }

  .box--outline {
    padding: 1.5rem;
  }
}

@media screen and (max-width: 338px) {
  .box--outline {
    padding: 1.5rem 1rem;
  }
}

::-moz-selection {
  color: #282828 !important;
  background-color: #00ff00 !important
}

::selection {
  color: #282828 !important;
  background-color: #00ff00 !important
}

footer .icon-logo {
  width: 100px;
  height: 40px;
}

footer .nav-link {
  color: #000;
  font-size: .9rem;
}

footer .nav-link:hover {
  text-decoration: underline
}

footer .footer-title {
  padding: 0 1rem;
}

footer .footer-social {
  font-size: 1.5rem;
  align-items: center;
}

footer .footer-social a {
  color: #000;
}

footer .footer-social a:not(:last-child) {
  margin-right: 20px;
}

footer .footer-social a::first-child {
  font-size: 1.25rem;
}

footer .footer-social a:hover {
  color: #0f0
}

footer .copyright,
.disclaimer {
  font-size: .8rem
}

@media (max-width: 575.98px) {
  footer .footer-title, footer .nav-link {
    font-size: .8rem;
  }

  footer .copyright,
  .disclaimer {
    font-size: .75rem
  }
}

.hidden {
  display: none;
}

/****************** Entrance Styles ******************/

.wrapper-entrance {
  display: flex;
  position: relative;

  background-color: var(--primary-100);
  min-height: 100vh;
}

.wrapper-entrance > #background-pattern {
  position: absolute;
  right: 0;

  height: 100%;
  object-fit: cover;

  z-index: 0;
}

.wrapper-entrance > #hand-showing-app {
  display: none;

  position: absolute;
  right: 0;
  bottom: 5%;

  z-index: 1;

  height: 80%;
  width: auto;
}

.wrapper-entrance > .content-entrance {
  display: flex;
  flex-direction: column;
  justify-content: center;

  flex: 1;
  margin: 1rem;
}

.content-entrance > .box-info-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: center;

  gap: 1.5rem;

  width: 100%;
  max-width: 639px;

  border: 2px solid white;
  background: var(--gray-100);

  padding: 3rem 1.5rem;

  z-index: 2;
}

.box-info-wrapper > h1, p {
  color: var(--neutral-900);
}

.box-info-wrapper > h1 {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;

  line-height: 2.5rem;
}

.box-info-wrapper > p {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  line-height: 20px;

  text-align: center;
}

.box-info-wrapper > img {
  width: 100%;
  height: auto;

  max-width: 263px;
  max-height: 263px;

  display: none;
}

.box-info-wrapper-buttons {
  display: flex;
  justify-content: center;

  flex-wrap: wrap;
  gap: .5rem;
  width: 100%;
}

.box-info-wrapper-buttons > a {
  border: none;
  outline: none;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: .5rem;
  gap: .5rem;

  width: 100%;
  max-width: 263px;
  height: 46px;

  background-color: var(--neutral-900);
  border: 1px solid var(--gray-200);

  border-radius: 5px;
}

.box-info-wrapper-buttons > a:hover {
  opacity: .9;
  transform: scale(101%);

  transition: opacity, scale .3s;
}

.box-info-wrapper > .proceed-button {
  border: none;
  outline: none;
  background: none;

  font-size: 1rem;
  color: var(--neutral-900);
}

.box-info-wrapper > .proceed-button:hover {
  opacity: .8;
  transition: opacity .3s;
}

@media (min-width: 48em) {
  .content-entrance > .box-info-wrapper {
    padding: 3.5rem 3rem;
  }

  .wrapper-entrance > .content-entrance {
    margin-inline: 5rem;
    margin-block: 1rem;
  }

  .box-info-wrapper > h1 {
    font-size: 2.9rem;
    line-height: 60px;
  }

  .box-info-wrapper > p {
    font-size: 20px;
    line-height: 30px;
  }

  .box-info-wrapper > .proceed-button {
    font-size: 20px;
  }

  .box-info-wrapper > img {
    display: inherit;
  }
}

@media (min-width: 70em) {
  .content-entrance > .box-info-wrapper {
    align-self: flex-start;
  }

  .wrapper-entrance > #hand-showing-app {
    display: inherit;
  }
}

@media (min-width: 96em) {
  .wrapper-entrance > #hand-showing-app {
    height: 80%;
    width: auto;
  }
}

/****************** Home Styles ******************/

.b-white {
  background-color: white;
}

.box-app-wrapper {
  width: 100%;
  padding: 1rem;

  border-radius: .5rem;
  border: 1px solid var(--gray-300);

  margin-top: 2rem;
}

.box-app-content {
  display: flex;
  flex-direction: column;
  align-items: center;

  padding: 1rem;
  gap: 1rem;

  border-radius: 0px .5rem .5rem 0px;

  background-color: var(--neutral-100);
}

.box-app-wrapper-buttons {
  display: flex;
  justify-content: center;

  flex-wrap: wrap;
  gap: .5rem;
  width: 100%;
}

.box-app-wrapper-buttons > a {
  border: none;
  outline: none;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: .5rem;
  gap: .5rem;

  width: 100%;
  max-width: 251px;


  background-color: var(--neutral-900);
  border: 1px solid var(--gray-200);

  border-radius: 5px;
}

.box-app-content > img {
  width: 100%;
  height: auto;
}

.box-app-texts-wrapper {
  display: flex;
  text-align: center;
  flex-direction: column;
  gap: .5rem;
}

.box-app-texts-wrapper > h3, p {
  color: var(--neutral-800);
}

.box-app-texts-wrapper > h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.box-app-texts-wrapper > p {
  font-size: 14px;
}

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