@media screen and (min-width: 0px) and (max-width: 574px) {
  #opciones {
    font-size: large;
  }

  .textoCentrado {
    text-align: center;

  }

  .vive-la-experiencia {
    height: 55vh;
    background: url(../assets/Home/Mesa\ de\ trabajo\ 14.png) top center no-repeat;
    background-size: cover;
    position: relative;
  }

  .descubre-magia {
    height: 110vh;
    background: url(../assets/Home/Mesa\ de\ trabajo\ 20.png) top center no-repeat;
    background-size: cover;
    position: relative;
  }

  .un-gran-centro {
    height: 100vh;
    background: url(../assets/Home/PlazarellaSanFranciscodelRinconGto.jpg) top center no-repeat;
    background-size: cover;
    position: relative;
  }

  .experimenta {
    height: 80vh;
    background: url(../assets/Home/Mesa\ de\ trabajo\ 21.png) top center;
    background-size: cover;
    position: relative;
  }

  .imgKids {
    width: 100%;
    height: auto;
    margin-top: 0px;
  }

  /* .parallax {
    background-attachment: fixed;
  } */

  .imgFooter {
    width: 90%;
    height: auto
  }

  .margenButtonFooter {
    margin-bottom: 40px;
  }


  .fontSizeTitle {
    font-size: 40px;
  }


  .fontSizeText {
    font-size: 13px;
  }

  .fontSizeImage {
    font-size: 12px;
  }

  .car {
    width: 100%;
    height: auto;
  }

  .divImageCarrusel {
    width: 500px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .carousel {
    width: 100%;
    height: auto;
  }

  .parallax h1 {
    margin: 30px 0 10px 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    color: #fff;
  }

  .parallax h3 {
    font-size: 25px;
    line-height: 30px;
  }

  .imgFooter {
    width: 50%;
    height: auto
  }

  .margenImageFooter {
    margin-top: 30px;
  }

  .margenContacto {
    margin-top: 20px;
    margin-bottom: 50px;
  }


  .shop-icons {
    height: 16px;
    width: 16px;
  }

  .item-directory {
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .item-galery {
    width: 160px;
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .photo-item-galery {
    width: 130px;
    height: 130px;
    max-width: 130px;
    max-height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .cards-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0px;
    grid-auto-rows: minmax(100px, auto);
  }


  .posts-width {
      width: 80%
  }

  .featured-posts-width {
    width: 80%
  }

  .featured-image-container {
    height: 150px;
    width: 150px;
  }

  .featured-description-container{
    width: 150px;
  }


  .post-main-image-container{
    width: 100%;
    height: 150px;
  }

  .post-detail-container{
    width: 100%;
  }

  .text-blogs {
    text-align: start;
    margin-top: 0;
    font-size: 1rem;
  }

  .featured-texts {
    text-align: center;
  }

  .blog-title-size {
    font-size: 1.5rem;
  }

  .blog-date-size {
    font-size: 1rem;
  }

  .icon-size {
    height: 16px;
    width: 16px;
  }

  .featured-container{
    width: 90%;
  }

  .width-banner-home{
    width: 100%;
  }



  .vive-la-experiencia-contact {
    height: 40vh;
    background: url(../assets/Home/Mesa\ de\ trabajo\ 14.png) top center no-repeat;
    background-size: cover;
    position: absolute;
  }


  .width-map {
    width: 100%
  }
  .width-facebook {
    width: 100%
  }
  .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: center center;
  }

  .banner-buen-fin{
    aspect-ratio: 9 /16;
    background-size: contain;
    background-image: url('../assets/Home/BannerBuenFinPlazarellaMovil.png');
    background-position: center center;
  }
  
}