@font-face 
{
	font-family: 'Effra Heavy';
	src: url('../fonts/effraheavy.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
.fonteEffraHeavy1
{
	font-family:'Effra Heavy';
	color:#231f20;
	font-size:28px;
	line-height:30px;
	font-style:normal;
	padding:5px 50px
}
.fonteEffraHeavy2
{
	font-family:'Effra Heavy';
	color:#0000ff;
	font-size:30px;
	line-height:25px;
	font-style:normal;
	padding:5px 50px
}
@font-face 
{
	font-family: 'Fill Me With Color';
	src: url('../fonts/fillmewithcolor.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}	
.fillMeWithColor1
{
	font-family:'Fill Me With Color';
	color:#0000ff;
	font-size:28px;
	line-height:65px;
	font-style:normal;
	padding:5px 50px
}
@media (max-width: 768px) {
#navbarHeader {
   
	margin-top: 32px; /* Espaço para a altura do main-header */
}

.navbar-header.active {
	display: block; /* Mostrar quando ativo */
}
}
.carousel-inner img {
width: 100%; /* Full width */
height: auto; /* Maintain aspect ratio */
}

@media (min-width: 576px) { /* Small devices (tablets) */
.carousel-inner img {
	width: 33.33%; /* 3 images per slide */
}
}

@media (min-width: 992px) { /* Large devices (desktops) */
.carousel-inner img {
	width: 20%; /* 5 images per slide */
}
}

section {
		padding: 40px 0;
		margin-top:  10px;
		transition: opacity 0.5s ease-in-out;
		border: 1px solid lightgray;
		border-radius: 5px;
	}
	.section-heading {
		font-size: 2rem;
		margin-bottom: 20px;
	}
	
	.card {
		margin-bottom: 20px;
	}
	
	 .divider {
		margin-bottom: -2.75rem !important;
		text-align: center;
	}
	.divider hr {
		border: 1;
		height: 1px;
		background: #ccc;
		margin: 0 auto;
		width: 100%;
		
	}
	.divider span {
		display: inline-block;
		padding: 5px 15px 5px 15px;
		background: #FFDB58;
		position: relative;
		top: -25px;
		font-weight: bold;
		font-size: 22px;
	}
	.produtos, .testimonials 
	{
	
		padding: 5px 2px;
		border-radius: 10px;
		box-shadow: 0 4px 8px rgba(0,0,0,0.2);
		opacity: 1;
		transform: translateY(50px);
		transition: all 1s ease-in-out;
	}	
		.testimonials {
		background-color: #FFFACD;
		text-align: center;
		}
 


/* Remove the navbar's default margin-bottom and rounded borders */ 
.form-control
 {
  border: 1px solid #818284;
  border-radius: .25rem;
}
.cliente-premium-container
 {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 200px; /* Largura fixa */
	height: 40px; /* Altura fixa */
	padding: 1px;
	border-radius: 10px;
	border: 2px solid #000; /* FF5733 Cor da moldura */
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3); /* Sombra ao redor da moldura */
	background: linear-gradient(45deg, #FF5733, #FFC300); /* Gradiente de fundo */
}
.cliente-premium
 {
	font-size: 12pt;
	font-weight: bold;
	color: #000; /* Cor dourada */
	text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3); /* Sombra do texto */
	padding: 5px;
	margin-left: 5px; /* Espaçamento entre a coroa e o texto */
}
.fa-crown
 {
	font-size: 1.5rem; /* Tamanho da coroa */
	color: #FFD700; /* Cor dourada */
	padding-left:4pt;
}
/*.badge-notification 
{
	position: absolute;
	top: 10px; 
	right: 10px; 
	background-color: #dc3545; 
	color: white; 
	font-size: 0.8rem; 
	padding: 3px 6px;
	border-radius: 12px; 
}
	*/

.badge-notification 
{
	position: absolute;
	top: -3px; /* Ajuste a posição conforme necessário */
	right: -10px; /* Ajuste a posição conforme necessário */
	transform: translate(50%, -50%); /* Ajusta o badge para o canto superior direito do ícone */
	background-color: #dc3545; /* Cor de fundo do badge */
	color: white; /* Cor do texto do badge */
	font-size: 0.8rem; /* Tamanho da fonte do badge */
}
