/* Botón flotante Whatsapp */
.float {
  position: fixed;
  width: 3.4rem;
  height: fit-content;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  border-radius: 110px;
  text-align: center;
  box-shadow: 2px 2px 3px rgb(57, 57, 57);
  z-index: 100;
  padding: 0.4rem;
}

.my-float {
  /* margin-top:16px; */
  width: 100%;
  margin: 0;
}

/* Ícono Brochure flotante */
.brochure-float {
  position: fixed;
  width: 4.1rem;
  height: fit-content;
  bottom: 30px;
  right: 120px;
  border-radius: 110px;
  text-align: center;
  z-index: 100;
  padding: 0.4rem;
}

.brochure-float-img {
  /* margin-top:16px; */
  width: 100%;
  margin: 0;
}

/* Ícono Facebook flotante */
.facebook-float {
  position: fixed;
  width: 4.1rem;
  height: fit-content;
  bottom: 30px;
  right: 200px;
  border-radius: 110px;
  text-align: center;
  z-index: 100;
  padding: 0.4rem;
}

.facebook-float-img {
  /* margin-top:16px; */
  width: 100%;
  margin: 0;
}

@media screen and (min-width: 0px) {
  header {
    width: 100vw;
    position: fixed;
    padding: 2rem;
    z-index: 2;
    transition: ease 0.2s;
  }
  nav.desktop {
    display: none;
  }
  nav.movil {
    width: 90vw;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  nav ul li a:hover {
    font-weight: bold;
    text-decoration: underline;
  }
  .logo {
    width: 10rem;
    display: flex;
    flex-direction: row;
  }
  .logo img {
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  ul.nav-menu-movil {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background-color: var(--tag-color);
    position: fixed;
    padding: 1rem 1.4rem;
    height: 16rem;
    z-index: 2;
    transform: translateX(-100%);
    margin-top: 24rem;
    width: 17rem;
    opacity: 0;
    margin-left: -2rem;
    border-top-right-radius: 0.4rem;
    border-bottom-right-radius: 0.4rem;
    transition: ease 0.4s;
  }
  ul.nav-menu-movil li {
    margin-bottom: 0.9rem;
  }
  ul.nav-menu-movil li a {
    font-size: 1.1rem;
    color: white;
    text-decoration: none;
    font-family: var(--title-font);
    font-weight: 600;
  }
  .burger {
    width: 2.4rem;
    height: 2.4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  .burger div {
    background-color: white;
    height: 0.2rem;
    width: 100%;
    margin-bottom: 0.4rem;
  }
  ul.navmovil-event {
    transform: translateX(0%) !important;
    opacity: 1;
  }
  .header-bg {
    background-color: #4a540a;
  }
  .header-secondary {
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 2rem;
    padding-top: 10rem;
    padding-bottom: 1rem;
    background-image: url("/img/footer-bg1.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  /* .header-secondary .logo-bambu {
    width: 2rem;
  } */
  .header-secondary h2 {
    color: #ffffff;
    padding-bottom: 0.5rem;
  }
  .header-secondary p.tag-text {
    margin-top: 0.5rem;
  }
}

@media screen and (min-width: 1000px) {
  nav.movil {
    display: none;
  }
  nav.desktop {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  ul.nav-menu-desktop {
    width: 100%;
    max-width: 1400px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }
  ul.nav-menu-desktop li a {
    color: white;
    margin-right: 2rem;
    text-decoration: none;
    font-family: var(--title-font);
    font-weight: 400;
  }
  .header-secondary {
    padding-left: 4rem;
  }
}

@media screen and (min-width: 2000px) {
  header {
    align-items: center;
    justify-content: center;
    width: 100vw !important;
  }
  nav.desktop {
    align-items: center;
    justify-content: center;
    align-self: center;
    justify-self: center;
  }
  .header-secondary .quienes-somos-title-box  {
    width: 1600px;
    max-width: 1900px;
    align-self: center;
    justify-self: center;
  }
}
