/* CSS Document */
@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Arima:wght@100..700&family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*
.arima-<uniquifier> {
  font-family: "Arima", system-ui;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.poppins-thin {
  font-family: "Poppins", system-ui;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", system-ui;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", system-ui;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", system-ui;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", system-ui;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", system-ui;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", system-ui;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", system-ui;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", system-ui;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", system-ui;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", system-ui;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", system-ui;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", system-ui;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", system-ui;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", system-ui;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", system-ui;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", system-ui;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", system-ui;
  font-weight: 900;
  font-style: italic;
}

// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900

.outfit-<uniquifier> {
  font-family: "Outfit", system-ui;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
*/

/*Campo obrigatório com * ao lado do label*/
.obrigatorio:after {
  content:" *"; 
  color: red;
}

body{
	overflow-x: hidden;
}

.bkg_menu{
	background-color:#5E727C;	
}

.image{
    /*-webkit-filter:grayscale(100%);*/
    transition: transform 0.5s;
}

.card {
    display: flex;
    flex-direction: column;
    align-items: center; /* Alinha o conteúdo do card ao centro */
}

.card-img-top {
    /*max-width: 250px; /* Define a largura máxima da imagem */
    /*height: auto; /* Ajusta a altura proporcionalmente */
    /*width: 100%; /* Garante que a imagem ocupe toda a largura do card */
    /*display: block; /* Remove qualquer espaço extra abaixo da imagem */
    /*object-fit: contain; /* Garante que a imagem se ajuste ao contêiner sem cortar */

	height: 250px; /* Define a largura máxima da imagem */
	max-width: 300px; /* Ajusta a altura proporcionalmente */
    display: block; /* Remove qualquer espaço extra abaixo da imagem */
    object-fit: contain; /* Garante que a imagem se ajuste ao contêiner sem cortar */
}

.image:hover{
    /*-webkit-filter:grayscale(0%);*/
    transform: scale(1.1);
}

.ContainerTituloCategoria{
	margin-top:40px;
}

.ContainerArtistas{
	margin-top:80px;
}

.ContainerEventos{
	margin-top:80px;
}

.ContainerSejaParceiro{
	margin-top:80px;
}

.ContainerMinhaConta{
	margin-top:80px;
}

.TituloCategoria{
    color: #292929;
    font-size: 36px;
	font-family:"Poppins", system-ui;
}

.TitulosMinhaConta{
	margin-top:30px;
    color: #292929;
    font-size: 24px;
	font-family:"Poppins", system-ui;
}

.ProdutoTitulo{
    color: #292929;
    text-decoration: none;
    font-size: 24px;
}

.ProdutoDescricao{
    color: #292929;
    text-decoration: none;
}

.containerProduto{
    margin-top: 110px;
}

.containerCestaProdutos{
    margin-top: 110px;
}

.list-unstyled{
    margin-top: 50px;
}

.BtnAdicionarCarrinho{
    width: 200px;
	background-color:#DC3545;
    color: #fff;
}

.BtnAdicionarCarrinho:hover{
    background: #d13303;
}

.BtnProdutoVoltar{
    width: 200px;
    /*
	background-color: #512e91;
    color: #fff;
	*/
}

.BtnProdutoVoltar:hover{
	/*background: #3c01a8;*/
}

.BtnProdutoCesta{
    width: 200px;
}

.BtnAbrirCarrinho{
    margin-top: 20px;
    width: 200px;
}

.rowProduto{
    display: flex;
    align-items: center;
    flex-wrap: wrap; /* os itens que não cabem na linha são jogados para baixo */
    justify-content: space-around;
}

.colProduto{
    flex-basis: 50%; /*Define o tamanho padrão para um elemento antes que o espaço remanescente do container seja distribuído*/
    min-width: 300px;
    padding-top: 10px;
	text-align:center;
}

/* IMAGEM DO PRODUTO NA PAGINA produto */
.ImgProduto{
	cursor:pointer;
	top:-20px;
	max-height:400px;
	width:auto;
}

.colProdutoNaoEncontrado{
    margin-top: 100px;
    margin-bottom: 300px;
	text-align:center;
}

.ValorProduto{
    font-size: large;
    color:#333333; /*#F60 #ff6e42*/
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

/* INICIO DADOS DA CESTA */

.QtdeProdCarrinho{
    margin-top: 10px;
    background-color: #000;
    border: none;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    width:25px; 
    height:25px;
}

.CestaImagem {
    max-width: 100px; /* Define a largura máxima da imagem */
    height: auto; /* Ajusta a altura proporcionalmente */
    width: 100%; /* Garante que a imagem ocupe toda a largura do card */
    display: block; /* Remove qualquer espaço extra abaixo da imagem */
    object-fit: contain; /* Garante que a imagem se ajuste ao contêiner sem cortar */

    /*height: 150px; /* Define a largura máxima da imagem */
    /*width: auto; /* Ajusta a altura proporcionalmente */
    /*display: block; /* Remove qualquer espaço extra abaixo da imagem */
    /*object-fit: contain; /* Garante que a imagem se ajuste ao contêiner sem cortar */
}

.ProdutoFornecedor{
    color: #5E727C;
    margin-top: 50px;
}

.classificacao ion-icon{
    font-size: 18px;
    color:rgb(255, 183, 0);
}

.BtnExcluir{
    margin-top: 30px;
    margin-left: 10px;;
	margin-right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.CampoCEP{
	width:150px;
	font-size:16px;
}

.BtComprarAgora{
	width:100%;
	font-weight:600;
}

.BtContinuarComprando{
	width:100%;
}

BtAcessarConta{
	width:100%;
}

/* FIM DADOS DA CESTA */


/* INICIO ETIQUETA FRETE GRATIS */
.card {
    position: relative;
}
.tag-frete {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #28a745;
    color: white;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 0 0 0 5px;
    transform: translate(50%, -50%) rotate(45deg);
    transform-origin: 0 0;
}
.card-body {
    position: relative;
    z-index: 1;
}
/* FINAL ETIQUETA FRETE GRATIS */

/* INICIO PRODUTO FOTO GRANDE */
.ProdutoFotoGrande{
	z-index:1030;
	padding-top:20px;
	width:100%;
	height:100%;
	top:0px;
	position:fixed;
	background-color:#FFF;
	text-align:center;
	display:none;
}

.FotoGrande{
	top:-20px;
	max-height:90%;
	max-width:90%;
}

.Fechar{
	padding-right:20px;
}
/*
.ImgFotoGrande{
	z-index:-10;
}
*/

.BtFechar{
	border-radius:50%;
	margin-right:15px;
	/*z-index:10000;*/
}

.imageGrande{
	transition: transform 0.5s;
}

.imageGrande:hover{
    /*-webkit-filter:grayscale(0%);*/
	transform: scale(1.3); /* transform: scale(sx, sy);  sx: Fator de escala horizontal. sy: Fator de escala vertical. */
	/*
	1. Escala Uniforme
	Descrição: O elemento será ampliado em 10% tanto na horizontal quanto na vertical.
	Comportamento: Se o fator de escala for maior que 1, o elemento aumenta de tamanho. Se for menor que 1, o elemento diminui de tamanho.
	
	2. Escala Diferenciada
	transform: scale(1.2, 0.8);
	Descrição: O elemento será ampliado em 20% horizontalmente e reduzido em 20% verticalmente.
	Comportamento: A largura do elemento aumentará 20%, enquanto a altura será reduzida em 20%.
	*/
}

.FotoArtistas{
	cursor:pointer;
}

.NomeArtistas{
	font-family:"Arima", system-ui;
	font-size:24px;
	color:#333;
}

.EnderecoIdentificacao{
	font-family: "Poppins", system-ui;
	font-size:18px;
	font-weight: 700;
	font-style: normal;}

.EnderecoCompleto{
	font-family: "Poppins", system-ui;
	font-weight: 400;
	font-style: normal;
}

.EnderecoPrincipal{
	font-family: "Poppins", system-ui;
	font-weight: 400;
	font-style: normal;
	color:#000;
}
/* FIM PRODUTO FOTO GRANDE */

.BtSeguirPagamento{
	width:100%;
}

.BtSeguirPagamento{
	width:100%;
	background-color: #FF6347;
	color: #fff;
	border-radius: 5px;
	padding: 10px 20px;
	font-size: 16px;
}
