header {

    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    padding: 30px 0px;
    background-color: rgb(233, 130, 228);
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  
  }
  
  header .logo {
    position: relative;
    color: #ffffff;
    font-weight: bold;
    font-size: 2em;
    letter-spacing: 2px;
    text-decoration: none;
  }
  
  nav {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  header ul {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  header ul li {
    list-style: none;
  }
  
  header ul li a {
    position: relative;
    font-family: helvetica;
    margin: 0 15px;
    text-decoration: none;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 600;
    position: relative;
  }
  
  header ul li a:hover {
  
    color: rgba(255, 0, 191, 0.598);
    -webkit-transform: scale(1.1);
  
  }
  
  
  .zona1 {
    position: relative;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center center;
  }
  
  header.abajo .logo,
  header.abajo ul li a {
    color: rgb(255, 255, 255);
  }
  
  
  
  .features__title {
    font-family: 'Uni Sans', sans-serif;
    color: var(--font-color);
    font-size: 23px;
    margin: 50px 20px 20px 55px;
    font-weight: bold;
    flex: 0 0 45%;
    color: #fff;
  }
  
  .features__title__reverse {
  
    color: #fff;
  }
  
  
  #hamburger-icon {
    margin: auto 0;
    display: none;
    cursor: pointer;
  }
  
  #hamburger-icon div {
    width: 35px;
    height: 3px;
    background-color: white;
    margin: 6px 0;
    transition: 0.4s;
  }
  
  
  .open .bar1 {
    -webkit-transform: rotate(-45deg) translate(-6px, 6px);
    transform: rotate(-45deg) translate(-6px, 6px);
  }
  
  .open .bar2 {
    opacity: 0;
  }
  
  .open .bar3 {
    -webkit-transform: rotate(45deg) translate(-6px, -8px);
    transform: rotate(45deg) translate(-6px, -8px);
  }
  
  .open .mobile-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  
  .mobile-menu {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    height: calc(100vh - 50px);
    width: 100%;
  }
  
  .mobile-menu li {
    margin-bottom: 10px;
  }
  
  .features__title__reverse {
    font-family: 'Uni Sans', sans-serif;
    color: var(--font-color);
    font-size: 23px;
    margin: 70px 20px 20px 13%;
    font-weight: bold;
    flex: 0 0 45%;
  }
  
  .features__img:hover,
  .features__img__reverse:hover {
    transform: none;
    transition: 0.7s;
  }
  
  
  @media only screen and (max-width: 600px) {
  
  
    header nav {
      display: none;
    }
  
    #hamburger-icon {
      display: block;
    }
  
    ul {
      padding: 0;
    }
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  .dropmenu {
    transition-timing-function: linear;
    display: none;
    position: absolute;
    right: 2.5rem;
    top: 110px;
    width: 300px;
    height: 0;
    background-color: #f100bd;
    color: #fff;
   /* backdrop-filter: blur(15px); */
    border-radius: 10px;
    overflow: hidden;
    text-decoration: none;
    font-size: 15px;
  }
  
  .dropmenu li {
    background-color: #e88bff;
    margin: 10px;
    border-radius: 10px;
  }
  .dropmenu li {
    padding: 0.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
  
  }
  
  .dropmenu a {
    color: #f5f5f5;
    text-decoration: none;
  }
  
  .toggle_btn {
    display: none;
  }
  
  
  .dropmenu.open {
    height: 170px;
  }
  
  @media(max-width: 992px) {
  
    .navbar .toggle_btn {
      display: block;
    }
  
    .dropmenu {
      display: block;
    }
  
    .toggle_btn {
      display: flex;
      zoom: 150%;
    }
  }
  
  
  
  
  
  
  
  
  
  
  
  
  .more {
    transition: 1s;
   display: flex;
    position: fixed;
    right: 8rem;
    top: 680px;
    width: 200px;
    height: 0;
    background-color: #161616f5;
    box-shadow: 0 0 20px #1a1a1a;
    color: #fff;
    backdrop-filter: blur(15px);
    border-radius: 20px;
    overflow: hidden;
    text-decoration: none;
    justify-content: center;
  
  
  }
  
  
  .more li {
    padding: 0.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
  
  }
  
  .more a {
    color: #fff;
    text-decoration: none;
    background-color: #006eff;
    padding: 20px;
    border-radius: 10px;
  }
  
  .toggle_btn {
    display: none;
  }
  
  
  .more.open {
    height: 100px;
  }
  
  @media(max-width: 992px) {
  
    .navbar .toggle_btn {
      display: block;
    }
  
    .more {
      display: flex;
      top: 600px;
    }
  
    .toggle_btn {
      display: flex;
      zoom: 150%;
    }
  }

  /* nuevo */

  @media screen and (max-width: 768px) {

    body {
        margin: 0;
        padding: 0;
    }

    footer {
        background-color: rgb(233, 130, 228);
        padding: 10px;
        text-align: center;
        color: white;
        font-family: Arial, sans-serif;
        margin-top: 100px 100px; 
    }

    footer a {
        color: white;
        text-decoration: none;
        margin: 0 10px;
    }

    footer p {
        margin: 9px 0;
    }
}


/* @media screen and (max-width: 1080px) {

    body {
        margin: 0;
        padding: 0;
    }

    footer {
        background-color: rgb(233, 130, 228);
        padding: 11px;
        text-align: center;
        color: white;
        font-family: Arial, sans-serif;
        margin-top: 100px; 
    }

    footer a {
        color: white;
        text-decoration: none;
        margin: 0 10px;
    }

    footer p {
        margin: 9px 0;
    }
} */

@media screen and (min-width: 769px) {
    footer {
        display: none;
    }
}