.principal{
  background-color: #b5b5b51e;
}


.row>* {
  padding-right: 0;
  padding-left: 0;
}

.fundo-bolhas{
  background-image: url('/images/enfeite.png');
  height: 100vh;
  background-attachment: fixed;
  display: flex;
  align-items: center;
}

.title h1{
  font-size: 6.7rem;
  font-weight: bold;
  margin: 0 !important;
}

.title h3{
  font-size: 3.5rem;
  font-weight: bold;
  color: var(--red-color);
  margin-left: 9rem;

}

.title i{
  color: var(--text-color);
}

.title p{
  color: var(--greymedium-color);
  font-weight: bold;
  text-align: justify;
  width: 72%;
  font-size: 18px;

}

.button-principal button{
  border: none;
  background: var(--red-color);
  color: var(--white-color);
  font-weight: bold;
  padding: 0.6rem 3rem;
  border-radius: 0.5rem;
}

.separador-info{
  background-color: var(--red-color);
  padding: 2rem 0;
  margin-bottom: 2rem;
}

.separador-info p{
  color: var(--white-color);
  font-size: 13px;
}

.separador-info i{
  color: var(--white-color);
  font-size: 3rem;
}

.title-principal{
  margin-top: 6rem;
}

.title-principal h2{
  font-weight: bold;
  margin: 0 !important;
}

.title-principal p{
  font-weight: 600;
}

.separador-title{
  content: '';
  width: 25%;
  height: 1px;
  background: #DBDBDB;
  margin-bottom: 2rem;
}

.produtos-home .cards .card{
  padding: 1rem;
}

.produtos-home .card{
  min-width: 30%;
}

.produtos-home .card h5{
  font-weight: bold;
  margin: 1rem 0;
}

.produtos-home .mini-text{
  font-weight: bold;
  font-size: 14px;
}

.card-valor{
  font-size: 2rem;
  font-weight: bold;
}

.produtos-home .card .comprar button{
  border: 0;
  background: var(--red-color);
  border-radius: 2rem;
  color: var(--white-color);
  font-weight: bold;
  padding: 0.4rem 4rem;
}

.contact{
  background-color: #b5b5b515;
  padding-bottom: 6rem;
}

.title-principal{
  padding: 4rem 0;
}

.contato input::placeholder{
  font-family: var(--font-principal);
}

.contato textarea::placeholder{
  font-family: var(--font-principal);
}

.contato input{
  background: #c9c9c927;
  border: none;
  border-radius: 0.2rem;
  padding: 0.8rem 0.7rem;
  outline: 0;
}

.contato textarea{
  background: #c9c9c927;
  border: none;
  border-radius: 0.2rem;
  padding: 0.8rem 0.7rem;
  outline: 0;
  height: 147px;
  resize: none;
}

.contact h5{
  font-weight: bold;
}

.separador-contact{
  content: '';
  width: 70%;
  height: 1px;
  background: var(--text-color);
}

.sidebar .search{
  width: 100%;
}

/*PAGINA DE ESCOLAS*/
.sidebar .search input {
  width: 100%;
}

.separador-vertical{
  content: '';
  width: 1px;
  height: 80%;
  background: #A8A8A8;
  margin-left: 2rem;
}

.sidebar ul{
  padding-left: 0 !important;
}

.sidebar ul li a{
  font-weight: 600;
  transition: 0.5s;
  font-size: 0.8rem;
}

.sidebar ul li a:hover{
  color: var(--red-color);
}

.escolas img{
  margin-bottom: 2rem;
}

/*PRODUTOS POR ESCOLA*/
.quant{
  color: var(--greymedium-color);
}

.classificar a{
  background: var(--red-color);
  margin-left: 0.6rem;
  color: var(--white-color);
  font-weight: 600;
  border-radius: 0.3rem;
  padding: 0.2rem 1rem;
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
}

.classificar p{
  font-weight: 600;
}

.lista-produtos select{
  border-radius: 2.7rem;
  padding: 0 0.7rem;
  color: var(--greymedium-color);
  font-weight: 600;
}

.lista-produtos p{
  color: var(--greymedium-color);
  font-weight: 600;
}

.navigation .number {
  background: var(--red-color);
  border-radius: 50%;
  color: var(--white-color);
  font-weight: 600;
  padding: 0.3rem 0.8rem;
}

.navigation .navegacao {
  background: var(--red-color);
  border-radius: 1rem;
  color: var(--white-color);
  font-weight: 600;
  padding: 0.3rem 0.8rem;
}

.element{
  transition: 0.5s;
}

.element:hover {
  filter: brightness(90%);
}

.navigation{
  margin-bottom: 10rem;
}

/*LOGIN*/
.form-login input{
  width: 100%;
}

.login .card{
  width: 50%;
  margin: 2rem 0;
  padding: 1rem 0;
}


.form-login p{
  font-weight: 600;
  font-size: 14px;
}

.form-login p a{
  color: var(--red-color);
  transition: 0.5s;
}

.form-login p a:hover{
  color: var(--text-color);
}

.form-login .button-principal{
  transition: 0.5s;
}

.form-login .button-principal:hover{
  filter: brightness(90%);
}

.login .separador-title{
  width: 65%;
  margin-bottom: 1rem;
}

.login .title-principal{
  margin-top: 0rem;
  padding: 2rem 0;
}

/*usuario*/
.title-form h5{
  font-weight: bold;
}

.title-form i{
  color: var(--red-color);
  font-size: 2rem;
}

.title-form{
  margin: 2rem 0;
}

.register .title-principal{
  margin-top: 0rem;
  padding: 2rem 0;
}

.register .separador-title{
  margin-bottom: 1rem;
}

.form-register input{
  outline: 0;
  border-radius: 0.2rem;
  border: 1px solid #BFBFBF;
  padding: 0.5rem 1rem;
  width: 35%;
  margin: 0.5rem 0;
}

.form-register select{
  outline: 0;
  border-radius: 0.2rem;
  border: 1px solid #BFBFBF;
  padding: 0.5rem 1rem;
  width: 100%;
  margin: 0.5rem 0;
}

.form-person input{
  width: 100%;
}

.input-person{
  width: 35%;
}

.form-register input::placeholder{
  font-family: var(--font-principal);
}

.check-person label{
  font-weight: 600;
  margin-left: 0.5rem;
  margin: 1rem 0;
}

/*DETALHES DO PRODUTO*/
.mini-images img{
  width: 168px;

}

.max-image{
  width: 92%;
  height: 92%;
  overflow: hidden;
}

.max-image img{
  max-width: 416px;
  min-width: 416px;
}

.mini-images{
  width: 83%;
  height: 20%;
  overflow: hidden;
  margin-bottom: 1rem;
}

.details{
  padding: 2rem;
  margin-top: 2rem;
}

.detalhes{
  padding: 2rem 2rem;
}

.detalhes h5{
  font-weight: bold;
}

.detalhes .code{
  color: var(--greymedium-color);
  font-weight: 600;
}

.detalhes .tabela p{
  text-decoration: underline;
  font-size: 0.8rem;
  color: var(--greymedium-color);
  font-weight: 600;
}

.tipos-tam .tamanho{
  font-weight: bold;
  color: var(--red-color);
}

.tipos-tam{
  margin: 1rem 0;
}

.tipos-tam .selected-tam{
  background: var(--grey-color);
  color: var(--white-color);
  border: 2px solid var(--white-color);
  padding: 0.5rem 0.8rem;
  margin-right: 1rem;
  border-radius: 0.3rem;
}

.tipos-tam .selected-tam:hover{
  margin-top: 0.5rem;
  color: var(--grey-color);
  border: 2px solid var(--grey-color);
  padding: 0.5rem 0.8rem;
  margin-right: 1rem;
  border-radius: 0.3rem;
  transition: 0.5s;
}

.tipos-tam .select-tam{
  margin-top: 0.5rem;
  color: var(--grey-color);
  border: 2px solid var(--grey-color);
  padding: 0.5rem 0.8rem;
  margin-right: 1rem;
  border-radius: 0.3rem;
  transition: 0.5s;
}

.tipos-tam .select-tam:hover{
  background: var(--grey-color);
  color: var(--white-color);
  border: 2px solid var(--white-color);
  padding: 0.5rem 0.8rem;
  margin-right: 1rem;
  border-radius: 0.3rem;
}

.details .separador-title{
  width: 100%;
}

.sub-title{
  font-weight: bold;
}

.valor-produto{
  font-size: 2rem;
  font-weight: bold;
}

.valor-produto span{
  font-size: 2rem;
}

.quant input{
  width: 100px;
  outline: 0;
}

.frete{
  margin-top: 1rem;
}

.frete input{
  outline: 0;
  padding: 0.5rem 0.5rem;
  border: 1px solid var(--grey-color);
}

.frete input::placeholder{
  font-family: var(--font-principal);
}

.calcular{
  background: var(--red-color);
  color: var(--white-color);
  padding: 0.6rem 1rem;
  font-weight: bold;
  border-radius: 0rem 0.3rem 0.3rem 0rem;
}

.frete button{
  border: transparent;
}

.detalhes .button-principal button{
  margin-top: 1rem;
}

.detalhes .button-principal i{
  font-size: 2rem;
  margin-right: 0.5rem;
}

.detalhes .button-principal button{
  padding: 0.6rem 1rem !important;
}

/*RESUMO DA COMPRA*/
.resumo-img{
  width: 145px;
  height: 100px;
  overflow: hidden;
  margin-right: 0.5rem;
}

.resumo-img img{
  width: 142px;
  border-radius: 10px;
}

.details .col-lg-7 {
  flex: 0 0 auto;
  width: 61.333333%;
}

.details .col-lg-5 {
  flex: 0 0 auto;
  width: 35.666667%;
}

.nav-details p{
  font-weight: bold;
  margin-right: 3.3rem;
}

.resumo-quant input{
  width: 66px;
}

.resumo-entrega p{
  width: 5rem
}

.info-produto h5{
  font-size: 1rem;
  font-weight: bold;
}

.details p, a{
  font-size: 0.9rem;
}

.resumo-card p{
  margin-right: 2rem;
}

.tamanho{
  margin-top: 1rem;
}
.tamanho p{
  font-weight: bold;
  color: var(--red-color);
}

.tamanho span{
  color: var(--text-color);
}

.info-produto .code{
  color: var(--greymedium-color);
  font-weight: 600;
}

.del{
  text-decoration: underline;
  font-weight: 600;
  color: var(--greymedium-color);
}

.resumo-entrega p{
  font-weight: bold;
  color: var(--greymedium-color);
}

.resumo-preco p{
  font-weight: bold;
}

.resumo-valores p{
  font-weight: bold;
  color: var(--greymedium-color);
}

.valor-total p{
  font-weight: bold;
  font-size: 2rem;
}

.valor-total span{
  font-weight: bold;
  font-size: 2rem;
}

.valor-total .sub-title{
  font-size: 1.5rem;
}

.calculo-frete .input-cep input{
  width: 100%;
}

.calculo-frete h5{
  margin-bottom: 2rem;
}

.frete a{
  color: var(--greymedium-color);
  transition: 0.5s;
}

.frete a:hover{
  color: var(--red-color);

}

.infos-details{
  background: #b5b5b51e;
  width: 20%;
  padding: 1rem;
  border-radius: 0.5rem 0 0 0.5rem;
}

.infos-details p{
  font-weight: 600;
  color: var(--greymedium-color);
  margin-top: 0.6rem;
}

.tipo-produto{
  padding: 1rem;
  border-radius: 0 0.5rem 0.5rem 0;
}

.tipo-produto p{
  font-weight: bold;
  margin-top: 0.6rem;
}

.detalhes-produtos h5{
  font-weight: bold;
}

.max-card{
  padding: 1rem 0;
}

.details-valor .valor-produto{
  font-size: 2rem;
}

/*FINALIZAR PEDIDO*/

.progress-pedido{
  margin: 2rem 0;
}
.red, .red-light{
  align-items: center;
  display: flex;
  flex-direction: column;
}

.red i{
  background: var(--red-color);
  color: var(--white-color);
  padding: 0.7rem;
  border-radius: 50%;
  font-size: 1.5rem;
}

.red-light i{
  background: #FC9299;
  color: var(--white-color);
  padding: 0.7rem;
  border-radius: 50%;
  font-size: 1.5rem;
}

.red p{
  font-weight: bold;
  font-size: 0.9rem;
  margin-top: 0.2rem;
}

.red-light p{
  font-weight: bold;
  font-size: 0.9rem;
  margin-top: 0.2rem;
  color: var(--grey-color);
}

.progress-separador{
  content: '';
  width: 20%;
  height: 2px;
  background: var(--greymedium-color);
}

.progress-separador-light{
  content: '';
  width: 20%;
  height: 2px;
  background: var(--grey-color);
}

.resumo-valores a {
  color: var(--red-color);
  font-weight: bold;
  text-decoration: underline;
}

.endereco-finalize p, span{
  color: var(--greymedium-color);

}

.detalhes-finalize h5{
  font-weight: bold;
}

.menu-payments{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.menu-payments i{
  font-size: 2.5rem;
  color: var(--red-color);
}

.menu-payments p{
  font-weight: bold;
  margin-top: 0.5rem;
}

.formas{
  margin-top: 3rem;
}

.payments h5{
  font-weight: bold;
  margin-left: 2rem;
  margin-top: 2rem;
}

.credit{
  margin-bottom: 3rem;
}
.credit .form-register input {
  width: 49%;
}

.credit .form-register select {
  width: 98%;
  font-family: var(--font-principal);
  color: var(--greymedium-color);
}

.credit .form-register option {
  font-family: var(--font-principal);
  color: var(--greymedium-color);
}

/*JQUERY FUNCTION FORMA DE PAGAMENTO*/
.esconde{
  display: none;
}

.mostra{
  display: block;
}


.formas button{
  background: transparent;
  border: transparent;
}

.payments .legenda{
  font-weight: 400;
  font-size: 1rem;
}

.info-boleto i{
  background: var(--red-color);
  color: var(--white-color);
  padding: 0.7rem;
  border-radius: 50%;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  margin-right: 1rem;
}

.info-boleto p{
  font-weight: 600;
}

.total-boleto{
  margin: 0 4rem;
  margin-top: 2rem;
}

.total-boleto h5{
  font-weight: bold;
}

.total-boleto p{
  font-weight: bold;
  font-size: 1.2rem;
}

/*MEUS PEDIDOS EM MINHA CONTA*/
.myproducts .col-8 {
  width: 71%;
}

.card-max{
  padding: 2rem;
}

.accordion-button{
  padding-top: 0 !important;
} 

.status h6{
  color: #00A86B;
  font-weight: bold;
}

.status p{
  font-weight: bold;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
  color: transparent;
}

.accordion-button:focus {
  border-color: transparent !important;
  box-shadow: none !important;
}

.myproducts h5{
  font-weight: bold;
  color: var(--red-color);

}

.myproducts ul li{
  font-weight: bold;
  margin-bottom: 0.6rem;
}

.myproducts ul li a{
  display: flex;
  align-items: center;
  transition: 0.5s;
}

.myproducts ul li a:hover{
  color: var(--red-color);
}

.myproducts i{
  color: var(--red-color); 
  font-size: 1.2rem;
  margin-right: 0.3rem;
}

.sidebar-products{
  padding: 1rem 1rem;
}

.rastrear .red i{
  color: var(--white-color) !important;
  padding: 0.6rem;
  border-radius: 50%;
  font-size: 1.2rem;
}

.rastrear .red-light i{
  color: var(--white-color) !important;
  padding: 0.6rem;
  border-radius: 50%;
  font-size: 1.2rem;
}

.rastrear .red p{
  font-size: 0.7rem;
}

.rastrear .red-light p{
  font-size: 0.7rem;
}

.rastrear .progress-separador{
  content: '';
  width: 14%;
  height: 2px;
  background: var(--red-color);
}

.rastrear .progress-separador-light{
  content: '';
  width: 14%;
  height: 2px;
 background: var(--red-color);
}

.nota{
  margin-left: 2rem;
}

.nota a{
  transition: 0.5s;
  font-weight: bold;
  color: var(--greymedium-color);
  text-decoration: underline;
}

.nota a:hover{
  color: var(--red-color);
}

.buttons-products .help button{
  color: var(--red-color);
  background: transparent;
  border: 2px solid var(--red-color);
  transition: 0.5s;
}

.buttons-products .help button:hover{
  color: var(--white-color);
  background: var(--red-color);
  border: 2px solid var(--red-color);
}

.buttons-products .button-principal button{
  width: 170px;
  padding: 0.6rem 1rem;
}

.select-gender select {
  width: 35%;
}

/*INFORMAÇÕES DA CONTA*/
.form-register label{
  color: var(--greymedium-color);
  font-weight: 600;
  margin-top: 1rem;
}

.form-register option, select{
  font-family: var(--font-principal);
  color: var(--greymedium-color);
}

.card-max .form-register input{
  width: 100%;
}

.edit-pass a{
  font-weight: 600;
  transition: 0.5s;
  text-decoration: underline;
  font-size: 0.8rem;
}

.edit-pass a:hover{
  color: var(--red-color);
}

/*ENDEREÇO*/
.accordion-item{
  margin-top: 2rem;
  border: 1px solid var(--grey-color) !important;
  border-radius: 4px !important;
}

.resumo-address p{
  padding-top: 1rem;
  font-weight: 600;
  color: var(--greymedium-color);
}

.add-address a{
  transition: 0.5s;
  font-weight: bold;
  color: var(--greymedium-color);
}

.add-address a:hover{
  color: var(--red-color);
}

.form-check {
  display: flex !important;
  align-items: baseline;
}

.form-check input{
  margin-right: 0.5rem;
}

.form-check-input:checked {
  background-color: var(--red-color);
  border-color: var(--red-color);
}

.form-check-input:focus {
  border-color: var(--red-color);
  outline: 0;
  box-shadow: 0 0 0 0.25rem #ed3f4b55;
}

.school .title-principal {
  margin-top: 0 !important;
}

.products .accordion-item {
  border: transparent !important;
}

.mobile .cartao{
  width: 100% !important;
}

.back-to-top{

  position: fixed;
  right: 1rem;
  bottom: 1rem;

  visibility: hidden;
  opacity: 0;

  transition: 0.3s;
  transform: translateY(100%);
}

.back-to-top.show{
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

/*BANNER SCHOOL*/
.banner{
  content: '';
  width: 100%;
  margin-left: 3rem;
  overflow: hidden;
}

.banner img{
  width: 100%;
  height: auto;

}

.img-school img{
  width: 67%;
}

.info-school{
  margin: 3rem 0;
}


.carousel-indicators [data-bs-target] {
  width: 18px;
  height: 0px;
  border-radius: 50%;
  background: var(--red-color);
}   

.carousel-indicators {
  bottom: -5rem;
}

.produtos-home .card {
  min-width: 22%;
}

.produtos-width .card {
  min-width: 30%;
}

.oferta{
  position: relative;
}

.oferta i{
  font-size: 6rem;
  color: var(--red-color);
  position: absolute;
}

.oferta p{
  position: absolute;
  color: var(--white-color);
  font-weight: bold;
  font-size: 1.5rem;
}

.carousel-inner{
  overflow: initial;
  overflow-x: clip;
}

.progress-mobile p{
  margin-top: 2rem;
}

.progress-mobile span{
  color: var(--red-color);
}


.modal-footer .button-principal{
  background: var(--red-color);
  border: transparent;
  color: var(--white-color);
  padding: 0.4rem 1rem;
  font-family: var(--font-principal);
  font-weight: bold;
  border-radius: 0.3rem;
  transition: 0.2s;
}

.modal-footer .button-principal:hover{
  filter: brightness(80%);
}

.mobile-logado .accordion-button:not(.collapsed) {
  box-shadow: none !important;
}

.mobile-logado .accordion-button {
  padding: 0 !important;

}

.mobile-logado .accordion-item{
  border: 0 !important;
}

.mobile-logado .accordion-button::after {
  background-image: none !important;
}

.resumo-quant input{
  outline: 0;
  border: 1px solid var(--grey-color);
  border-radius: 0.3rem;
}

.promo{
  color: #a0a0a0;
}

.img-thumb{
  height: 200px;
  overflow: hidden;
}

.logos-school img{
  width: 200px;
}

/* Entrega e Retirada */

.localborns{
  display: none;
}

.entregaborns{
  display: none;
}

.localescola{
  display: none;
}

.gincana-logos img{
  object-fit: contain;
  width: 20%;
}

.gincana-checkbox{
  margin: 4rem 0;
}

.gincana-checkbox label{
  color: var(--greymedium-color);
  font-weight: bold;
}

.gincana-text{
  display: flex;
}

.gincana-text input{
  width: 100% !important;
}

.gincana-text small{
  color: var(--red-color);
  font-family: var(--font-principal);
  font-weight: 400;
}

.gincana-body{
  margin-bottom: 5rem;
}

.gincana-body h1{
  color: var(--greymedium-color);
  font-weight: bold;
  text-align: center;
}