﻿@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@400;600;700&display=swap');

body{
  font-family: 'Lexend', sans-serif;
  background-color: #F8F8F8;
  color: #050505;
}

#nav_lat01{
  /*background-color: #F8F8F8; */
  /*width: 100%; */
  background-color: #F8F8F8;
  /*box-shadow: -1px 3px 27px -7px rgba(0,0,0,1); 
  border-radius: 0px 40px 0px 0px; */
  padding: 1%;
  color: #050505;
  border: 1px solid lightgrey;
}

#nav_lat01 .row{
  padding: 0% 6% 0px 6%;
  margin: 0px; 
  border-bottom: 1px solid transparent /*#3B3B3B*/;
  color: #F8F8F8;
}

#nav_lat01 p{
  padding: 0px;
  margin: 8px;
}

.categorias{
    padding: 0px;
    box-shadow: 4px 4px 22px -18px rgba(0,0,0,0.75);
    background-color: transparent;
    font-size: 16px;
    color: #050505;
    font-family: 'Lexend', sans-serif;
    outline: none;
    border-radius: 30px;
    border: 1px solid transparent;
    background-color:#FFF;
     margin-bottom:15px;
}

.catlist{
  padding: 0px;
  background-color: transparent;
  font-size: 16px;
  color: #050505;
  font-family: 'Lexend', sans-serif;
  outline: none;
  border: none;
  border-top: 1px solid lightgrey;
  background-color: transparent;
}

.catlist h6{
  padding: 0px;
  margin: 6px 0px 6px 0px;
}

.line{
  border: none;
  border-top: 1px solid lightgrey;
}

.cardhome{
  padding: 10px 0px 10px 0px ;
  box-shadow: 4px 4px 22px -18px rgba(0,0,0,0.75);
  background-color: transparent;
  font-size: 16px;
  color: #050505;
  font-family: 'Lexend', sans-serif;
  outline: none;
  border-radius: 8px;
  border: 1px solid transparent;
  background-color:#FFF;
   margin-bottom:15px;
}

.cinzanav{
  color: #050505;
}

.cai{
  /*-webkit-box-shadow: 0px -1px 91px 6px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px -1px 91px 6px rgba(0,0,0,0.75);*/
  box-shadow: 0px -1px 61px -36px rgba(0,0,0,0.75);
  padding: 2%;
  color: #050505;
  background-color: #F8F8F8;
  border-radius: 10px;
  width: 100%;
}


.butcad{
    background-color:#fff;
    width:100%;
    height: 50px;
    font-size: 16px;
    outline: none;
    font-family: 'Lexend', sans-serif;
    color: #050505;
    border-style: none;
    cursor: pointer;
    border-radius: 30px;
    box-shadow: 4px 4px 22px -18px rgba(0,0,0,0.75);

  }

  .butcad:hover{
    background-color:#30F261;
    color: #FFF;
    /*-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);*/
  }


.inpcad{
  width: 100%;
  height: 50px;
  background-color: transparent;
  font-size: 16px;
  color: #050505;
  padding: 0px 0px 0px 24px;
  font-family: 'Lexend', sans-serif;
  margin-bottom: 3%;
  outline: none;
  border-radius: 30px;
  border: 1px solid transparent;
  background-color:#FFF;
   margin-bottom:20px;
}

.textareacad{
  height: 150px;
  border-radius: 10px;
  padding-top: 24px;
}

.nav_mob{
  position:fixed;
  width:40px;
  height:40px;
  top:10px;
  left:10px;
  background-color:#30F261;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px; 
  z-index:1000; 
  border: none; 
  display: none;
}

.hidedis{
  display: none;
}



@media only screen and (max-width: 600px) {
  #nav_lat01{
    display: none;
  }

  .nav_mob{
    display: block;
  }
}

.reg{
  font-family: 'Lexend', sans-serif;
  font-weight: 400;
}

.sem{
  font-family: 'Lexend', sans-serif;
  font-weight: 600;
}

.bold{
  font-family: 'Lexend', sans-serif;
  font-weight: 700;
}

.btnok{
  font-family: 'Lexend', sans-serif;
  background-color: #050505; 
  border: solid 1px #050505; 
  font-size: 18px;
  color: #bdbdbd;
  font-size: 16px;
}

 
.botaolog{
  background-color:#e0003c;
  padding: 3%;
  width:100%;
  font-size: 19px;
  outline: none;
  font-family: 'Lexend', sans-serif;
  color: #050505;
  border-style: none;
  cursor: pointer;
  border-radius: 5px;
}

.botaolog:hover{
  color: #050505;
  background-color:#30F261;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
a:hover{
  color: #30F261;
}

.del-text{
  color: #707070;
}

.oferta-text{
  color: #CD0500;
}

.fs-11{
  font-size: 11px;
}

.fs-12{
  font-size: 12px;
}

.fs-13{
  font-size: 13px;
}

.fs-15{
  font-size: 15px;
}

.fs-16{
  font-size: 16px;
}


.fs-18{
  font-size: 18px;
}

.fs-19{
  font-size: 19px;
}

.fs-21{
  font-size: 21px;
}

.fs-22{
  font-size: 22px;
}

.fs-26{
  font-size: 26px;
}

.fs-32{
  font-size: 32px;
}

.fs-40{
  font-size: 40px;
}

.pag-text{
  color: #534F4C;
}

.pag2-text{
  color: #999999;
}

.es-22{
  line-height: 22px;
}


.mg-top-10{
  margin-top: 10px;
}

.sub{
  text-decoration: underline;
}

.tar{
  text-decoration: line-through;
}


/* Menu */
#menu ul {
	padding:0px;
	margin:0px;
	list-style:none;
	font-family: 'Lexend', sans-serif;
}

#menu ul li { display: inline; }

#menu ul li a {
	padding: 2px 20px;
	display: inline-block;
	font-family: 'Lexend', sans-serif;

	/* visual do link */
	color: #534F4C;
	font-size: 16px;
	text-decoration: none;
}


.zeroo{
  margin: 0px;
  padding: 0px;
}


  /*tela de carregamento */
div.loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  background: #F8F8F8;  /* fallback for old browsers */
  z-index: 9999999999999;
}

.meio{
  padding: 80px;
  height: 250px;
  width: 250px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}


.formpes{
  background-color: #F9F9F9; 
  width: 100%; 
  padding: 3%; 
  border-radius: 10px;
}

.inpfor{
  width: 100%; 
  font-size:13px; 
  padding: 3%; 
  border: 0px;
  background-color: #F9F9F9; 
  color: #7E7E7E;
  font-family: 'Lexend', sans-serif;
  font-weight: 400;
}


.nav_bot{
  position: fixed; 
  width: 100%; 
  height: 70px; 
  background-color: #050505; 
  bottom: 0px; 
  border-radius: 20px 20px 0px 0px;
  /*box-shadow: 0px 0px 37px -12px rgba(0,0,0,0.75); */
  box-shadow: 0px -15px 30px 0px rgba(83,79,76,0.16);
  z-index: 999999;
}


.btnclibox{
  width: 100%; 
  display: flex; 
  flex-direction: row; 
  justify-content: center; 
  align-items: center;
}


.btncli{
  width: 48px; 
  height: 48px; 
  background-color: #0090DF; 
  margin-top: 12px; 
  border-radius: 10px;
  /*box-shadow: 0px 0px 39px -6px rgba(0,144,223,1);*/
  box-shadow: 0px 10px 20px 0px rgba(0,144,223,0.5);
}


.btnsim{
  width: 48px; 
  height: 48px; 
  background-color: #050505; 
  margin-top: 12px; 
  border-radius: 10px;
}


  /*CARD PRODUTOS */

.cardpro{
  width: 90%; 
  background-color: #050505; 
  margin-left: 5%; 
  border-radius:20px; 
  padding: 5%; 
  /*box-shadow: 0px 12px 39px -28px rgba(0,0,0,0.75); */
  box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.1);
  margin-bottom: 10px;
}

.imgpro{
  background-color: #050505;
  text-align: center;
  height: 150px;
  border-radius: 10px;
}

.imgpro img{
  max-width: 100%; 
  max-height: 150px; 
  width: auto; 
  height: auto;
}

.imgpromob{
  background-color: #050505;
  text-align: center;
  height: 120px;
  border-radius: 10px;
}

.imgpromob img{
  max-width: 100%; 
  max-height: 120px; 
  width: auto; 
  height: auto;
}

.despro{
  width: 100%; 
  color: #0090DF; 
  background-color: #E5F4FC; 
  font-size: 11px; 
  height: 28px; 
  border-radius: 5px; 
  margin: 0px; 
  border: none;
}


.desprodesk{
  width: 100%; 
  color: #0090DF; 
  background-color: #E5F4FC; 
  font-size: 18px; 
  height: 40px; 
  border-radius: 5px; 
  margin: 0px; 
  border: none;
  font-family: 'Lexend', sans-serif;
  font-weight: 700;
}

.bold{
  font-family: 'Lexend', sans-serif;
  font-weight: 700;
}


.cardcat{
  color: #050505; 
  background-color: #0090DF; 
  font-size: 13px; 
  height: 28px; 
  border-radius: 10px; 
  margin: 0px; 
  padding: 10px;
  border: none;font-family: 'Lexend', sans-serif;
  font-weight: 600;box-shadow: 0px 4px 50px -11px rgba(0,144,223,1);
}


.tubinp{
  width: 100%;
  height: 60px;
  padding-left: 4%;
  margin-bottom: 15px;
  background-color: #F9F9F9;
  color: #7E7E7E;
  font-size: 15px;
  border: none;
  border-radius: 12px;
  font-family: 'Lexend', sans-serif;
  font-weight: 400;
}


.btnhub {
    width: 100%;
    background-color: #30F261;
    font-family: 'Lexend', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #050505;
    border: none;
    padding: 10%;
    margin: 6px;
    cursor: pointer;
    border-radius: 20px;
    box-shadow: 0px 8px 30px -6px rgb(236 101 0);
}

.btnfloat{
  position:fixed;
  width:60px;
  height:60px;
  bottom:20px;
  right:20px;
  background-color:#30F261;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px; 
  z-index:1000;
}


.btnhub2 {
    width: 100%;
    background-color: #0090DF;
    font-family: 'Lexend', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #050505;
    border: none;
    padding: 10%;
    margin: 6px;
    cursor: pointer;
    border-radius: 20px;
    box-shadow: 0px 8px 30px -6px rgb(0 145 223);
}

.btnori {
  width: 280px;
  background-color: #FFB400;
  font-family: 'DM Sans', sans-serif;
  color: #262D2D;
  border: none;
  padding: 4%;
  margin: 6px;
  cursor: pointer;
  font-weight: 700;
}

.numero{
  text-align: center;
  font-size: 15px;
  border: none;
  background-color: transparent;
  font-family: 'Lexend', sans-serif;	
  width: 70px;
}




