*
{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Open Sans", sans-serif;
	text-decoration: none;
	list-style: none;
}

body
{
	background-color: #000066;
	min-height: 100vh;
}
encerrado {
  background-color: #fff;
  color: #000066;
}
a {
  text-decoration: none;
  color: #fff;
}
.site-header { 
  padding: .5em 0;
}

.site-header::after {
  content: "";
  display: table;
  clear: both;
}

.site-identity {
  float: left;
	padding-bottom: 80px;
}

.site-identity h1 {
  font-size: 1.5em;
  margin: .7em  .3em 0;
  display: inline-block;
}

.site-identity img {
  float: left;
  margin: 40px 0px 0 0px;
}

.site-navigation {
  float: right;
}

.site-navigation ul, li {
  margin: 0; 
  padding: 15px 0px 0 40px;
		color: #000;
}

.site-navigation li {
  display: inline-block;
  margin: 1.4em 1em 1em 1em;
}
.nav {
  font-family: "Roboto";
  font-weight: 100;
  font-size: 16px;

	text-transform: uppercase;
}
}
.container {
  margin: auto;
  width: 90%;
}
.header {  
  align-items: left;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 30px;
	padding-left: 50px;}


h2 {
  font-family: "Roboto";
  font-weight: 100;
  font-size: 54px;
	color: snow;
	text-transform: uppercase;
}

.logo {
	margin-bottom: 60px;
}
h3 {
  font-family: "Roboto";
  font-weight: 100;
  font-style: normal;
  font-size: 22px;
	text-align: left;
	color: snow;
	padding-right: 50px;
}
h4 {
  font-family: "Roboto";
  font-weight: 100;
  font-size: 22px;
	color: snow;
	text-transform: uppercase;
	margin-top: 50px;
	text-align: left;
}
h5 {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 18px;
	color: snow;
	text-transform: uppercase;
	margin-top: 0px;
	text-align: left;
}
h6 {
  font-family: "Roboto";
  font-weight: 100;
  font-size: 42px;
	color: snow;
	text-transform: uppercase;
	text-align: left;
	margin-top: 20px;
}
h7 {
  font-family: "Roboto";
  font-weight: 100;
  font-size: 36px;
	color: snow;
	text-transform: uppercase;
	text-align: left;
	margin-top: 20px;
}
.artistas
{max-width: 90%;
	margin-top: 0px;
color:snow;
font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
font-weight:100;
font-size: 16px;
 text-align: justify;
}

hr
{
border: 1px solid #5C5C5C;
background-color: #5C5C5C;
border-radius: 1px;
	margin-top: 50px;
margin: 0 25% 0 25%;
}

.conteudo {width: 100%;
	display: inline-block;
}

.tabela-preco
{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width: min(1600px, 100%);
	margin: auto;
}

.card-preco
{
	flex:1;
	max-width: 360px;
	background-color: #fff;
	margin: 20px 10px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	color: #2d2d2d;
	transition: .3s linear;

}

.card-preco-header
{
	background-color: #333399;
	display: inline-block;
	color: #fff;
	padding: 12px 30px;
	border-radius: 0 0 20px 20px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	transition: .4s line;
		font-family: "Open Sans", sans-serif;
	font-style: normal;

}

.preco
{
	font-size: 35px;
	color: #333399;
	margin: 20px 0;
	transition: .2s linear;
}

.preco-lote
{
	font-size: 24px;
	color: #333399;
	margin: 20px 0;
	transition: .2s linear;
}

.preco sup, .preco span
{
	font-size: 22px;
	font-weight: 700;
}


.card-preco li
{
	font-size: 14px;
	padding: 10px 0;

}

.descricao{
		text-align: left;
}

.btn
{
	display: inline-block;
	margin-bottom: 40px;
	margin-top: 80px;
	background: #0fbcf9;
	color: #fff;
	padding: 18px 40px;
	border-radius:  8px;
	text-transform:  uppercase;
	font-weight: 500;
	transition:  .3s linear;
}

.btn:hover
{
	background-color: #28223E;
	color: #fff; 
}
.rodape {  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 5px;
  height: 30vh;}

.success {
  font-family: "Roboto";
  font-weight: 100;
  font-size: 54px;
	color: #000066;
	text-transform: uppercase;
}
 .p_sucess{
   font-family: "Roboto";
    font-weight: 300;
    color: #333399;
    background-color: #FFFFFF;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 20px;
}

@media screen and (max-width: 1100px)
{
	.card-preco
	{
		flex: 50%;
	}å
}.logo {
}
p.fotografo {
	line-height: 180%;
}