@media screen and (min-width: 575px) and (max-width: 1199px) {
    #opciones {
        font-size: large;
        }
.textoCentrado{
    text-align: center;

}
  .descubre-magia {
    height: 90vh;
    background: url(../assets/Home/Mesa\ de\ trabajo\ 20.png) top center;
    background-size: cover;
    position: relative;
  }
  .imgKids{
    width: 100%;
    height: auto;
  }
  .imgFooter{
    width: 60%;
    height: auto
  }
  .margenButtonFooter{
    margin-bottom: 50px;
  }
  .margenTopFooter{
    margin-top: 30px;
  }

  .fontSizeImage{
    font-size: 25px;
   }
   .car{
    width: 100%;
    height: auto;
   }
   .divImageCarrusel{
    width: 500px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
   }

   .carousel{
    width: 100%;
    height: auto;
   }
   #opciones {
    font-size: large;
    }
    /* .info-footer-item:nth-child(2) {
      border-left: 3px solid #000; 
    }
    .info-footer-item:nth-child(3) {
      border-right: 3px solid #000;
    } */

    .margenButtonTablet{
      margin-bottom: 30px;
    }

    .vive-la-experiencia {
      height: 70vh;
      background: url(../assets/Home/Mesa\ de\ trabajo\ 14.png) top center no-repeat;
      background-size: cover;
      position: relative;
    }

   
  
    .iconSize {
      width: 100px;
      height: 100px;
    }

      /* .parallax {
    background-attachment: fixed;
  } */

  .item-directory {
    width: 200px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .shop-main-image{
    width: 100%;
    height: 50vh;
    background-image: url('../assets/Home/atnt.webp');
    background-size: contain;
    background-repeat: no-repeat;
  }



  .shop-logo{
    width: 200px  !important;
    height: auto  !important;
  }

  .item-galery {
    width: 220px;
    height: 290px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .photo-item-galery {
    width: 200px;
    height: 200px;
    max-width: 200px;
    max-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .cards-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    grid-auto-rows: minmax(100px, auto);
  }
  

  .posts-width {
      width: 90%
  }

  .featured-container{
    width: 90%;
  }

  .featured-posts-width {
      width: 90%
  }

  .featured-image-container {
    height: 200px;
    width: 200px;
  }

  .featured-description-container{
    width: calc(100% - 200px);
  }

  .post-main-image-container{
    width: 35%;
    height: 250px;
  }

  .post-detail-container{
      width: 65%;
  }

  .width-banner-home{
    width: 100%;
  }

  .width-map {
    width: 100%
  }
  .width-facebook {
    width: 100%
  }

   /* todo esto es de contacto */
   .vive-la-experiencia-contact {
    height: 35vh;
    background: url(../assets/Home/Mesa\ de\ trabajo\ 14.png) top center no-repeat;
    background-size: cover;
    position: absolute;
  }

  .margenContacto{
    width: 100%;
  }

  .margenFlex{
    margin-top: 280px;
  }

  .margenMapa{
    margin-top: 80px;
    width: 100%;
    z-index: 1;
  }
  
  .tamañoMapa{
    height: 700px;
    width:100% ;
  }

  .title-dia-muertos{
    color: #1e2745; 
    font-size: 40px;
  }

  .banner-dia-de-muertos{
    background-image: url('../assets/dia-muertos/BannerMovilWeb.jpg');
    background-position: top center;
    background-size: cover;
    background-color: #f7ecd8;
  }
  .subtitle-dia-muertos{
    color:#d25336; 
    font-size: 20px;
  }

  .happy-banner{
    aspect-ratio: 9 /16;
    background-size: contain;
    background-image: url('../assets/Home/BannerHappyIslandMovil.jpg');
    background-position: right center;
  }

  .banner-buen-fin{
    aspect-ratio: 9 /16;
    background-size: contain;
    background-image: url('../assets/Home/BannerBuenFinPlazarellaMovil.png');
    background-position: right center;
  }

  

}