body,
html {
  background-color: #F5F7F9;
}

#relatar {
  margin: 80px 0 0 0;
}
/*
footer {
  background-position: bottom center;
  padding-top: 25px;
  padding-bottom: 25px;
}
*/


header .perfil {
  display: flex;
  align-items: center;
  gap: 10px;
}

header .perfil h6 {
  font-size: 14px;
  margin: 0;
  font-weight: 700;
  color: #3C5469;
}

header .perfil p {
  margin-top: 0;
  margin-bottom: 0;
  color: #3C5469;
  font-size: 12px;
}

header .navbar-nav .nav-link {
  color: #3c5469;
  font-weight: 600;
}

header .navbar-nav .nav-link i {
  font-size: 18px;
  position: relative;
  bottom: -4px;
  color: #0854a1;
}


.btn-solid-grey {
  color: #3C5469;
  font-size: 10px;
  font-weight: 700;
  background: #F1F1F1;
  padding: 8px 12px;
  display: inline-block;
  border-radius: 50px;
  transition: 0.3s;
  margin: 3px;
}

.btn-solid-grey:hover {
  color: #3C5469;
  background: #dddddd;
}

.btn-solid-green {
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  background: #37bc64;
  padding: 8px 12px;
  display: inline-block;
  border-radius: 50px;
  transition: 0.3s;
  margin: 3px;
}

.btn-solid-green:hover {
  color: #ffffff;
  background: #2fa556;
}

.box-master {
  background: #fff;
  border: 1px #e9ecef solid;
  border-radius: 8px;
  padding: 25px;
}

.box-master h2 {
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}

.box-proposta.consolidada {
  border: 1px rgb(237 240 243) solid;
  background: #f5f7f9;
}

.box-proposta {
  padding: 15px;
  border-radius: 6px;
  background: #fff;
}

.box-proposta .row {
  align-items: center;
}

.detalhe {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
}

em {
  font-style: normal;
  font-weight: 800;
}

.desconto article {
  background: url(../images/tag.png), linear-gradient(#0954a1, #0954a1);
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  border-radius: 70px;
  color: #fff;
  flex-direction: column;
  padding: 15px 25px;
  max-width: 270px;
  margin: 0 auto;
}

.desconto article strong {
  color: #fff;
  font-weight: 900;
  font-size: 30px;
  line-height: 1;
}

.desconto article span {
  line-height: 1;
}

.valor em {
  display: block;
  font-size: 25px;
  color: #21ba6c;
}

.valor span,
.valor span b {
  font-weight: 600;
}

.w100 {
  width: 100%;
}

.btn-master {
  background: #0855a1;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  padding: 10px;
  transition: 0.3s ease-in-out;
  margin: 5px;
  border: none;
  border-radius: 5px;
}

.btn-master:hover {
  background: #0b61b7;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  padding: 10px;
}

.btn-master.btn-mini {
  padding: 5px 10px;
}

.btn-white-border {
  background: #fff;
  border: 2px solid #0855a1;
  color: #0855a1;
  font-weight: 700;
  font-size: 15px;
  padding: 10px;
  transition: 0.3s ease-in-out;
  margin: 5px;
}

.btn-white-border:hover {
  background: #fff;
  border: 3px solid #0855a1;
  color: #0855a1;
  font-weight: 700;
  font-size: 15px;
  padding: 10px;
}

summary {
  margin-top: 20px;
}

table {
  width: 100%;
  margin: 20px 0;
  text-align: center;
}

thead tr td {
  padding: 10px 20px;
  background: #e8e9ec;
  font-weight: 700;
  text-wrap: nowrap;
}

table tbody tr td {
  padding: 10px 0;
}

table tbody tr:nth-child(even) {
  background-color: rgb(245, 246, 249);
}



.box-acordo-detalhes {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 2px #3c54692e;
  display: flex;
  margin-top: 30px;
  flex-wrap: wrap;
}
.box-acordo-detalhes .desconto {
  position: relative;
  width: 25%;
  height: 115px;
}
.box-acordo-detalhes .desconto img {
  width: 100%;
  border-radius: 10px 0 0 0;
  height: 100%;
  object-fit: cover;
}
.box-acordo-detalhes .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(110deg, #023161f0 0%, #0954a1f2 79%, #d5d5d5 79.5%, #fff 82%);
  border-radius: 10px 0 0 0;
}
.box-acordo-detalhes .overlay h6 {
  position: absolute;
  bottom: 15px;
  left: 15px;
  margin: 0;
  color: #fff;
  font-weight: 300;
  font-size: 12px;
}
.box-acordo-detalhes .overlay h6 strong {
  color: #51F589;
  display: block;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
}
.box-acordo-detalhes .overlay h6 span{
  font-weight: 600;
  font-size: 15px;
}
.box-acordo-detalhes .content {
  padding: 15px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
}
.box-acordo-detalhes .content:nth-child(1){
  background: #0854a1;
  color: #fff;
  border-radius: 10px 10px 0 0;
}
.box-acordo-detalhes .content h6 {
  font-size: 1rem;
  margin-left: -15px;
  font-weight: 700;
}
.box-acordo-detalhes .content .header {
  display: flex;
  gap: 15px;
}
.box-acordo-detalhes .content .header p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  display: inline-block;
}
.box-acordo-detalhes .content .body {
  padding: 10px 0;
}
.box-acordo-detalhes .content .body h6 {
  font-size: 1rem;
  margin-bottom: 0px;
  margin-left: -8px;
}
.box-acordo-detalhes .content .body h5 {
  font-size: 1rem;
  color: #0954A1;
  margin-left: -15px;
  margin-bottom: 0px;
}
.box-acordo-detalhes .content .body h5 strong {
  font-size: 1.3rem;
  color: #0954A1;
  font-weight: 800;
}
.box-acordo-detalhes .content .footer {
  text-align: right;
}
.box-acordo-detalhes .payment {
  width: 100%;
  padding: 20px;
  display: flex;
  justify-content: space-between;
}
.box-acordo-detalhes .payment h5 {
  font-size: 1.25rem;
  margin: 0;
}
.box-acordo-detalhes .payment h4 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0854a1;
  margin: 0;
}
.box-acordo-detalhes .payment .box-logos img {
  max-width: 40px;
  height: 100%;
  border: 0px #f4f4f4 solid;
  border-radius: 5px;
  box-shadow: 1px 1px 1px #0000001a;
}
.box-acordo-detalhes .payment .box-logos {
  display: flex;
  gap: 5px;
  justify-content: flex-end;
}
.box-acordo-detalhes .payment div:nth-child(2){
  text-align: center;
  flex-direction: column;
  display: flex;
  gap: 13px;
  justify-content: end;
}
.box-acordo-detalhes .payment .light {
  color: #3c5469;
  font-size: 12px;
  font-weight: 600;
}
.box-acordo-detalhes .detalhes {
  padding: 20px;
}

.box-acordo-detalhes hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid rgba(0,0,0,.1);
  width: 100%;
}


.box-negociacao {
  box-shadow: 2px 2px 8px #ebebeb;
  padding: 20px;
  border-radius: 5px;
  position: relative;
}
.box-negociacao.destaque {
  border: 3px #0954a1 solid;
  border-radius: 10px;
}
.box-negociacao .titag.simulador {
  background: #0954a1;
  color: #fff;
  width: calc(100% + 40px);
  position: relative;
  left: -20px;
  right: -20px;
  top: -20px;
  padding: 15px 30px ;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px 5px 0 0;
  font-weight: 800;
}
.box-negociacao .tag {
  position: absolute;
  width: 135px;
  height: 135px;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 9;
}
.box-negociacao .tag span {
  display: block;
  width: 200px;
  padding: 6px 30px;
  text-align: center;
  background-color: #7dba06;
  color: #fff;
  transform: rotate(315deg);
  position: absolute;
  left: -45px;
  top: 38px;
  font-size: 13px;
  font-weight: 900;
}
.box-negociacao .desconto h1 {
  font-size: 70px;
  text-align: center;
  font-weight: 800;
  line-height: 1;
  color: #003367;
}
.box-negociacao .desconto h1 span {
  font-size: 22px;
  display: block;
}

.box-negociacao .valor {
  background: #f5f7f9;
  padding: 15px;
  border-radius: 5px;
  text-align: center;
}
.box-negociacao h2.entrada {
  font-size: 14px;
}
.box-negociacao .entrada span {
  font-size: 20px;
  font-weight: 800;
  display: block;
}

.box-negociacao .valor h3,
.box-negociacao .valor h3 span {
  font-size: 1.2rem;
  font-weight: 600;
}

.box-negociacao .valor h3 span {
  font-size: 1.8rem;
  font-weight: 800;
  display: block;
  color: #0954a1;
}
.box-negociacao .valor p small {
  font-size: 80%;
  font-weight: 600;
}
.box-negociacao .valor p {
  margin-bottom: 0;
}
.box-negociacao .h4, h4 {
  font-size: 1rem;
}
.box-negociacao .economia h4 i {
  background: #7eba21;
  color: #fff;
  padding: 3px;
  border-radius: 5px;
  font-size: 14px;
  position: relative;
  top: -1px;
}
.box-negociacao .economia {
  padding: 10px 0;
}
.box-negociacao .economia b {
  color: #11559c;
}
.box-negociacao .ufir label {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
.box-negociacao .ufir p {
  margin-bottom: 0;
}
.box-negociacao p {
  margin-bottom: 1rem;
  line-height: 1.2;
  text-align: center;
}
.box-negociacao .titag.simulador b {
  text-shadow: 2px 2px 2px #06488a;
}

.box-termos .header-termos h2 {
  font-size: 1.2rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 20px;
}
.box-termos .body-termos {
  max-height: 450px;
  display: block;
  overflow-y: auto;
  border: 1px solid #eaeaea;
  padding: 20px;
  border-radius: 5px;
}
.box-termos .container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 19px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #3c5469;
  border: 1px solid #eaeaea;
  padding: 10px 10px 10px 45px;
  top: 0;
  left: 0;
  margin: 15px 0 10px 0;
  width: 100%;
  border-radius: 5px;
}

.box-termos .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.box-termos .checkmark {
  position: absolute;
  top: 11px;
  left: 11px;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border: 2px #3c5469 solid;
  border-radius: 5px;
}

.box-termos .container:hover input ~ .checkmark {
  background-color: #ccc;
}

.box-termos .container input:checked ~ .checkmark {
  background-color: #3c5469;
}

.box-termos .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.box-termos .container input:checked ~ .checkmark:after {
  display: block;
}

.box-termos .container .checkmark:after {
  left: 7px;
  top: 1px;
  width: 8px;
  height: 14px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.box-termos .footer-termos .btn-white-border {
  padding: 10px 40px;
  text-transform: uppercase;
}
.box-termos .footer-termos .btn-master{
  padding: 12px 40px;
  text-transform: uppercase;
}
.box-termos .footer-termos form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.box-cadastro {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 2px #3c54692e;
  display: flex;
  margin-top: 30px;
  flex-wrap: wrap;
  padding: 20px;
}

.box-cadastro h6 {
  margin-bottom: 0px;
  font-weight: 700;
}

.box-cadastro hr {
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, .1);
  width: 100%;
}

form {
  width: 100%;
  margin: 0 auto;
}

form input,
form select,
form textarea {
  width: 100%;
  padding: 15px 10px 12px 10px;
  border: 1px #3c546926 solid;
  border-radius: 4px;
  font-size: 14px;
  -webkit-appearance: none;
}

form label {
  display: inline-block;
  margin-bottom: 0;
  font-size: 14px;
  position: relative;
  background: #fff;
  bottom: -12px;
  left: 10px;
  padding: 1px 5px;
  font-weight: 600;
  color: #0854a1;
}

form .form-row {
  display: flex;
  gap: 15px;
  padding: 5px;
}

form .form-col {
  flex: 1;
}

form .form-col.mini {
  flex: 0.5;
}


.box-login {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 2px #3c54692e;
  display: flex;
  flex-wrap: wrap;
  padding: 35px 30px;
  border: 2px #0854a1 solid;
}

.box-login h6 {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 20px;
}

.box-login p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 13px;
}

.box-login form .form-row {
  display: flex;
  gap: 15px;
  padding: 5px;
  align-items: center;
}

.box-login a {
  color: #3c5469;
  text-decoration: none;
  background-color: transparent;
  font-weight: 600;
}

#modalpagar .modal-dialog {
  max-width: 1000px;
  margin: 5rem auto;
}

.modal-payment {
  display: flex;
}

.modal-payment .tab-payment {
  overflow: hidden;
  border-right: 1px solid #ccc;
  background-color: transparent;
  width: 25%;
  display: flex;
  flex-direction: column;
}

.modal-payment .tab-payment button {
  background-color: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 20px 14px;
  transition: 0.3s;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  color: #4e667a;
  display: flex;
  align-items: center;
  gap: 10px;
  border-right: 4px transparent solid;
}

.modal-payment .tab-payment button img {
  max-width: 15px;
}

.modal-payment .tab-payment button:hover {
  border-right: 4px #8bd5a3 solid;
}

.modal-payment .tab-payment button.active {
  border-right: 4px #3abd66 solid;
}

.modal-payment .tab-content {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

.modal-payment .content-payment {
  padding: 20px;
  width: 75%;
}

.modal-payment .content-payment .footer-payment {
  display: flex;
  justify-content: space-between;
}

.modal-payment .content-payment .footer-payment h6 strong {
  font-size: 22px;
  display: block;
  line-height: 1.5;
}

.box-pix {
  width: 100%;
  padding: 15px;
  border: none;
  border-radius: 10px;
  margin-top: 15px;
  position: relative;
  color: #3c5469;
}

.box-pix span {
  word-break: break-all;
}

.box-pix i {
  background: #3abd66;
  padding: 5px 7px 0px 5px;
  display: inline-block;
  border-radius: 5px;
  font-size: 20px;
  color: #fff;
}

.tooltip-pix {
  display: none;
  background-color: #efefef;
  color: #3c5469;
  padding: 5px 10px;
  border-radius: 5px;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.tooltip-pix::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-left: 8px transparent solid;
  border-right: 8px transparent solid;
  border-top: 0px transparent solid;
  border-bottom: 8px #efefef solid;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 1440px) {}

@media (max-width: 1440px) {}

@media (max-width: 1024px) {}

@media (max-width: 768px) {
  header .perfil div {
    display: none;
  }

  header .perfil {
    margin-right: -25vw;
  }

  .box-oportunidade .overlay {
    background: linear-gradient(110deg, #023161f0 0%, #0954a1f2 79%);
  }

  .box-oportunidade .desconto::after {
    display: none;
  }

  .box-oportunidade .overlay h6 strong {
    font-size: 35px;
  }

  .box-oportunidade .overlay h6 span {
    font-size: 12px;
  }

  .box-oportunidade .desconto {
    width: 35%;
    margin-top: 0;
  }

  .box-oportunidade .content .body h6 {
    margin-left: 0;
  }

  .box-oportunidade .content .body h5 {
    margin-left: 0px;
  }

  .box-oportunidade .content .header {
    gap: 0px 10px;
    flex-wrap: wrap;
  }

  .box-acordo {
    width: 100%;
    margin: 15px auto;
    max-width: 260px;
  }

  footer {
    margin-top: 0px;
  }

  .modal-payment {
    display: flex;
    flex-direction: column;
  }

  .modal-payment .tab-payment {
    overflow: hidden;
    border-right: 0px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: transparent;
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .modal-payment .content-payment {
    padding: 20px;
    width: 100%;
  }

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

  .modal-payment .tab-payment button.active {
    border-right: 4px #3abd66 solid;
    border-left: 4px #3abd66 solid;
  }

  form .form-row {
    display: flex;
    gap: 15px;
    padding: 5px;
    flex-direction: column;
  }

  .box-oportunidade-detalhes .desconto {
    width: 50%;
  }

  .box-oportunidade-detalhes .content {
    padding: 10px;
    width: 50%;
  }

  .box-oportunidade-detalhes .content h6 {
    display: none;
  }

  .box-oportunidade-detalhes .content .header {
    display: flex;
    gap: 0px;
    flex-direction: column;
  }

  .box-oportunidade-detalhes .payment {
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 20px;
  }

  .box-acordo-detalhes .content .header {
    display: flex;
    gap: 5px 15px;
    flex-wrap: wrap;
  }

  .box-acordo-detalhes .payment {
    width: 100%;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    text-align: center;
  }

  table {
    display: block;
    overflow-x: auto;
  }

  .box-proposta .row {
    align-items: center;
    gap: 15px;
  }

  .box-negociacao {
    margin: 25px 0;
}
.box-termos .footer-termos form {
  justify-content: space-evenly;
}
.box-termos .container {
  font-size: 16px;
  margin: 15px 0 10px 0;
}

}

@media (max-width: 425px) {}

@media (max-width: 376px) {}