@media (max-width: 768px) {
  /* General resets for mobile */
  body, html {
    margin: 0;
    padding: 0;
    width: 100vw;
    overflow-x: hidden;
    font-size: 16px;
  }

  /* Top Row (Header) */
  .toprow, .toprow-div {
    flex-direction: column !important;
    align-items: center;
    padding: 0;
  }
  .right, .left, .middle {
    min-width: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
  }
  .right p {
    font-size: 1.2rem;
    line-height: 1.3;
    text-align: center;
    width: 100%;
  }
  .middle p {
    font-size: 4.8rem; 
    word-break: break-word;
    line-height: 5rem; 
  }
  .insta, .example, .xlogo {
    width: 45px;
    height: 45px;
    margin: 8px 6px;
  }
  .right-side {
    justify-content: center;
  }

  /* Selection Row (Navigation) - SIDE DRAWER STYLE */
  .selectrow {
    position: fixed;
    top: 0;
    right: 0;
    height:900px; 
    width: 200px; 
    max-width: 320px;
    background: rgb(153, 36, 36);
    box-shadow: -2px 0 12px rgba(0,0,0,0.15);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 0;
    margin: 0;
    z-index: 1500;
    transform: translateX(100%);
    opacity: 0;
    pointer-events: none;
    transition:
      transform 0.5s cubic-bezier(.6,0,.3,1),
      opacity 0.4s ease;
      gap: 50px;  
  }
  .selectrow.active {
    transform: translateX(0%);
    opacity: 1;
    pointer-events: auto;
    transition:
      transform 0.5s cubic-bezier(.6,0,.3,1),
      opacity 0.4s ease;
  }
  .selectrow > div {
    border-bottom: 1px solid #c22828;
    font-size: 1.5rem;
    text-align: center;
    width: 100%;
  }
  .selectrow > div:last-child {
    border-bottom: none;
  }
  .selectrow div a {
    font-size: 1em;
    padding: 0;
  }

  /* Video Section */
  .video-flex-vertical,
  .video-flex {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100vw;
    padding: 0;
  }
  .video-text-top, .video-text-bottom {
    margin: 0.25em 0;
  }
  .join-text{
    margin-top: 0.2em; 
    font-size: 15vw;
    word-break: break-word;
    letter-spacing: 2px;
  }

  .familia-text {
    font-size: 20vw;
    word-break: break-word;
    letter-spacing: 2px;
  }
  .video-div {
    margin: 0.5em 0 1em 0;
    width: 100vw;
    display: flex;
    justify-content: center;
  }
  .background-video {
    width: 95vw;
    max-width: 100vw;
    height: auto;
    min-height: 180px;
    border-radius: 8px;
  }

  /* Metas Section */
  .metas-div {
    margin: 2em 0 2em 0;
    padding: 0;
  }
  .metas-flex, .metas-flexdos {
    flex-direction: column;
    align-items: center;
    margin: 0;
    gap: 2em;
  }
  .shadow-box1, .shadow-box2 {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(0,0,0,0.10);
    border-radius: 12px;
    padding: 1em 0.5em;
    margin: 0 0 2em 0;
    width: 92vw;
    min-width: 0;
  }
  .one, .one-two, .two {
    margin: 0;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .one h1, .one-two h1 {
    font-size: 3rem;
    word-break: break-word;
  }
  .meta-text {
    font-size: 1.05rem;
    margin: 0.7em 0;
    padding: 0 0.7em;
    text-align: center;
    line-height: 1.5;
  }
  .image-stack {
    width: 100vw;
    max-width: 350px;
    height: auto;
    margin: 0 auto;
    position: relative;
  }
  .holapic {
    width: 100vw; 
    max-width: 350px;
    height: 250px; 
    border-radius: 8px;
    margin: 0 auto;
    display: block;
    position: relative;
    z-index: 1;
  }
  .bobcat-creep, .newpic-creep {
    width: 110px;
    min-width: 55px;
    max-width: 150px;
    height: auto;
    position: absolute;
    left: 9%;
    top: -70px;
    z-index: 2;
  }
  .newpic-creep {
    right: -30%;
    left: unset;
    top: -280px;
  }

  /* Event Section */
  .bottom-div {
    background-color: rgb(126, 29, 29);
    padding: 1em 0 2em;
    width: 100vw;
    min-height: unset;
    height: auto;
  }
  .event-div {
    text-align: center;
    justify-content: center;
    margin: 0 auto;
    width: 98vw;
  }
  .proximo-div {
    color: white;
    margin: 0.5em auto;
    padding: 0.0em 4em;
    max-width: 95vw;
    width: fit-content;
    text-align: center;
  }
  .proximo-text{
    font-size: 4.0rem; 
  }

  .evento-flex {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 0rem;
    background-color: rgb(170, 46, 46);
    border-radius: 0px;
    margin: 0.5em auto;
    width: 95vw;
    max-width: 500px;
  }
  .eventext-flex {
    text-align: center;
    padding: 0.4em 0.5em;
    font-size: 2.4rem;
  }
  .junta-pic {
    width: 80vw;
    max-width: 320vw;
    height: 50vw; 
    object-fit: cover;
    margin: 0.7em auto;
    display: block; 
    padding: 0; 
  }

  .menu-toggle {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    z-index: 1501;
    background: rgba(162, 35, 35, 0.279);
    color: #fff;
    border: none;
    font-size: 2.5rem;
    cursor: pointer;
  }

  /* Overlay for side menu (dimming background) */
  .menu-overlay {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100vw; height: 100vh;
    background: rgba(0,0,0,0.28);
    z-index: 1499;
    opacity: 0;
    transition: opacity 0.4s;
  }
  .menu-overlay.active {
    display: block;
    opacity: 1;
    transition: opacity 0.4s;
  }
    .bobcat-creep,.newpic-creep{

    display: none !important; 

  }

  /* Remove the old dropdown transitions */
  /* .selectrow {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.8s cubic-bezier(.1,0.9,.5,1);
  }
  .selectrow.active {
    max-height: 1000px;
    transition: max-height 0.8s cubic-bezier(.9,0.9,.9,1);
  } */

  /* Footer */
  footer.copyright-laws {
    font-size: 0.95em;
    padding: 0.8em 0.4em;
    margin-top: 1em;
    color: #fff;
    background: rgb(153, 36, 36);
    line-height: 1.3;
    word-break: break-word;
  }
}












