.row-tienda-rm {
  display: flex;
  height: auto;
  margin: 0 auto;
  background: url(../img/tienda/BG_tienda.png) fixed center center;
  background-size: cover;
}

.rm-6-tienda {
	width: 50%;
  margin: auto 1%;
  text-align: center;
}

.img-tiendabotella {
  width: 100%; 
  height: auto;
  max-width: 450px;
  margin: 10%;
}

.titletiendarm {
  color: #2B3B55;
  font-size: 49px;
  margin-top: 0px;
  font-family: 'Acumin', Verdana, sans-serif;
  font-stretch: condensed;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
}

  .carousel-container {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: 40%; /* Ajusta el ancho según tus necesidades */
    margin: 50px auto 0 auto;
    position: relative;
  }
  
  .carousel-wrapper {
    display: flex;
  flex-direction: column; /* Cambia la dirección de flexbox para hacer la transición vertical */
  transition: transform 0.5s ease-in-out;
  height: 350px; /* Ajusta la altura según tus necesidades */
  }
  
  .carousel-slide {
    flex: 0 0 calc(100%); 
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .carousel-slide img {
    max-width: 100%;
    height: auto;
  }
  
  .carousel-controls {
    display: flex;
    justify-content: center;
  }
  
  .carousel-control {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: gray;
    margin: 0 5px;
    cursor: pointer;
  }
  
  .carousel-control.active {
    background-color: black;
  }
  

@media screen and (max-width: 900px) {
  .rm-6-tienda {
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 10% 0;
  }
  .titletiendarm {
      font-size: 40px;
      line-height: 36px
  }
  .img-tiendabotella {
    width: 60%;
    height: auto;
    max-width: 400px;
    margin: 25% auto;
  }
 
    .carousel-container {
    width: 90%;}
    
  .row-tienda-rm {
  display: inherit;
  background: #F2F0EC !important;
  }
  .tiendamodal {
  background: url(../img/mobile/defrente_modalmobile.png) center center;
  background-size: cover;
  }
}

  @media screen and (max-width: 500px) {
 .titletiendarm {
      font-size: 30px;
      line-height: 30px
  }
  }