/* card custom */

.card-custom {
	height: auto;
	width: auto;
	padding: 20px 40px;
	background-color: white;
	box-shadow: 0 0 1px rgba(0,0,0,.2);
	border-radius: 10px;
	box-shadow: 1px 0 30px rgb(120, 34, 115);
	float: right;
	max-width: 560px;
	width: 100%;
	position: relative; 
}

.div {
	font-size: 22px;
	color: #782273;
}

.card-custom  #initial, .card-custom > #thanks {
	text-align: center;
	max-width: 458px;
	margin: 0 auto;
}

.form-card {padding: 20px 0}

.input-custom {
	height: 55px;
	width: 100%;
	padding: 0 20px;
	border-radius: 10px;
	margin: 5px auto;
	border: 1px solid #5e1660;
}

.input-custom:active, .input-custom:focus {
	outline: none;
}

select.input-custom {
	color: #6f6f6f
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: transparent;
	background-image: url("../images/section_4/seta.png");
	background-repeat: no-repeat;
	background-position-x: 95%;
	background-position-y: 50%;
	border: 1px solid #dfdfdf;
	border-radius: 2px;
	margin-right: 2rem;
	padding: 1rem;
	padding-right: 2rem;
}

.button-card {
	width: 100%;
	height: 65px;
	text-align: center;
	border: none;
	background-color: #840d78;
	color: white;
	border-radius: 10px;
	margin-top: 2rem;
	font-size: 20px
}

/* /card custom */

/* card-mobile */

.card-custom-mobile {
	box-shadow: 1px 0 15px rgb(120, 34, 115, .5);
	height: auto;
	width: auto;
	display: block;
	padding: 20px 40px;
	max-width: 700px;
	position: relative;
	background-color: white;
	border-radius: 10px;
	margin: 50px auto;
}

.div-mobile {
	text-align: center;
	max-width: 458px;
	margin: 0 auto;
}

/* /card-mobile */

/* ========================================================================== */
/* ||                                ASIDE                                 || */
/* ========================================================================== */

.background-aside {
	background-color: rgba(0,0,0,.8);
	height: 100vh;
	width: 100vw;
	position: fixed;
	z-index: 6;
	top: 0;
}

#aside .nav-aside {
	width: 370px;
	background-color: white;
	height: 100vh;
	position: fixed;
	z-index: 7;
	top: 0;
}

#aside .menu-aside {
	padding: 15px 0;
	list-style: none;
}

#aside .menu-item-aside {
	padding: 10px 15px;
	line-height: 40px;
	color: #6f6f6f;
	border-bottom: 1px solid rgba(0,0,0,.1);
	box-sizing: border-box;
	max-width: 340px;
	margin: 0 auto; 
	position: relative;
	cursor: pointer;
} 

#aside .menu-item-aside > a, .menu-aside-inside a {
	color: #6f6f6f;
	text-decoration: none;
	display: block;
	position: relative;
}

#aside .menu-aside-inside a:hover, .menu-item-aside > a:hover {
	text-decoration: underline;
}

#aside .menu-aside-drop::after {
	content: "";
	background: url('../images/header/seta.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 30px;
	height: 30px;
	position: absolute;
	display: inline-block;
	top: 15px;
	right: 0;
	transition: 0.3s ease;
}

#aside .menu-item-aside:hover::after {
	transform: rotate(180deg);
}

#aside .menu-aside-inside {
	list-style: none;
	display: none;
	text-align: justify !important;
}

#aside .menu-aside-inside > li {
	position: relative;
	margin-left: 15px;
}

#aside .menu-aside-inside > li::before {
	content: "";
	background: url('../images/header/seta.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 30px;
	height: 30px;
	position: absolute;
	display: inline-block;
	top: 5px;
	transition: 0.3s ease;
	left: -30px;
	transform: rotate(-90deg)
}

#aside .menu-item-aside:hover > .menu-aside-inside {
	display: block;
}

#aside .menu-footer {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%
}

/* ========================================================================== */
/* ||                               HEADER                                 || */
/* ========================================================================== */

#header .icon-menu {
	padding: 10px;
	border-radius: 2px;
	transition: 0.3s ease;
	color: #6f6f6f;
	cursor: pointer;
}

#header .toggler:hover .icon-menu {
	background-color: #782273;
	color: white;
}

#header .toggler {
	display: none;
	font-size: 22px; 
}

#header .nav {
	height: 100px;
	box-shadow: 0 0 15px rgba(0, 0, 0, .5);
}

#header .menu {
	display: flex;
	max-width: 1500px;
	margin: auto;
	width: 100%;
}

#header .menu-right, .menu-left, .menu-center {
	display: flex;
	align-content: space-between;
	list-style: none;
}

#header .menu-right {
	margin-left: auto;
}

#header .menu-center {
	margin: 0 auto;
}

#header .menu-left {
	margin-right: auto;
}

#header .menu-brand {
	line-height: 50px;
	padding-left: 10px
}

#header .menu-item {
	line-height: 50px;
	padding: 0 30px;
	color: #6f6f6f;
	cursor: pointer;
}

#header .menu-item > a, .menu-inside > li > a{
	color: #6f6f6f !important;
	text-decoration: none;
	display: block;
}

#header .menu-inside > li + li a {
	border-top: 1px solid rgba(111, 111, 111, .3);
}

#header .menu-item > a:hover, .menu-inside > li > a:hover {
	text-decoration: underline;
}

#header .menu-inside {
	list-style: none;
	position: absolute;
	background-color: white;
	display: none;
	border-radius: .25rem;
	width: 200px;
	padding: 5px 0;
	z-index: 5;
	border: 1px solid rgba(0,0,0,.15);
}

#header .menu-inside > li {
	padding: 0 15px;
}

#header .menu-item:hover > .menu-inside {
	display: block;
}

#header .menu-drop {
	position: relative;
}

#header .menu-drop:hover::after {
	transform: rotate(180deg);
}

#header .menu-drop::after {
	content: "";
	background: url('../images/header/seta.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 30px;
	height: 30px;
	position: absolute;
	display: inline-block;
	top: 10px;
	transition: 0.3s ease;
}

#header .button-login a, #header .button-login a:hover {

	text-decoration: none;
	color: #6f6f6f;
	
	display: block;
}

#header a.button-register {
	background-color: #782273;
	border-radius: 40px;
	padding: 5px 10px;
	color: white !important;
	width: 200px;
	line-height: 30px;
	border: 1px solid #782273;

	display: flex;
	align-items: center;
	justify-content: center;
}

#header a.button-register:hover {
	text-decoration: none;
}

#header .button-login {
	background-color: transparent;
	color: #6f6f6f;
	height: 40px;
	line-height: 30px;
	border: none;
	max-width: 100px;
}

/* ========================================================================== */
/* ||                             ENTRY-SLIDE                              || */
/* ========================================================================== */

#entry-slide {
	background-image: url('../images/section_1/model.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 75% center;
	
	padding: 50px 0;
	margin-top: 70px;
	margin-bottom: 5rem;
}

#entry-slide h1 {
	max-width: 300px;
	font-size: 66px;
	margin-top: 50px;

	color: #782273;
}

#entry-slide p {
	font-size: 20px;
	width: 550px;
	margin: 50px 0 75px 0;

	color: #6f6f6f;
}

#entry-slide img {
	display: none;
}

#entry-slide button {
	background-color: #782273;
	color: white;
}

/* ========================================================================== */
/* ||                               ABOUT-US                               || */
/* ========================================================================== */

#about-us .content h1 {
	color: #5e1660;
	font-size: 40px;
	text-align: center;
}

#about-us .content hr {
	width: 250px;

	margin-left: auto;
	margin-right: auto;
}

#about-us .content p {
	text-align: center;
	color: #6f6f6f;

	margin: 0 auto 50px auto;
	
	line-height: 25px;
}

#about-us .content .button-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}

/* ========================================================================== */
/* ||                               APP-SLIDE                              || */
/* ========================================================================== */

#app-slide {
	padding: 100px 0;
	margin: 100px 0;
}

#app-slide .card-gray {
	width: 1400px;
	background-image: url('../images/section_2/background.png');
	background-repeat: no-repeat;
	background-position: center;
	height: 523px;
	position: relative;
	padding: 0 50px;
}

#app-slide .card-gray > img {
	position: absolute;
	bottom: -115px;
	left: 50px;
}

#app-slide .card-gray .box {
	display: flex;
	align-items: center;

	max-width: 600px;

	padding: 20px 10px;
	margin-left: auto;
}

#app-slide .card-gray > div:nth-child(1) {
	margin-top: 0;
}

#app-slide .card-gray .box > img {
	align-self: center;
}	

#app-slide .card-gray .box > h2 {
	max-width: 300px;
	width: 100%;

	text-align: justify;

	margin: 0;
	padding: 0 30px;

	color: #782273;
}

#app-slide .card-gray .box > p {
	max-width: 850px;
	width: 100%;

	margin: 0;
}

#app-slide .card-gray hr {
	background-color: #c7adc5;
}

#app-slide .card-gray .button-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;

	max-width: 600px;

	margin-left: auto;
	margin-top: 10px;
}

#app-slide .card-gray button {
	background-color: #782273;
	color: white;
}

/* ========================================================================== */
/* ||                             CONVENIENCIA                             || */
/* ========================================================================== */

#conveniencia {
	padding: 100px 0;
	background-image: url('../images/section_3/background.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 40% center;

	color: white;
}

#conveniencia h1 {
	font-size: 66px;
	max-width: 550px;
	margin: 50px 0;
}

#conveniencia p {
	font-size: 22px;
	width: 500px;
	margin: 50px 0;
}

#conveniencia button {
	background-color: #fcca43;
	color: #1e1e1e;
}

/* ========================================================================== */
/* ||                              PAGUE-TUDO                              || */
/* ========================================================================== */

#pague-tudo {
	position: relative;
	background-image: url('../images/section_4/Boleto_center.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;

	padding: 100px 0;
}

#pague-tudo .content {
	max-width: 1300px
}

#pague-tudo .boleto-right {
	position: absolute;
	right: 0;
	top: 0;
}

#pague-tudo .boleto-left {
	position: absolute;
	left: 0;
	top: 3%;
	width: 250px;
	height: auto;
}

#pague-tudo .content > h1 {
	font-size: 66px;
	width: 400px;
	margin-top: 50px;

	color: #782273;
}

#pague-tudo .content > h1 span {
	color: #fcca43;
}

#pague-tudo p {
	width: 450px;
	font-size: 18px;
	margin: 50px 0;

	color: #6f6f6f;
}

#pague-tudo .content > button {
	background-color: #fcca43;
	color: #1e1e1e;
}

#pague-tudo .text-pink {
	color: #782273;
}

#pague-tudo .text-gray {
	color: #7a7a7a;
}

/* ========================================================================== */
/* ||                             FRANQUIA-ONE                             || */
/* ========================================================================== */

#franquia-one {
	background-color: #f1f1f1;
	padding: 50px 0 300px 0;
	position: relative;
}

#franquia-one .obj-1 {
	position: absolute;
	right: 0; 
}

#franquia-one .obj-2 {
	position: absolute;
	bottom: 0;
	margin-bottom: 50px;
}

#franquia-one .obj-3 {
	position: absolute;
	right: 0; 
	bottom: 15%; 
}

#franquia-one .content {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 50px;

	margin-top: 150px;
}

#franquia-one .content div:nth-child(1) {
	position: relative
}

#franquia-one .content div:nth-child(1) .background {
	background-color: transparent;
	border: 3px solid #840d78;
	height: 700px;
	max-width: 700px;
	border-radius: 50%;
	margin: 0 auto 
}

#franquia-one .content div:nth-child(1) .circle-1 {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #840d78;
	position: absolute;
	left: 5%;
	top: 10%;
	padding: 10px;
}

#franquia-one .content div:nth-child(1) .circle-2 {
	width: 300px;
	height: 300px;
	border-radius: 50%;
	background-color: #840d78;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 40px 20px 20px 20px;
	text-align: center;
}

#franquia-one .content div:nth-child(1) .circle-2 span {
	line-height: 75px
}

#franquia-one .content div:nth-child(1) .circle-2 span:nth-child(1) {
	color: white;
	font-size: 46px;
}

#franquia-one .content div:nth-child(1) .circle-2 span:nth-child(3) {
	font-size: 91px;
	color: #fcca43;
}

#franquia-one .content div:nth-child(1) .circle-2 span:nth-child(5) {
	font-size: 20px;
	color: white
}

#franquia-one .content div:nth-child(2) {
	display: flex;
	flex-direction: column;

	margin-top: 5rem;
}

#franquia-one .content div:nth-child(2) .image-wrapper {
	margin-top: 50px;
}

#franquia-one .content div:nth-child(2) h1 {
	font-size: 60px;

	color: #782273;
}

#franquia-one .content div:nth-child(2) p {
	color: #6f6f6f;
	max-width: 480px;
	margin: 30px 0;
	font-size: 18px;
}

#franquia-one .content div:nth-child(2) button {
	background-color: #782273;
	color: white;
}

/* ========================================================================== */
/* ||                             OPEN-ACCOUNT                             || */
/* ========================================================================== */

#open-account {
	background-color: #fff;
	padding: 50px 0 300px 0;

	position: relative;
}

#open-account .content {
	margin-top: 200px;
	display: flex;
	flex-wrap: wrap;
}

#open-account .content .entry {
	max-width: 500px;
}

#open-account .content .entry h1 {
	font-size: 60px;
	color: #782273;
}

#open-account .content .entry p {
	font-size: 22px;
	margin-top: 50px;
	color: #6f6f6f;
}

#open-account .card-custom {
	width: 100%;
	max-width: 100%;
	float: none;
	position: static;
	box-shadow: 0 0 15px rgba(120, 34, 115, .5);
	flex: 1;
}

#open-account .card-custom > div:nth-child(1) h1 {
	text-align: center;
	color: #782273;
}

#open-account .card-custom > div:nth-child(1) span {
	background-color: #782273;
	color: white;
	padding: 5px;
	display: block;
	max-width: 490px;
	margin: 10px auto;
	font-size: 1rem;

	text-align: center;
}

#open-account .card-custom form {
	margin-top: 4rem;
}

#open-account .card-custom form .types {
	display: flex;
	align-items: center;

	padding: 5px;
}

#open-account .card-custom form .types > div + div {
	margin-left: 15px;
}

#open-account .card-custom form .types label {
	margin: 0 2px 0 0 ;
	display: initial;
}

#open-account .card-custom form .types input {
	display: flex;
	align-items: center;
	justify-content: center;

	height: 25px;
	width: 25px;

	border: 1px solid #5e1761;
	border-radius: 50%;

	padding: 1px;

	outline: none;

	cursor: pointer;

	-webkit-appearance: none;
}

#open-account .card-custom form .types input:checked::after {
	background-color: #5e1761;
}

#open-account .card-custom form .types input::after {
	content: '';

	width: 15px;
	height: 15px;

	border-radius: 50%;
}

#open-account .card-custom form input[type="text"],
#open-account .card-custom form input[type="email"],
#open-account .card-custom form input[type="password"] {
	background-color: #e7e7e7;
	color: #495057;
	border-radius: 10px;
	padding: 10px;
	height: 50px;
	border: 2px solid #e7e7e7;
}

#open-account .card-custom form input::placeholder {
	color: #adadad;
}

#open-account .card-custom form input:focus {
	background-color: white;
	border: 2px solid #5f1862;
	box-shadow: none;
	padding: 10px
}

#open-account form button {
    max-width: 250px;
    
	border-radius: 5px;
	transition: all ease 0.3s;
}

#open-account form button.pink {
    background-color: #782273;
	color: white;
}


#open-account form button.yellow {
    background-color: #fcca43;
    color: #1e1e1e;
}

#open-account .obj-1 {
	position: absolute;
	right: 0; 
}

#open-account .obj-2 {
	position: absolute;
	bottom: 0;
	margin-bottom: 50px;
}

#open-account .obj-3 {
	position: absolute;
	right: 0; 
	bottom: 15%; 
}

/* ========================================================================== */
/* ||                             FRANQUIA-TWO                             || */
/* ========================================================================== */

#franquia-two {
	background-image: url('../images/section_7/background.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right center;

	padding: 100px 0;
}

#franquia-two .content {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 50px;
}

#franquia-two div:nth-child(1) img {
	border-radius: 30px;
}

#franquia-two .content div:nth-child(2) > h1 {
	color: white;
}

#franquia-two .content div:nth-child(2) > h3{
	padding-top: 10px;
	font-size: 40px
}

#franquia-two .content div:nth-child(2) > p {
	color: #fcca43;
	max-width: 300px;
	margin-top: 20px;
	margin-bottom: 40px;
	font-size: 18px
}

#franquia-two .content div:nth-child(2) ul {
	color: white;
	margin: 80px 0;

	display: flex;
	flex-direction: column;

	list-style: none;
}

#franquia-two .content div:nth-child(2) ul li {
	display: flex;
	align-items: center;

	font-size: 18px;
	font-family: 'Gotham Rounded Medium';

	padding-left: 30px;

	position: relative;
}

#franquia-two .content div:nth-child(2) ul li::after {
	content: '';

	position: absolute;
	left: 0;

	width: 20px;
	height: 20px;

	background-color: #fcca43;

	border-radius: 50%;
}

#franquia-two .content div:nth-child(2) ul li + li {
	margin-top: 15px;
}

#franquia-two .content div:nth-child(2) button {
	background-color: #fcca43;
	color: #1e1e1e;
}

/* ========================================================================== */
/* ||                               	FOOTER                               || */
/* ========================================================================== */

#footer {
  width: 100%;
  height: auto;
  background-color: #f9f9f9;
  color: #5e1761;
  font-size: 18px;
}

#footer .image-wrapper a, #footer .image-wrapper a:hover {
	text-decoration: none;
}

#footer > div:nth-child(1) {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;

  max-width: 1450px;

  margin: 0 auto;
  padding: 50px 20px;
}

#footer > div:nth-child(1) > * {
  margin: 0 10px;
}

#footer > div:nth-child(1) > img {
  align-self: flex-start;
}

#footer > div:nth-child(1) .informations {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: flex-start;

  list-style: none;

  height: 200px;
}

#footer > div:nth-child(1) .informations li {
  display: flex;
  align-items: center;
}

#footer > div:nth-child(1) .informations li > img {
  margin-right: 10px;
}

#footer > div:nth-child(1) .informations li:nth-last-child(2) {
  color: #da007f;
}

#footer > div:nth-child(1) .social-medias {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#footer > div:nth-child(1) .social-medias > div:nth-last-child(1) {
	margin-bottom: 20px;
	
	display: flex;
	justify-content: center;
}

#footer > div:nth-child(1) .social-medias > div:nth-last-child(2){
	display: flex;
	justify-content: center;
	gap: 5px;
}

#footer > div:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: center;
  
  background-color: rgb(218, 0, 127);

  color: white;

  padding: 15px 0;
}

.badge-gray {
	background-color: rgba(111,111,111,.5);
	color: rgba(30, 30, 30, .8);
	border-radius: 15px;
	padding: 5px 15px
} 