a.meanmenu-reveal{display:none}
.mean-container .mean-bar {
  background: #C19E68;
  float: left;
  min-height: 60px;
  padding: 4px 0 0;
  position: relative;
  width: 100%;
  z-index: 999;
}
.mobile-menu.mean-container {
  overflow: hidden;
}
.mean-container a.meanmenu-reveal{width:22px;height:22px;padding:18px;top:0;right:0;cursor:pointer;color:#fff;text-decoration:none;font-size:16px;text-indent:-9999em;line-height:22px;font-size:1px;display:block;font-family:Arial,Helvetica,sans-serif;font-weight:700;float: right;}
.mean-container a.meanmenu-reveal span{display:block;background:#fff;height:3px;margin-top:3px}
.mean-container .mean-nav{float:left;width:100%;background:#0c1923}
.mean-container .mean-nav ul{padding:0;margin:0;width:100%;list-style-type:none}
.mean-container .mean-nav ul li {
  background: #f8f8f8;
  float: left;
  position: relative;
  width: 100%;
  border-top: 1px solid #ddd;
}
.mean-container .mean-nav ul li a {
  background: #f8f8f8;
  color: #232323;
  display: block;
  float: left;
  font-size: 14px;
  margin: 0;
  padding: 1em 5%;
  text-align: left;
  text-decoration: none;
  text-transform: capitalize;
  width: 90%;   
}
.mobile-menu-area {
  background: #262626;
}
.mean-container .mean-nav ul li li a {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  color: #232323;
  font-size: 14px;
  font-weight: 500;
  opacity: 0.75;
  padding: 1em 10%;
  text-shadow: none !important;
  text-transform: capitalize;
  visibility: visible;
  width: 80%;
}
.mean-container .mean-nav ul li.mean-last a{border-bottom:0;margin-bottom:0}
.mean-container .mean-nav ul li li li a{width:70%;padding:1em 15%}
.mean-container .mean-nav ul li li li li a{width:60%;padding:1em 20%}
.mean-container .mean-nav ul li li li li li a{width:50%;padding:1em 25%}
.mean-container .mean-nav ul li a:hover {
  background: #f8f8f8 none repeat scroll 0 0;
}
.mean-container .mean-nav ul li a.mean-expand {

	height: 15px;
	margin-top: 1px;
	padding: 12px !important;
	text-align: right;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-weight: 700;
	border: 0 !important;
	background: #F8F8F8;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
  background: #f8f8f8;
}
.mean-container .mean-push{float:left;width:100%;padding:0;margin:0;clear:both}
.mean-nav .wrapper{width:100%;padding:0;margin:0}
.mean-container .mean-bar,.mean-container .mean-bar *{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}
.mean-remove{display:none!important}
.mean-container .mean-bar::after {
  color: #ffffff;
  content: "MENU";
  font-size: 21px;
  left: 5%;
  position: absolute;
  top: 12px;
}


/* -------------------------------
39. Mobile menu
----------------------------------*/
.mean-container .mean-bar::after {
  display: none;
}
.mean-container .mean-nav ul li a:hover {
	border-radius: 0;
}
.mean-container a.meanmenu-reveal span {
  background: #fff;
}
.mobile-menu-area {
  background: #fff none repeat scroll 0 0;
  }
.mean-container .mean-nav ul li a.mean-expand {
  background: none;
  top: -4px;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
  background: none;
}
.mean-container .mean-nav ul li {
  background: #444;
}
.mean-container a.meanmenu-reveal {
  color: #fff;
}
.meanmenu-reveal.meanclose:hover {
  color: #fff !important;
}
.mean-container a.meanmenu-reveal:hover span {
  background: #fff;
}
.mean-container {
  position: relative;
  /* Ensure the container has a defined width and height */
  width: 300px;
  height: 200px;
}
.mean-container .mean-bar::before {
  color: #fff;
  /* content: "Banana Paints"; */
  font-size: 28px;
  font-weight: 600;
  left: 10px;
  position: absolute;
  top: 18px;
}
.mean-container img {
  display: none; /* Hide the original image */
}
/* .mean-container .mean-bar::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 10px;
  width: 100px; /* Adjust this value to the width of your image *
  height: 50px; /* Adjust this value to the height of your image *
  background-image: url('assets/images/home6/logo1.png');
  background-size: contain; /* Ensures the image scales correctly *
  background-repeat: no-repeat; /* Prevents the image from repeating *
} */


.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(1, 1, 1, 0.5); 
  /* Ajustar el 0.7 en rgba para mas transparencia, 1=opaco*/
  padding: 10px 10%;
  /* Cambiado de 0px a 10px para darle algo de padding */
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1000;
}

.logo {
  font-size: 25px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
}

.navigation ul {
  list-style: none;
}

.header .navigation ul li {
  float: left;
  position: relative;
}

.header .navigation ul li a {
  font-size: 18px;
  color: #ffffff;
  text-decoration: none;
  padding: 20px;
  display: block;
  transition: all .2s ease;
}

.header .navigation ul li a:hover {
  background-color: rgba(0, 187, 255, 0.7);
      /* Cambiar la transparencia ajustando el valor de alfa */
  }

.header .navigation ul li ul {
  position: absolute;
  right: 0;
  width: 300px;
  background-color: rgba(1, 1, 1, 0.5);
  display: none;
}

.header .navigation ul li ul li a {
  font-size: 15px;
  text-transform: capitalize;
}

.header .navigation ul li ul li ul {
  position: absolute;
  top: 0;
  right: 300px;
}

.header .navigation ul li ul li {
  width: 100%;
}

.header .navigation ul li:hover>ul {
  display: initial;
}

#toggle,
.header label {
  display: none;
  cursor: pointer;
}

.menu {
  width: 45px;
  height: 35px;
}

@media (max-width: 950px) {
  .header {
      padding: 10px 10%;
      /* Asegura que el padding sea consistente en dispositivos móviles */
  }

  .header label {
      display: initial;
  }

  .header .navigation {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      background-color: rgba(1, 1, 1, 0.7);
      display: none;
  }

  .header .navigation ul {
      padding: 0;
  }

  .header .navigation ul li {
      width: 100%;
      float: none;
      /* Asegura que los elementos se apilen verticalmente en móviles */
  }

  .header .navigation ul li a {
      padding: 8px 30px 8px 10%;
  }

  .header .navigation ul li ul {
      position: relative;
      width: 100%;
      left: 0;
  }

  .header .navigation ul li ul {
      background-color: rgba(1, 1, 1, 0.7);
  }

  .header .navigation ul li ul li ul {
      position: relative;
      width: 100%;
      left: 0;
  }

  #toggle:checked~.navigation {
      display: block;
  }
}
