@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  }
  
body {
	font-family: 'Poppins', sans-serif;
}

.painel {
    width: 100%;
    height: 234px;
    left: 0px;
    top: 50px;
    background: linear-gradient(180deg, #6937D3 3%, #6937D3 31%, #3B9BE8 100%);
    position: absolute;
}

.lineSeparator {
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    height: 0px; 
    border: 0.50px #6937D3 solid
}

.hidden {
    display: none;
}

.qrCanvas {
    width: 303px;
    height: 313px;
}

.payerDataLabels {
    color: black;
    font-size: 18px;
    font-family: Poppins;
    font-weight: 600;
    word-wrap: break-word;
}

.titleBox {
    margin: 20px;
}

.subtitles {
    color: #A49B9B;
    font-size: 18px;
    font-family: Poppins;
    font-weight: 400; 
    word-wrap: break-word;
}

.paymentTitle {
    color: #6937D3; 
    font-size: 25px; 
    font-family: 'Poppins'; 
    font-weight: 400; 
    word-wrap: break-word"
}

.listTitle {
    color: #6937D3;
    font-size: 18px;
    font-family: 'Poppins';
    font-weight: 600;
}

.listValue {
    color: black;
    font-size: 18px;
    font-family: 'Poppins';
    font-weight: 400;
    margin-bottom: 10px;
}

.headerCard {
    margin-top: 50px;
    margin-left: 10%;
    margin-right: 10%;
}

.card {
    margin-left: 10%;
    margin-right: 10%;
    background-color: #F5F5F5;
    background-clip: border-box;
    border-radius: 15px;
    margin-bottom: 20px;
}

.box {
    background-color: none;
    position: relative;
    display: flex;
    flex-direction: column;
    word-wrap: break-word;
}

.mainButton {
    margin-top: 20px;
    width: 300px;
    height: 60px; 
    background: linear-gradient(90deg, #6A37D3 0%, #3E95E7 100%); 
    border-radius: 30px;
    border: 0;
    color: white; 
    font-size: 15px; 
    font-family: Poppins; 
    font-weight: 500; 
}

.mainButton:hover {
    background: linear-gradient(90deg, #3E95E7 0%, #6A37D3 100%); 
    font-size: 17px;
    font-weight: 700;
}

.btnTitle {
    text-align: center; 
    color: white; 
    font-size: 18px; 
    font-family: Poppins; 
    font-weight: 700; 
    padding-left: 20%;
    padding-right: 20%;
}

.payerDataBox {
    margin-top: 20px;
    margin-bottom: 40px;
}

.paymentSuccesLabels {
    margin-bottom: 40px;
}

.animationContainer {
    display: flex;
    justify-content: center;
    align-items: center;
}

/*     Footer     */

.copyright {
	padding-top: 1rem;
	border-top: 1px solid #361766;
	text-align: center;
}

.copyright a {
	text-decoration: none;
}

.copyright .statement {
	opacity: 0.7;
}


.bg-footer {
  background: url("../img/background-footer.png") 90%  no-repeat;
  background-size: cover;
  color: #fff;
}

.text-footer {
  color: #fff;

}

.mb-40 {
  margin-bottom: 40px;
}



/*   Botão  Back To Top     */

#myBtn {
	position: fixed;
  z-index: 99;
	bottom: 20px;
	right: 20px;
	display: none;
	width: 52px;
	height: 52px;
	border: none;
	border-radius: 50%;
	outline: none;
	background-color: #040251;
	cursor: pointer;
}

#myBtn:hover {
	background-color: #0b50e1;
}

#myBtn img {
	margin-bottom: 0.25rem;
	width: 18px;
}




/* Efeito FLIP CARD Seção Parceiros */


.container {
    transform-style: preserve-3d
}

.container .box {
    position: relative;
    width: 300px;
    height: 300px;
    margin: 20px;
    transform-style: preserve-3d;
    perspective: 1000px;
    cursor: pointer
}

.container .box .body {
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 90%;
    transform-style: preserve-3d;
    transition: 0.9s ease
}

.container .box .body .imgContainer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
}

.container .box .body .imgContainer img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.container .box .body .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transform: rotateY(180deg)
}

.container .box:hover .body {
    transform: rotateY(180deg)
}

.container .box .body .content div {
    transform-style: preserve-3d;
    padding: 20px;
    background: #b1cddb;
    transform: translateZ(100px)
}

.container .box .body .content div h3 {
    letter-spacing: 1px;
}

/* Selos CTA para Download de App */

div.store-box {
	width: 150px;
	display: inline-block;
  left: 0;
}



/*     Media Queries - Ajustes Responsivos     */

/* Max-width 425px */

@media (max-width: 425px) {

  /* Geral */

    p {
    line-height: 1.5;
    font-size: 1rem;
    }

  /* FAQ */
  .faq{
    padding: 0% 5% 0% 5%;
  }

  /* Botão Enviar Formuláraio */
  .btn_primary_form{
    max-width: 425px;
    width: 90%;
  }

  .btn-card-newsletter {
    font-size: 0.75rem;
  }
  .p-descricao {
    margin-right: 10%;
    margin-left: 10%;
  }

  .nav-item-btn {
    padding-left:0;

  }

  .offcanvas-collapse {
    padding-bottom:3rem;
  }

  .header {
  height: auto;
  }


}

/* Min-width 768px */
@media (min-width: 768px) {

/* Geral */

  p {
  line-height: 1.5;
  }

	/* Header */
	.header {
		padding-top: 9rem;
		padding-bottom: 5em;
	}

	.header .h1-large {
		font-size: 3.25rem;
		line-height: 3.75rem;
	}


	/* fim de Header */


}

  /* Min-width 992px */
  @media (min-width: 992px) {

  	/* Estilos Gerais */
  	.h2-heading {
  		width: 35.25rem;
  		margin-right: auto;
  		margin-left: auto;
  	}

  	.p-heading {
  		width: 46rem;
  		margin-right: auto;
  		margin-left: auto;
  	}
  	/* fim de Estilos Gerais */

    /* Menu de Navegação */
      	.navbar {
      		padding-top: 1.75rem;
      		background-color: transparent;
      		box-shadow: none;
      		transition: all 0.2s;
      	}

      	.navbar.top-nav-collapse {
      		padding-top: 0.5rem;
      		padding-bottom: 0.5rem;
      		background-color: #040251;
      		box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
      	}

      	.offcanvas-collapse {
      		position: static;
      		top: auto;
      		bottom: auto;
      		left: auto;
      		width: auto;
      		padding-right: 0;
      		padding-left: 0;
      		background-color: transparent;
      		overflow-y: visible;
      		visibility: visible;
      	}

      	.offcanvas-collapse.open {
      		-webkit-transform: none;
      		transform: none;
      	}

      	.navbar .navbar-nav {
      		margin-top: 0;
      		margin-bottom: 0;
      	}

      	.navbar .nav-item .nav-link {
      		padding-right: 0.75rem;
      		padding-left: 0.75rem;
      	}

      	.navbar .dropdown-menu {
      		padding-top: 0.75rem;
      		padding-bottom: 0.75rem;
      		box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.08);
      	}

      	.navbar .dropdown-divider {
      		width: 90%;
      	}

      	.navbar .nav-item .btn-solid-sm {
      		margin-top: 0;
      		margin-left: 1rem;
      	}


      	/* fim de Menu de Navegacao */




	/* Header */
	.header {
		text-align: left;
	}

	.header .text-container {
		margin-top: 4rem;
	}

	.header .image-container {
		margin-top: 0;
	}

	.header .btn-solid-lg,
	.header .btn-outline-lg {
		margin-right: 0;
		margin-left: 0;
	}

	.header .btn-solid-lg {
		margin-right: 0.5rem;
	}
	/* fim de Header */


	/* Solucoes */
	.cards-1 .card {
		display: inline-block;
		width: 286px;
		vertical-align: top;
	}

	.cards-1 .card:nth-of-type(3n+2) {
		margin-right: 2rem;
		margin-left: 2rem;
	}
	/* fim de Solucoes */


	/* Seção Mais que uma Carteira */
	.image-container {
		margin-bottom: 0;
	}

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

	.mais-que-uma-carteira .text-container {
		margin-top: 3rem;
		margin-bottom: 0;
	}
	/* fim de Seção Mais que uma Carteira */


	/* Footer */
	.footer h4 {
		width: 46rem;
		margin-right: auto;
		margin-left: auto;
	}

	.copyright {

    color: #4945ea;
		text-align: center;
	}

	.copyright .list-unstyled li {
		display: inline-block;
		margin-right: 1rem;
	}

	.copyright .statement {
		text-align: left;
	}
	/* fim de Copyright */



/* Min-width 1200px */
@media (min-width: 1200px) {

	/* Estilos Gerais */
	.container {
		max-width: 1140px;
	}
	/* fim de Estilos Gerais */

	/* Header */
	.header {
		overflow: hidden;
		padding-top: 20.25rem;
		padding-bottom: 15rem;
	}

	.header .text-container {
		margin-top: 0;
	}

	.header .image-container {
		position: relative;
	}

	.header .image-container img {
		position: absolute;
		bottom: -520px;
		left: 60px;
		max-width: none;
	}

  .p-descricao {
    margin-right: 30%;
  }

	/* fim de Header */


	/* Seção Mais que uma Carteira */


	.mais-que-uma-carteira .text-container {
		margin-top: 6rem;
		margin-right: 3rem;
	}

	.mais-que-uma-carteira .image-container {
		text-align: right;
	}
	/* Fim Seção Mais que uma Carteira */


	/* Seção Sobre a Coins */
	.sobre-a-coins .accordion {
		margin-bottom: 0;
	}

	.sobre-a-coins .image-container {
		text-align: right;
	}
	/* fim de Seção Sobre a Coins */


	/* Seção do Formulário de Contato */
	.form-1 .text-container {
		margin-top: 1.5rem;
		margin-right: 2.75rem;
	}

	.form-1 form {
		margin-left: 2.75rem;
	}
	/* fim de Seção do Formulário de Contato */


	/* Footer */
	.footer .decoration-circles {
		left: 0;
	}
	/* fim de Footer */
	


}
}

