/* RESPONSIVE PAGE PORTRAIT OPTION */
@media screen and (max-width: 320px) and (max-height:450px)
and (orientation:portrait)  {
/* Home Header */
#homeHeader {
  height: 25%;
}
.item {
  height: 40vh;
}
.productoImg {
  max-width: 60vw!important;
}
.item-title h1 {
  font-size: 35px;
}
.item-caption {
  bottom: 11.6vh;
}
/*  */
}

@media screen and (max-width: 800px) and (max-height:1100px)
and (orientation:portrait)  {
/* Home Header */
.productoImg {
  max-width: 50vw!important;
}
.item-title h1 {
  font-size: 30px;
}
.item-caption {
  bottom: 13vh;
}
/*  */
}

@media screen and (max-width: 600px) and (max-height:900px)
and (orientation:portrait)  {
/* Home Header */
#homeHeader {
  height: 50%;
}
.item {
  padding: 0 0 0 0;
  height: 70vh;
}
.item::before {
  height: 5vh;
}
.productoImg {
  max-width: 70vw!important;
  padding: 0 0 0 0;
  top: -23.5vh;
}
.item-caption {
  bottom: 17.5vh;
}
.item-title h1 {
  line-height: normal;
}
/*  */
}

@media screen and (max-width: 600px) and (max-height:800px)
and (orientation:portrait)  {
/* Home Header */
#homeHeader {
  height: 55%;
}
.item {
  padding: 0 0 0 0;
  height: 72.5vh;
}

.productoImg {
  max-width: 65vw!important;
  top: -25vh;
}
.item-caption {
  bottom: 19vh;
}

.item-title {
  padding: 0 0 20px 0;
}
/*  */
}

@media screen and (max-width: 600px) and (max-height:700px)
and (orientation:portrait)  {
/* Home Header */
#homeHeader {
  height: 45%;
}
.item {
  padding: 0 0 0 0;
  height: 74vh;
}

.productoImg {
  max-width: 60vw!important;
  top: -26.5vh;
}
.item-caption {
  bottom: 20.5vh;
}

.item-title {
  padding: 0 0 15px 0;
}
/*  */
}

@media screen and (max-width: 600px) and (max-height:600px)
and (orientation:portrait)  {
/* Home Header */
#homeHeader {
  height: 65%;
}
.item {
  padding: 0 0 0 0;
  height: 75vh;
}

.productoImg {
  max-width: 55vw!important;
  top: -27.3vh;
}
.item-caption {
  bottom: 21.2vh;
}

.item-title {
  padding: 0 0 10px 0;
}
/*  */
}

@media screen and (max-width: 600px) and (max-height:500px)
and (orientation:portrait)  {
/* Home Header */
#homeHeader {
  height: 80%;
}
.item {
  padding: 0 0 0 0;
  height: 80vh;
}

.productoImg {
  max-width: 50vw!important;
  top: -28vh;
}
.item-caption {
  bottom: 22vh;
}

.item-title {
  padding: 0 0 5px 0;
}
/*  */
}

@media screen and (max-width: 992px) and  (orientation:portrait)  {
/* Home Header */
.item-title h1 {
  font-size: 40px;
}
/*  */
}

@media screen and (max-width: 900px) and  (orientation:portrait)  {
/* Home Header */
.item-title h1 {
  font-size: 35px;
}
/*  */
}

@media screen and (max-width: 600px) and  (orientation:portrait)  {
/* Home Header */
.item-title h1 {
  font-size: 30px;
}
/*  */
}

@media screen and (max-width: 500px) and  (orientation:portrait)  {
/* Home Header */
.item-title h1 {
  font-size: 25px;
}
/*  */
}

@media screen and (max-width: 400px) and  (orientation:portrait)  {
/* Home Header */
.item-title h1 {
  font-size: 22px;
}
/*  */
}

@media screen and (max-width: 380px) and  (orientation:portrait)  {
/* Home Header */
.item-title h1 {
  font-size: 17px;
}
/*  */
}
/*  */

/* LANDSCAPE */
@media screen and (max-height:600px)
and (orientation:landscape)  {
/* Home Header */
#homeHeader {
  height: 88%;
}
.item {
  height: 100vh;
  padding: 0 50px 0 50px;
}
.item::before {
  height: 2.5vh;
}
#dotsHome {
  display: none;
}
.productoImg {
  max-width: 35vw!important;
  padding: 0 0 0 0;
  top: 11.5vh;
  left: 0;
  right: 0;
  bottom: auto;
  margin: auto;
}
.item-caption {
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  bottom: 25.5vh;
}
.item-title {
  text-align: center;
  padding: 0 0 15px 0;
}
.item-title h1 {
  font-size: 20px;
  line-height: normal;
}
.productDetail {
  height: 35px;
  line-height: 35px;
}
.leftSlide , .rightSlide {
  display: inline-block;
}
/*  */
}

@media screen and (max-height:500px)
and (orientation:landscape)  {
/* Home Header */
.item::before {
  height: 2vh;
}
.item {
  padding: 0 25px 0 25px;
}
.productoImg {
  max-width: 32.5vw!important;
  padding: 0 0 0 0;
}
.item-title h1 {
  font-size: 20px;
}
.productDetail {
  height: 25px;
  line-height: 25px;
}
.item-title {
  padding: 0 0 10px 0;
}
.item-caption {
  bottom: 28.5vh;
}
/*  */
}

@media screen and (max-height:400px)
and (orientation:landscape)  {
/* Home Header */
.item {
  padding: 0 25px 0 25px;
}
.productoImg {
  max-width: 29.5vw!important;
}
.item-title h1 {
  font-size: 17px;
}
.productDetail {
  height: 22px;
  line-height: 22px;
}
.item-caption {
  bottom: 29.5vh;
}
/*  */
}
/*  */
