#Gabinete{
  padding-left: 10%;
  padding-right: 10%;
}

.prueba {
  padding-left: 10%;
  padding-right: 10%;
  width: 600px;
  margin-top: 100px;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper2 {
  height: 80%;
  width: 100%;
}

.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;
  max-width: 60px;
  max-height:80px;
}

.mySwiper2  .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 170px;
  max-height:350px;
}



@media (min-width:1024px){
    #Informacion{
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
  #Informacion .container_ProductosInf{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    padding-bottom: 70px;
    margin-top: 120px;
  }
  .container_ProductosInf article{
    box-shadow: 1px 1px 1px 1px black;
    width: 600px;
    height: 435px;
  }

  .container_ProductosInf .Titulo{
    font-size: 30px;
    padding-top:20px;
    padding-bottom: 20px;
    background: #007FC2;
    color: #fff;
    font-weight: bolder;
  }
  .container_ProductosInf .Articulo{
    font-size: 22px;
    padding-top: 25px;
    color: #18223D;
    text-align: left;
    padding-left: 80px;
    font-weight: bolder;
  }

  .container_ProductosInf .Subtitulo{
    font-size: 14px;
    color: #005781;
    padding-bottom: 25px;
    text-align: left;
    padding-left: 80px;
    font-weight: bold;
  }

  .container_ProductosInf .Descripcion{
    font-size: 14px;
    color: #18223D;
    padding-right: 100px;
    padding-top: 25px;
    padding-bottom: 100px;
    text-align: left;
    padding-left: 80px;
  }

  .container_ProductosInf .Meinteresa{
    font-size: 14px;
    padding: 5px 10px;
    text-align: right;
    background: #366FB5;
    color: #fff;
    margin-left: 200px;
    font-weight: bolder;
  }
  .container_ProductosInf .Ficha{
    font-size: 14px;
    padding: 5px 10px;
    text-align: right;
    background: #366FB5;
    color: #fff;
    font-weight: bolder;
    margin-left: 15px;
  }

  .container_ProductosInf img{
    align: left;
    width: 520px;
  }
}
@media (max-width:1024px){
    #Informacion{
  background-color: #fff;
  padding-bottom: 50px;
  text-align: center;
}
  #Informacion .container_ProductosInf{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    margin-top: 120px;
    width:100%;
  }
  .container_ProductosInf article{
    box-shadow: 1px 1px 1px 1px black;
    width: 200px;
    height: 250px;
  }

  .container_ProductosInf .Titulo{
    font-size: 14px;
    padding-top:20px;
    padding-bottom: 20px;
    background: #007FC2;
    color: #fff;
    font-weight: bolder;
  }
  .container_ProductosInf .Articulo{
    font-size: 12px;
    padding-top: 10px;
    color: #18223D;
    text-align: left;
    padding-left: 20px;
    font-weight: bolder;
  }

  .container_ProductosInf .Subtitulo{
    font-size: 10px;
    color: #005781;
    padding-bottom: 10px;
    text-align: left;
    padding-left: 25px;
    font-weight: bold;
  }

  .container_ProductosInf .Descripcion{
    font-size: 8px;
    color: #18223D;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 100px;
    text-align: left;
    padding-left: 10px;
  }

  .container_ProductosInf .Meinteresa{
      position:absolute;
    font-size: 8px;
    padding: 2px 5px;
    text-align: right;
    background: #366FB5;
    color: #fff;
    margin-left: 20px;
    font-weight: bolder;
    top:90%;
    left:33%;
  }
  .container_ProductosInf .Ficha{
      position:absolute;
    font-size: 8px;
    padding: 2px 5px;
    text-align: right;
    background: #366FB5;
    color: #fff;
    font-weight: bolder;
    margin-left: 15px;
     top:90%;
    left:50%;
  }

  .container_ProductosInf img{
    align: left;
    width: 520px;
  }
}
