@charset "UTF-8";

body {
	font-family: "Poppins" !important;
	
}

:root{
	--cor-preto: 	   #000;
	--cor-primaria:    #222224;
	--cor-secundaria:  #201e1f;
	--cor-terciaria:   #27292c;
	--cor-quartenaria: #f3f3f3;
	--gay-1: 		   #333333;
	--gay-2: 		   #4F4F4F;
	--gay-3: 		   #828282;
	--gay-4: 		   #BDBDBD;
	--gay-5: 		   #E0E0E0;
	--gay-6: 		   #F2F2F2;
	--branco:		   #FFFFFF;
	-bs-modal-inner-border-radius: calc(0.5rem - 1px);
}
body, html{
	overflow-x: hidden;
	letter-spacing: 1px;
	background-color: #333333;
}
#topo{
	z-index: 2;
}

h1, .h1 {
	font-size: 4.23076923em;
	line-height: 1.09090909em;
	margin-top: 0.21818182em;
	margin-bottom: 0.43636364em;
  }
h2, .h2 {
	font-size: 2.61538462em;
	line-height: 1.05882353em;
	margin-top: 0.35294118em;
	margin-bottom: 0.35294118em;
}
h3, .h3 {
	font-size: 1.61538462em;
	line-height: 1.14285714em;
	margin-top: 0.57142857em;
	margin-bottom: 0em;
}
h4, .h4 {
	font-size: 1.3em;
	line-height: 1.84615385em;
	margin-top: 0.92307692em;
	margin-bottom: 0em;
}
h5, .h5 {
	font-size: 1em;
	line-height: 1.84615385em;
	margin-top: 0.92307692em;
	margin-bottom: 0em;
}
p, ul, ol, pre, table, blockquote {
	margin-top: 0em;
	margin-bottom: 0.92307692em;
}
ul ul, ol ol, ul ol, ol ul {
	margin-top: 0em;
	margin-bottom: 0em;
}
.bg-white {
	background: var(--branco);
}
.bg-primary {
	background: var(--cor-primaria);
}
.bg-dark {
	background: var(--cor-preto);
}
.bg-light {
	background: #2a2d28;
}
.bg-gray-3 {
	background-color: var(--gay-3);
}
.btn__gray-3 {
	background-color: var(--gay-3);
}
.btn__gray-3 :hover,
.btn__gray-3 :focus,
.btn__gray-3 :active {
	background-color: var(--gay-3);
}

.btn__outline {
	background-color: transparent;
	border: 1px solid var(--cor-preto);
	color: var(--cor-preto);
}
.btn__outline:hover,
.btn__outline:focus,
.btn__outline:active {
	border: 1px solid var(--cor-preto);
	background: var(--cor-preto);
	color: var(--branco);
}


.btn__dark{
	background: var(--cor-preto);
}
.btn__dark:hover,
.btn__dark:focus,
.btn__dark:active{
	background: var(--cor-preto);
	opacity: 0.8;
}

.btn__primary{
	background: var(--cor-primaria);
}
.btn__primary:hover,
.btn__primary:focus,
.btn__primary:active{
	background: var(--cor-primaria);
	opacity: 0.8;
}

.text-primary {
	color: var(--cor-primaria);
}
.text-primary:hover,
.text-primary:focus,
.text-primary:active{
	color: var(--cor-primaria);
	text-decoration: none;
}
.text-white{
	color: var(--branco) !important;
}
.text-white:hover,
.text-white:focus,
.text-white:active{
	color: var(--branco);
	text-decoration: none;
}
.text-black{
	color: black;
}

.text-dark{
	color: var(--gay-1);
}
.text-dark:hover,
.text-dark:focus,
.text-dark:active{
	color: var(--gay-1);
	text-decoration: none;
}

.text-light{
	color: var(--gay-3);
}
.text-light:hover,
.text-light:focus,
.text-light:active{
	color: var(--gay-3);
	text-decoration: none;
}

.text-red{
	color: var(--cor-primaria);
}
.text-red:hover,
.text-red:focus,
.text-red:active{
	color: var(--cor-primaria);
	text-decoration: none;
}
.texto-busca{
	text-align: center;
	color: black;
	font-weight: bold;
}
.rounded {
	border-radius: 5px;
}
.rounded-top {
	border-radius: 5px 5px 0 0px
 }
.rounded-bottom {
	border-radius: 0px 0px 5px 5px
 }
.rounded-right {
	border-radius: 0px 5px 5px 0px;
}
.rounded-left {
	border-radius: 5px 0px 0px 5px;
}
.rounded-circle {
	border-radius: 50%;
}
.rounded-pill {
	border-radius: 30px;
}

.p-0	{ padding:        0;}
.pl-0	{ padding-left:   0;}
.pr-0	{ padding-right:  0;}
.pt-0	{ padding-top:    0;}
.pb-0   { padding-bottom: 0;}

.p-1	{ padding:        .25rem;}
.pl-1	{ padding-left:   .25rem;}
.pr-1	{ padding-right:  .25rem;}
.pt-1	{ padding-top:    .25rem;}
.pb-1   { padding-bottom: .25rem;}

.p-2	{ padding:        .5rem;}
.pl-2	{ padding-left:   .5rem;}
.pr-2	{ padding-right:  .5rem;}
.pt-2	{ padding-top:    .5rem;}
.pb-2   { padding-bottom: .5rem;}

.p-3	{ padding:        1rem;}
.pl-3	{ padding-left:   1rem;}
.pr-3	{ padding-right:  1rem;}
.pt-3	{ padding-top:    1rem;}
.pb-3   { padding-bottom: 1rem;}

.p-4	{ padding:        1.5rem;}
.pl-4	{ padding-left:   1.5rem;}
.pr-4	{ padding-right:  1.5rem;}
.pt-4	{ padding-top:    1.5rem;}
.pb-4   { padding-bottom: 1.5rem;}

.p-5	{ padding:        3rem;}
.pl-5	{ padding-left:   3rem;}
.pr-5	{ padding-right:  3rem;}
.pt-5	{ padding-top:    3rem;}
.pb-5   { padding-bottom: 3rem;}

.m-0    { margin:        0;}
.ml-0   { margin-left: 	 0;}
.mr-0   { margin-right:  0;}
.mt-0   { margin-top:    0;}
.mb-0   { margin-bottom: 0;}

.m-1    { margin:        .25rem;}
.ml-1   { margin-left: 	 .25rem;}
.mr-1   { margin-right:  .25rem;}
.mt-1   { margin-top:    .25rem;}
.mb-1   { margin-bottom: .25rem;}

.m-2    { margin: 	 .5rem;}
.ml-2   { margin-left: 	 .5rem;}
.mr-2   { margin-right:  .5rem;}
.mt-2   { margin-top:    .5rem;}
.mb-2   { margin-bottom: .5rem;}

.m-3    { margin:        1rem;}
.ml-3   { margin-left: 	 1rem;}
.mr-3   { margin-right:  1rem;}
.mt-3   { margin-top:    1rem;}
.mb-3   { margin-bottom: 1rem;}

.m-4    { margin:        1.5rem;}
.ml-4   { margin-left: 	 1.5rem;}
.mr-4   { margin-right:  1.5rem;}
.mt-4   { margin-top:    1.5rem;}
.mb-4   { margin-bottom: 1.5rem;}

.m-5    { margin: 	 3rem;}
.ml-5   { margin-left: 	 3rem;}
.mr-5   { margin-right:  3rem;}
.mt-5   { margin-top:    3rem;}
.mb-5   { margin-bottom: 3rem;}
.ml-auto { margin-left: auto;}

.fz-12{
	font-size: 12px;
}
.fz-14{
	font-size: 14px;
}
.fz-16{
	font-size: 16px;
}
.fz-20{
	font-size: 20px;
}
.fz-40{
	font-size: 30px;
}
.fz-50{
	font-size: 50px;	
}
.h-30{
	height: 30px;
}
.shadow-xs		{box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);}
.shadow-sm		{box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);}
.shadow			{box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);}
.shadow-md		{box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);}
.shadow-lg		{box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);}
.shadow-xl		{box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);}
.shadow-2xl		{box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);}
.shadow-inner		{box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);}
.shadow-outline		{box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);}
.shadow-none		{box-shadow: none;}

.bold {
	font-weight: 600;
}

/*global modal*/
.modal-backdrop {
    background-color: var(--cor-preto) !important;
}
.modal-backdrop.in{
	opacity: 0.9;
}
.modal-content {
    box-shadow: none !important;
    border: none !important;

    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.categoria-modal:hover,
.categoria-modal:focus{
    color: #101010 !important;
    text-decoration: none !important;
}
.whatsapp-modal a i{
    color: #27ae60;
    text-decoration: none;
}
.whatsapp-modal a i:hover,
.whatsapp-modal a i:focus{
    color: #27ae60;
    text-decoration: none;
}
.tabela-whatsapp a{
    font-size: 2em;
    color: #000000;
}
.tabela-whatsapp a:hover,
.tabela-whatsapp a:focus{
    font-size: 2em;
    color: #000000;
    text-decoration: none;
}
.tabela-whatsapp a .icon-w{
    color: #27ae60;
}

.categoria-modal{
    color: #101010 !important;
    text-decoration: none !important;
}
.categoria-modal:hover,
.categoria-modal:focus{
    color: #101010 !important;
    text-decoration: none !important;
}
.cor-segundaria{
	color: var(--cor-secundaria);
}
.modal-body{
	border-bottom-left-radius:var(--bs-modal-inner-border-radius); ;
	border-bottom-right-radius:var(--bs-modal-inner-border-radius); ;
}
.btn-default{
	width: 90%;
	background:rgb(204, 204, 204) none repeat scroll 0% 0%;
	margin: 7px 0px;
} 
.btn-default:hover,.btn-default:active,.btn-defaultfocus{
	background:rgb(168, 165, 165) none repeat scroll 0% 0% !important;
}
.divEstoque{
	display: flex;
}
/* 991 */
@media screen and (max-width: 991px) {
	.hidden-sm-xs{
		display: none !important;
	}
	.divMobileExibicao{
		margin-bottom: 10px;
	}
	.modo-exibicao{
		justify-content: space-evenly !important;
	}
}
@media screen and (min-width: 991px) {
	.visible-sm-xs{
		display: none !important;
	}
}
/* 768 */
@media screen and (max-width: 767px) {
	.divEstoque{
		display: block;
	}
	.d-xs-none{
		display: none !important;
	}

	#sectinonBusca .container {
		width: 90%;
	}


}