@import 'fonts.css';

* {
	font-family: Centrale-book;
}
h1 {
	font-family: Centrale-bold;
}
h2 {
	font-family: Centrale-medium;
}
button {
	font-family: Centrale-medium;
}

.vantagens h4 {
	font-size: 1.6rem;
	/* padding-left: 1.5rem; */
}

.mais-inicial {
	color: #ffffff;
	font-size: 3rem;
	font-weight: bolder;
	line-height: 0.5;
}

@media only screen and (max-width: 500px) {
	.vantagens h4{
		font-size: 1.2rem;
	}
	.mais-inicial {
		font-size: 2rem;
	}
}
@media only screen and (max-width: 400px) {
	.xs {
		flex: 0 0 100% !important;
		max-width: 100% !important;
		display: grid;
    	place-items: left;
	}
	.vantagens h4 {
		padding-left: 10% !important;
	}
	
}


.h-body {
	min-height: calc(100vh - 75px - 1rem) !important;
}
.h-body-75 {
	min-height: 75vh !important;
}
.h-body-100 {
	min-height: 100vh !important;
}
.w-body-100 {
	width: 100vw !important;
}
.f-icone {
	color: white;
}

.help-invalid{
	display: none;
}
.input-help:invalid {
	border-color: red;
}
.input-help:invalid + .help-invalid:first-of-type{
	display: block;
}

.help-focus{
	display: none;
}
.input-help:focus + .help-focus:first-of-type{
	display: block;
}
.h-64 {
	height: 64px;
}

.b-search {
	border: none;
	background: inherit;
}

.i-search {
	padding-left: 25px;
	padding-right: 25px;
	text-align: center;
	height: 38px;
	border: 1px solid gray;
	border-radius: 50px
}

.icone {
	width: 16px;
	height: 16px;
}

.icone-24 {
	width: 24px;
	height: 24px;
}

.menu {
	background: transparent linear-gradient(180deg, #03A688 50%, #03A688 100%, #03A688 100%) 0% 0% no-repeat padding-box;
	/* padding-top: 25px; */
}

.radius-25 {
	border-radius: 25px;
}

.body.contato {
	background: transparent linear-gradient(294deg, #02716A 0%, #02716A 46%, #02716A 100%) 0% 0% no-repeat padding-box;
}

.b-contato {
	padding-top: 100px;
	/* background-image: url("../img/BANNER.jpg"); */
	/* mix-blend-mode: multiply; */
}

.blend-exclusion {
	mix-blend-mode: exclusion;
}

.logo {
	/* width: 75px; */
	height: 55px;
}

.no-border {
	border: 0px;
}

.button {
	border-radius: 100px;
	padding-left: 25px;
	padding-right: 25px;
	color: white !important;
}

.menu-baixo {
	background-color: #11618D;
	height: 84px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-left-radius: 400px;
	border-bottom-right-radius: 400px;
}

.menu-baixo .icone {
	width: 45px;
	height: 38px;
}

.menu-baixo .icone.encontre {
	width: 26px;
	height: 37px;
}

.campanhas {
	margin-top: 70px !important;
}

.campanha {
	border: none;
}

.campanha>div {
	padding-left: 0;
	padding-top: 0;
}

.nome-campanha {
	min-width: 60%;
	border-radius: 50px;
	text-align: center;
	/* padding: 10px; */
	z-index: 1000;
}

.nome-campanha h5 {
	margin: 0 !important;
	padding: 10px;
}

.img-campanha {
	width: 100%;
}

.info-campanha {
	margin-top: -10px;
	padding-top: 0px;
}

.ver-numeros {
	margin: auto;
	margin-top: 15px;
}

.botao {
	border-radius: 25px;
}

.botao .icone {
	float: left;
	width: 50px;
	height: 50px;
	padding: 8%;
}

/* 
.body {
	margin-left: 65px;
	margin-right: 65px;
	margin-bottom: 65px;
} */


.apresentacao {
	margin-top: 60px;
	margin-bottom: 50px;
}

.texto {
	color: #474747
}

.b-lar {
	background-color: #03A688;
}
.b-lar-hover-alt{
	background-color: #03A688;
}
.b-lar-hover-alt:hover{
	background-color: #FF303E;
}
.b-lar-alt {
	background-color: #03A688;
}
.b-lar-alt-2 {
	background-color: #C80053;
}
.col-20 {
	padding-bottom: 5px;
}

.botao .minha_area span {
	font-size: 1.2rem;
	font-weight: normal;
}

.botao .minha_area .icone {
	width: 60px;
	height: 60px;
	margin-right: 1%;
	margin-left: 1%;
}

.lembre {
	margin-top: 10px;
	margin-bottom: 40px;
}

.cols {
	margin-top: 50px;
}

.meus-dados {
	margin-top: 75px;
}

.input {
	padding-left: 25px;
	padding-right: 25px;
	text-align: center;
	width: 100%;
	border: 1px solid gray;
	border-radius: 50px
}
input.input{
	height: 38px;
}
select.input{
	height: 38px;
}
button.contato{
	height: 38px;
}
.input.contato {
	background: rgba(255, 255, 255, 0.75);
}
textarea.input {
	resize: none;
}

.botoes-form .button {
	border: none;
	margin-right: 50px;
}

.botoes-form .icone {
	height: auto;
}

.botoes-form .icone.confirmar {
	width: 20px;
}

.botoes-form .icone.voltar {
	width: 12px;
}

.dias-compras {
	padding-left: 25px;
	padding-right: 25px;
	height: 50px;
	width: 300px;
	margin: auto;
	border: 1px solid gray;
	border-radius: 10px;
	font-weight: bold;
}

.texto-w1 {
	font-size: 1.5rem;
	font-weight: lighter;
}

.texto-w2 {
	font-size: 1.4rem;
	font-weight: normal;
}

.barra-periodo {
	min-height: 50px;
}

.table-historico {
	max-height: 200px;
}
.table-nums {
	max-height: 200px;
}
.table-historico tbody>tr{
	cursor: pointer; 
}
.scroll{
	overflow-x: auto;
}
/* width */

.scroll::-webkit-scrollbar {
	width: 9px;
}

/* Track */

.scroll::-webkit-scrollbar-track {
	background: inherit;
}

/* Handle */

.scroll::-webkit-scrollbar-thumb {
	background: #BCBCBC;
	border-radius: 10px;
	border: 1px solid gray;
	margin: 10px;
	padding: 10px;
}

/* Handle on hover */

.scroll::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.botao-voltar .button {
	border: none;
}

.botao-voltar .icone.voltar {
	width: 6px;
	height: 12px;
	margin-right: 5px;
}

.table-compras {
	max-height: 400px;
}

.table-compras table td {
	height: 100px;
	padding: 25px;
	vertical-align: middle;
}

.table-compras table td:first-child {
	width: 150px;
}

select.encontrar-lojas {
	padding-left: 25px;
	padding-right: 25px;
	height: 50px;
	width: 500px;
	max-width: 80% !important;
	margin: auto;
	border: 1px solid gray;
	border-radius: 50px;
	font-weight: bold;
}

.loja {
	display: none;
}
.loading {
	z-index: 2;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.75);
}
.lista-produtos{
	max-height: 250px;
}
.remover-produto{
	cursor: pointer; 
}
.inline-text{
	white-space: nowrap;
}
.table-nums_sort{
	white-space: nowrap;
}

.menu-branco .nav-link {
    color: white !important;
}

#install-button {
	display: none;
	width: 100%;
	background-color: #FDC533;
	padding: 15px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	text-align: center; /* Centraliza o conteúdo */
	transition: margin-top 0.3s ease; /* Adiciona uma transição suave para a margin-top */
}

#install-button p {
	margin: 0; /* Remove a margem padrão do parágrafo */
	display: inline; /* Faz com que o parágrafo e o botão fiquem na mesma linha */
	margin-right: 10px; /* Adiciona espaçamento entre o texto e o botão */
}

#install-button button {
	background-color: #B61D18;
	color: #FDC533;
	border: none;
	padding: 10px 20px;
	cursor: pointer;
	border-radius: 5px;
	font-weight: bold;
	transition: background-color 0.3s ease;
	display: inline-block; /* Transforma o botão em um elemento de bloco e mantém na mesma linha */
}

#install-button button:hover {
	background-color: #f5f5f5;
}