@import url("../parts/solucoes-pagamento.css");
@import url("../parts/parceiros.css");

.title-section {
  font-size: 45px;
  line-height: 1.2;
}

@media screen and (min-width: 1440px) {
  .header-content .title-section {
    font-size: 4rem;
    line-height: 4.5rem;
  }

  .title-section{
    font-size: 3.5rem;
  
  }
}

.header-content {
  padding-top: 70px;
}

.header-content  .img-fluid {
  width: 100% !important;
}



.top-content {
  margin-top: 100px;
}

.tarifa-round {
  border-radius: 7rem 7rem 1.5rem 1.5rem;
  overflow: hidden;
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.08);
}

.tarifas {
  margin-top: 90px;
}

.tarifas header {
  text-align: center;
  color: #021e46;
  margin-bottom: 37px;
}

.tarifas header h2 {
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 24px;
}

@media screen and (min-width: 1440px) {
  .tarifas header h2 {
    font-size: 3.5rem;
  }
}

.tarifas header p {
  font-size: 1.25rem;
  font-weight: 500;
}

.tabela-tarifa {
  margin-bottom: 37px;
}

.tabela-tarifa .col-tarifa {
  display: flex;
  padding: 3.5rem;
  flex-direction: column;
  align-items: flex-start;
}

.tabela-tarifa .col-tarifa .icon {
  width: 5rem;
  height: 5rem;
  margin-bottom: 1.5rem;
}

.tabela-tarifa .col-tarifa h3 {
  color: #262626;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 4rem;
  margin-bottom: 0.5rem;
}

.tabela-tarifa .col-tarifa p {
  color: #262626;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}

.tabela-tarifa .col-tarifa ul {
  list-style: none;
  padding: 0;
  margin: 48px 0 0 0;
}

.tabela-tarifa .col-tarifa ul li {
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  margin: 0 0 32px 0;
  color: #262626;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  display: flex;
  align-items: center;
}

.tabela-tarifa .col-tarifa ul li span {
  padding: 0.75rem 0.625rem;
  border-radius: 50%;
  background: #0860db;
  margin-right: 10px;
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tabela-tarifa .col-left {
  background: var(--grey-05, #fff);
}

.tabela-tarifa .col-right {
  background: var(--blue-05, #0860db);
  border-radius: var(--radius-none, 0rem) 7rem 1.5rem var(--radius-none, 0rem)
}

.tabela-tarifa .col-right h3 {
  color: #ffffff;
}

.tabela-tarifa .col-right p {
  color: #ffffff;
}

.tabela-tarifa .col-right ul li {
  color: #ffffff;
}

.tabela-tarifa .col-right ul li span {
  background: #ffffff;
  padding: 12px;
  margin-right: 10px;
}

.tarifas .box-cta {
  text-align: center;
}

.banner {
  padding-top: 100px;
}

.banner h2 {
  max-width: 500px;
}

.banner p {
  margin-bottom: 0;
}

.banner-content {
  position: relative;
  padding: 5rem 3.125rem;
}

.bg-banner::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% + 130px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: calc(100% + 130px);
  background-image: url("../../images/bg-banner-left.png"),
    url("../../images/bg-banner-right.png");
  background-position: 0 0, 100% 60%;
  background-size: 123px, 180px;
  background-repeat: no-repeat;
}

.bg-banner {
  border-radius: 24px 112px 24px 24px;
  background: var(--blue-04, #0856c3);
  position: relative;
}

.bg-banner div {
  position: relative;
}

.content-banner .tag-section,
.content-banner .title-section,
.content-banner .description-section {
  color: #ffffff;
}

.content-banner .tag-section {
  font-size: 20px;
}

.content-banner .description-section {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem; 
}

.banner-holder {
  position: relative;
  padding-top: 70px;
}

.container-image {
  position: relative;
}

.container-image img {
  position: absolute;
  bottom: auto;
  top: 50%;
  transform: translateY(-56%);
  right: 0;
  width: auto;
}

.color-blue {
  color: #0860db;
  font-weight: 700;
}

#simulacao-dialog {
  text-align: center;
  color: #021e46;
}

#simulacao-dialog .scroll-container img {
  display: block;
  margin: 0 auto;
  max-width: 900px;
}

#simulacao-dialog h3 {
  font-size: 2.4rem;
  font-weight: bold;
}

#simulacao-dialog h4 {
  font-weight: bold;
  font-size: 1.7rem;
}

#simulacao-dialog h3,
#simulacao-dialog h4 {
  margin-bottom: 20px;
  margin-top: 20px;
}

#simulacao-dialog h4 {
  margin-bottom: 10px;
}

#simulacao-dialog h3,
#simulacao-dialog h4,
#simulacao-dialog p {
  max-width: 90%;
  margin-inline: auto;
}

#simulacao-dialog p {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 20px;
}

#simulacao-dialog .scroll-container {
  margin-bottom: 30px;
}

.dialog-inner {
  width: 1000px;
}

#negociar {
  background-color: transparent;
  color: #0a3c24;
  text-decoration: none;
  border-radius: 5.5625rem;
  border: solid 0.0625rem #0a3c24;
  padding: 0.75rem 1.25rem;
  display: table;
  margin: 0 auto 2.5rem auto;
  transition: all 0.3s;
}

#negociar:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.tabela-geral {
  width: 900px;
  margin: 20px auto 0 auto;
}

.tabela-geral td,
.tabela-geral th {
  padding: 1rem;
  font-size: 0.8rem;
  border: solid 1px #d2e4fd;
}

.tabela-geral th {
  border: solid 1px #1e78f552;
}

.tabela-geral td,
.tabela-geral strike {
  font-weight: 400;
}

.tabela-geral thead tr:first-child {
  background-color: #1e78f552;
}

.tabela-geral thead tr:last-child,
.tabela-geral thead th[rowspan] {
  background-color: #1e78f53d;
}

.tabela-geral tbody tr:nth-child(even) {
  background-color: #ebf4ff;
}

#simulacao-dialog input[type="text"],
#simulacao-dialog input[type="email"],
#simulacao-dialog input[type="tel"],
#simulacao-dialog textarea,
#simulacao-dialog select,
#simulacao-dialog input[type="tel"] {
  outline: none;
  border: none;
  background-color: #f9f9f9;
  border-radius: 10px;
  padding: 1rem;
  font-size: 1rem;
  font-weight: 400;
  width: 100%;
  margin-top: 5px;
  font-size: 1rem;
}

#simulacao-dialog form div {
  gap: 20px;
}

#simulacao-dialog form label {
  width: 100%;
  font-weight: 400;
  text-align: left;
}

#simulacao-dialog form button {
  margin-top: 10px;
}

.solucoes-pagamento.no-bg{
  background: none;
}

.tarifas{
  position: relative;
}

.tarifas::before{
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="613" height="630" viewBox="0 0 613 630" fill="none"><path opacity="0.1" d="M597 613.645H-0.144533V16.5C329.649 16.5 597 283.851 597 613.645Z" stroke="%231E78F5" stroke-width="32" stroke-miterlimit="10"/></svg>');
  position: absolute;
  left: 0;
  top: 0;
}

.solucoes-pagamento .solucao h2{
  font-size: 1.25rem;
  color: #0860DB;
}

.solucao:hover{
  background-color: #fff;
  color: #212529;
}

.solucao:hover .icon{
  background-color: #0860db;
}

.vendedores-page .parceiros{
  margin-top: 206px;
}

@media screen and (min-width: 1250px) {
  .faturas img{
    max-width: calc(100% + 70px);
   }
}

.tabela-geral tbody tr:nth-child(4) td{
  color: #959595;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3rem;
}

.tabela-geral tbody tr td{
  color: #959595;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.tabela-geral tbody tr:nth-child(-n + 3):not(:last-of-type) td{
  text-decoration: line-through;
}

@media (max-width: 991px) {
  .top-content {
    margin-top: 50px;
  }

  .tabela-tarifa .col-tarifa h3 {
    font-size: 40px;
  }

  .title-section,
  .tarifas header h2 {
    font-size: 30px;
  }

  .container-image img {
    position: relative;
    bottom: -180px;
    height: 300px;
    margin: -100px auto 20px auto;
    display: block;
  }

  .banner-content .row {
    flex-direction: column-reverse;
  }

  .bg-banner::before {
    background-position: 0 0, 100% 100%;
    background-size: 100px, 100px;
    height: calc(100% + 100px);
    width: calc(100% + 100px);
  }

  .banner-holder {
    padding-bottom: 70px;
  }

  .parceiros {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .faturas {
    text-align: center;
  }
  
  .tarifa-round {
    border-radius: 2.5rem 2.5rem;
  }

  .tabela-tarifa .col-right {
    border-radius: 0;
  }
}

button.clean-inputs{
  border-radius: 80px;
    max-width: 100%;
    padding: 16px;
    text-align: center;
    background-color: #c9c9c9;
    width: 349px;
    color: #0a3c24;
    text-decoration: none !important;
    font-size: 20px;
    font-weight: 600;
    transition: background-color 0.3s ease;
    display: none;
    outline: none !important;
    cursor: pointer;
    border: 0;
    
}

button.clean-inputs.show{
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .tabela-geral tr td:last-of-type,
  .tabela-geral thead tr:first-of-type th:last-of-type{
    display: none !important;
  }

  .tabela-geral{
    width: 100%;
  }

  .tabela-geral td, .tabela-geral th{
    padding: 6px 4px;
    font-size: 0.7rem;
  }

  .tabela-geral tbody tr td{
    font-size: 0.813rem;
  }

  .tabela-geral tbody tr:nth-child(4) td{
    font-size: 1.125rem;
  }

  #simulacao-dialog h3{
    font-size: 2rem;
  }

  .result-presentation__content {
    display: flex !important;
    flex-direction: column !important;
  }
}

@media screen and (min-width: 1024px) {
  .banner-content::after{
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="613" height="630" viewBox="0 0 613 630" fill="none"><path opacity="0.2" d="M16 613.145H613.145V16C283.351 16 16 283.351 16 613.145Z" stroke="%2385E9B9" stroke-width="32" stroke-miterlimit="10"/></svg>');
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(-70%, -50%);
    z-index: -1;
    display: block;
    width: 597px;
    height: 597px;
  }
}

#results-presentation.show{
  display: block;
}

#results-presentation{
  display: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
}

.result-presentation__content{
  display: grid;
  grid-template-columns: 290px 1fr;
}

@media screen and (min-width: 990px){
  #results-presentation{
    max-width: 700px;
  }
}

.total-fee{
  color: #021E46;
  text-align: center;
  font-family: Montserrat;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.result-presentation__title{
  color: #021E46;
  text-align: center;
  font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 370px;
  margin-bottom: 24px;
}

@media screen and (min-width:1920px){
  .vendedores-page .header-content .bg-content{
    display: flex;
    justify-content: flex-end;
  }
}

@media screen and (min-width: 2000px){
  .vendedores-page .header-content .bg-content{
    height: 1150px;
  }

  .container-image img {
    height: 245%;
  }

  .faturas .img-fluid {
    width: 1100px;
  }

  .dialog-inner {
    width: 100%;
  }
  .tabela-geral {
    width: 100%;
  }

  .header-content .img-fluid {
    width: 70% !important;
  }
}