body{
	background-color: #fff;
	font-family: "Inter", sans-serif;
}

.topo-0{
	padding-top: 25px;
	padding-bottom: 25px;
}

.img-logo{
	height: 30px;
	width: auto;
}

.fundo-topo-0{
	height: 60px;
	background-color: #E2EFFF;
	border-radius: 8px;
	padding: 10px;
	max-width: 250px;

	margin-left: auto;
	margin-right: 0;

	text-align: center;
	align-items: center;
	justify-content: end;
}

.texto-topo-0{
	color: #065FD4;
    font-family: "Inter", Sans-serif;
    font-size: 30px;
    font-weight: 400;
    margin: 0;
}

.titulo-topo-1{
	font-family: "Inter", Sans-serif;
    font-size: 28px;
    font-weight: 400;
    color: #4B5761;
    text-align: left;
    margin-top: 20px;
}

.data{
	font-family: "Inter", Sans-serif;
    font-size: 22px;
    font-weight: 300;
    color: #606060;
    text-align: left;
}

.container-topo-1{
	display: flex;
	padding: 10px 0;
	justify-content: space-between;
}

.conteudo-perf{
	display: flex;
	gap: 10px;
	align-items: center;
}

.img-perfil{
	width: 40px;
	height: auto;
	border-radius: 50%;
}

.nome-perfil{
	font-family: "Inter", Sans-serif;
    font-size: 23px;
    font-weight: 400;
    color: #4B5761;
    padding-top: 12px;
}

.verified{
	background-color: #0F0F0F;
	border-radius: 77px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
}

.texto-verified{
	font-family: "Inter", Sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: #FFF;
    margin: 0;
    line-height: 1;
}

.img-verified{
	height: 22px;
	width: auto;
}

.fundo-topo-1{
	background-color: #E2EFFF;
	padding: 20px;
	border-radius: 15px;
	margin-top: 20px;
}

.texto-topo-1{
	font-family: "Inter", Sans-serif;
    font-size: 23px;
    font-weight: 400;
    color: #6B7889;
    text-align: center;
}

.titulo-topo-11{
	font-family: "Inter", Sans-serif;
    font-size: 25px;
    font-weight: 400;
    color: #000;
    text-align: center;
}

.container-topo-11{
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
}

.botoao-topo-1{
	text-decoration: none;
	font-family: "Inter", Sans-serif;
    font-weight: 500;
    fill: #065FD4;
    color: #065FD4;
    font-size: 15px;
    line-height: 1;
    margin: 0;
    padding: 15px;
    border-radius: 10px;
}

.botoao-topo-1 svg{
	height: 15px;
	width: auto;
}

.botoao-topo-11 svg{
	height: 15px;
	width: auto;
}	

.botoao-topo-11{
	text-decoration: none;
	font-family: "Inter", Sans-serif;
    font-weight: 500;
    fill: #065FD4;
    color: #065FD4;
    font-size: 15px;
    line-height: 1;
    margin: 0;
    background-color: #CEE4FF;
    padding: 15px;
    border-radius: 10px;
}

.img-conteudo{
	width: 80%;
	height: auto;
	margin: 10px auto;
}

.modal{
	border-radius: 15px;

}

.img-logo2{
	width: auto;
	height: 20px;
}

.container-modal{
	display: flex;
	gap: 10px;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
}

.titulo-modal{
	font-size: 30px;
    line-height: 1.1em;
    letter-spacing: 0;
    font-family: "Inter", Sans-serif;
    font-weight: 400;
    color: #282828;
    text-align: left;
}

.img-presente{
	height: 50px;
	width: auto;
}

.linha{
	border-bottom: 1px dashed #00000066;
	padding-left: 15px;
	padding-right: 15px;
	margin: 10px auto;
}

.titulo-modal-2{
	font-size: 18px;
    letter-spacing: 0;
    font-family: "Inter", Sans-serif;
    font-weight: 400;
    color: #4B5761; 
}

.preco{
	color: #065FD4;
    font-family: "Inter", Sans-serif;
    font-size: 35px;
    font-weight: 500;
}

.preco small{
	font-size: 18px;
    letter-spacing: 0;
    font-family: "Inter", Sans-serif;
    font-weight: 400;
    color: #008C25;
}	

.container-modal2{
	display: flex;
	gap: 20px;
	justify-content: center;
	align-items: center;
	margin-top: 5px;
}

.texto-carteira{
	font-size: 12px;
	    font-family: "Inter", Sans-serif;
    font-weight: 400;
    fill: #AFAFAF;
    text-align: center;
    color: #AFAFAF;
    padding-top: 10px;
}

.texto-carteira svg{
	height: 12px;
	width: auto;
}	

.botao-modal{
	text-decoration: none;
	background-color: #E2EFFF;
    font-family: "Inter", Sans-serif;
    font-weight: 600;
    fill: #065FD4;
    color: #065FD4;
    width: 60%;
    padding: 15px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 15px;
    text-align: center;
}

.botao-modal svg{
	height: 12px;
	width: auto;
}	

.container-preco{
	display: flex;
	gap: 20px;
}

@media screen and (max-width: 600px) {

	.img-logo{
		height: 25px;
		width: auto;
	}

	.img-conteudo{
		width: 100%;
	}

	.titulo-topo-11{
		font-size: 18px;
        letter-spacing: 0;
	}	

	.texto-topo-1{
		font-size: 15px;
        letter-spacing: 0;
	}

	.fundo-topo-0{
		max-width: 150px;
		height: 40px;
		padding: 5px;
	}

	.texto-topo-0{
		font-size: 20px;
	}

	.zero-esp{
		margin-left: 0;
		padding: 0;
	}

	.texto-verified{
		font-size: 16px;
        letter-spacing: -.5px;
	}

	.img-verified{
		height: 16px;
		width: auto;
	}

	.nome-perfil{
		font-size: 16px;
        line-height: 1.2em;
        letter-spacing: 0;
	}	

	.data{
		font-size: 12px;
        line-height: 1.2em;
        letter-spacing: 0;
	}	

	.titulo-topo-1{
		font-size: 18px;
        line-height: 1.2em;
        letter-spacing: 0;
	}	

}