/*
Theme Name: <strong>Melfer Multicoisas</strong> <p>...</p>
Theme URL: https://melfermulticoisas.com.br/
Author: Jnweb
Author URI: https://www.jnweb.com.br
Description: .
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.jnweb.com.br
Tags:.
*/

/*====| RESET - CONTENT |====*/
.cg {
  width: 90%;
  max-width: 1366px;
  margin: 0 auto;
}

/*========================================================================================
====================================| HOME / HEADER |=====================================
========================================================================================*/
.home-header {
  width: 100%;
  background-color: var(--color-blue);
  z-index: 999;
}

.home-header-01 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

/*====| HEADER / LOGO |====*/
.header-left { width: 200px; }

/*====| HEADER / MENU / CONTATO |====*/
.header-right {
  width: 84%;
  display: flex;
  justify-content: space-between;
}

.header-right-menu {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*====| HEADER / MENU |====*/
.nav-menu ul {
  --_gap: 2rem;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu li {
  overflow: hidden;
  position: relative;
  padding: calc(var(--_gap) / 3);
}

.nav-menu li::after {
  width: 100%;
  height: 3px;
  content: '';
  position: absolute;
  background-color: var(--color-white);
  left: 0;
  bottom: 0;
  translate: var(--_translate, 0px);
  scale: var(--_width, 0) 1;
  transition:
  scale 300ms var(--_scale-delay, 0ms), 
  translate 500ms var(--_translate-delay, 0ms);
}

.nav-menu li:hover { --_width: 1; }

.nav-menu li:hover + li {
  --_translate: -100%;
  --_scale-delay: 300ms;
  --_translate-delay: 200ms;
}

.nav-menu li:has(+ :hover) {
  --_translate: 100%;
  --_scale-delay: 300ms;
  --_translate-delay: 200ms;
}

.nav-menu li:hover,
.nav-menu li:focus-within { --_width: 1; }

.nav-menu ul li { color: var(--color-white); }

.nav-menu a {
  font-size: 14px;
  color: inherit;
  opacity: 1;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  padding: 60px 0;
}
.nav-menu a:hover,
.nav-menu a:focus-visible { opacity: .8; }

nav.home-header-01-nav ul li { list-style-type: none; }

nav.home-header-01-nav ul li a {
  text-decoration: none;
  color: var(--color-white);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

/*====| HEADER / MENU / RESPONSIVO |====*/
.menu-icon {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
  z-index: 200;
  transition: 0.3s;
}
.menu-icon div {
  display: block;
  background-color: var(--color-white);
  width: 24px;
  height: 2px;
  transition: 0.3s;
}
.move .line1 { transform: rotate(-45deg) translate(-5px, 5px); }
.move .line2 { opacity: 0; }
.move .line3 { transform: rotate(45deg) translate(-5px, -5px); }

/*====| HEADER / CONTATO |====*/
.header-right-contact { width: 250px; }

.home-header-01-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 200px;
  padding: 15px;
  background-color: var(--color-orange);
  color: var(--color-white);
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}
.home-header-01-contact:hover {
  background-color: var(--color-white);
  color: var(--color-blue);
}

.home-header-01-contact p {
  margin: 0 0 0 5px;
  font-size: 16px;
}

.home-header-01-contact i {
  font-size: 26px;
  font-weight: 400;
  top: -1px;
  position: relative;
}

/*========================================================================================
===================================| HOME / CONTAINER |===================================
========================================================================================*/
/*===============================================
==========| HOME / CONTAINER / SLIDE |==========
===============================================*/
.home-apresentacao { text-align: center; }

/*===============================================
==============| HOME / INFORMAÇÕES |=============
===============================================*/
.home-information {
  width: 100%;
  display: flex;
  text-align: center;
  padding: 20px 0;
}

.home-information-list {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 17px;
  padding: 5px 40px;
  background-color: rgba(0, 0, 0, 0);
  border-right: 1px solid var(--color-black-03);
  color: var(--color-black-03);
}
.home-information-list a { color: var(--color-black-03); }
.home-information-list:last-child { border-right: none; }

.information-list-icon {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.information-list-icon i {
  font-size: 46px;
  color: var(--color-blue);
}

span.information-list-info p {
  margin: 0;
  line-height: 1.2;
}

/*===============================================
===============| HOME / PRODUTOS |===============
===============================================*/
.home-products {
  width: 100%;
  padding: 50px 0;
}

.products-row {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.products-row-post {
  flex-basis: calc(20% - 15px);
  margin: 7.5px;
  text-align: center;
  box-shadow: 0px 10px 14px rgba(0, 0, 0, 0.08);
  position: relative;
  background-color: var(--color-white);
}

.products-io {
  width: 100%;
  position: relative;
}

.products-offer {
  position: absolute;
  top: 15px;
}

.products-offer-cat {
  background-color: var(--color-red);
  font-size: 12px;
  font-weight: 600;
  color: var(--color-white);
  padding: 5px 10px;
  margin-left: 15px;
}
.products-offer-cat i { margin-right: 2px; }

.products-ts {
  width: 100%;
  text-align: center;
}

.products-ts-title {
  padding: 28px 10px 60px 10px;
  margin: 0;
}

.products-ts-more {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 0;
  padding: 10px 30px;
  background-color: var(--color-orange);
  color: var(--color-white);
  font-size: 14px;
  font-weight: 600;
}
.products-ts-more i {
  font-size: 22px;
  font-weight: 400;
}

.home-products-all {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 60px 0 0 0;
}

.home-products-all i {
  font-size: 22px;
  font-weight: 400;
  position: relative;
  top: 3px;
  margin: 0;
  padding: 0;
}

/*===============================================
============| HOME / BANNER OFERTA |=============
===============================================*/
.home-banner-offers {
  width: 100%;
  text-align: center;
  padding: 50px 0;
}

/*===============================================
==========| HOME / FORMA DE PAGAMENTO |==========
===============================================*/
.home-payment {
  width: 100%;
  padding: 50px 0;
}

.home-payment-title {
  width: 100%;
  text-align: center;
}
.home-payment-title h2 {
  font-size: 0.9375rem;
  line-height: 1;
  color: var(--color-black-02);
  font-weight: 700;
  margin: 0;
}

.home-payment-row {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 16px 0 0 0;
}

.home-payment-row-list { margin: 12px; }
.home-payment-row-list img { height: 40px; }

/*========================================================================================
=========================================| PAGE |=========================================
========================================================================================*/
.default-page {
  width: 100%;
  padding: 40px 0;
}

.default-page-row { width: 100%; }

/*========================================================================================
========================================| ARCHIVE |=======================================
========================================================================================*/
/*===============================================
==============| ARCHIVE/ PRODUCTS |==============
===============================================*/
.archive-product-nav {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 14px;
}

/*====| SELECT MENU CATEGORY |====*/
.select-menu {
  width: 350px;
  max-width: 100%;
  cursor: pointer;
  position: relative;
  z-index: 99;
}

.select {
  background-color: var(--color-blue);
  padding: 20px;
  color: var(--color-white);
  font-weight: 500;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.options-list {
  position: absolute;
  width: 100%;
  max-width: 100%;
  max-height: 180px;
  background-color: var(--color-white);
  border-radius: 6px;
  margin-top: 1px;
  overflow-y: auto;
  transition: .4s linear .2s;
  height: 0;
}

.option {
  display: flex;
  flex-direction: column;
  padding: 8px 0;
  font-weight: 500;
  font-size: 14px;
  transition: .3s ease-in-out;
  padding: 5px 10px;
}
.option a {
  font-size: 16px;
  line-height: 1.4;
  margin: 5px 0;
  color: var(--color-black);
}

.option a:hover,
.option.selected { color: var(--color-blue); }

.options-list::-webkit-scrollbar {
  width: 4px;
  background-color: var(--color-white);
}

.options-list::-webkit-scrollbar-thumb { background-color: var(--color-blue); }

.options-list.active { height: 180px; }

/*====| SEARCH PRODUCTS |====*/
.search-products {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 40px auto;
  text-align: center;
}

#search-box {
  position: relative;
  width: 480px;
  max-width: 90%;
  margin: 30px auto 45px;
}

#search-form {
  height: 48px;
  border: 3px solid var(--color-blue);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: var(--color-white);
  overflow: hidden;
}
#search-text {
  font-size: 16px;
  color: var(--color-white);
  border-width: 0;
  background: transparent;
}
#search-box input[type="text"] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  padding: 11px;
  color: var(--color-black-02);
  outline: none;
}
#search-box input[type="text"]:focus{ color: var(--color-blue); }

#search-button {
  position: absolute;
  top: 0;
  right: 0;
  height: 48px;
  width: 60px;
  font-size: 22px;
  color: var(--color-white);
  text-align: center;
  line-height: 40px;
  border-width: 0;
  background-color: var(--color-blue);
  -webkit-border-radius: 0px 5px 5px 0px;
  -moz-border-radius: 0px 5px 5px 0px;
  border-radius: 0px 5px 5px 0px;
  cursor: pointer;
}
#search-button:hover { background-color: var(--color-blue-02); }

/*====| LIST PRODUCTS |====*/
.archive-row { padding: 40px 0; }

.archive-products-post {
  display: flex;
  justify-content: center;
}

/*========================================================================================
========================================| SINGLE |========================================
========================================================================================*/
.single-row { padding: 40px 0; }

/*===============================================
===================| PRODUCTS |==================
===============================================*/
.single-products {
  width: 100%;
  margin: 80px 0;
}

.single-products-row {
  display: flex;
  justify-content: space-between;
}

/*====| LEFT |====*/
.single-products-left { width: 40%; }

/*====| RIGHT |====*/
.single-products-right {
  width: 60%;
  padding: 0 20px;
}

.single-products-right-title h1 {
  font-size: 1.6rem;
  line-height: 1.4;
  color: var(--color-black-02);
  letter-spacing: -.01em;
  font-weight: 700;
  text-transform: none;
  margin: 0;
}

.single-products-right-cat { width: 100%; }

.single-products-right-information { margin: 40px 0; }

.single-products-right-button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0;
}
.single-products-right-button a { margin: 0 5px; }

.single-products-right-button i {
  font-size: 26px;
  font-weight: 400;
  position: relative;
  top: 3px;
  margin: 0;
  padding: 0;
  line-height: 0;
}

/*========================================================================================
====================================| HOME / FOOTER |=====================================
========================================================================================*/
.home-footer { width: 100%; }

.home-footer-01 {
  width: 100%;
  padding: 30px 0;
  background-color: var(--color-blue);
}

.footer-row { width: 100%; }

.footer-widget { width: 100%; }

/*====================| FOOTER / TITLE |====================*/
.footer-widget-title h3 {
  font-size: 22px;
  line-height: 1.3;
  margin: 0;
  padding-bottom: 10px;
  color: var(--color-white);
  position: relative;
  text-transform: none;
  display: inline-block;
  letter-spacing: -.3px;
  font-weight: 700;
}
.footer-widget-title h3::before {
  content: "";
  height: 4px;
  width: 50px;
  border-radius: 0;
  position: absolute;
  left: 3px;
  bottom: 0;
  transform: skewX(-43deg);
  -webkit-transform: skewX(-43deg);
  -moz-transform: skewX(-43deg);
  -ms-transform: skewX(-43deg);
  -o-transform: skewX(-43deg);
  background-color: var(--color-orange);
}

/*====================| FOOTER / BOX / 01 |====================*/
.footer-widget-01 {
  width: 100%;
  max-width: 80%;
}

.footer-widget-01-logo {
  width: 100%;
  text-align: center;
}

.footer-widget-01-logo img {
  width: 122px;
  max-width: 100%;
  height: auto;
}

.footer-widget-01-desc { width: 100%; }

.footer-widget-01-desc p {
  font-size: 14px;
  color: var(--color-white);
  margin: 45px 0 0 0;
}

.footer-widget-01-rs { margin: 45px 0 0 0; }

/*====================| FOOTER / BOX / 02 |====================*/
.footer-widget-03-nav li {
  list-style: none;
  padding-bottom: 22px;
}

.footer-widget-03-nav li a {
  color: var(--color-white);
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}

.footer-widget-03-nav li a:hover { color: var(--color-orange); }

.footer-widget-03-nav ul li a::before {
  content: "\f2e4";
  font-family: "remixicon";
  margin: 0 5px 0 0;
  line-height: 0;
}

.footer-widget-03-nav ul li a,
.footer-widget-03-nav ul li a:before { transition: all 0.5s ease 0s; }

.footer-widget-03-nav ul li a:hover,
.footer-widget-03-nav ul li a:hover:before {
  color: var(--color-orange);
  margin-left: 5px;
}

/*====================| FOOTER / BOX / 03 |====================*/
.footer-widget-03 {
  margin-top: 25px;
  position: relative;
}

.footer-widget-03-info { margin: 20px 0; }

.footer-widget-03-info p { border-bottom: dashed 1px var(--color-black-03); }

.footer-widget-03-info p:last-child { border-bottom: none; }

.contact-address {
  position: relative;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
}

.contact-address span a {
  font-size: 14px;
  color: var(--color-white);
  text-decoration: none;
  text-transform: none;
  font-weight: 400;
}
.contact-address span a:hover { color: var(--color-orange); }

.contact-address > span.bi {
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  font-size: 24px;
  left: 0;
  line-height: 1;
  color: var(--color-orange);
}
.contact-address span:last-child {
  display: block;
  padding-left: 37px;
  color: var(--color-white);
  font-size: 16px;
  line-height: 22px;
}

.footer-widget-03-email {
  position: relative;
  display: block;
  border: dashed 1px var(--color-orange);
  padding: 6px;
  border-radius: 4px;
}

.footer-widget-03-email-box {
  position: relative;
  display: block;
  background-color: var(--color-orange);
  border-radius: 4px;
  padding: 30px 20px;
}

.footer-widget-03-email-box h6 {
  margin: 0 0 12px 0;
  font-size: 18px;
  line-height: 1;
  padding-bottom: 0;
  text-transform: none;
  font-weight: 700;
  color: var(--color-white);
}

.footer-widget-03-email-box p { margin: 0; }

.footer-widget-03-email-box p a {
  font-size: 14px;
  color: var(--color-white);
  text-decoration: none;
  text-transform: none;
  font-weight: 400;
}
.footer-widget-03-email-box p a:hover {
  color: var(--color-black);
  text-decoration: none;
  text-transform: none;
  font-weight: 400;
}

.footer-widget-03-email-box-icon {
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%) skewX(-17deg);
  height: 58px;
  width: 60px;
  font-size: 24px;
  color: var(--color-orange);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: var(--color-white);
}

/*====================| FOOTER / 02 |====================*/
.home-footer-02 {
  width: 100%;
  padding: 10px 0;
  background-color: var(--color-orange);
  text-align: center;
}

.home-footer-02 p {
  font-size: 12px;
  margin: 0;
  color: var(--color-white);
}

/*===============================================
=========| CABEÇALHO / BACKGROUND COLOR |========
===============================================*/
.default-header {
  width: 100%;
  padding: 120px 0;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;

  position: relative;
  z-index: 99;
}

.default-header h1 {
  color: var(--color-white);
  font-size: 36px;
  margin: 0;
  font-weight: 600;
  text-transform: none;
}

/*====| APLICAR BACKGROUND COLOR |====*/
.page-contato-left::before,
.default-header::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(7, 24, 42, 0.8);
}

/*===============================================
====================| TÍTULO |===================
===============================================*/
.title-content {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}

.title-content h2 {
  font-size: 22px;
  line-height: 1.4;
  color: var(--color-black);
  font-weight: 600;
  margin: 0;
}

/*===============================================
=================| FORMATAÇÃO |==================
===============================================*/
/*====| H1, H2, H3, H4, H5, H6 |====*/
.title-h2 {
  font-size: 16px;
  line-height: 1.4;
  color: var(--color-black);
  text-transform: none;
  font-weight: 600;
  margin: 0;
}

/*====| P |====*/
.description-p {
  font-size: 16px;
  line-height: 22px;
  color: var(--color-black);
  letter-spacing: -0.01em;
  font-weight: 400;
  margin: 0;
}

.button-icon {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.button-icon i {
  width: 18px;
  top: 1px;
  position: relative;
}

/*===============================================
===============| IMAGE NOT FOUND |===============
===============================================*/
.image-not-found {
  display: flex;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  color: var(--color-white);
}
.image-not-found-icon { margin: 10px 0; }
.image-not-found-icon i {
  color: var(--color-white);
  font-size: 68px;
}
.image-not-found-info p { 
  color: var(--color-white);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.image-not-found {
  width: 100%;
  background-color: var(--color-black);
  color: var(--color-white);
}

/*===============================================
=================| NOTIFICATION |================
===============================================*/
.notification-row {
  width: 100%;
  text-align: center;
}

.demo-preview {
  width: 70%;
  margin: auto;
  text-align: center;
}

.alert {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .7143rem 1.071rem;
  margin: 1.429rem 0;
  border-radius: 2px;
  border: 1px solid transparent;
  color: var(--color-white);
}

.alert-icon {
  font-size: 21px;
  margin-right: 5px;
}

.alert.alert-primary {
  background-color: var(--color-dourado-02);
  border-color: var(--color-dourado-02)
}
.alert.alert-secondary {
  background-color: var(--alert-secondary);
  border-color: var(--alert-secondary)
}
.alert.alert-success {
  background-color: var(--alert-success);
  border-color: var(--alert-success)
}
.alert.alert-info {
  background-color: var(--alert-info);
  border-color: var(--alert-info)
}
.alert.alert-warning {
  background-color: var(--alert-warning);
  border-color: var(--alert-warning)
}
.alert.alert-danger {
  background-color: var(--alert-danger);
  border-color: var(--alert-danger);
}

/*===============================================
==================| WHATSAPP |===================
===============================================*/
.whatsapp-plug-icon {
  position: fixed;
  z-index: 1000;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  cursor: pointer;
  background-color: #0ba360;
  transition: .3s;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('images/whatsplug.svg');
  background-size: 50% auto;
}

.whatsapp-plug-icon::after,
.whatsapp-plug-icon::before{content: ' ';
  position: absolute;
  opacity: 0;
  border: 4px solid #0ba360;
  left: -10px;
  top: -10px;
  right: -10px;
  bottom: -10px;
  -webkit-border-radius: 50%;
  animation: WaveWhatsApp 1.5s ease infinite;
}
.whatsapp-plug-icon::after{animation-delay: .5s;}
.whatsapp-plug-icon:hover{background-color: #15cc74;}
.whatsapp-plug-icon:hover::before{border: 4px solid #15cc74;}
.whatsapp-plug-icon:hover::after{border: 4px solid #15cc74;}

@keyframes WaveWhatsApp{
  0%  {transform:scale(.5)}
  50% {opacity:1}
  100%{transform:scale(1.2);opacity:0}
}

/*===============================================
===| PERSONALIZAR PÁGINA DE LOGIN WORDPRESS |====
===============================================*/
/*====| LOGO |====*/
.login h1 a {
  background-image: url('images/logo-white.webp');
  background-size: 100% auto;
  width: 120px;
  height: 154px;
}
/*====| BACKGROUND / WP-ADMIN |====*/
.login {
  margin: 0;
  padding: 0;
  min-width: 100%;
  width: 100%;
  max-width: 100%;
  min-height: 100%;
  height: 100%;
  max-height: 100%;
  background-color: #0d6efd;
  background-image: url('images/bg-page-section.png');
}