@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
/*Variáveis de coloração*/
.header{--bg-clr: #679186;}/*Cor de fundo do header*/

/* Header */
.header{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 80px;
	border-bottom: 1px solid #c9c9c9;
	width: 100%;
	top: 0;
	position: fixed;
	background-color: var(--bg-clr);
	z-index: 98;
	-webkit-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.81);
	-moz-box-shadow:0px 0px 20px 2px rgba(0,0,0,0.81);
	box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.81);
}
.dados-profile{
    margin-left: 15px;
}

.dados-profile p{
    font-size: 20px;
    font-weight: bold;
}

.profile-img{
    /*border: 2px solid;
    border-radius: 15px;*/
    padding: 10px;
}

.fab.fa-cpanel.logo-tipo{
	font-size: 180px;
	color: #2c3e50;
}
.logo{
	width: 200px;
	display: flex;
	align-items: center;
}
/*.logo a img{
	width: 103px;
}*/
.hint{
	display:none;
	position:absolute;
	top: 75px;
	left:-30px;
	right:0;
	margin: auto;
	width:240px;
	height:20px;
	border-radius: 10px;
	font-size: 10px;
	background-color: goldenrod;
	padding-left: 10px;
}
.icon-menu{
	margin: auto 25px;
	float: right;
    color:  #2c3e50;
}
.togle-buton{
	display: none;
}
.icon-bag{
	display: block;
	margin: auto 10px auto 5px;
	position: fixed;
	top: 90px;
	right: -6px;
}
.icon{
    padding: 4px;
    border-radius: 5px;
    width: 2.5rem;
}
.carrinho{
	font-size: 40px;
	text-decoration: none;
	color: #34495e;
}
.help-cpanel{
	position: fixed;
	bottom: 145px;
	left: 5px;
	z-index: 98;
}
.help-cpanel a{
	position: absolute;
	z-index: 99;
	width: 40px;
	height: 40px;
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0.3);
	text-align: center;
	border-radius: 20px;
	z-index: 99;
}
.help-cpanel a:hover{
	background-color: #2c3e50;
	-webkit-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.81);
	-moz-box-shadow:0px 0px 20px 2px rgba(0,0,0,0.81);
	box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.81);
	transition: 0.5s;
}
.help-cpanel i{
	font-size: 30px;
	color: #2c3e50;
	margin: 0 auto;
	margin-top: 50%;
	transform: translateY(-50%);
}
.help-cpanel i:hover{
	color: rgb(57, 255, 20);
	transition: 0.5s;
}
.dica-cpanel{
	position: fixed;
	bottom: 145px;
	right: 45px;
	z-index: 98;
}
.dica-cpanel a{
	position: absolute;
	z-index: 99;
	width: 40px;
	height: 40px;
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0.3);
	text-align: center;
	border-radius: 20px;
	z-index: 99;
}
.dica-cpanel a:hover{
	background-color: #2c3e50;
	-webkit-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.81);
	-moz-box-shadow:0px 0px 20px 2px rgba(0,0,0,0.81);
	box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.81);
	transition: 0.5s;
}
.dica-cpanel i{
	font-size: 30px;
	color: #2c3e50;
	margin: 0 auto;
	margin-top: 50%;
	transform: translateY(-50%);
}
.dica-cpanel i:hover{
	color: rgb(57, 255, 20);
	transition: 0.5s;
}
.promocao-cpanel{
	position: fixed;
	top: 90px;
	right: 50px;
	z-index: 98;
}
.promocao-cpanel a{
	position: absolute;
	z-index: 99;
	width: 40px;
	height: 40px;
	text-decoration: none;
	background-color: rgb(255, 0, 0);
	text-align: center;
	border-radius: 20px;
	z-index: 99;
	animation-name: flash1;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-delay: 2s;
}
.promocao-cpanel a:hover{
	background-color: #7dc301;
	-webkit-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.81);
	-moz-box-shadow:0px 0px 20px 2px rgba(0,0,0,0.81);
	box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.81);
	transition: 0.5s;
}
.promocao-cpanel i{
	font-size: 30px;
	color: #2c3e50;
	margin: 0 auto;
	margin-top: 50%;
	transform: translateY(-50%);
	animation-name: flash2;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-delay: 2s;
	color: #FFF;
}
.promocao-cpanel i:hover{
	color: #FFF;
	transition: 0.5s;
}
.pin{
    margin-left: 10px;
    font-size: 70px;
}
/*Animação do botão de promoção*/
@keyframes flash1{
	0%{
		background-color: rgb(136, 155, 115);
	}
	50%{
		background-color: rgba(136, 155, 115, 0.5);
	}
	100%{
		background-color: rgb(136, 155, 115);
	}
}
@keyframes flash2{
	0%{
		color: rgb(0, 100, 0);
	}
	50%{
		color: #2c3e50;
	}
	100%{
		color: rgb(0, 100, 0);
	}
}
.img-logo-header{
	margin: 5px 10px 5px 10px;
	width: 200px;
	padding: 5px;
	border-radius: 5px;
}
.identificacao {
    font-size: 25px;
    font-weight: bolder;
    /*color: #2c3e50;*/
    margin-right: 20px;
}
.banner{
	width: 100%;
}
.ident{
	font-size: 40px;
}

/*CONFIGURAÇÕES PARA DISPOSITIVOS MÓVEIS*/
@media screen and (max-width: 980px){
	.header{
		display: flex;
		align-items: center;
		justify-content: space-between;
		height: 50px;
		/* padding: 0 1rem; */
		position: fixed;
		background-color: var(--bg-clr);
		z-index: 98;
		top: 0;
		border-bottom: 1px solid #c9c9c9;
		-webkit-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.81);
		-moz-box-shadow:0px 0px 20px 2px rgba(0,0,0,0.81);
		box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.81);
		width: auto;
		min-width: 360px;
	}
	.fab.fa-cpanel.logo-tipo{
		font-size: 100px;
		color: #2c3e50;
	}
	.logo{
		width: 50px;
	}
	.logo img{
		max-width: 100px;
	}
	.logo a img{
		width: 67px;
	}
	.fa-cpanel:before{
	}
	.icon-menu{
		display: block;
		margin: auto 10px auto 5px;
        color:  #2c3e50;
	}
    .pin{
        margin-left: 10px;
        font-size: 55px;
    }
	.togle-buton{
		display: unset;
	}
	.icon-bag{
		display: block;
		margin: auto 10px auto 5px;
		position: fixed;
		right: 0px;
		top: 60px;
	}
	/*Style exclusivo do carrinho de compras */
	.icon-menu.bag{
		display: flex;
		align-items: center;
		/*
		margin-right: 25px;
		width: 128px;
		justify-content: space-between;*/
	}
	.fas.fa-shopping-cart.bag{
		color: #2c3e50;
	}
	.fas{
		margin-right: 5px;
	}
	.far{
		margin-right: 5px;
	}
	.fab{
		margin-right: 5px;
	}
	.status{
		text-transform: capitalize;
		display: flex;
		align-items: center;
	}
	.help-cpanel{
		position: fixed;
		bottom: 145px;
		left: 5px;
		z-index: 98;
	}
	.help-cpanel a{
		position: absolute;
		z-index: 99;
		width: 40px;
		height: 40px;
		text-decoration: none;
		background-color: rgba(0, 0, 0, 0.3);
		text-align: center;
		border-radius: 20px;
		z-index: 99;
	}
	.help-cpanel i{
		font-size: 30px;
		color: #2c3e50;
		margin: 0 auto;
		margin-top: 50%;
		transform: translateY(-50%);
	}
	.carrinho{
		font-size: 30px;
	}
	.content{
		top: 0px;
	}
}