@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Roboto+Slab:wght@400;700&display=swap');

/******************************
PADRÕES
*******************************/
:root {
  --font-size: 1.1rem;
  --font-primary: 'Lato', sans-serif;
  --font-secondary:'Roboto Slab', serif;
  --light: #fff;
  --dark: #515151;  
  --primary-color: #006881;
  --secondary-color: #008768;
}

/******************************
BODY
*******************************/
body {
  font-size: var(--font-size) !important;
  font-family: var(--font-primary) !important;
  background-color: var(--light);
  color: var(--dark) !important;
  line-height: 1.5rem;
}

/******************************
TIPOGRAFIA
*******************************/
h1, h2 {
  color: var(--primary-color);
}
h3, h4, h5 {
  color: var(--primary-color);
}
h5 {
  letter-spacing: 0.2rem !important;
  text-transform: uppercase;
  margin: 0 !important;
  padding: 0 !important;
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  font-size: 120%;
  font-family: var(--font-secondary) !important;
}

/******************************
BOTÕES
*******************************/
.btn {
  border: none !important;
  border-radius: 9rem !important;
  text-transform: uppercase;
  padding: 0.5rem 1.5rem !important;
}
.btn-sm {
  font-size: 60%;
  padding: 0.6rem 0.8rem !important;
}
.btn-lg {
  padding: 0.8rem 1.2rem !important;
}
.btn-primary {
  background-color: var(--primary-color);
}
.btn-secondary, .btn-primary:hover {
  background-color: var(--secondary-color);
}




.form-control {
  padding: 0.8rem 1.0rem !important;
}



/******************************
SECTION CONTROLE REMOTO
*******************************/
#controleRemoto {
  font-family: var(--font-padrao) !important;
  font-size: 0.8rem !important;
  color: #313131 !important;
  opacity: 0.8;
  padding: 1rem;
  background-color: #fff !important;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.15);
}

#controleRemoto h1, #controleRemoto h2, #controleRemoto h3, #controleRemoto h4, #controleRemoto h5, #controleRemoto h6 {
  font-family: var(--font-padrao) !important;
}

.controleRemoto {
  position: fixed;
  float: right;
  right: 2%;
  top: 5%;
  background-color: var(--cor-padrao) !important;
  color: white !important;
}

.bg-primary {
  background-color: var(--primary-color) !important;
}

.bg-secondary {
  background-color: var(--secondary-color) !important;
}

.bg-light {
  background-color: #f9f9f9 !important;
  color: var(--dark-color) !important;
}

.bg-dark {
  background-color: var(--dark-color) !important;
  color: var(--light-color) !important;
}

.depoimento-thumb {
  max-width: 70px !important;
  margin: 0px auto !important;
}

.curtirProduto {
  color: var(--light-color);
  font-size: 130% !important;
  position: relative;
  z-index: 99;
  float: right;
  margin-top: 0.8rem !important;
  margin-right: 0.8rem !important;
  margin-bottom: -0.8rem !important;
}

.curtirProduto:hover {
  color: #ff4a8a !important;
  cursor: pointer;
}

.produtoIndisponivel {
  background-color: var(--bs-danger);
  color: var(--light-color);
  font-size: 70% !important;
  padding: 0.5rem 0.8rem !important;
  position: relative;
  z-index: 99;
  float: left;
  margin-top: 0.8rem !important;
  margin-left: 0rem !important;
  margin-bottom: -0.8rem !important;
  border-radius: 0rem 0.3rem 0.3rem 0rem !important;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.15);
}

.produtoDesconto {
  background-color: var(--bs-danger);
  color: var(--light-color);
  font-size: 70% !important;
  padding: 0.6rem 0.8rem !important;
  position: relative;
  z-index: 99;
  float: left;
  margin-top: 0.8rem !important;
  margin-left: 0.8rem !important;
  margin-bottom: -1.0rem !important;
  border-radius: 5rem !important;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.15);
}

.produtoDesconto strong {
  display: block;
  font-size: 120%;
  font-weight: bold;
  margin-bottom: -5px;
}

/******************************
PAGINAÇÃO
*******************************/
.page-link {
  color: var(--primary-color) !important;
  /*background-color: var(--primary-color) !important;*/
  border: 1px solid var(--light-color) !important;
}

.bg-newsletter {
  background-color: var(--destaque) !important;
  color: var(--light) !important;
}

/* TEMA */
.logoTopo {
  max-height: 70px !important;
}

@media screen and (max-width: 780px) {
  .logoTopo {
    max-height: 50px !important;
  }
}

.iconeTopo {
  font-size: 80% !important;
  line-height: 110%;
  text-transform: uppercase;
}

.iconeTopo a {
  color: var(--dark-color) !important;
  text-decoration: none !important;
}

.iconeTopo i {
  width: 35px;
  height: 35px;
  padding-top: 0.6rem !important;
  background-color: var(--primary-color);
  color: var(--light-color) !important;
  text-align: center;
  border-radius: 10rem;
  font-size: 130%;
}

@media screen and (max-width: 780px) {
  .iconeTopo {
    font-size: 70% !important;
    line-height: 110%;
  }
  .iconeTopo i {
    width: 30px;
    height: 30px;
    padding-top: 0.5rem !important;
    font-size: 150% !important;
  }
}

@media screen and (max-width: 780px) {
  .slider-categorias {
    font-size: 80% !important;
  }
}

/* PRODUTOS */
.produtoCard a {
  color: var(--dark-color);
  text-decoration: none !important;
}

.produtoCard {
  border: 1px solid var(--background-color) !important;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.produtoCard:hover {
  border: 1px solid var(--light-color) !important;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.15);
}

.produtoImagem {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate(0);
  transform: translate(0);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.produtoImagem:hover {
  opacity: 0.9;
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

/* MODAL CADASTRO */
#modalCadastroNews .modal-header {
  padding: 0rem 1rem;
  border-bottom: 1px solid var(--light-color);
  background-color: var(--light-color);
}

/* PAGINAÇÃO */
li.page-item a.page-link {
  color: var(--dark) !important;
}

li.page-item.disabled a.page-link {
  background-color: var(--light-color) !important;
  color: var(--dark) !important;
  opacity: 0.5 !important;
  border: 1px solid #dedede !important;
}

li.page-item.active a.page-link {
  background-color: var(--primary-color) !important;
  color: var(--light-color) !important;
}

/* BOOTSTRAP */
.mariola {
  background-color: #fefefe;
}

/* BOTÕES */
/*# sourceMappingURL=estilo.css.map */


.text-white {
	color: #fff !important;
}

.conveniencia {
  margin-bottom: 1rem !important;
}





/* MENU */
.logo-nav {
  max-width: 150px !important;
}