/* CORES Roxo: #ab9ac8 +1: #8f82a8 Cinza claro: #e6e7e8 +1: #bfc0c1 Cinza escuro: #737373 +1: #5d5f5f */ /* Hover menu */ .head-light .nav-desktop .nav-list-link:hover { border-bottom: 4px solid #8f82a8; color: #e6e7e8; background-color: #ab9ac8; } /* Hover redes sociais */ .social-icon:hover { background-color: #8f82a8; color: #e6e7e8; fill: #e6e7e8; } a:hover, a:focus { opacity: 1; } /* Hover comandos */ .nav-accounts-link:hover { background-color: #8f82a8; color: #e6e7e8; padding: 2px; } .js-cart-widget-total:hover { background-color: #8f82a8; color: #e6e7e8; padding: 2px; } /* Rodapé */ footer { background: #737373; } /* Produtos */ .js-price-filter-btn:hover { background-color: #8f82a8; } .d-block:hover { background-color: #8f82a8; color: #e6e7e8; transition: none; transition-duration: .01s; } .d-block:hover .icon-inline { fill: #e6e7e8; } .text-secondary:hover { color: #e6e7e8; transition: none; transition-duration: .01s; } /* Compartilhar */ .social-share-button:hover { background-color: #8f82a8; color: #e6e7e8; fill: #e6e7e8; } /* Buscar */ .search-input-submit:hover { background-color: #8f82a8; color: #e6e7e8; fill: #e6e7e8; } /* Img Pagamento */ .footer-payments-shipping-logos img { background-color: white; } /* Img Pagamento */ .banner-services { background: #8f82a8; } /* Img Responsiva */ .responsive { width: 100%; height: auto; } /* Img centralizada */ .center { display: block; margin-left: auto; margin-right: auto; width: 90%; } /* Tabela nutricional */ .tabela1 { border-collapse: collapse; width: 700px !important; } .tabela1 th, td { padding: 8px; text-align: center; border-bottom: 1px solid rgba(171, 154, 200, 0.5); } .accordion { background-color: rgba(171, 154, 200, 0.2); color: #8f82a8; cursor: pointer; padding: 18px; width: 100%; border: none; text-align: left; outline: none; font-size: 15px; transition: 0.4s; } .active, .accordion:hover { background-color: #ab9ac8; color: #e6e7e8; } .accordion:after { content: '02B'; color: #8f82a8; font-weight: bold; float: right; margin-left: 5px; } .active:after { content: "2212"; color: #e6e7e8; } .panel { padding: 0 18px; background-color: white; max-height: 0; overflow: hidden; transition: max-height 0.2s ease-out; }