/* --------------------------------------------------------------------- */
/* ---------------------------Menu MEGA--------------------------------- */
/* --------------------------------------------------------------------- */
.mega-box {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 30px;
  top: 60px;
  opacity: 0;
  visibility: hidden;
}
.mega-box p{
  color: #4af605;
  font-size: larger;
}
.mega-box .content {
  background: #242526;
  padding: 25px 20px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.mega-box .content .row {
  width: calc(25% - 30px);
  line-height: 35px;
}

.content .row img {
  width: 95%;
  height: 95%;
  object-fit: cover;
}

.content .row header {
  color: #e0f806;
  font-size: 20px;
  font-weight: 300;      
  text-decoration: underline;
}

.content .row .mega-links {
  margin-left: -40px;
  
}

.row .mega-links li {
  padding: 0 20px;
}

.row .mega-links li a {
  padding: 0px;
  padding: 0 20px;
  color: #d9d9d9;
  font-size: 15px;
  display:block;
  
}

.row .mega-links li a:hover {
  color: #f2f2f2;
}

.wrapper .btn {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: none;
  right: 100px;
}

.wrapper .btn.close-btn {
  position: absolute;
  right: 30px;
  top: 20px;
}

/* --------------------------------------------------------------------- */
/* ---------------------------Fin Menu MEGA----------------------------- */
/* --------------------------------------------------------------------- */