
@media (max-width: 1024px) {
  .onlyPc {
    display: none;
  }
  html {
    scroll-behavior: smooth;
  }
  .css-1p7hvmc {
    height: 100vh;
    width: 100vw;
    padding: 0 !important;
    margin: 0 !important;
  }
  body
  {
    font-family: 'Poppins', sans-serif;
  }
  .c-one
  {
    color: rgb(82,154,217)
  }
  .c-two
  {
    color: rgb(132,108,217)
  }
  .c-three
  {
    color: rgb(29,221,242)
  }
  .c-four
  {
    color: rgb(242,41,229)
  }
  #mainNavBar
  {
    width: 100vw;
  }
  .navbar-brand
  {
    vertical-align: bottom;
  }
  .chaknuul-main
  {
      font-family: 'Sirin Stencil', sans-serif;
      font-size: 30px;
      color: white;
  }
  .lema-main {
    color: white;
  }
  .chaknuul 
  {
      font-family: 'Sirin Stencil', sans-serif;
      font-size: 26px;
      color: white;
  }
  .chaknuul-sm
  {
      font-family: 'Sirin Stencil', sans-serif;
      font-size: 20px;
      color: white;
  }
  .chaknuul-smm
  {
      font-family: 'Sirin Stencil', sans-serif;
      font-size: 18px;
      color: white;
  }
  .poppins 
  {
      font-family: 'Poppins', sans-serif;
  }

  * {
    margin: 0;
    padding: 0;
  }
  .chaknuul 
  {
      font-family: 'Sirin Stencil', sans-serif;
      font-size: 26px;
  }
  .chaknuul-navbar
  {
      font-family: 'Sirin Stencil', sans-serif;
      font-size: 20px;
  }
  .navbar {
    height: 8vh !important;
  }

  .zona1 {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url("./images/background.png");
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
  }
  .zona2 {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url("./images/background.jpg");
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
  }
  h6, hr {
    color: white;
  }
  h7 {
    margin: 10px;
  }
  .snap-container {
    height: 100vh;
    text-align: center;
    padding: 10% 10% 10% 10%;
    min-height: 100vh;
    background: url("./images/background.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .logoPresentacion {
      width: 150px;
  }
  .grid-container {
    display: grid;
    height: 15vh;
  }
  a {
    color: white;
    text-decoration: none;
  }
  .mainEvent {
    height: 25vh;
  }
  /* THE MAGIC GOES HERE ✨ */
  .grid-container--fill {
      grid-template-columns: repeat(auto-fill, minmax(25vw, 1fr));
  }
  .grid-element {
    padding: 5px;
    height: 100%;
    color: #fff;
  }
  .customCard {
    height: 100%;
    width: 100%;
    border-radius: 20px;
    display: flex;
  }
  .customCard .trans-main {
    height: 100%;
    width: 100%;
    border-radius: 20px;
    background-image: linear-gradient(rgb(82,154,217,0.0), rgb(82,154,217,0), rgb(82,154,217,0));
    color: white;
    cursor: pointer;
  }
  .customCard .trans {
    height: 100%;
    width: 100%;
    border-radius: 20px;
    background-image: linear-gradient(rgb(82,154,217,0.0), rgb(82,154,217,0.3), rgb(82,154,217,1));
    color: white;
    cursor: pointer;
  }
  .textoTitulo {
    position: relative;
    top: 15vh;
    font-size: 24px;
    font-family: 'Sirin Stencil', sans-serif;
  }
  .textoDescripcion {
    position: relative;
    top: 15vh;
    font-size: 14px;
  }
  .textoPresentacion {
    position: relative;
    top: 10vh;
    font-family: 'Sirin Stencil', sans-serif;
  }
  .customCard:nth-child(1) {
    background-size: cover;
    background-position: center;
  }
  .btn-chaknuul {
    display: flex;
    justify-content: center;  /* Centra el texto horizontalmente */
    align-items: center;  
    margin-top: 5px;
    border-radius: 20px;
    height: 5vh;
    background-image: linear-gradient(rgb(82,154,217,0.6), rgb(82,154,217,0.8), rgb(82,154,217,1));
    color: white;
  }
  .whatsapp {
    position: absolute;
    width:40%;
    height:30px;
    bottom:5%;
    right: 5%;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    padding: 2px;
    font-size:20px;
    z-index:100;
  }
  /* ESTILOS EVENTO PRINCIPAL */

  .backgroundMain {
    transition: 2s linear;
    height: 92vh;
    padding: 10% 10% 10% 10%;
    scroll-snap-align: start;
    background-image: linear-gradient(rgb(82,154,217,0.6), rgb(82,154,217,0.8), rgb(82,154,217,1));
  }
  .backgroundPages {
    transition: 2s linear;
    height: 92vh;
    padding: 5% 5% 20% 5%;
    scroll-snap-align: start;
    background-image: linear-gradient(rgb(82,154,217,0.6), rgb(82,154,217,0.8), rgb(82,154,217,1));
    overflow: auto;       /* Habilita el scroll */
  }
  .bg-principal {
    background: url("./images/bg-principal.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .bg-viajes {
    background: url("./images/bg-viajes.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .bg-frecuentes {
    background: url("./images/bg-frecuentes.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .bg-especiales {
    background: url("./images/bg-especiales.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .contenidoPrincipal {
    border-radius: 20px;
    height: 80%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
  }
  .imagenPrincipal {
    height: 35%;
    width: 100%;
    color: white;
    background-size: cover;
    position: relative;
  }
  .tituloPrincipal {
    font-family: 'Sirin Stencil', sans-serif;
    position: absolute;
    font-size: 40px;
    bottom: 10%;
    left: 5%;
  }
  .descPrincipal {
    position: relative;
    font-size: 16px;
    position: absolute;
    bottom: 5%;
    left: 5%;
  }
  .infoPrincipal {
    height: 65%;
    width: 100%;
    color: white;
    background-size: cover;
    padding: 15px 15px;
    position: relative;
  }
  .infoPrincipal.lu {
    font-size: 10px;
  }
  /* FIN ESTILOS EVENTO PRINCIPAL */

  /* ESTILOS FRAME EVENTO */

  .divEventoMarco {
    margin: 1vh;
    padding: 2vh;
    border-radius: 5px;
    background: rgb(82,154,217,0.6);
  }
  .divEvento {
    padding: 2vh;
    border-radius: 5px;
    background: rgb(0,0,0,0.6);
    color: white;
  }
  .divEventoImg {
    background-color: #25d366;
    height: 18vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .divEventoDesc {
    padding: 1vh;
  }

  .accordion {
    cursor: pointer;
    padding: 5px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
  }
  
  .active, .accordion:hover {
  }
  
  .panel {
    padding: 5px;
    display: none;
  }
  .whatsapp-evento {
    width: 100%;
    height:25px;
    float: right;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    margin: 8px;
    padding: 1px;
    font-size:16px;
    z-index:100;
  }
  
  .eventosMovilCard {
    height: 65%;
    background-color: black;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    position: relative;
    border-radius: 10px;
    z-index:100;
  }

  .eventosMovilCard .eventosMovilCart-whats
  {
    position: absolute;
    width:100%;
    height:40px;
    bottom:10%;
    background-color:#25d366;
    color:#FFF;
    text-align:center;
    font-size:25px;
    z-index:101;
  }


  /* FIN ESTILOS FRAME EVENTO */



}