@media screen and (max-width: 768px) {
header.header {
  position: relative;
  width: 100%;
  max-width: 100vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0rem 1rem;
  box-sizing: border-box;
  z-index: 1000;
}

  .logo {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  .logo img {
    width: 30px;
    height: auto;
  }

  .logo span {
    font-size: 1rem;
    font-weight: 700;
    display: inline-block;
  }

  .menu-icon {
    font-size: 1.5rem;
    cursor: pointer;
  }

.mobile-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: #0d1028;
  padding: 1rem 0;
  box-sizing: border-box;
  text-align: center;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
}

.mobile-menu.show {
  display: block;
}

  .mobile-menu a {
    display: block;
    padding: 0.5rem 0;
    font-size: 1rem;
    font-weight: 600;
    color: white;
  }

  .mobile-menu .social-icons {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 1rem;
  }

  .mobile-menu .social-icons a {
    font-size: 1.2rem;
    color: white;
  }

  .burger {
  font-size: 2rem;
  cursor: pointer;
  z-index: 101; /* para que esté encima */
}

/* HERO */

 .hero {
    height: 100vh;
    background-image: url('../Assets/img/Backgrounds/vrbg-hero-mobile.png');
    background-size: cover;
    background-position: top center;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hero-content {
    width: 100%;
    max-width: 400px;
    text-align: center;
  }

  .hero-content h1 {
    font-size: 1.8rem;
    line-height: 2.2rem;
    margin-bottom: 12px;
  }

  .hero-content p {
    font-size: 1rem;
    line-height: 1.4rem;
    margin-bottom: 20px;
  }

  .chips {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
  }
  .chip {
      padding: .225rem .7rem;
  }

  .hero-content button {
    font-size: 1rem;
    padding: 12px 24px;
  }

  .hero-content a {
    display: inline-block;
    width: 100%;
    color: white;
    font-weight: bold;
  }

  /* OUR */

    .container-our {
    padding: 4rem 2rem;
  }

  .our {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }

  .our h2 {
    font-size: 1.8rem;
    text-align: left;
  }

  .our p {
    max-width: 100%;
    font-size: 1rem;
    line-height: 1.5;
    text-align: left;
  }

  /* MORE DETAILS ABOUT OUR */

   .why-us {
    padding: 3rem 1.5rem;
  }

  .container-us {
    flex-direction: column !important;
    align-items: center;
    text-align: center;
    gap: 1.5rem;
    padding: 2rem 1rem;
  }

  .image-us {
    width: 220px;
    height: 220px;
  }

  .content-us {
    max-width: 100%;
  }

  .content-us h2 {
    font-size: 1.6rem;
    text-align: center;

  }

  .container-us.right p{
    padding: 0;
    text-align: left;
    font-size: 1rem;
    line-height: 1.5;
  }

  .container-us.left p{
    padding: 0;
    text-align: right;
    font-size: 1rem;
    line-height: 1.5;
  }

  /* SERVICIOS */

   .service {
    padding: 3rem 1.5rem;
  }

  .titulo-casamiento,
  .titulo-vr {
    text-align: center;
    font-size: 1.8rem !important;
    margin-top: 3rem;
  }

  .container-sr {
    flex-direction: column !important;
    align-items: center;
    gap: 1.5rem;
    padding: 2rem 1rem;
    text-align: center;
  }

  .image-sr {
    width: 220px;
    height: 220px;
  }

  .content-sr {
    max-width: 100%;
    align-items: center !important;
  }

  .content-sr h2 {
    font-size: 1.5rem;
  }

  .container-sr.left p,
  .container-sr.right p {
    padding: 0;
    font-size: 1rem;
    line-height: 1.5;
    text-align: center;
  }

  .boton-sr {
    font-size: 1rem;
    padding: 12px 24px;
  }

  /* Q&A */

   .container-list {
    padding: 3rem 1rem;
    box-sizing: border-box;
    overflow-x: hidden;
  }

  .container-list h1 {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 2rem;
    word-break: break-word;
    width: 100%;
  }

  .container-faq {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
    padding: 1.5rem;
    background-color: #1f1f1f;
    border-radius: 1rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  }

  .container-faq .image {
    display: none;
  }

  .container-faq .content {
    width: 100%;
    padding: 0;
  }

  .container-faq h2 {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
    color: white;
  }

  .container-faq p {
    font-size: 1rem;
    line-height: 1.5;
    color: #ddd;
  }

  /* WEDDING - WEDDING - WEDDING - WEDDING - WEDDING - WEDDING - WEDDING - WEDDING - WEDDING */

    .vr-hero {
    height: 250px;
    background-position: center;
    background-size: cover;
  }

  .bloque {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 3rem;
    padding: 2rem 1rem;
    gap: 2rem;
  }

  .bloque:nth-child(even) {
    flex-direction: column;
    background: #f8f4f0;
    padding: 2rem 1rem;
  }

  .texto, .texto-derecha {
    max-width: 100%;
    text-align: center !important;
    align-items: center !important;
  }

  .texto-derecha h2, p{
        text-align: center !important;
    align-items: center !important;
  }

  .texto h2 {
    font-size: 2rem;
  }

  .texto h3 {
    font-size: 1.2rem;
  }

  .texto p {
    font-size: 1rem;
  }

  .imagen img {
    width: 70%;
    max-width: 280px;
  }

  .boton {
    padding: 0.8rem 1.5rem;
    font-size: 1rem;
  }

  .reserva-vr {
    padding: 3rem 1rem;
  }

  .reserva-vr h2 {
    font-size: 2rem;
  }

  .reserva-vr p {
    font-size: 1rem;
  }

  .botones-reserva {
    flex-direction: column;
    gap: 1rem;
  }

  .boton-reserva {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    font-size: 1rem;
  }

  .footer-content {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    padding: 2rem 1rem;
    text-align: center;
  }

  .footer-left {
    align-items: center;
  }

  .footer-links {
    display: flex;
    gap: 1rem;
    justify-content: center;
    padding: 0;
    list-style: none;
  }

  .footer-right img {
    margin: 0 0.5rem;
  }

  .copyright {
    font-size: 0.85rem;
    color: #ccc;
  }

}



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

    header.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
    max-width: 100vw;
    box-sizing: border-box;
    position: relative;
    z-index: 1000;
  }

  .logo {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  .logo img {
    width: 40px;
    height: auto;
  }

  .logo span {
    font-size: 1.2rem;
    color: white;
    font-weight: 600;
  }

  .burger {
    font-size: 2rem;
    color: #0d1028;
    cursor: pointer;
    z-index: 1001;
  }

  .mobile-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: none;
    background-color: #0d1028;
    padding: 1rem 0;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
    text-align: center;
    z-index: 999;
  }

  .mobile-menu.show {
    display: block;
  }

  .mobile-menu a {
    display: block;
    color: white;
    font-size: 1.1rem;
    padding: 0.5rem 0;
    font-weight: 500;
  }

  .mobile-menu .social-icons {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 1rem;
  }

  .mobile-menu .social-icons a {
    color: white;
    font-size: 1.4rem;
  }

  /* OUR */
  .bloque {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  text-align: left;
  max-width: 960px;
  margin: 0 auto;
  padding: 3rem 2rem;
}

.texto, .texto-derecha {
  flex: 1;
  text-align: left !important;
  align-items: flex-start !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.texto h2, .texto-derecha h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.texto p, .texto-derecha p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin: 0;
}


}

