
.swiper {
  width: 100%;
  height: 100%;
  
}

#swipper_contenedor{
  padding: 0;
  padding-bottom: 0;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body {
  background: #000;
  color: #000;
}

.swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

#swiper{
  padding: 0;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper2 {
  height: 80%;
  width: 100%;
  padding: 0;
}

.mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.producto-detalle{
  text-align: justify;
 
}


@media(min-width: 768px) and (max-width: 1199px){
 

  
}


@media(min-width: 1200px){

  #contenedor_imagenes{
    
    width: calc(50% - 20px);
    margin: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
   
  }

  #producto-detalle{
    text-align: justify;
    
    width: calc(50% - 20px);
    margin: 10px;
   
  }

  .mySwiper2 {
    height: 56%;
    width: 100%;
    padding: 0;
  }
  
  .contenedor_general{
    height: 50%;
  }

  
  .contenedor_imagenes{
    padding: 1%;
    width: calc(50% - 20px);
    margin: 10px;
   
  }

  .producto-detalle{
    text-align: justify;
    padding: 1%;
    width: calc(50% - 20px);
    margin: 10px;
   
  }

  .mySwiper2 {
    height: 56%;
    width: 100%;
    padding: 0;
  }
  
  .contenedor_general{
    height: 50%;
  }


}