@media screen and (min-width: 1200px) {
  #opciones {
    font-size: x-large;
  }
  .navbar-nav .nav-item {
    margin-right: 1.25rem; 
    font-size: 18px;
}
  .width-thrid {
    max-width: 30%;
  }

  .imgKids {
    width: 100%;
    height: auto
  }

 

  .fontSizeTitle {
    font-size: 50px;
  }

  .imgFooter {
    width: 60%;
    height: auto
  }

  .margenTopFooter {
    margin-top: 30px;
  }

  .centrarIcono {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .fontSizeImage {
    font-size: 20px;
  }

  .car {
    width: 100%;
    height: auto;
  }

  .divImageCarrusel {
    width: 500px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .carousel {
    width: 100%;
    height: auto;
  }

  /* .info-footer-item:nth-child(2) {
    border-left: 3px solid #000; 
    height: 100%;
  }

  .info-footer-item:nth-child(2) {
    border-right: 3px solid #000; 
    height: 100%;
  }
  .info-footer-item:nth-child(3) {
    border-right: 3px solid #000; 
    height: 100%;
  } */

  .columnas-directorio {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  
  .vive-la-experiencia {
    height: 60vh;
    background: url(../assets/Home/Mesa\ de\ trabajo\ 14.png) top center no-repeat;
    background-size: cover;
    position: relative;
  }

 
  .row {
    display: flex;
  }
  .shop-detail-container {
    width: 25%;
  }

  .shop-main-image{
    width: 70%;
    height: 70vh;
    background-image: url('../assets/Home/atnt.webp');
    background-size: contain;
    background-repeat: no-repeat;
  }

  .shop-logo{
    width: 200px  !important;
    height: 200px  !important;
  }
  
  .shop-icons {
    height: 32px; 
    width: 32px;
  }
  

  
  /* .parallax {
    background-attachment: fixed;
  } */

  .cards-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
    grid-auto-rows: minmax(100px, auto);
  }
/* todo esto es lo de los estilos del 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: 40%;
  margin-top: -100px;
}



.margenMapa{
  width: 50%;
  margin-top: -98px;
}
/* hasta aqui */

.margen{
  margin-left: 200px; 
  margin-right: 200px;

}
.tamañoMapa{
  height: 800px;
  width:100% ;
}

.happy-banner{
  height: 800px;
  background-image: url('../assets/Home/BannerHappyIsland.jpg');
  background-position: right center;
}

.banner-buen-fin{
  height: 700px;
  background-image: url('../assets/Home/BannerBuenFin-PlazarellaPC.png');
  background-size: cover;
  background-position: left center;
}

}