
/**
CSS QUE CONTROLA O EFEITO TRANSPARENTE DA APLICAÇÃO
**/
.glass-effect {
    opacity: 0.4;
    pointer-events: none; 
}

.blur-effect {
    box-shadow: inset 0 0 0px rgba(255, 255, 255, .5);
	filter: blur(5px);
    border: 0;
    pointer-events: none;
}


/**
CSS QUE CONTROLA O LOADING DA APLICAÇÃO 
**/
@keyframes lds-eclipse {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    50% {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @-webkit-keyframes lds-eclipse {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    50% {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  .lds-eclipse {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed; 
    top:0; 
    left:0; 
    width: 100%;
    height: 100%;
    z-index: 1000;
  }
  .lds-eclipse div {
    position: absolute;
    -webkit-animation: lds-eclipse 1s linear infinite;
    animation: lds-eclipse 1s linear infinite;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    box-shadow: 0 1.5px 0 0 #0f0f0f;
  }

.checkout-process-message {
    font-size: 25px;
    color: green;
    position: fixed;
    font-weight: bold;
    z-index: 1000;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    top: 60%;
}

.checkout-process-message-mobile {
  font-size: 25px;
  color: green;
  position: fixed;
  font-weight: bold;
  z-index: 1000;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  top: 60%;
  margin-left: -15px;
  padding: 5px;
}

/** CSS PARA PÁGINAS DINAMICAS **/
.content-dynamic-page {
    padding: 30px 0;
    margin-bottom: 30px;
}

.content-dynamic-page .menu ul {
    width: auto;
    padding: 0;
    background: #1072c4;
    border: 1px solid #0E65Af;
    border-radius: 5px;
    color: #FFF;
    list-style: none;
}

.content-dynamic-page .menu ul .top-title {
    padding: 10px;
    font-weight: bold;
    text-align: center;
    background: #2d96ee;
}

.content-dynamic-page .menu ul li {
    padding: 7px 15px;
    cursor: pointer;
    border-bottom: 1px solid #03569c;
}

.content-dynamic-page .menu ul li:hover {
    background: #03569c;
}

.content-dynamic-page .menu ul li.active{
    background: #03569c;
    font-weight: bold;
}

.content-dynamic-page .menu ul li:last-child {
    border-bottom: none;
}


header .up-header .topo {
  /* background-color: #2d96ee; */
  background-color: #fff;
}

.home-public {
  /* background-color: #2d96ee; */
  background-color: #4584b8;
}


footer > .up-footer {
  background: linear-gradient(360deg, rgba(27, 109, 134, 0.3) 0%, rgba(8, 136, 166, 0.6) 100%);
}



header .up-header .topo {  
 
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.3) 0%, rgba(0,0,0,0.6) 100%);
  border-color: #060606; !important;
}


header .up-header nav .menu-produto > .menu-list, header .up-header-mobile nav .menu-produto > .menu-list {
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.3) 0%, rgba(0,0,0,0.6) 100%);
  border-color: #060606;
}


header .up-header nav .menu-produto, header .up-header-mobile nav .menu-produto {

  background: linear-gradient(360deg, rgba(0, 0, 0, 0.3) 0%, rgba(0,0,0,0.6) 100%);
  border-color: #060606;
}



header .up-header .topo > .right > .control {
  color: #fff; 
  
}

header .up-header .topo > .right > .control .cart.open, header .up-header .topo > .right > .control .notification.open, header .up-header .topo > .right > .control > .user.open {
  
  background-color: #bcd8f0;
}


header .up-header-mobile {
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.3) 0%, rgba(0,0,0,0.6) 100%);
}



.home-public {
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.3) 0%, rgba(0,0,0,0.6) 100%);
  border-color: #060606;
}


header .up-header .home-public .header > .header-user-section {
  color: #fff; 
 
}



@media screen and (min-width: 768px) {
  section > .content-offset {
    /* background-color: #1072c4; */
    background-color: #fff;
  }
}


header .up-header .topo > form > .center > .search-bar > span > button {
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.3) 0%, rgba(0,0,0,0.6) 100%);
  border-color: #060606;
}



header .up-header .home-public .header > form > .center > .search-bar > span > button {
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.3) 0%, rgba(0,0,0,0.6) 100%);
  border-color: #060606;
}

up-button-cadastro button.novoCliente {
	background: linear-gradient(360deg, rgba(0, 0, 0, 0.3) 0%, rgba(0,0,0,0.6) 100%);
	border-color: #060606;
}

header .up-header .home-public .header > .header-user-section {
	background: linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
	border-color: #06060600;
}


.slick-dots li.slick-active button::before {
 
  color: #2c4860;
}



/* app.css | https://portalnaturagua.com.br/css/wmw/app.css */

.w-panel > .w-panel-title {
	background:  linear-gradient(360deg, rgba(0, 0, 0, 0.3) 0%, rgba(0,0,0,0.6) 100%);
	border-color: #06060600;
}

.w-btn-primary {
  border-color: #06060600;
  color: #fff;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.3) 0%, rgba(0,0,0,0.6) 100%);
}

header .up-header nav .menu-produto>.menu-list:hover, header .up-header-mobile nav .menu-produto>.menu-list:hover{
	background:linear-gradient(360deg, rgba(0, 0, 0, 0.3) 0%, rgba(0,0,0,0.6) 100%);	
}

header .up-header .home-public .header>form>.center>.search-bar button,
header .up-header .home-public .header>form>.center>.search-bar>input {
 border-radius:4px;
 height:44px;
 border-color:#06060600;
}


header .up-header .home-public .header .logo img {
  /* max-height: 70px; */
  max-height: 109px;
}

.logo > img:nth-child(1) {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  padding-bottom: 0px;
  margin-bottom: -27px;
}


.cad-dynamic > .listSession > .w-pagination > .w-pagination-row button, .w-btn-secondary, .w-grid > .w-pagination > .w-pagination-row button, .wmw-list > .w-pagination > .w-pagination-row button {
	border: 1px solid #285e8e;
	color: #fff;	
	background:linear-gradient(360deg, rgba(0, 0, 0, 0.3) 0%, rgba(0,0,0,0.6) 100%);
	border-color:#06060600;
	
}


header .up-header .topo > .right > .control [class^="w-badge"] {
  /* color: #2d96ee; */
  color: #070809;
}

header .up-header .topo > form > .center > .search-bar button, header .up-header .topo > form > .center > .search-bar > input {

	border: 1px solid #020202;
}

header .up-header .topo > .right > .control .cart.open, header .up-header .topo > .right > .control .notification.open, header .up-header .topo > .right > .control > .user.open {

	background-color: #5e666c3d;
}


.w-dropdown .w-dropdown-toggle .w-dropdown-icon > span {
  
  color: #080a0b;
}

.up-produto-compress .value {
  /* color: #285e8e; */
  color: #101315;
}


.meus-pedidos .body .w-pills > .w-nav-pills .active {
  /* background-color: #3175b0 !important; */
  background-color: #555e66 !important;
}


#list-produto > .content > .filters-wrap > .filters > .filtro > .nivel1 {
  background:linear-gradient(360deg, rgba(0, 0, 0, 0.3) 0%, rgba(0,0,0,0.6) 100%);
}


#list-produto > .navigate > .menu-produto > span > .nav-last {
  
  color: #000;
}

.up-produto > .list-row > .price > .price-row > .value {
  
  color: #0f1011;
}



#list-produto > .content > .products > .controls > .control-row > .control > div > .filter-component > .filter-select .visualizacao-values .visualizacao-item span {
  
  color: #121415;
}


footer > .up-footer .top > div.right > span > a {  
  color: #000;
}


footer > .up-footer {
color: #000;
}



@media (min-width: 1366px) {
  footer > .up-footer .top > div.center {
    margin-left: 6.333%;
  }
}
